body {
  font-family: 'Be Vietnam Pro', sans-serif;
}
.display-1 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 5.3rem;
  line-height: 1.17;
}
.display-1 > .mbr-iconfont {
  font-size: 6.625rem;
}
.display-2 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 3.75rem;
  line-height: 1.31;
}
.display-2 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-4 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.875rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.34375rem;
}
.display-7 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.71rem;
    font-size: calc( 2.505rem + (5.3 - 2.505) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.17 * (2.505rem + (5.3 - 2.505) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.31 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.6 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #838132 !important;
}
.bg-success {
  background-color: #ff7a41 !important;
}
.bg-info {
  background-color: #f0e4ff !important;
}
.bg-warning {
  background-color: #738bae !important;
}
.bg-danger {
  background-color: #ec2016 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #838132 !important;
  border-color: #838132 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #44431a !important;
  border-color: #44431a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #44431a !important;
  border-color: #44431a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #00284e !important;
  border-color: #00284e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f0e4ff !important;
  border-color: #f0e4ff !important;
  color: #6500e4 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #c08dff !important;
  border-color: #c08dff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #6500e4 !important;
  background-color: #c08dff !important;
  border-color: #c08dff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff7a41 !important;
  border-color: #ff7a41 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #e94600 !important;
  border-color: #e94600 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #e94600 !important;
  border-color: #e94600 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #738bae !important;
  border-color: #738bae !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #4a6080 !important;
  border-color: #4a6080 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #4a6080 !important;
  border-color: #4a6080 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ec2016 !important;
  border-color: #ec2016 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #9e140d !important;
  border-color: #9e140d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #9e140d !important;
  border-color: #9e140d !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #838132;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #44431a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #838132 !important;
  border-color: #838132 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #00284e;
}
.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: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #00284e !important;
  border-color: #00284e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f0e4ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c08dff !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #6500e4 !important;
  background-color: #f0e4ff !important;
  border-color: #f0e4ff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff7a41;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #e94600 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7a41 !important;
  border-color: #ff7a41 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #738bae;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #4a6080 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #738bae !important;
  border-color: #738bae !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ec2016;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #9e140d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ec2016 !important;
  border-color: #ec2016 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #838132 !important;
}
.text-secondary {
  color: #00284e !important;
}
.text-success {
  color: #ff7a41 !important;
}
.text-info {
  color: #f0e4ff !important;
}
.text-warning {
  color: #738bae !important;
}
.text-danger {
  color: #ec2016 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #010d4c !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #393816 !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: #da4100 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #b77eff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #455976 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #90120c !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: #838132;
}
.nav-tabs .nav-link:not(.active) {
  color: #02274a;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f0e4ff;
}
.alert-warning {
  background-color: #738bae;
}
.alert-danger {
  background-color: #ec2016;
}
.mbr-gallery-filter li.active .btn {
  background-color: #838132;
  border-color: #838132;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #838132;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c7c56d;
}
.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: #c4cedd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbd5d3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #838132 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #838132;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #838132;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #838132;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #838132;
  border-bottom-color: #838132;
}
.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: #838132 !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: #00284e !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='%23838132' %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;
}
a:hover {
  background-image: none !important;
}
.container {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 984px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1164px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1344px;
  }
}
.container .row {
  margin-left: -12px;
  margin-right: -12px;
}
.container .row > [class*="col"] {
  padding-left: 12px;
  padding-right: 12px;
}
.btn {
  min-height: 48px;
  padding: 8px 40px;
  border-radius: 5px;
  box-shadow: none;
  outline: none;
  border: none;
  position: relative;
}
.btn::before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -50px;
  transform: scale(0);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 575px) {
  .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .mbr-section-btn .btn {
    width: 100%;
  }
}
.mbr-section-btn .btn-primary:hover {
  background-color: #00284e !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-primary:hover::before,
.mbr-section-btn .btn-secondary:hover::before,
.mbr-section-btn .btn-info:hover::before,
.mbr-section-btn .btn-success:hover::before,
.mbr-section-btn .btn-warning:hover::before,
.mbr-section-btn .btn-danger:hover::before,
.mbr-section-btn .btn-white:hover::before,
.mbr-section-btn .btn-black:hover::before {
  transform: scale(1);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.cid-sXT21XmgXk {
  z-index: 1000;
  width: 100%;
}
.cid-sXT21XmgXk nav.navbar {
  position: fixed;
}
.cid-sXT21XmgXk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXT21XmgXk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sXT21XmgXk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sXT21XmgXk .dropdown-item:hover,
.cid-sXT21XmgXk .dropdown-item:focus {
  background: #838132 !important;
  color: white !important;
}
.cid-sXT21XmgXk .dropdown-item:hover span {
  color: white;
}
.cid-sXT21XmgXk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sXT21XmgXk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sXT21XmgXk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sXT21XmgXk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sXT21XmgXk .nav-link {
  position: relative;
}
.cid-sXT21XmgXk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .container {
    flex-wrap: nowrap;
  }
}
.cid-sXT21XmgXk .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sXT21XmgXk .dropdown-menu,
.cid-sXT21XmgXk .navbar.opened {
  background: #ffffff !important;
}
.cid-sXT21XmgXk .nav-item:focus,
.cid-sXT21XmgXk .nav-link:focus {
  outline: none;
}
.cid-sXT21XmgXk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sXT21XmgXk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXT21XmgXk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sXT21XmgXk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXT21XmgXk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sXT21XmgXk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sXT21XmgXk .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  position: absolute;
  padding: 35px 40px !important;
  background-color: transparent;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-sXT21XmgXk .navbar.opened {
  transition: all 0.3s;
}
.cid-sXT21XmgXk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sXT21XmgXk .navbar .navbar-logo img {
  width: auto;
}
.cid-sXT21XmgXk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sXT21XmgXk .navbar.collapsed {
  justify-content: center;
}
.cid-sXT21XmgXk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sXT21XmgXk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-sXT21XmgXk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sXT21XmgXk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sXT21XmgXk .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-sXT21XmgXk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sXT21XmgXk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sXT21XmgXk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sXT21XmgXk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXT21XmgXk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXT21XmgXk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sXT21XmgXk .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-sXT21XmgXk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sXT21XmgXk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sXT21XmgXk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sXT21XmgXk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sXT21XmgXk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sXT21XmgXk .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sXT21XmgXk .navbar.navbar-short {
  min-height: 60px;
}
.cid-sXT21XmgXk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sXT21XmgXk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sXT21XmgXk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sXT21XmgXk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sXT21XmgXk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXT21XmgXk .dropdown-item.active,
.cid-sXT21XmgXk .dropdown-item:active {
  background-color: transparent;
}
.cid-sXT21XmgXk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sXT21XmgXk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sXT21XmgXk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sXT21XmgXk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sXT21XmgXk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sXT21XmgXk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXT21XmgXk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sXT21XmgXk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sXT21XmgXk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXT21XmgXk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sXT21XmgXk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sXT21XmgXk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXT21XmgXk .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-sXT21XmgXk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sXT21XmgXk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sXT21XmgXk .navbar {
    height: 70px;
  }
  .cid-sXT21XmgXk .navbar.opened {
    height: auto;
  }
  .cid-sXT21XmgXk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXT21XmgXk .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-sXT21XmgXk .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-sXT21XmgXk .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-sXT21XmgXk .navbar-nav {
    margin-left: 145px;
  }
}
.cid-sXT21XmgXk .nav-item a:hover {
  color: #ffffff !important;
}
.cid-sXT21XmgXk .nav-item .nav-link {
  position: relative !important;
}
.cid-sXT21XmgXk .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #838132;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-sXT21XmgXk .nav-item .nav-link:hover {
  color: #838132 !important;
}
.cid-sXT21XmgXk .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-sXT21XmgXk .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sXT21XmgXk .tel-menu {
    display: none;
  }
}
.cid-sXT21XmgXk .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .mbr-text {
    text-align: center !important;
  }
}
.cid-sXT21XmgXk .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-sXT21XmgXk .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-sXT21XmgXk .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-sXT21XmgXk .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-sXT21XmgXk .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #838132;
  border-radius: 0.25rem;
}
.cid-tmflBa0olY {
  display: flex;
  min-height: auto!important;
  height: auto!important;
  padding-top: 0!important;
  padding-bottom: 0!important;
}
.cid-tmflBa0olY .custom-bg .custom-title.reclaim-creativity {
  color: #333;
  font-weight: 900;
  font-size: 160px;
  position: relative;
}
.cid-tmflBa0olY .mbr-text.runs-in-all {
  color: #595959;
  font-size: 24px;
  font-weight: 200;
  margin-top: 20px;
}
.cid-tmflBa0olY .container-fluid.wrapper .bottom-part .mbr-section-title.control-plugins {
  color: #595959;
  font-size: 58px;
  font-weight: 180;
  line-height: 1.1!important;
  margin-top: -10px;
}
.cid-tmflBa0olY .custom-overlay,
.cid-tmflBa0olY .custom-overlay-mobile {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.7;
  z-index: 0;
}
.cid-tmflBa0olY .custom-overlay-mobile {
  display: none;
}
.cid-tmflBa0olY .container-fluid.wrapper {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-tmflBa0olY .container-fluid.wrapper .sidebar {
  background-color: #ffda00;
}
.cid-tmflBa0olY .container-fluid.wrapper .custom-bg {
  padding: 30px;
  padding-top: 135px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/633a1548-edit-1828x757.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
}
.cid-tmflBa0olY .container-fluid.wrapper .container-fluid.bottom-part {
  padding-left: 0;
  padding-right: 0;
  margin-top: 20px;
}
.cid-tmflBa0olY .container-fluid.wrapper .container-fluid.bottom-part .left-column,
.cid-tmflBa0olY .container-fluid.wrapper .container-fluid.bottom-part .right-column {
  display: flex;
}
.cid-tmflBa0olY .container-fluid.wrapper .container-fluid.bottom-part .right-column {
  text-align: right;
  justify-content: right;
}
@media screen and (max-width: 1100px) {
  .cid-tmflBa0olY .custom-bg .custom-title.reclaim-creativity {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 992px) {
  .cid-tmflBa0olY {
    min-height: auto;
  }
  .cid-tmflBa0olY .container-fluid.wrapper .bottom-part {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
  }
  .cid-tmflBa0olY .right-column h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .cid-tmflBa0olY .sidebar {
    display: none;
  }
  .cid-tmflBa0olY .custom-bg {
    padding-left: 0!important;
    padding-right: 0!important;
    background-image: none!important;
  }
  .cid-tmflBa0olY .custom-bg .custom-overlay-mobile {
    display: block;
  }
  .cid-tmflBa0olY .custom-bg .header-wrapper {
    padding-left: 50px;
    padding-right: 50px;
    background-image: url("../../../assets/images/633a1548-edit-1828x757.jpg");
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center;
  }
  .cid-tmflBa0olY .custom-bg .custom-title.reclaim-creativity {
    line-height: 1.2;
  }
  .cid-tmflBa0olY .container-fluid.wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-tmflBa0olY .container-fluid.wrapper .bottom-part {
    margin-top: 0!important;
  }
  .cid-tmflBa0olY .container-fluid.wrapper .bottom-part > .row {
    flex-direction: column-reverse;
  }
  .cid-tmflBa0olY .container-fluid.wrapper .bottom-part .left-column {
    padding-top: 20px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .cid-tmflBa0olY .container-fluid.wrapper .bottom-part .right-column {
    padding-top: 16px;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #ffda00;
    justify-content: left!important;
  }
  .cid-tmflBa0olY .container-fluid.wrapper .bottom-part .right-column h2 {
    text-align: left;
  }
}
@media screen and (max-width: 575px) {
  .cid-tmflBa0olY .custom-bg .custom-title.reclaim-creativity {
    font-size: 4rem;
  }
}
@media screen and (max-width: 420px) {
  .cid-tmflBa0olY .custom-bg .custom-title.reclaim-creativity {
    font-size: 3rem;
  }
}
#custom-html-5h {
  /* Type valid CSS here */
}
#custom-html-5h .top {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  position: relative;
}
#custom-html-5h iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#custom-html-5h .wrapper {
  position: relative;
  padding-bottom: 200%;
  transform: translateY(-35.95%);
}
.cid-tlJOtzC1fO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
  border-bottom: 1px solid #000000;
}
.cid-tlJOtzC1fO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlJOtzC1fO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlJOtzC1fO .row {
  justify-content: flex-start;
}
.cid-tlJOtzC1fO .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-tlJOtzC1fO .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
.cid-tlJOtzC1fO .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  text-align: right;
}
.cid-tlJOtzC1fO .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-tlJOtzC1fO .mbr-section-btn {
  margin-top: 2.4rem;
}
.cid-tlJOtzC1fO .mbr-section-title,
.cid-tlJOtzC1fO .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-tDJNDfH3PV {
  padding-top: 9rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-image: url("../../../assets/images/633a1548-edit-1828x757.jpg");
}
.cid-tDJNDfH3PV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDJNDfH3PV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDJNDfH3PV .row {
  justify-content: center;
}
.cid-tDJNDfH3PV .title-row {
  position: relative;
  z-index: 11;
  margin-bottom: -20px;
}
@media (max-width: 767px) {
  .cid-tDJNDfH3PV .title-row {
    margin-bottom: 20px;
  }
}
.cid-tDJNDfH3PV .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tDJNDfH3PV .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 12px;
  text-align: left;
}
.cid-tDJNDfH3PV .img-container {
  position: relative;
  z-index: 10;
  margin: 0 auto;
}
.cid-tDJNDfH3PV .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 25px;
}
.cid-tDJNDfH3PV .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-tDJNDfH3PV .img-row {
  position: relative;
}
.cid-tDJNDfH3PV .circle-blur {
  position: absolute;
  display: block;
  width: 300px;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .9;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-tDJNDfH3PV .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-tDJNDfH3PV .circle-blur1 {
  top: 0;
  left: 40%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-tDJNDfH3PV .circle-blur2 {
  bottom: 0;
  right: 10%;
  background-image: linear-gradient(132deg, #78ec80 27%, #78ec80 50%, #78ec80 79%);
}
.cid-tP0Sz5TK6J {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tP0Sz5TK6J img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tP0Sz5TK6J img:hover {
  transform: scale(1.1);
}
.cid-tP0Sz5TK6J .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-tP0Sz5TK6J h2 {
  padding: 0;
  margin: 0;
}
.cid-tP0Sz5TK6J .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tP0Sz5TK6J .text-col {
  max-width: 1000px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tP0Sz5TK6J .mbr-section-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-tP0Sz5TK6J .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-tP0Sz5TK6J .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-tP0Sz5TK6J .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tP0Sz5TK6J .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tP0Sz5TK6J .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-tP0Sz5TK6J .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tP0Sz5TK6J H2 {
  color: #333333;
}
.cid-tP0Sz5TK6J .mbr-text {
  color: #ffffff;
}
.cid-tP0Sz5TK6J H3 {
  color: #ffffff;
}
.cid-tP0Sz5TK6J H1 {
  color: #ffffff;
}
.cid-tP0Sz5TK6J #myVideo {
  padding-top: 100px;
  position: left;
  right: 0;
  bottom: 0;
  min-width: 50%;
  max-height: 100%;
}
@media (max-width: 640px) {
  .cid-tP0Sz5TK6J #myVideo {
    padding-top: 10px;
    width: 100%;
  }
}
.cid-tlJN5wcjyB {
  padding-top: 9rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/dsc00703-large-1919x1080.jpg");
}
.cid-tlJN5wcjyB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlJN5wcjyB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlJN5wcjyB .row {
  justify-content: center;
}
.cid-tlJN5wcjyB .title-row {
  position: relative;
  z-index: 11;
  margin-bottom: -20px;
}
@media (max-width: 767px) {
  .cid-tlJN5wcjyB .title-row {
    margin-bottom: 20px;
  }
}
.cid-tlJN5wcjyB .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tlJN5wcjyB .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 12px;
  text-align: left;
}
.cid-tlJN5wcjyB .img-container {
  position: relative;
  z-index: 10;
  margin: 0 auto;
}
.cid-tlJN5wcjyB .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 25px;
}
.cid-tlJN5wcjyB .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-tlJN5wcjyB .img-row {
  position: relative;
}
.cid-tlJN5wcjyB .circle-blur {
  position: absolute;
  display: block;
  width: 300px;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .9;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-tlJN5wcjyB .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-tlJN5wcjyB .circle-blur1 {
  top: 0;
  left: 40%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-tlJN5wcjyB .circle-blur2 {
  bottom: 0;
  right: 10%;
  background-image: linear-gradient(132deg, #78ec80 27%, #78ec80 50%, #78ec80 79%);
}
.cid-toYc5NFyNz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-toYc5NFyNz .row {
  flex-direction: row-reverse;
}
.cid-toYc5NFyNz .container-fluid {
  padding: 0;
}
.cid-toYc5NFyNz .row {
  align-items: center;
  width: 100%;
  padding-left: calc((100% - 1300px)/ 2) !important;
}
@media (max-width: 1200px) {
  .cid-toYc5NFyNz .row {
    align-items: flex-start;
  }
}
@media (max-width: 1440px) {
  .cid-toYc5NFyNz .row {
    padding-left: calc((100% - 1100px)/ 2) !important;
  }
}
@media (max-width: 1200px) {
  .cid-toYc5NFyNz .row {
    padding-left: calc((100% - 960px)/ 2) !important;
  }
}
@media (max-width: 1024px) {
  .cid-toYc5NFyNz .row {
    padding-left: calc((100% - 768px)/ 2) !important;
  }
}
@media (max-width: 800px) {
  .cid-toYc5NFyNz .row {
    padding-left: calc((100% - 86%)/ 2) !important;
  }
}
.cid-toYc5NFyNz .col-text {
  width: 100%;
}
@media (min-width: 1024px) {
  .cid-toYc5NFyNz .col-text {
    width: 40%;
  }
}
@media (min-width: 1441px) {
  .cid-toYc5NFyNz .col-text {
    width: 33%;
  }
}
.cid-toYc5NFyNz .text-container {
  padding: 50px 30px 0 0;
}
@media (min-width: 768px) {
  .cid-toYc5NFyNz .text-container {
    padding: 10% 8% 0 45%;
  }
}
@media (min-width: 881px) {
  .cid-toYc5NFyNz .text-container {
    padding: 10% 13% 0 40%;
  }
}
@media (min-width: 1025px) {
  .cid-toYc5NFyNz .text-container {
    padding: 0 14% 0 20%;
  }
}
@media (min-width: 1441px) {
  .cid-toYc5NFyNz .text-container {
    padding: 0 17% 0 26%;
  }
}
.cid-toYc5NFyNz .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-toYc5NFyNz .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #8A8A8A;
}
.cid-toYc5NFyNz .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 10px;
}
.cid-toYc5NFyNz .mbr-text {
  letter-spacing: inherit;
  color: #000000;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-toYc5NFyNz .btn-container {
  width: 100%;
}
.cid-toYc5NFyNz .mbr-section-btn {
  margin-top: 20px;
}
.cid-toYc5NFyNz .col-img {
  width: 100%;
}
@media (min-width: 1024px) {
  .cid-toYc5NFyNz .col-img {
    width: 60%;
  }
}
@media (min-width: 1441px) {
  .cid-toYc5NFyNz .col-img {
    width: 67%;
  }
}
.cid-toYc5NFyNz .img-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
.cid-toYc5NFyNz .img-container img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}
.cid-toYc5NFyNz .mbr-section-title,
.cid-toYc5NFyNz .mbr-section-btn {
  text-align: left;
}
.cid-sXTbvhy0eL {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dsc00709-large-1465x824.jpg");
}
.cid-sXTbvhy0eL .col-title {
  margin-bottom: 3rem;
}
.cid-sXTbvhy0eL .text-wrapper {
  display: flex;
  padding: 0 13px 25px;
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0 30px 80px rgba(0, 60, 175, 0.07);
  width: 100%;
}
@media (min-width: 1200px) {
  .cid-sXTbvhy0eL .text-wrapper {
    padding: 15px 83px 30px;
  }
}
@media (min-width: 1400px) {
  .cid-sXTbvhy0eL .text-wrapper {
    padding: 15px 71px 30px;
  }
}
.cid-sXTbvhy0eL .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.cid-sXTbvhy0eL .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 12px;
  margin-top: 40px;
}
@media (min-width: 1400px) {
  .cid-sXTbvhy0eL .card {
    padding: 0 24px;
  }
}
.cid-sXTbvhy0eL .icon-box {
  display: flex;
  padding: 14px;
  border-radius: 50%;
  margin-bottom: 25px;
}
.cid-sXTbvhy0eL .icon-box .mbr-iconfont {
  font-size: 17px;
}
.cid-sXTbvhy0eL .icon-box1 {
  background-color: rgba(68, 109, 255, 0.07);
}
.cid-sXTbvhy0eL .icon-box1 .mbr-iconfont {
  color: #004ab8;
}
.cid-sXTbvhy0eL .icon-box2 {
  background-color: #fde8ff;
}
.cid-sXTbvhy0eL .icon-box2 .mbr-iconfont {
  color: #913bff;
}
.cid-sXTbvhy0eL .icon-box3 {
  background-color: rgba(255, 122, 65, 0.12);
}
.cid-sXTbvhy0eL .icon-box3 .mbr-iconfont {
  color: #ff7a41;
}
.cid-sXTbvhy0eL .card-title {
  color: #575757;
  margin-bottom: 0;
  width: 100%;
}
.cid-sXTbvhy0eL .card-text {
  color: #888888;
  opacity: 0.8;
  margin-bottom: 16px;
  width: 100%;
  margin-top: 20px;
}
.cid-u3ehwXxV22 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-u3ehwXxV22 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-u3ehwXxV22 img:hover {
  transform: scale(1.1);
}
.cid-u3ehwXxV22 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-u3ehwXxV22 h2 {
  padding: 0;
  margin: 0;
}
.cid-u3ehwXxV22 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3ehwXxV22 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-u3ehwXxV22 .mbr-section-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-u3ehwXxV22 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-u3ehwXxV22 .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-u3ehwXxV22 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u3ehwXxV22 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u3ehwXxV22 .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-u3ehwXxV22 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-u3ehwXxV22 H2 {
  color: #333333;
}
.cid-u3ehwXxV22 .mbr-text {
  color: #ffffff;
}
.cid-u3ehwXxV22 H3 {
  color: #ffffff;
}
.cid-u3ehwXxV22 H1 {
  color: #ffffff;
}
.cid-u3ehwXxV22 #myVideo {
  padding-top: 100px;
  position: left;
  right: 0;
  bottom: 0;
  min-width: 50%;
  max-height: 100%;
}
@media (max-width: 640px) {
  .cid-u3ehwXxV22 #myVideo {
    padding-top: 10px;
    width: 100%;
  }
}
.cid-tmRJX5HF1y {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tmRJX5HF1y .row {
  position: relative;
}
.cid-tmRJX5HF1y .container {
  max-width: 1500px;
}
.cid-tmRJX5HF1y h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tmRJX5HF1y .content-wrapper {
  max-width: 800px;
}
.cid-tmRJX5HF1y H1 {
  color: #ffffff;
}
.cid-tmRJX5HF1y .mbr-text,
.cid-tmRJX5HF1y .mbr-section-btn {
  color: #333333;
}
.cid-tmRJX5HF1y H3 {
  color: #333333;
}
@media (min-width: 767px) {
  .cid-tmRJX5HF1y .container {
    padding: 0 4rem;
  }
}
.cid-toYh1kRynI {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toYh1kRynI .container-fluid {
  padding: 0;
}
.cid-toYh1kRynI .content-wrapper {
  background-color: #ffffff;
}
.cid-toYh1kRynI .content-wrapper .text-wrapper {
  padding: 40px 68px 40px 48px;
}
.cid-toYh1kRynI .content-wrapper .image-wrapper {
  width: 100%;
}
.cid-toYh1kRynI .content-wrapper .image-wrapper img {
  width: 100%;
  object-fit: cover;
  height: 615px;
}
@media (max-width: 991px) {
  .cid-toYh1kRynI .content-wrapper .image-wrapper img {
    height: 400px;
  }
  .cid-toYh1kRynI .content-wrapper .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tlPkFBE4QT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbfbfb;
}
.cid-tlPkFBE4QT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlPkFBE4QT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlPkFBE4QT .video-wrapper iframe {
  width: 100%;
}
.cid-tlPkFBE4QT .mbr-section-title,
.cid-tlPkFBE4QT .mbr-section-subtitle,
.cid-tlPkFBE4QT .mbr-text {
  text-align: center;
}
.cid-tlPkFBE4QT .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tlPkFBE4QT .container-fluid {
    padding: 0;
  }
}
.cid-tlPkFBE4QT .app-video-wrapper::before {
  position: absolute;
  font-family: "Moririse2";
  content: "\e95f";
  font-size: 12px;
  line-height: 70px;
  margin-left: -35px;
  margin-top: -35px;
  top: 50%;
  left: 50%;
  color: #00284e;
  text-shadow: none;
  z-index: 1;
  width: 105px;
  height: 105px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.cid-tlPkFBE4QT .app-video-wrapper > img {
  opacity: .6;
}
.cid-toYkQ9Dxtm {
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-toYkQ9Dxtm .container-fluid {
  padding: 0;
}
.cid-toYkQ9Dxtm .content-wrapper {
  background-color: #ffffff;
}
.cid-toYkQ9Dxtm .content-wrapper .text-wrapper {
  padding: 40px 68px 40px 48px;
}
.cid-toYkQ9Dxtm .content-wrapper .image-wrapper {
  width: 100%;
}
.cid-toYkQ9Dxtm .content-wrapper .image-wrapper img {
  width: 100%;
  object-fit: cover;
  height: 615px;
}
@media (max-width: 991px) {
  .cid-toYkQ9Dxtm .content-wrapper .image-wrapper img {
    height: 400px;
  }
  .cid-toYkQ9Dxtm .content-wrapper .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tFVPJ26nxS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tFVPJ26nxS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFVPJ26nxS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFVPJ26nxS.mbr-fullscreen {
  padding: 0 !important;
}
.cid-tFVPJ26nxS .container-fluid {
  padding: 0 !important;
}
.cid-tFVPJ26nxS img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-toqSpsE708 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toqSpsE708 .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-toqSpsE708 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-toqSpsE708 .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-toqSpsE708 .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-toqSpsE708 .mbr-fallback-image.disabled {
  display: none;
}
.cid-toqSpsE708 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlJWduRBhb {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #738bae;
}
.cid-tlJWduRBhb .row {
  position: relative;
}
.cid-tlJWduRBhb .container {
  max-width: 1500px;
}
.cid-tlJWduRBhb h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tlJWduRBhb .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-tlJWduRBhb .container {
    padding: 0 4rem;
  }
}
.cid-tlJVEQsTXp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background3-1.jpg");
}
.cid-tlJVEQsTXp .container {
  display: flex;
  justify-content: center;
}
.cid-tlJVEQsTXp .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tlJVEQsTXp .col-brand {
  margin-bottom: 40px;
}
.cid-tlJVEQsTXp .col-link {
  margin-bottom: 30px;
}
.cid-tlJVEQsTXp .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tlJVEQsTXp .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tlJVEQsTXp .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tlJVEQsTXp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tlJVEQsTXp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tlJVEQsTXp .mbr-section-subtitle {
  color: #1c1c1c;
  margin-bottom: 20px;
}
.cid-tlJVEQsTXp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tlJVEQsTXp .mbr-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-tlJVEQsTXp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tlJVEQsTXp .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tlJVEQsTXp .soc-item:hover {
  background-color: #738bae;
}
.cid-tlJVEQsTXp .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tlJVEQsTXp .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-tlJVEQsTXp .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tlJVEQsTXp .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tlJVEQsTXp .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-tlJVEQsTXp .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tlJVEQsTXp .mbr-text .text-black {
  color: #00284E !important;
}
.cid-tlJVEQsTXp .mbr-text a {
  opacity: 0.8;
}
.cid-tlJVEQsTXp .mbr-text a:hover {
  opacity: 1;
  color: #838132 !important;
}
.cid-tlJVEQsTXp .col-copyright {
  margin-top: 44px;
}
.cid-tlJVEQsTXp .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-tlJVEQsTXp .copyright {
    text-align: center !important;
  }
}
.cid-tlJVEQsTXp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlJVEQsTXp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmqdDAQVIO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tmqdDAQVIO .container-fluid {
  padding-right: 0;
  padding-left: 0;
  height: 100%;
}
.cid-tmqdDAQVIO .image-wrapper {
  height: 100%;
}
.cid-tmqdDAQVIO img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sXT21XmgXk {
  z-index: 1000;
  width: 100%;
}
.cid-sXT21XmgXk nav.navbar {
  position: fixed;
}
.cid-sXT21XmgXk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXT21XmgXk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sXT21XmgXk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sXT21XmgXk .dropdown-item:hover,
.cid-sXT21XmgXk .dropdown-item:focus {
  background: #838132 !important;
  color: white !important;
}
.cid-sXT21XmgXk .dropdown-item:hover span {
  color: white;
}
.cid-sXT21XmgXk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sXT21XmgXk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sXT21XmgXk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sXT21XmgXk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sXT21XmgXk .nav-link {
  position: relative;
}
.cid-sXT21XmgXk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .container {
    flex-wrap: nowrap;
  }
}
.cid-sXT21XmgXk .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sXT21XmgXk .dropdown-menu,
.cid-sXT21XmgXk .navbar.opened {
  background: #ffffff !important;
}
.cid-sXT21XmgXk .nav-item:focus,
.cid-sXT21XmgXk .nav-link:focus {
  outline: none;
}
.cid-sXT21XmgXk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sXT21XmgXk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXT21XmgXk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sXT21XmgXk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXT21XmgXk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sXT21XmgXk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sXT21XmgXk .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  position: absolute;
  padding: 35px 40px !important;
  background-color: transparent;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-sXT21XmgXk .navbar.opened {
  transition: all 0.3s;
}
.cid-sXT21XmgXk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sXT21XmgXk .navbar .navbar-logo img {
  width: auto;
}
.cid-sXT21XmgXk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sXT21XmgXk .navbar.collapsed {
  justify-content: center;
}
.cid-sXT21XmgXk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sXT21XmgXk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-sXT21XmgXk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sXT21XmgXk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sXT21XmgXk .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-sXT21XmgXk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sXT21XmgXk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sXT21XmgXk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sXT21XmgXk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXT21XmgXk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXT21XmgXk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sXT21XmgXk .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-sXT21XmgXk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sXT21XmgXk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sXT21XmgXk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sXT21XmgXk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sXT21XmgXk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sXT21XmgXk .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sXT21XmgXk .navbar.navbar-short {
  min-height: 60px;
}
.cid-sXT21XmgXk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sXT21XmgXk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sXT21XmgXk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sXT21XmgXk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sXT21XmgXk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXT21XmgXk .dropdown-item.active,
.cid-sXT21XmgXk .dropdown-item:active {
  background-color: transparent;
}
.cid-sXT21XmgXk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sXT21XmgXk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sXT21XmgXk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sXT21XmgXk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sXT21XmgXk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sXT21XmgXk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXT21XmgXk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sXT21XmgXk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sXT21XmgXk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXT21XmgXk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sXT21XmgXk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sXT21XmgXk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXT21XmgXk .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-sXT21XmgXk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sXT21XmgXk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sXT21XmgXk .navbar {
    height: 70px;
  }
  .cid-sXT21XmgXk .navbar.opened {
    height: auto;
  }
  .cid-sXT21XmgXk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXT21XmgXk .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-sXT21XmgXk .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-sXT21XmgXk .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-sXT21XmgXk .navbar-nav {
    margin-left: 145px;
  }
}
.cid-sXT21XmgXk .nav-item a:hover {
  color: #ffffff !important;
}
.cid-sXT21XmgXk .nav-item .nav-link {
  position: relative !important;
}
.cid-sXT21XmgXk .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #838132;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-sXT21XmgXk .nav-item .nav-link:hover {
  color: #838132 !important;
}
.cid-sXT21XmgXk .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-sXT21XmgXk .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sXT21XmgXk .tel-menu {
    display: none;
  }
}
.cid-sXT21XmgXk .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .mbr-text {
    text-align: center !important;
  }
}
.cid-sXT21XmgXk .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-sXT21XmgXk .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-sXT21XmgXk .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-sXT21XmgXk .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-sXT21XmgXk .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #838132;
  border-radius: 0.25rem;
}
.cid-tmu4qwExbW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tmu4qwExbW .row {
  justify-content: flex-end;
}
.cid-tmu4qwExbW .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #efeeee;
}
.cid-tmu4qwExbW .block {
  background-color: #ffda00;
}
.cid-tmu4qwExbW img {
  width: 100%;
}
.cid-tmu4qwExbW .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-tmu4qwExbW .content {
  max-width: 600px;
}
.cid-tmu4qwExbW h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-tmu4qwExbW .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-tmu4qwExbW h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-tmu4qwExbW .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-tmu4qwExbW h4 {
    right: 2rem;
    bottom: 30%;
  }
}
.cid-tmu4y9rzEs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tmu4y9rzEs img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tmu4y9rzEs img:hover {
  transform: scale(1.1);
}
.cid-tmu4y9rzEs .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-tmu4y9rzEs h2 {
  padding: 0;
  margin: 0;
}
.cid-tmu4y9rzEs .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tmu4y9rzEs .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tmu4y9rzEs .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-tmu4y9rzEs .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-tmu4y9rzEs .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-tmu4y9rzEs .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-tmu4y9rzEs .mbr-iconfont {
  margin: 0!important;
}
.cid-tmu4y9rzEs .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tmu4y9rzEs .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tmu4y9rzEs .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-tmu4y9rzEs .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-tmu4y9rzEs .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tmu4y9rzEs H2 {
  color: #333333;
}
.cid-tmu4y9rzEs .mbr-text {
  color: #ffffff;
}
.cid-tmu4y9rzEs H1 {
  color: #ffffff;
}
.cid-tmu4y9rzEs H3 {
  color: #ffffff;
}
.cid-tmu4y9rzEs #myVideo {
  padding-top: 100px;
  position: left;
  right: 0;
  bottom: 0;
  min-width: 50%;
  max-height: 100%;
}
@media (max-width: 640px) {
  .cid-tmu4y9rzEs #myVideo {
    padding-top: 10px;
    width: 100%;
  }
}
.cid-tmu4A4aT7h {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/633a1579-edit-large-1318x706.jpg");
}
.cid-tmu4A4aT7h .row {
  position: relative;
}
.cid-tmu4A4aT7h .container {
  max-width: 1500px;
}
.cid-tmu4A4aT7h .container {
  padding-right: 8rem!important;
}
.cid-tmu4A4aT7h h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tmu4A4aT7h .content-wrapper {
  max-width: 800px;
}
.cid-tmu4A4aT7h H1 {
  color: #282124;
}
.cid-tmu4A4aT7h .mbr-text,
.cid-tmu4A4aT7h .mbr-section-btn {
  color: #282124;
}
.cid-tmu4A4aT7h H3 {
  color: #333333;
}
@media (min-width: 767px) {
  .cid-tmu4A4aT7h .container {
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tmu4A4aT7h .container {
    padding-right: 4rem!important;
  }
}
.cid-tmu4FhqPnd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tmu4FhqPnd img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tmu4FhqPnd img:hover {
  transform: scale(1.1);
}
.cid-tmu4FhqPnd .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-tmu4FhqPnd h2 {
  padding: 0;
  margin: 0;
}
.cid-tmu4FhqPnd .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tmu4FhqPnd .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tmu4FhqPnd .mbr-section-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-tmu4FhqPnd .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-tmu4FhqPnd .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-tmu4FhqPnd .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tmu4FhqPnd .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tmu4FhqPnd .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-tmu4FhqPnd .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tmu4FhqPnd H2 {
  color: #333333;
}
.cid-tmu4FhqPnd .mbr-text {
  color: #ffffff;
}
.cid-tmu4FhqPnd H3 {
  color: #ffffff;
}
.cid-tmu4FhqPnd H1 {
  color: #ffffff;
}
.cid-tmu4FhqPnd #myVideo {
  padding-top: 100px;
  position: left;
  right: 0;
  bottom: 0;
  min-width: 50%;
  max-height: 100%;
}
@media (max-width: 640px) {
  .cid-tmu4FhqPnd #myVideo {
    padding-top: 10px;
    width: 100%;
  }
}
.cid-tn2TPCok1Y {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #1c1c1c;
}
.cid-tn2TPCok1Y .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #000000;
}
.cid-tn2TPCok1Y img {
  width: 100%;
}
.cid-tn2TPCok1Y p {
  margin-top: 6rem;
}
.cid-tn2TPCok1Y .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-tn2TPCok1Y .content-wrapper {
  padding-top: 6rem;
}
.cid-tn2TPCok1Y h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tn2TPCok1Y .content-wrapper {
    padding-top: 0rem;
  }
  .cid-tn2TPCok1Y p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tn2TPCok1Y .back {
    width: 100%;
    height: 75%;
  }
  .cid-tn2TPCok1Y .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-tn2TPCok1Y p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tn2TPCok1Y .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-tn2TPCok1Y h4 {
    right: 2rem;
  }
}
.cid-tn2TPCok1Y H1 {
  text-align: right;
  color: #ffffff;
}
.cid-tn2TPCok1Y .mbr-text,
.cid-tn2TPCok1Y .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-tn2TPCok1Y #myVideo {
  position: left;
  right: 0;
  bottom: 0;
  min-width: 50%;
  max-height: 100%;
}
@media (max-width: 640px) {
  .cid-tn2TPCok1Y #myVideo {
    width: 100%;
  }
}
.cid-tmZgD1LIKt {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tmZgD1LIKt .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-tmZgD1LIKt .mbr-section-subtitle {
  color: #1c1c1c;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-tmZgD1LIKt .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tmZgD1LIKt .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tmZgD1LIKt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmZgD1LIKt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmZlAPWjIj {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/1000presets-2000x975.jpg");
}
.cid-tmZlAPWjIj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmZlAPWjIj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmZlAPWjIj .mbr-section-btn .btn {
  min-width: 120px;
  height: 21px;
  position: relative;
  overflow: visible;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tmZlAPWjIj .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-tmZlAPWjIj .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-tmZlAPWjIj .mbr-section-btn .btn span {
  position: absolute;
  right: -6px;
  width: 18px;
  height: 18px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tmZlAPWjIj .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #f0e4ff !important;
}
.cid-tmZlAPWjIj .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -16px;
}
.cid-tmZlAPWjIj .mbr-section-title {
  margin: 0;
  color: #ffffff;
}
.cid-tmu4GgXvI7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tmu4GgXvI7 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tmu4GgXvI7 img:hover {
  transform: scale(1.1);
}
.cid-tmu4GgXvI7 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-tmu4GgXvI7 h2 {
  padding: 0;
  margin: 0;
}
.cid-tmu4GgXvI7 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tmu4GgXvI7 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tmu4GgXvI7 .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-tmu4GgXvI7 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-tmu4GgXvI7 .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-tmu4GgXvI7 .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-tmu4GgXvI7 .mbr-iconfont {
  margin: 0!important;
}
.cid-tmu4GgXvI7 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tmu4GgXvI7 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tmu4GgXvI7 .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-tmu4GgXvI7 .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-tmu4GgXvI7 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tmu4GgXvI7 H2 {
  color: #333333;
}
.cid-tmu4GgXvI7 .mbr-text {
  color: #ffffff;
}
.cid-tmu4GgXvI7 H1 {
  color: #ffffff;
}
.cid-tmu4GgXvI7 H3 {
  color: #ffffff;
}
.cid-tmu4GgXvI7 #myVideo {
  padding-top: 150px;
  position: left;
  right: 0;
  bottom: 0;
  min-width: 50%;
  max-height: 100%;
}
@media (max-width: 640px) {
  .cid-tmu4GgXvI7 #myVideo {
    padding-top: 10px;
    width: 100%;
  }
}
.cid-tmZnReWLSi {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tmZnReWLSi .container-fluid {
  padding: 0;
}
.cid-tmZnReWLSi .content-wrapper .text-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 75px;
  padding-left: 60px;
}
.cid-tmZnReWLSi .content-wrapper .image-wrapper {
  max-height: 680px;
}
.cid-tmZnReWLSi .content-wrapper .image-wrapper img {
  width: 100%;
  max-height: 680px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tmZnReWLSi .content-wrapper .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tmZnReWLSi .mbr-section-btn {
  margin-right: 0;
  margin-left: 0;
}
.cid-tmZnReWLSi .btn {
  width: 100%;
  box-shadow: none !important;
  margin-top: -1px;
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
  justify-content: space-between;
}
.cid-tmZnReWLSi .btn:first-child {
  border-top: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-tmZnReWLSi .btn:hover {
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-tmZnReWLSi .btn:hover:first-child {
  border-top: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-tmZnReWLSi .mbr-iconfont {
  font-size: 16px !important;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tmZnReWLSi .card-title {
  color: #ffffff;
}
.cid-tmZnReWLSi #myVideo {
  position: left;
  right: 0;
  bottom: 0;
  min-width: 50%;
  max-height: 100%;
}
@media (max-width: 640px) {
  .cid-tmZnReWLSi #myVideo {
    width: 100%;
  }
}
.cid-tmu4IiDmPe {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tmu4IiDmPe .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-tmu4IiDmPe .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .cid-tmu4IiDmPe .card-wrapper {
    margin: 0rem;
  }
}
.cid-tmu4IiDmPe .card {
  height: fit-content;
}
@media (min-width: 767px) {
  .cid-tmu4IiDmPe .row {
    padding: 0 4rem;
  }
}
.cid-tmu4IiDmPe .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #ffda00;
}
.cid-tmu4IiDmPe .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-tmu4IiDmPe .card-box {
  padding: 3rem 3rem 4rem 3rem;
  width: 100%;
}
.cid-tmu4IiDmPe .card1 {
  background-color: #333333;
}
.cid-tmu4IiDmPe .card2 {
  background-color: #ffffff;
}
.cid-tmu4IiDmPe .card3 {
  background-color: #ffffff;
}
.cid-tmu4IiDmPe .card4 {
  background-color: #333333;
}
.cid-tmu4IiDmPe img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-tmu4IiDmPe .img-wrap {
  max-height: 200px;
  overflow: hidden;
}
.cid-tmu4IiDmPe .container {
  max-width: 1500px;
}
.cid-tmu4IiDmPe .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-tmu4IiDmPe .mbr-iconfont {
  font-size: 1.3rem;
  color: #333333;
  display: flex;
  justify-content: center;
}
.cid-tmu4IiDmPe P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-tmu4IiDmPe .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-tmu4IiDmPe .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-tmu4IiDmPe .col2,
  .cid-tmu4IiDmPe .col3,
  .cid-tmu4IiDmPe .col4 {
    margin-top: 0rem;
  }
  .cid-tmu4IiDmPe .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .cid-tmu4IiDmPe .card-box {
    padding: 1rem 2rem 5rem 1rem;
  }
  .cid-tmu4IiDmPe .number {
    margin: auto;
  }
}
.cid-tmu4IiDmPe .mbr-text {
  color: #cccccc;
}
.cid-tmu4IiDmPe .text2 {
  color: #333333;
}
.cid-tmu4IiDmPe .text3 {
  color: #333333;
}
.cid-tmu4IiDmPe .title2 {
  color: #333333;
}
.cid-tmu4IiDmPe .title1 {
  color: #ffffff;
}
.cid-tmu4IiDmPe .title3 {
  color: #c1c1c1;
}
.cid-tmu4IiDmPe .title4 {
  color: #c1c1c1;
}
.cid-tmu4IiDmPe .text4 {
  color: #efeeee;
}
.cid-tmu4IiDmPe .text1 {
  color: #efeeee;
}
.cid-tmu4IiDmPe .title3 B {
  color: #c1c1c1;
}
.cid-tmu4IiDmPe H1 {
  color: #333333;
}
.cid-tmZovSt2ON {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tmZovSt2ON .row {
  flex-direction: row-reverse;
}
.cid-tmZovSt2ON .container-fluid {
  padding: 0;
}
.cid-tmZovSt2ON .content-wrapper .text-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 75px;
  padding-left: 60px;
  padding-left: 70px;
  padding-right: 60px;
}
.cid-tmZovSt2ON .content-wrapper .image-wrapper {
  max-height: 680px;
}
.cid-tmZovSt2ON .content-wrapper .image-wrapper img {
  width: 100%;
  max-height: 680px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tmZovSt2ON .content-wrapper .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tmZovSt2ON .mbr-section-btn {
  margin-right: 0;
  margin-left: 0;
}
.cid-tmZovSt2ON .btn {
  width: 100%;
  box-shadow: none !important;
  margin-top: -1px;
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
  justify-content: space-between;
}
.cid-tmZovSt2ON .btn:first-child {
  border-top: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-tmZovSt2ON .btn:hover {
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-tmZovSt2ON .btn:hover:first-child {
  border-top: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-tmZovSt2ON .mbr-iconfont {
  font-size: 16px !important;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tmZovSt2ON .card-title {
  color: #ffffff;
  text-align: right;
}
.cid-tmZovSt2ON #myVideo {
  padding-top: 10px;
  position: left;
  right: 0;
  bottom: 0;
  min-width: 50%;
  max-height: 100%;
}
@media (max-width: 640px) {
  .cid-tmZovSt2ON #myVideo {
    padding-top: 10px;
    width: 100%;
  }
}
.cid-tmu4KOv0NC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-tmu4KOv0NC img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tmu4KOv0NC img:hover {
  transform: scale(1.1);
}
.cid-tmu4KOv0NC .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-tmu4KOv0NC h2 {
  padding: 0;
  margin: 0;
}
.cid-tmu4KOv0NC .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tmu4KOv0NC .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tmu4KOv0NC .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-tmu4KOv0NC .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-tmu4KOv0NC .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-tmu4KOv0NC .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tmu4KOv0NC .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tmu4KOv0NC .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-tmu4KOv0NC .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tmu4KOv0NC H2 {
  color: #333333;
}
.cid-tmu4KOv0NC .mbr-text {
  color: #767676;
}
.cid-tmu4M4rq1N {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-tmu4M4rq1N img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tmu4M4rq1N img:hover {
  transform: scale(1.1);
}
.cid-tmu4M4rq1N .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-tmu4M4rq1N h2 {
  padding: 0;
  margin: 0;
}
.cid-tmu4M4rq1N .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tmu4M4rq1N .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tmu4M4rq1N .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-tmu4M4rq1N .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-tmu4M4rq1N .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-tmu4M4rq1N .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-tmu4M4rq1N .mbr-iconfont {
  margin: 0!important;
}
.cid-tmu4M4rq1N .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tmu4M4rq1N .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tmu4M4rq1N .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-tmu4M4rq1N .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-tmu4M4rq1N .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tmu4M4rq1N H2 {
  color: #333333;
}
.cid-tmu4M4rq1N .mbr-text {
  color: #767676;
}
.cid-tmu5raQIVW {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tmu5raQIVW .row {
  position: relative;
}
.cid-tmu5raQIVW .container {
  max-width: 1500px;
}
.cid-tmu5raQIVW h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tmu5raQIVW .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-tmu5raQIVW .container {
    padding: 0 4rem;
  }
}
.cid-tmu5raQIVW H1 {
  color: #ffffff;
}
.cid-tmu4MYSzKv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tmu4MYSzKv .container {
  max-width: 1500px;
}
.cid-tmu4MYSzKv img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tmu4MYSzKv img:hover {
  transform: scale(1.1);
}
.cid-tmu4MYSzKv .row {
  background: #000000;
}
.cid-tmu4MYSzKv .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-tmu4MYSzKv h2 {
  padding: 0;
  margin: 0;
}
.cid-tmu4MYSzKv .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tmu4MYSzKv .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-tmu4MYSzKv .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-tmu4MYSzKv .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
}
.cid-tmu4MYSzKv .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-tmu4MYSzKv .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tmu4MYSzKv .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tmu4MYSzKv .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-tmu4MYSzKv .row {
    margin: 0rem;
  }
  .cid-tmu4MYSzKv .text-col {
    padding: 2rem 1rem;
  }
  .cid-tmu4MYSzKv .number {
    margin-right: 2rem;
  }
  .cid-tmu4MYSzKv .img-col {
    margin-bottom: 3rem;
  }
}
.cid-tmu4MYSzKv H2 {
  color: #333333;
  text-align: center;
}
.cid-tmu4MYSzKv .mbr-text {
  color: #767676;
}
.cid-tmZry0Z0xh {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tmZry0Z0xh .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #000000;
}
.cid-tmZry0Z0xh img {
  width: 100%;
}
.cid-tmZry0Z0xh p {
  margin-top: 6rem;
}
.cid-tmZry0Z0xh .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-tmZry0Z0xh .content-wrapper {
  padding-top: 6rem;
}
.cid-tmZry0Z0xh h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tmZry0Z0xh .content-wrapper {
    padding-top: 0rem;
  }
  .cid-tmZry0Z0xh p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tmZry0Z0xh .back {
    width: 100%;
    height: 75%;
  }
  .cid-tmZry0Z0xh .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-tmZry0Z0xh p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tmZry0Z0xh .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-tmZry0Z0xh h4 {
    right: 2rem;
  }
}
.cid-tmZry0Z0xh H1 {
  text-align: right;
  color: #ffffff;
}
.cid-tmZry0Z0xh .mbr-text,
.cid-tmZry0Z0xh .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-tmZry0Z0xh #myVideo {
  position: left;
  right: 0;
  bottom: 0;
  min-width: 50%;
  max-height: 100%;
}
@media (max-width: 640px) {
  .cid-tmZry0Z0xh #myVideo {
    padding-top: 10px;
    width: 100%;
  }
}
.cid-tTB0isrJxv {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-tTB0isrJxv img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tTB0isrJxv img:hover {
  transform: scale(1.1);
}
.cid-tTB0isrJxv .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-tTB0isrJxv h2 {
  padding: 0;
  margin: 0;
}
.cid-tTB0isrJxv .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTB0isrJxv .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tTB0isrJxv .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-tTB0isrJxv .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-tTB0isrJxv .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-tTB0isrJxv .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-tTB0isrJxv .mbr-iconfont {
  margin: 0!important;
}
.cid-tTB0isrJxv .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tTB0isrJxv .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tTB0isrJxv .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-tTB0isrJxv .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-tTB0isrJxv .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tTB0isrJxv H2 {
  color: #333333;
}
.cid-tTB0isrJxv .mbr-text {
  color: #ffffff;
}
.cid-tTB0isrJxv H1 {
  color: #ffffff;
}
.cid-tTB0isrJxv H3 {
  color: #ffffff;
}
.cid-tTB0isrJxv #myVideo {
  padding-top: 150px;
  position: left;
  right: 0;
  bottom: 0;
  min-width: 50%;
  max-height: 100%;
}
@media (max-width: 640px) {
  .cid-tTB0isrJxv #myVideo {
    padding-top: 10px;
    width: 100%;
  }
}
.cid-tTwRJPUNMe {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tTwRJPUNMe .container-fluid {
  padding: 0;
}
.cid-tTwRJPUNMe .content-wrapper .text-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 75px;
  padding-left: 60px;
}
.cid-tTwRJPUNMe .content-wrapper .image-wrapper {
  max-height: 680px;
}
.cid-tTwRJPUNMe .content-wrapper .image-wrapper img {
  width: 100%;
  max-height: 680px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tTwRJPUNMe .content-wrapper .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tTwRJPUNMe .mbr-section-btn {
  margin-right: 0;
  margin-left: 0;
}
.cid-tTwRJPUNMe .btn {
  width: 100%;
  box-shadow: none !important;
  margin-top: -1px;
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
  justify-content: space-between;
}
.cid-tTwRJPUNMe .btn:first-child {
  border-top: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-tTwRJPUNMe .btn:hover {
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-tTwRJPUNMe .btn:hover:first-child {
  border-top: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-tTwRJPUNMe .mbr-iconfont {
  font-size: 16px !important;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTwRJPUNMe .card-title {
  color: #ffffff;
}
.cid-tTwRJPUNMe #myVideo {
  position: left;
  right: 0;
  bottom: 0;
  min-width: 50%;
  max-height: 100%;
}
@media (max-width: 640px) {
  .cid-tTwRJPUNMe #myVideo {
    width: 100%;
  }
}
.cid-tmu4OYEx7k {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-tmu4OYEx7k img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tmu4OYEx7k img:hover {
  transform: scale(1.1);
}
.cid-tmu4OYEx7k .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-tmu4OYEx7k h2 {
  padding: 0;
  margin: 0;
}
.cid-tmu4OYEx7k .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tmu4OYEx7k .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tmu4OYEx7k .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-tmu4OYEx7k .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
}
.cid-tmu4OYEx7k .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tmu4OYEx7k .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tmu4OYEx7k .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-tmu4OYEx7k .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tmu4OYEx7k H2 {
  color: #333333;
}
.cid-tmu4OYEx7k .mbr-text {
  color: #767676;
}
.cid-tmu4Rq98uO {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tmu4Rq98uO {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-tmu4Rq98uO .text {
  padding: 0;
}
.cid-tmu4Rq98uO section {
  position: relative;
}
.cid-tmu4Rq98uO h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-tmu4Rq98uO .mbr-iconfont {
  padding: 0!important;
}
.cid-tmu4Rq98uO .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #333333;
}
.cid-tmu4Rq98uO .box {
  background-image: url("../../../assets/images/12021-07-22-10-54-24-mp-midi-controller-gain-utility-plugin-1397x845.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tmu4Rq98uO .icon-wrap {
  background-color: #ffda00 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tmu4Rq98uO .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-tmu4Rq98uO .icon-wrap span {
  padding-left: 8px;
}
.cid-tmu4Rq98uO .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #1c1c1c !important;
}
.cid-tmu4Rq98uO .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tmu4Rq98uO .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tmu4Rq98uO .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tmu4Rq98uO .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tmu4Rq98uO a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tmu4Rq98uO a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tmu4Rq98uO {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-tmu4Rq98uO .box {
    height: 250px;
  }
  .cid-tmu4Rq98uO .row {
    padding: 1rem!important;
  }
}
.cid-tmu4Tqr0Kb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tmu4Tqr0Kb img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tmu4Tqr0Kb img:hover {
  transform: scale(1.1);
}
.cid-tmu4Tqr0Kb .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-tmu4Tqr0Kb h2 {
  padding: 0;
  margin: 0;
}
.cid-tmu4Tqr0Kb .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tmu4Tqr0Kb .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tmu4Tqr0Kb .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-tmu4Tqr0Kb .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-tmu4Tqr0Kb .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-tmu4Tqr0Kb .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-tmu4Tqr0Kb .mbr-iconfont {
  margin: 0!important;
}
.cid-tmu4Tqr0Kb .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tmu4Tqr0Kb .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tmu4Tqr0Kb .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-tmu4Tqr0Kb .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-tmu4Tqr0Kb .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tmu4Tqr0Kb H2 {
  color: #333333;
}
.cid-tmu4Tqr0Kb .mbr-text {
  color: #ffffff;
}
.cid-tmu4Tqr0Kb H1 {
  color: #ffffff;
}
.cid-tmu4UzhSbt {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tmu4UzhSbt {
    padding-top: 50px;
    padding-bottom: 10px;
  }
}
.cid-tmu4UzhSbt .text {
  padding: 0;
}
.cid-tmu4UzhSbt section {
  position: relative;
}
.cid-tmu4UzhSbt h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-tmu4UzhSbt .mbr-iconfont {
  padding: 0!important;
}
.cid-tmu4UzhSbt .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #ffda00;
}
.cid-tmu4UzhSbt .box {
  background-image: url("../../../assets/images/2021-12-22-08-17-20fd-1866x928.png");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tmu4UzhSbt .icon-wrap {
  background-color: #ffda00 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tmu4UzhSbt .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-tmu4UzhSbt .icon-wrap span {
  padding-left: 8px;
}
.cid-tmu4UzhSbt .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #1c1c1c !important;
}
.cid-tmu4UzhSbt .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tmu4UzhSbt .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tmu4UzhSbt .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tmu4UzhSbt .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tmu4UzhSbt a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tmu4UzhSbt a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tmu4UzhSbt {
    padding-top: 35px;
    padding-bottom: 7px;
  }
  .cid-tmu4UzhSbt .box {
    height: 250px;
  }
  .cid-tmu4UzhSbt .row {
    padding: 1rem!important;
  }
}
.cid-tmu4YB28wx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffda00;
}
.cid-tmu4YB28wx .row {
  position: relative;
}
.cid-tmu4YB28wx .container {
  max-width: 1500px;
}
.cid-tmu4YB28wx h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tmu4YB28wx .content-wrapper {
  max-width: 800px;
}
.cid-tmu4YB28wx H1 {
  color: #333333;
}
.cid-tmu4YB28wx .mbr-text,
.cid-tmu4YB28wx .mbr-section-btn {
  color: #333333;
}
.cid-tmu4YB28wx H3 {
  color: #333333;
}
@media (min-width: 767px) {
  .cid-tmu4YB28wx .container {
    padding: 0 4rem;
  }
}
.cid-tlJVEQsTXp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background3-1.jpg");
}
.cid-tlJVEQsTXp .container {
  display: flex;
  justify-content: center;
}
.cid-tlJVEQsTXp .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tlJVEQsTXp .col-brand {
  margin-bottom: 40px;
}
.cid-tlJVEQsTXp .col-link {
  margin-bottom: 30px;
}
.cid-tlJVEQsTXp .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tlJVEQsTXp .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tlJVEQsTXp .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tlJVEQsTXp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tlJVEQsTXp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tlJVEQsTXp .mbr-section-subtitle {
  color: #1c1c1c;
  margin-bottom: 20px;
}
.cid-tlJVEQsTXp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tlJVEQsTXp .mbr-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-tlJVEQsTXp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tlJVEQsTXp .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tlJVEQsTXp .soc-item:hover {
  background-color: #738bae;
}
.cid-tlJVEQsTXp .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tlJVEQsTXp .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-tlJVEQsTXp .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tlJVEQsTXp .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tlJVEQsTXp .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-tlJVEQsTXp .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tlJVEQsTXp .mbr-text .text-black {
  color: #00284E !important;
}
.cid-tlJVEQsTXp .mbr-text a {
  opacity: 0.8;
}
.cid-tlJVEQsTXp .mbr-text a:hover {
  opacity: 1;
  color: #838132 !important;
}
.cid-tlJVEQsTXp .col-copyright {
  margin-top: 44px;
}
.cid-tlJVEQsTXp .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-tlJVEQsTXp .copyright {
    text-align: center !important;
  }
}
.cid-tlJVEQsTXp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlJVEQsTXp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sXT21XmgXk {
  z-index: 1000;
  width: 100%;
}
.cid-sXT21XmgXk nav.navbar {
  position: fixed;
}
.cid-sXT21XmgXk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXT21XmgXk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sXT21XmgXk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sXT21XmgXk .dropdown-item:hover,
.cid-sXT21XmgXk .dropdown-item:focus {
  background: #838132 !important;
  color: white !important;
}
.cid-sXT21XmgXk .dropdown-item:hover span {
  color: white;
}
.cid-sXT21XmgXk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sXT21XmgXk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sXT21XmgXk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sXT21XmgXk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sXT21XmgXk .nav-link {
  position: relative;
}
.cid-sXT21XmgXk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .container {
    flex-wrap: nowrap;
  }
}
.cid-sXT21XmgXk .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sXT21XmgXk .dropdown-menu,
.cid-sXT21XmgXk .navbar.opened {
  background: #ffffff !important;
}
.cid-sXT21XmgXk .nav-item:focus,
.cid-sXT21XmgXk .nav-link:focus {
  outline: none;
}
.cid-sXT21XmgXk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sXT21XmgXk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXT21XmgXk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sXT21XmgXk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXT21XmgXk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sXT21XmgXk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sXT21XmgXk .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  position: absolute;
  padding: 35px 40px !important;
  background-color: transparent;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-sXT21XmgXk .navbar.opened {
  transition: all 0.3s;
}
.cid-sXT21XmgXk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sXT21XmgXk .navbar .navbar-logo img {
  width: auto;
}
.cid-sXT21XmgXk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sXT21XmgXk .navbar.collapsed {
  justify-content: center;
}
.cid-sXT21XmgXk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sXT21XmgXk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-sXT21XmgXk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sXT21XmgXk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sXT21XmgXk .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-sXT21XmgXk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sXT21XmgXk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sXT21XmgXk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sXT21XmgXk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXT21XmgXk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXT21XmgXk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sXT21XmgXk .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-sXT21XmgXk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sXT21XmgXk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sXT21XmgXk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sXT21XmgXk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sXT21XmgXk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sXT21XmgXk .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sXT21XmgXk .navbar.navbar-short {
  min-height: 60px;
}
.cid-sXT21XmgXk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sXT21XmgXk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sXT21XmgXk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sXT21XmgXk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sXT21XmgXk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXT21XmgXk .dropdown-item.active,
.cid-sXT21XmgXk .dropdown-item:active {
  background-color: transparent;
}
.cid-sXT21XmgXk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sXT21XmgXk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sXT21XmgXk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sXT21XmgXk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sXT21XmgXk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sXT21XmgXk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXT21XmgXk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sXT21XmgXk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sXT21XmgXk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXT21XmgXk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sXT21XmgXk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sXT21XmgXk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXT21XmgXk .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-sXT21XmgXk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sXT21XmgXk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sXT21XmgXk .navbar {
    height: 70px;
  }
  .cid-sXT21XmgXk .navbar.opened {
    height: auto;
  }
  .cid-sXT21XmgXk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXT21XmgXk .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-sXT21XmgXk .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-sXT21XmgXk .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-sXT21XmgXk .navbar-nav {
    margin-left: 145px;
  }
}
.cid-sXT21XmgXk .nav-item a:hover {
  color: #ffffff !important;
}
.cid-sXT21XmgXk .nav-item .nav-link {
  position: relative !important;
}
.cid-sXT21XmgXk .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #838132;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-sXT21XmgXk .nav-item .nav-link:hover {
  color: #838132 !important;
}
.cid-sXT21XmgXk .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-sXT21XmgXk .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sXT21XmgXk .tel-menu {
    display: none;
  }
}
.cid-sXT21XmgXk .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .mbr-text {
    text-align: center !important;
  }
}
.cid-sXT21XmgXk .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-sXT21XmgXk .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-sXT21XmgXk .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-sXT21XmgXk .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-sXT21XmgXk .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #838132;
  border-radius: 0.25rem;
}
.cid-tmtSRv3E6k {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/dsc00364-large-1919x1080.jpg");
}
.cid-tmtSRv3E6k .row {
  position: relative;
}
.cid-tmtSRv3E6k .container {
  max-width: 1500px;
}
.cid-tmtSRv3E6k h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tmtSRv3E6k .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-tmtSRv3E6k .container {
    padding: 0 4rem;
  }
}
.cid-tmtTgOTu5Q {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #282124;
}
.cid-tmtTgOTu5Q .row {
  position: relative;
}
.cid-tmtTgOTu5Q .container {
  max-width: 1500px;
}
.cid-tmtTgOTu5Q h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tmtTgOTu5Q .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-tmtTgOTu5Q .container {
    padding: 0 4rem;
  }
}
.cid-tmtTW9LR9r {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tmtTW9LR9r .counter-container {
  color: #464646;
}
.cid-tmtTW9LR9r .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-tmtTW9LR9r .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-tmtTW9LR9r .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-tmtTW9LR9r P {
  text-align: left;
  color: #767676;
}
.cid-tmu0Pqp4aZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffda00;
}
.cid-tmu0Pqp4aZ .row {
  position: relative;
}
.cid-tmu0Pqp4aZ .container {
  max-width: 1500px;
}
.cid-tmu0Pqp4aZ h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tmu0Pqp4aZ .content-wrapper {
  max-width: 800px;
}
.cid-tmu0Pqp4aZ H1 {
  color: #333333;
}
.cid-tmu0Pqp4aZ .mbr-text,
.cid-tmu0Pqp4aZ .mbr-section-btn {
  color: #333333;
}
.cid-tmu0Pqp4aZ H3 {
  color: #333333;
}
@media (min-width: 767px) {
  .cid-tmu0Pqp4aZ .container {
    padding: 0 4rem;
  }
}
.cid-tlJVEQsTXp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background3-1.jpg");
}
.cid-tlJVEQsTXp .container {
  display: flex;
  justify-content: center;
}
.cid-tlJVEQsTXp .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tlJVEQsTXp .col-brand {
  margin-bottom: 40px;
}
.cid-tlJVEQsTXp .col-link {
  margin-bottom: 30px;
}
.cid-tlJVEQsTXp .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tlJVEQsTXp .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tlJVEQsTXp .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tlJVEQsTXp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tlJVEQsTXp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tlJVEQsTXp .mbr-section-subtitle {
  color: #1c1c1c;
  margin-bottom: 20px;
}
.cid-tlJVEQsTXp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tlJVEQsTXp .mbr-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-tlJVEQsTXp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tlJVEQsTXp .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tlJVEQsTXp .soc-item:hover {
  background-color: #738bae;
}
.cid-tlJVEQsTXp .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tlJVEQsTXp .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-tlJVEQsTXp .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tlJVEQsTXp .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tlJVEQsTXp .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-tlJVEQsTXp .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tlJVEQsTXp .mbr-text .text-black {
  color: #00284E !important;
}
.cid-tlJVEQsTXp .mbr-text a {
  opacity: 0.8;
}
.cid-tlJVEQsTXp .mbr-text a:hover {
  opacity: 1;
  color: #838132 !important;
}
.cid-tlJVEQsTXp .col-copyright {
  margin-top: 44px;
}
.cid-tlJVEQsTXp .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-tlJVEQsTXp .copyright {
    text-align: center !important;
  }
}
.cid-tlJVEQsTXp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlJVEQsTXp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sXT21XmgXk {
  z-index: 1000;
  width: 100%;
}
.cid-sXT21XmgXk nav.navbar {
  position: fixed;
}
.cid-sXT21XmgXk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXT21XmgXk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sXT21XmgXk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sXT21XmgXk .dropdown-item:hover,
.cid-sXT21XmgXk .dropdown-item:focus {
  background: #838132 !important;
  color: white !important;
}
.cid-sXT21XmgXk .dropdown-item:hover span {
  color: white;
}
.cid-sXT21XmgXk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sXT21XmgXk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sXT21XmgXk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sXT21XmgXk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sXT21XmgXk .nav-link {
  position: relative;
}
.cid-sXT21XmgXk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .container {
    flex-wrap: nowrap;
  }
}
.cid-sXT21XmgXk .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sXT21XmgXk .dropdown-menu,
.cid-sXT21XmgXk .navbar.opened {
  background: #ffffff !important;
}
.cid-sXT21XmgXk .nav-item:focus,
.cid-sXT21XmgXk .nav-link:focus {
  outline: none;
}
.cid-sXT21XmgXk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sXT21XmgXk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXT21XmgXk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sXT21XmgXk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXT21XmgXk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sXT21XmgXk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sXT21XmgXk .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  position: absolute;
  padding: 35px 40px !important;
  background-color: transparent;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-sXT21XmgXk .navbar.opened {
  transition: all 0.3s;
}
.cid-sXT21XmgXk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sXT21XmgXk .navbar .navbar-logo img {
  width: auto;
}
.cid-sXT21XmgXk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sXT21XmgXk .navbar.collapsed {
  justify-content: center;
}
.cid-sXT21XmgXk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sXT21XmgXk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-sXT21XmgXk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sXT21XmgXk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sXT21XmgXk .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-sXT21XmgXk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sXT21XmgXk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sXT21XmgXk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sXT21XmgXk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXT21XmgXk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXT21XmgXk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sXT21XmgXk .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-sXT21XmgXk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sXT21XmgXk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sXT21XmgXk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sXT21XmgXk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sXT21XmgXk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sXT21XmgXk .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sXT21XmgXk .navbar.navbar-short {
  min-height: 60px;
}
.cid-sXT21XmgXk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sXT21XmgXk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sXT21XmgXk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sXT21XmgXk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sXT21XmgXk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXT21XmgXk .dropdown-item.active,
.cid-sXT21XmgXk .dropdown-item:active {
  background-color: transparent;
}
.cid-sXT21XmgXk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sXT21XmgXk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sXT21XmgXk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sXT21XmgXk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sXT21XmgXk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sXT21XmgXk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXT21XmgXk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sXT21XmgXk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sXT21XmgXk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXT21XmgXk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sXT21XmgXk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sXT21XmgXk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXT21XmgXk .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-sXT21XmgXk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sXT21XmgXk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sXT21XmgXk .navbar {
    height: 70px;
  }
  .cid-sXT21XmgXk .navbar.opened {
    height: auto;
  }
  .cid-sXT21XmgXk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXT21XmgXk .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-sXT21XmgXk .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-sXT21XmgXk .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-sXT21XmgXk .navbar-nav {
    margin-left: 145px;
  }
}
.cid-sXT21XmgXk .nav-item a:hover {
  color: #ffffff !important;
}
.cid-sXT21XmgXk .nav-item .nav-link {
  position: relative !important;
}
.cid-sXT21XmgXk .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #838132;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-sXT21XmgXk .nav-item .nav-link:hover {
  color: #838132 !important;
}
.cid-sXT21XmgXk .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-sXT21XmgXk .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sXT21XmgXk .tel-menu {
    display: none;
  }
}
.cid-sXT21XmgXk .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .mbr-text {
    text-align: center !important;
  }
}
.cid-sXT21XmgXk .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-sXT21XmgXk .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-sXT21XmgXk .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-sXT21XmgXk .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-sXT21XmgXk .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #838132;
  border-radius: 0.25rem;
}
.cid-tmRL4npTri {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/dsc00715-1750x664.jpg");
}
.cid-tmRL4npTri .row {
  position: relative;
}
.cid-tmRL4npTri .container {
  max-width: 1500px;
}
.cid-tmRL4npTri h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tmRL4npTri .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-tmRL4npTri .container {
    padding: 0 4rem;
  }
}
.cid-tFCSkzFC7m {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00072c;
}
.cid-tFCSkzFC7m .row {
  position: relative;
}
.cid-tFCSkzFC7m .container {
  max-width: 1500px;
}
.cid-tFCSkzFC7m h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tFCSkzFC7m .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-tFCSkzFC7m .container {
    padding: 0 4rem;
  }
}
.cid-tFCSkzFC7m H1 {
  color: #ff7a41;
}
.cid-tFCSkzFC7m .mbr-text,
.cid-tFCSkzFC7m .mbr-section-btn {
  color: #f0e4ff;
}
.cid-tFCSrf89KL {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tFCSrf89KL .row {
  position: relative;
}
.cid-tFCSrf89KL .container {
  max-width: 1500px;
}
.cid-tFCSrf89KL h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tFCSrf89KL .content-wrapper {
  max-width: 800px;
}
.cid-tFCSrf89KL H1 {
  color: #ffffff;
}
.cid-tFCSrf89KL .mbr-text,
.cid-tFCSrf89KL .mbr-section-btn {
  color: #333333;
}
.cid-tFCSrf89KL H3 {
  color: #333333;
}
@media (min-width: 767px) {
  .cid-tFCSrf89KL .container {
    padding: 0 4rem;
  }
}
.cid-tDJOBylqmm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #282124;
}
.cid-tDJOBylqmm .row {
  position: relative;
}
.cid-tDJOBylqmm .container {
  max-width: 1500px;
}
.cid-tDJOBylqmm h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tDJOBylqmm .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-tDJOBylqmm .container {
    padding: 0 4rem;
  }
}
.cid-tDJOBylqmm H1 {
  color: #ff7a41;
}
.cid-tDJOBylqmm .mbr-text,
.cid-tDJOBylqmm .mbr-section-btn {
  color: #f0e4ff;
}
.cid-tDJOvhRNUy {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDJOvhRNUy .row {
  position: relative;
}
.cid-tDJOvhRNUy .container {
  max-width: 1500px;
}
.cid-tDJOvhRNUy h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tDJOvhRNUy .content-wrapper {
  max-width: 800px;
}
.cid-tDJOvhRNUy H1 {
  color: #ffffff;
}
.cid-tDJOvhRNUy .mbr-text,
.cid-tDJOvhRNUy .mbr-section-btn {
  color: #333333;
}
.cid-tDJOvhRNUy H3 {
  color: #333333;
}
@media (min-width: 767px) {
  .cid-tDJOvhRNUy .container {
    padding: 0 4rem;
  }
}
.cid-twN0YHzljl {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/superbooth22-1195x514.jpg");
}
.cid-twN0YHzljl .row {
  position: relative;
}
.cid-twN0YHzljl .container {
  max-width: 1500px;
}
.cid-twN0YHzljl h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-twN0YHzljl .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-twN0YHzljl .container {
    padding: 0 4rem;
  }
}
.cid-tmRQEqT1d4 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tmRQEqT1d4 .row {
  position: relative;
}
.cid-tmRQEqT1d4 .container {
  max-width: 1500px;
}
.cid-tmRQEqT1d4 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tmRQEqT1d4 .content-wrapper {
  max-width: 800px;
}
.cid-tmRQEqT1d4 H1 {
  color: #ffffff;
}
.cid-tmRQEqT1d4 .mbr-text,
.cid-tmRQEqT1d4 .mbr-section-btn {
  color: #333333;
}
.cid-tmRQEqT1d4 H3 {
  color: #333333;
}
@media (min-width: 767px) {
  .cid-tmRQEqT1d4 .container {
    padding: 0 4rem;
  }
}
.cid-tmROCFn9Pt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #282124;
}
.cid-tmROCFn9Pt .row {
  position: relative;
}
.cid-tmROCFn9Pt .container {
  max-width: 1500px;
}
.cid-tmROCFn9Pt h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tmROCFn9Pt .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-tmROCFn9Pt .container {
    padding: 0 4rem;
  }
}
.cid-tmROCFn9Pt H1 {
  color: #cc2952;
}
.cid-tmROCFn9Pt .mbr-text,
.cid-tmROCFn9Pt .mbr-section-btn {
  color: #f0e4ff;
}
.cid-tmRPXPgbsq {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tmRPXPgbsq .row {
  position: relative;
}
.cid-tmRPXPgbsq .container {
  max-width: 1500px;
}
.cid-tmRPXPgbsq h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tmRPXPgbsq .content-wrapper {
  max-width: 800px;
}
.cid-tmRPXPgbsq H1 {
  color: #ffffff;
}
.cid-tmRPXPgbsq .mbr-text,
.cid-tmRPXPgbsq .mbr-section-btn {
  color: #333333;
}
.cid-tmRPXPgbsq H3 {
  color: #333333;
}
@media (min-width: 767px) {
  .cid-tmRPXPgbsq .container {
    padding: 0 4rem;
  }
}
.cid-tmRPVU3oyV {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #282124;
}
.cid-tmRPVU3oyV .row {
  position: relative;
}
.cid-tmRPVU3oyV .container {
  max-width: 1500px;
}
.cid-tmRPVU3oyV h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tmRPVU3oyV .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-tmRPVU3oyV .container {
    padding: 0 4rem;
  }
}
.cid-tmRPatfOdn {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tmRPatfOdn .row {
  position: relative;
}
.cid-tmRPatfOdn .container {
  max-width: 1500px;
}
.cid-tmRPatfOdn h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tmRPatfOdn .content-wrapper {
  max-width: 800px;
}
.cid-tmRPatfOdn H1 {
  color: #ffffff;
}
.cid-tmRPatfOdn .mbr-text,
.cid-tmRPatfOdn .mbr-section-btn {
  color: #333333;
}
.cid-tmRPatfOdn H3 {
  color: #333333;
}
@media (min-width: 767px) {
  .cid-tmRPatfOdn .container {
    padding: 0 4rem;
  }
}
.cid-tmROE0BsOz {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #282124;
}
.cid-tmROE0BsOz .row {
  position: relative;
}
.cid-tmROE0BsOz .container {
  max-width: 1500px;
}
.cid-tmROE0BsOz h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tmROE0BsOz .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-tmROE0BsOz .container {
    padding: 0 4rem;
  }
}
.cid-tmRPbpPlMo {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tmRPbpPlMo .row {
  position: relative;
}
.cid-tmRPbpPlMo .container {
  max-width: 1500px;
}
.cid-tmRPbpPlMo h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tmRPbpPlMo .content-wrapper {
  max-width: 800px;
}
.cid-tmRPbpPlMo H1 {
  color: #ffffff;
}
.cid-tmRPbpPlMo .mbr-text,
.cid-tmRPbpPlMo .mbr-section-btn {
  color: #333333;
}
.cid-tmRPbpPlMo H3 {
  color: #333333;
}
@media (min-width: 767px) {
  .cid-tmRPbpPlMo .container {
    padding: 0 4rem;
  }
}
.cid-tmROEODwVZ {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #282124;
}
.cid-tmROEODwVZ .row {
  position: relative;
}
.cid-tmROEODwVZ .container {
  max-width: 1500px;
}
.cid-tmROEODwVZ h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tmROEODwVZ .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-tmROEODwVZ .container {
    padding: 0 4rem;
  }
}
.cid-tmRP9tZqJT {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tmRP9tZqJT .row {
  position: relative;
}
.cid-tmRP9tZqJT .container {
  max-width: 1500px;
}
.cid-tmRP9tZqJT h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tmRP9tZqJT .content-wrapper {
  max-width: 800px;
}
.cid-tmRP9tZqJT H1 {
  color: #ffffff;
}
.cid-tmRP9tZqJT .mbr-text,
.cid-tmRP9tZqJT .mbr-section-btn {
  color: #333333;
}
.cid-tmRP9tZqJT H3 {
  color: #333333;
}
@media (min-width: 767px) {
  .cid-tmRP9tZqJT .container {
    padding: 0 4rem;
  }
}
.cid-tmROHqgWT1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tmROHqgWT1 .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #0f7699;
}
.cid-tmROHqgWT1 img {
  width: 100%;
}
.cid-tmROHqgWT1 p {
  margin-top: 6rem;
}
.cid-tmROHqgWT1 .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-tmROHqgWT1 .content-wrapper {
  padding-top: 6rem;
}
.cid-tmROHqgWT1 h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tmROHqgWT1 .content-wrapper {
    padding-top: 0rem;
  }
  .cid-tmROHqgWT1 p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tmROHqgWT1 .back {
    width: 100%;
    height: 75%;
  }
  .cid-tmROHqgWT1 .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-tmROHqgWT1 p {
    margin-top: 4rem;
  }
}
.cid-tmROHqgWT1 .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-tmROHqgWT1 .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-tmROHqgWT1 .content-wrapper {
    padding-right: 3rem;
  }
  .cid-tmROHqgWT1 h4 {
    right: 2rem;
  }
}
.cid-tmROHqgWT1 H1 {
  color: #ffffff;
}
.cid-tmRP7sbdX4 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tmRP7sbdX4 .row {
  position: relative;
}
.cid-tmRP7sbdX4 .container {
  max-width: 1500px;
}
.cid-tmRP7sbdX4 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tmRP7sbdX4 .content-wrapper {
  max-width: 800px;
}
.cid-tmRP7sbdX4 H1 {
  color: #ffffff;
}
.cid-tmRP7sbdX4 .mbr-text,
.cid-tmRP7sbdX4 .mbr-section-btn {
  color: #333333;
}
.cid-tmRP7sbdX4 H3 {
  color: #333333;
}
@media (min-width: 767px) {
  .cid-tmRP7sbdX4 .container {
    padding: 0 4rem;
  }
}
.cid-tmROIdNEsb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tmROIdNEsb .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffda00;
}
.cid-tmROIdNEsb img {
  width: 100%;
}
.cid-tmROIdNEsb p {
  margin-top: 6rem;
}
.cid-tmROIdNEsb .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-tmROIdNEsb .content-wrapper {
  padding-top: 6rem;
}
.cid-tmROIdNEsb h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tmROIdNEsb .content-wrapper {
    padding-top: 0rem;
  }
  .cid-tmROIdNEsb p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tmROIdNEsb .back {
    width: 100%;
    height: 75%;
  }
  .cid-tmROIdNEsb .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-tmROIdNEsb p {
    margin-top: 4rem;
  }
}
.cid-tmROIdNEsb .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-tmROIdNEsb .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-tmROIdNEsb .content-wrapper {
    padding-right: 3rem;
  }
  .cid-tmROIdNEsb h4 {
    right: 2rem;
  }
}
.cid-tmRP6iUBsJ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tmRP6iUBsJ .row {
  position: relative;
}
.cid-tmRP6iUBsJ .container {
  max-width: 1500px;
}
.cid-tmRP6iUBsJ h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tmRP6iUBsJ .content-wrapper {
  max-width: 800px;
}
.cid-tmRP6iUBsJ H1 {
  color: #ffffff;
}
.cid-tmRP6iUBsJ .mbr-text,
.cid-tmRP6iUBsJ .mbr-section-btn {
  color: #333333;
}
.cid-tmRP6iUBsJ H3 {
  color: #333333;
}
@media (min-width: 767px) {
  .cid-tmRP6iUBsJ .container {
    padding: 0 4rem;
  }
}
.cid-tmROKZStzv {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #282124;
}
.cid-tmROKZStzv .row {
  position: relative;
}
.cid-tmROKZStzv .container {
  max-width: 1500px;
}
.cid-tmROKZStzv h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tmROKZStzv .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-tmROKZStzv .container {
    padding: 0 4rem;
  }
}
.cid-tmRP5bWHQE {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tmRP5bWHQE .row {
  position: relative;
}
.cid-tmRP5bWHQE .container {
  max-width: 1500px;
}
.cid-tmRP5bWHQE h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tmRP5bWHQE .content-wrapper {
  max-width: 800px;
}
.cid-tmRP5bWHQE H1 {
  color: #ffffff;
}
.cid-tmRP5bWHQE .mbr-text,
.cid-tmRP5bWHQE .mbr-section-btn {
  color: #333333;
}
.cid-tmRP5bWHQE H3 {
  color: #333333;
}
@media (min-width: 767px) {
  .cid-tmRP5bWHQE .container {
    padding: 0 4rem;
  }
}
.cid-tmROLLyOYO {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #282124;
}
.cid-tmROLLyOYO .row {
  position: relative;
}
.cid-tmROLLyOYO .container {
  max-width: 1500px;
}
.cid-tmROLLyOYO h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tmROLLyOYO .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-tmROLLyOYO .container {
    padding: 0 4rem;
  }
}
.cid-tmRP3uXcWM {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tmRP3uXcWM .row {
  position: relative;
}
.cid-tmRP3uXcWM .container {
  max-width: 1500px;
}
.cid-tmRP3uXcWM h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tmRP3uXcWM .content-wrapper {
  max-width: 800px;
}
.cid-tmRP3uXcWM H1 {
  color: #ffffff;
}
.cid-tmRP3uXcWM .mbr-text,
.cid-tmRP3uXcWM .mbr-section-btn {
  color: #333333;
}
.cid-tmRP3uXcWM H3 {
  color: #333333;
}
@media (min-width: 767px) {
  .cid-tmRP3uXcWM .container {
    padding: 0 4rem;
  }
}
.cid-tmROMuZPsh {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #282124;
}
.cid-tmROMuZPsh .row {
  position: relative;
}
.cid-tmROMuZPsh .container {
  max-width: 1500px;
}
.cid-tmROMuZPsh h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tmROMuZPsh .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-tmROMuZPsh .container {
    padding: 0 4rem;
  }
}
.cid-tmRP2l64Q7 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tmRP2l64Q7 .row {
  position: relative;
}
.cid-tmRP2l64Q7 .container {
  max-width: 1500px;
}
.cid-tmRP2l64Q7 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tmRP2l64Q7 .content-wrapper {
  max-width: 800px;
}
.cid-tmRP2l64Q7 H1 {
  color: #ffffff;
}
.cid-tmRP2l64Q7 .mbr-text,
.cid-tmRP2l64Q7 .mbr-section-btn {
  color: #333333;
}
.cid-tmRP2l64Q7 H3 {
  color: #333333;
}
@media (min-width: 767px) {
  .cid-tmRP2l64Q7 .container {
    padding: 0 4rem;
  }
}
.cid-tmRON8jtcd {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #282124;
}
.cid-tmRON8jtcd .row {
  position: relative;
}
.cid-tmRON8jtcd .container {
  max-width: 1500px;
}
.cid-tmRON8jtcd h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tmRON8jtcd .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-tmRON8jtcd .container {
    padding: 0 4rem;
  }
}
.cid-tmROSq7Vrl {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tmROSq7Vrl .row {
  position: relative;
}
.cid-tmROSq7Vrl .container {
  max-width: 1500px;
}
.cid-tmROSq7Vrl h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tmROSq7Vrl .content-wrapper {
  max-width: 800px;
}
.cid-tmROSq7Vrl H1 {
  color: #ffffff;
}
.cid-tmROSq7Vrl .mbr-text,
.cid-tmROSq7Vrl .mbr-section-btn {
  color: #333333;
}
.cid-tmROSq7Vrl H3 {
  color: #333333;
}
@media (min-width: 767px) {
  .cid-tmROSq7Vrl .container {
    padding: 0 4rem;
  }
}
.cid-tmRONMOk1h {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #282124;
}
.cid-tmRONMOk1h .row {
  position: relative;
}
.cid-tmRONMOk1h .container {
  max-width: 1500px;
}
.cid-tmRONMOk1h h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tmRONMOk1h .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-tmRONMOk1h .container {
    padding: 0 4rem;
  }
}
.cid-tlJVEQsTXp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background3-1.jpg");
}
.cid-tlJVEQsTXp .container {
  display: flex;
  justify-content: center;
}
.cid-tlJVEQsTXp .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tlJVEQsTXp .col-brand {
  margin-bottom: 40px;
}
.cid-tlJVEQsTXp .col-link {
  margin-bottom: 30px;
}
.cid-tlJVEQsTXp .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tlJVEQsTXp .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tlJVEQsTXp .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tlJVEQsTXp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tlJVEQsTXp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tlJVEQsTXp .mbr-section-subtitle {
  color: #1c1c1c;
  margin-bottom: 20px;
}
.cid-tlJVEQsTXp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tlJVEQsTXp .mbr-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-tlJVEQsTXp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tlJVEQsTXp .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tlJVEQsTXp .soc-item:hover {
  background-color: #738bae;
}
.cid-tlJVEQsTXp .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tlJVEQsTXp .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-tlJVEQsTXp .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tlJVEQsTXp .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tlJVEQsTXp .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-tlJVEQsTXp .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tlJVEQsTXp .mbr-text .text-black {
  color: #00284E !important;
}
.cid-tlJVEQsTXp .mbr-text a {
  opacity: 0.8;
}
.cid-tlJVEQsTXp .mbr-text a:hover {
  opacity: 1;
  color: #838132 !important;
}
.cid-tlJVEQsTXp .col-copyright {
  margin-top: 44px;
}
.cid-tlJVEQsTXp .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-tlJVEQsTXp .copyright {
    text-align: center !important;
  }
}
.cid-tlJVEQsTXp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlJVEQsTXp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sXT21XmgXk {
  z-index: 1000;
  width: 100%;
}
.cid-sXT21XmgXk nav.navbar {
  position: fixed;
}
.cid-sXT21XmgXk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXT21XmgXk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sXT21XmgXk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sXT21XmgXk .dropdown-item:hover,
.cid-sXT21XmgXk .dropdown-item:focus {
  background: #838132 !important;
  color: white !important;
}
.cid-sXT21XmgXk .dropdown-item:hover span {
  color: white;
}
.cid-sXT21XmgXk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sXT21XmgXk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sXT21XmgXk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sXT21XmgXk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sXT21XmgXk .nav-link {
  position: relative;
}
.cid-sXT21XmgXk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .container {
    flex-wrap: nowrap;
  }
}
.cid-sXT21XmgXk .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sXT21XmgXk .dropdown-menu,
.cid-sXT21XmgXk .navbar.opened {
  background: #ffffff !important;
}
.cid-sXT21XmgXk .nav-item:focus,
.cid-sXT21XmgXk .nav-link:focus {
  outline: none;
}
.cid-sXT21XmgXk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sXT21XmgXk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXT21XmgXk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sXT21XmgXk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXT21XmgXk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sXT21XmgXk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sXT21XmgXk .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  position: absolute;
  padding: 35px 40px !important;
  background-color: transparent;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-sXT21XmgXk .navbar.opened {
  transition: all 0.3s;
}
.cid-sXT21XmgXk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sXT21XmgXk .navbar .navbar-logo img {
  width: auto;
}
.cid-sXT21XmgXk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sXT21XmgXk .navbar.collapsed {
  justify-content: center;
}
.cid-sXT21XmgXk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sXT21XmgXk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-sXT21XmgXk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sXT21XmgXk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sXT21XmgXk .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-sXT21XmgXk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sXT21XmgXk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sXT21XmgXk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sXT21XmgXk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXT21XmgXk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXT21XmgXk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sXT21XmgXk .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-sXT21XmgXk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sXT21XmgXk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sXT21XmgXk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sXT21XmgXk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sXT21XmgXk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sXT21XmgXk .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sXT21XmgXk .navbar.navbar-short {
  min-height: 60px;
}
.cid-sXT21XmgXk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sXT21XmgXk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sXT21XmgXk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sXT21XmgXk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sXT21XmgXk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXT21XmgXk .dropdown-item.active,
.cid-sXT21XmgXk .dropdown-item:active {
  background-color: transparent;
}
.cid-sXT21XmgXk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sXT21XmgXk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sXT21XmgXk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sXT21XmgXk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sXT21XmgXk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sXT21XmgXk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXT21XmgXk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sXT21XmgXk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sXT21XmgXk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXT21XmgXk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sXT21XmgXk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sXT21XmgXk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXT21XmgXk .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-sXT21XmgXk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sXT21XmgXk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sXT21XmgXk .navbar {
    height: 70px;
  }
  .cid-sXT21XmgXk .navbar.opened {
    height: auto;
  }
  .cid-sXT21XmgXk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXT21XmgXk .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-sXT21XmgXk .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-sXT21XmgXk .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-sXT21XmgXk .navbar-nav {
    margin-left: 145px;
  }
}
.cid-sXT21XmgXk .nav-item a:hover {
  color: #ffffff !important;
}
.cid-sXT21XmgXk .nav-item .nav-link {
  position: relative !important;
}
.cid-sXT21XmgXk .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #838132;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-sXT21XmgXk .nav-item .nav-link:hover {
  color: #838132 !important;
}
.cid-sXT21XmgXk .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-sXT21XmgXk .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sXT21XmgXk .tel-menu {
    display: none;
  }
}
.cid-sXT21XmgXk .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .mbr-text {
    text-align: center !important;
  }
}
.cid-sXT21XmgXk .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-sXT21XmgXk .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-sXT21XmgXk .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-sXT21XmgXk .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-sXT21XmgXk .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #838132;
  border-radius: 0.25rem;
}
.cid-tmqhNthI4T {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/dsc00685-large-1919x1080.jpg");
}
.cid-tmqhNthI4T .row {
  position: relative;
}
.cid-tmqhNthI4T .container {
  max-width: 1500px;
}
.cid-tmqhNthI4T h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tmqhNthI4T .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-tmqhNthI4T .container {
    padding: 0 4rem;
  }
}
#custom-html-1z {
  /* Type valid CSS here */
}
#custom-html-1z div {
  padding: 10px 0;
  color: #777;
  text-align: center;
}
#custom-html-1z p {
  font-size: 60px;
  color: #777;
}
.cid-tooAA6lIyj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tooAA6lIyj .row {
  position: relative;
}
.cid-tooAA6lIyj .container {
  max-width: 1500px;
}
.cid-tooAA6lIyj h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tooAA6lIyj .content-wrapper {
  max-width: 800px;
}
.cid-tooAA6lIyj H1 {
  color: #ffffff;
}
.cid-tooAA6lIyj .mbr-text,
.cid-tooAA6lIyj .mbr-section-btn {
  color: #333333;
}
.cid-tooAA6lIyj H3 {
  color: #333333;
}
@media (min-width: 767px) {
  .cid-tooAA6lIyj .container {
    padding: 0 4rem;
  }
}
.cid-tlJVEQsTXp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background3-1.jpg");
}
.cid-tlJVEQsTXp .container {
  display: flex;
  justify-content: center;
}
.cid-tlJVEQsTXp .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tlJVEQsTXp .col-brand {
  margin-bottom: 40px;
}
.cid-tlJVEQsTXp .col-link {
  margin-bottom: 30px;
}
.cid-tlJVEQsTXp .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tlJVEQsTXp .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tlJVEQsTXp .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tlJVEQsTXp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tlJVEQsTXp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tlJVEQsTXp .mbr-section-subtitle {
  color: #1c1c1c;
  margin-bottom: 20px;
}
.cid-tlJVEQsTXp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tlJVEQsTXp .mbr-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-tlJVEQsTXp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tlJVEQsTXp .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tlJVEQsTXp .soc-item:hover {
  background-color: #738bae;
}
.cid-tlJVEQsTXp .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tlJVEQsTXp .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-tlJVEQsTXp .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tlJVEQsTXp .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tlJVEQsTXp .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-tlJVEQsTXp .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tlJVEQsTXp .mbr-text .text-black {
  color: #00284E !important;
}
.cid-tlJVEQsTXp .mbr-text a {
  opacity: 0.8;
}
.cid-tlJVEQsTXp .mbr-text a:hover {
  opacity: 1;
  color: #838132 !important;
}
.cid-tlJVEQsTXp .col-copyright {
  margin-top: 44px;
}
.cid-tlJVEQsTXp .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-tlJVEQsTXp .copyright {
    text-align: center !important;
  }
}
.cid-tlJVEQsTXp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlJVEQsTXp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sXT21XmgXk {
  z-index: 1000;
  width: 100%;
}
.cid-sXT21XmgXk nav.navbar {
  position: fixed;
}
.cid-sXT21XmgXk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXT21XmgXk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sXT21XmgXk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sXT21XmgXk .dropdown-item:hover,
.cid-sXT21XmgXk .dropdown-item:focus {
  background: #838132 !important;
  color: white !important;
}
.cid-sXT21XmgXk .dropdown-item:hover span {
  color: white;
}
.cid-sXT21XmgXk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sXT21XmgXk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sXT21XmgXk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sXT21XmgXk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sXT21XmgXk .nav-link {
  position: relative;
}
.cid-sXT21XmgXk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .container {
    flex-wrap: nowrap;
  }
}
.cid-sXT21XmgXk .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sXT21XmgXk .dropdown-menu,
.cid-sXT21XmgXk .navbar.opened {
  background: #ffffff !important;
}
.cid-sXT21XmgXk .nav-item:focus,
.cid-sXT21XmgXk .nav-link:focus {
  outline: none;
}
.cid-sXT21XmgXk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sXT21XmgXk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXT21XmgXk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sXT21XmgXk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXT21XmgXk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sXT21XmgXk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sXT21XmgXk .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  position: absolute;
  padding: 35px 40px !important;
  background-color: transparent;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-sXT21XmgXk .navbar.opened {
  transition: all 0.3s;
}
.cid-sXT21XmgXk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sXT21XmgXk .navbar .navbar-logo img {
  width: auto;
}
.cid-sXT21XmgXk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sXT21XmgXk .navbar.collapsed {
  justify-content: center;
}
.cid-sXT21XmgXk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sXT21XmgXk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-sXT21XmgXk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sXT21XmgXk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sXT21XmgXk .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-sXT21XmgXk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sXT21XmgXk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sXT21XmgXk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sXT21XmgXk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXT21XmgXk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXT21XmgXk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sXT21XmgXk .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-sXT21XmgXk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sXT21XmgXk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sXT21XmgXk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sXT21XmgXk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sXT21XmgXk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sXT21XmgXk .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sXT21XmgXk .navbar.navbar-short {
  min-height: 60px;
}
.cid-sXT21XmgXk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sXT21XmgXk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sXT21XmgXk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sXT21XmgXk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sXT21XmgXk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXT21XmgXk .dropdown-item.active,
.cid-sXT21XmgXk .dropdown-item:active {
  background-color: transparent;
}
.cid-sXT21XmgXk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sXT21XmgXk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sXT21XmgXk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sXT21XmgXk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sXT21XmgXk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sXT21XmgXk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXT21XmgXk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sXT21XmgXk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sXT21XmgXk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXT21XmgXk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sXT21XmgXk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sXT21XmgXk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXT21XmgXk .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-sXT21XmgXk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sXT21XmgXk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sXT21XmgXk .navbar {
    height: 70px;
  }
  .cid-sXT21XmgXk .navbar.opened {
    height: auto;
  }
  .cid-sXT21XmgXk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXT21XmgXk .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-sXT21XmgXk .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-sXT21XmgXk .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-sXT21XmgXk .navbar-nav {
    margin-left: 145px;
  }
}
.cid-sXT21XmgXk .nav-item a:hover {
  color: #ffffff !important;
}
.cid-sXT21XmgXk .nav-item .nav-link {
  position: relative !important;
}
.cid-sXT21XmgXk .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #838132;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-sXT21XmgXk .nav-item .nav-link:hover {
  color: #838132 !important;
}
.cid-sXT21XmgXk .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-sXT21XmgXk .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sXT21XmgXk .tel-menu {
    display: none;
  }
}
.cid-sXT21XmgXk .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .mbr-text {
    text-align: center !important;
  }
}
.cid-sXT21XmgXk .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-sXT21XmgXk .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-sXT21XmgXk .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-sXT21XmgXk .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-sXT21XmgXk .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #838132;
  border-radius: 0.25rem;
}
.cid-tmoMiXBi93 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/633a1548-edit-1828x757.jpg");
}
.cid-tmoMiXBi93 .row {
  position: relative;
}
.cid-tmoMiXBi93 .container {
  max-width: 1500px;
}
.cid-tmoMiXBi93 .container {
  padding-right: 8rem!important;
}
.cid-tmoMiXBi93 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tmoMiXBi93 .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-tmoMiXBi93 .container {
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tmoMiXBi93 .container {
    padding-right: 4rem!important;
  }
}
.cid-tmoMiXBi93 H1 {
  color: #282124;
}
.cid-tmoMkBtZXx {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffda00;
}
.cid-tmoMkBtZXx .row {
  position: relative;
}
.cid-tmoMkBtZXx .container {
  max-width: 1500px;
}
.cid-tmoMkBtZXx h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tmoMkBtZXx .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-tmoMkBtZXx .container {
    padding: 0 4rem;
  }
}
.cid-tmoMkBtZXx H1 {
  color: #282124;
}
.cid-tmoMkBtZXx H3 {
  color: #767676;
}
.cid-tmoMkBtZXx .mbr-text,
.cid-tmoMkBtZXx .mbr-section-btn {
  color: #00398d;
}
.cid-tFVRwGiIU0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-5.jpg");
}
.cid-tFVRwGiIU0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFVRwGiIU0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFVRwGiIU0.mbr-fullscreen {
  padding: 0 !important;
}
.cid-tFVRwGiIU0 .container-fluid {
  padding: 0 !important;
}
.cid-tFVRwGiIU0 img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tmoSQRHFIl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efeeee;
}
.cid-tmoSQRHFIl .row {
  position: relative;
}
.cid-tmoSQRHFIl .container {
  max-width: 1500px;
}
.cid-tmoSQRHFIl h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tmoSQRHFIl .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-tmoSQRHFIl .container {
    padding: 0 4rem;
  }
}
.cid-tmoSQRHFIl H3 {
  color: #333333;
}
.cid-tmoSQRHFIl H1 {
  color: #333333;
}
.cid-tmoSQRHFIl .mbr-text,
.cid-tmoSQRHFIl .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-tDJPOYWKt8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffda00;
}
.cid-tDJPOYWKt8 .row {
  position: relative;
}
.cid-tDJPOYWKt8 .container {
  max-width: 1500px;
}
.cid-tDJPOYWKt8 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tDJPOYWKt8 .content-wrapper {
  max-width: 800px;
}
.cid-tDJPOYWKt8 H1 {
  color: #333333;
}
.cid-tDJPOYWKt8 .mbr-text,
.cid-tDJPOYWKt8 .mbr-section-btn {
  color: #333333;
}
.cid-tDJPOYWKt8 H3 {
  color: #333333;
}
@media (min-width: 767px) {
  .cid-tDJPOYWKt8 .container {
    padding: 0 4rem;
  }
}
.cid-tlJVEQsTXp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background3-1.jpg");
}
.cid-tlJVEQsTXp .container {
  display: flex;
  justify-content: center;
}
.cid-tlJVEQsTXp .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tlJVEQsTXp .col-brand {
  margin-bottom: 40px;
}
.cid-tlJVEQsTXp .col-link {
  margin-bottom: 30px;
}
.cid-tlJVEQsTXp .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tlJVEQsTXp .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tlJVEQsTXp .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tlJVEQsTXp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tlJVEQsTXp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tlJVEQsTXp .mbr-section-subtitle {
  color: #1c1c1c;
  margin-bottom: 20px;
}
.cid-tlJVEQsTXp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tlJVEQsTXp .mbr-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-tlJVEQsTXp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tlJVEQsTXp .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tlJVEQsTXp .soc-item:hover {
  background-color: #738bae;
}
.cid-tlJVEQsTXp .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tlJVEQsTXp .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-tlJVEQsTXp .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tlJVEQsTXp .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tlJVEQsTXp .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-tlJVEQsTXp .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tlJVEQsTXp .mbr-text .text-black {
  color: #00284E !important;
}
.cid-tlJVEQsTXp .mbr-text a {
  opacity: 0.8;
}
.cid-tlJVEQsTXp .mbr-text a:hover {
  opacity: 1;
  color: #838132 !important;
}
.cid-tlJVEQsTXp .col-copyright {
  margin-top: 44px;
}
.cid-tlJVEQsTXp .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-tlJVEQsTXp .copyright {
    text-align: center !important;
  }
}
.cid-tlJVEQsTXp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlJVEQsTXp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sXT21XmgXk {
  z-index: 1000;
  width: 100%;
}
.cid-sXT21XmgXk nav.navbar {
  position: fixed;
}
.cid-sXT21XmgXk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXT21XmgXk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sXT21XmgXk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sXT21XmgXk .dropdown-item:hover,
.cid-sXT21XmgXk .dropdown-item:focus {
  background: #838132 !important;
  color: white !important;
}
.cid-sXT21XmgXk .dropdown-item:hover span {
  color: white;
}
.cid-sXT21XmgXk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sXT21XmgXk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sXT21XmgXk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sXT21XmgXk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sXT21XmgXk .nav-link {
  position: relative;
}
.cid-sXT21XmgXk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .container {
    flex-wrap: nowrap;
  }
}
.cid-sXT21XmgXk .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sXT21XmgXk .dropdown-menu,
.cid-sXT21XmgXk .navbar.opened {
  background: #ffffff !important;
}
.cid-sXT21XmgXk .nav-item:focus,
.cid-sXT21XmgXk .nav-link:focus {
  outline: none;
}
.cid-sXT21XmgXk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sXT21XmgXk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXT21XmgXk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sXT21XmgXk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXT21XmgXk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sXT21XmgXk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sXT21XmgXk .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  position: absolute;
  padding: 35px 40px !important;
  background-color: transparent;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-sXT21XmgXk .navbar.opened {
  transition: all 0.3s;
}
.cid-sXT21XmgXk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sXT21XmgXk .navbar .navbar-logo img {
  width: auto;
}
.cid-sXT21XmgXk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sXT21XmgXk .navbar.collapsed {
  justify-content: center;
}
.cid-sXT21XmgXk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sXT21XmgXk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-sXT21XmgXk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sXT21XmgXk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sXT21XmgXk .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-sXT21XmgXk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sXT21XmgXk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sXT21XmgXk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sXT21XmgXk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXT21XmgXk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXT21XmgXk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sXT21XmgXk .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-sXT21XmgXk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sXT21XmgXk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sXT21XmgXk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sXT21XmgXk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sXT21XmgXk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sXT21XmgXk .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sXT21XmgXk .navbar.navbar-short {
  min-height: 60px;
}
.cid-sXT21XmgXk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sXT21XmgXk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sXT21XmgXk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sXT21XmgXk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sXT21XmgXk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXT21XmgXk .dropdown-item.active,
.cid-sXT21XmgXk .dropdown-item:active {
  background-color: transparent;
}
.cid-sXT21XmgXk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sXT21XmgXk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sXT21XmgXk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sXT21XmgXk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sXT21XmgXk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sXT21XmgXk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXT21XmgXk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sXT21XmgXk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sXT21XmgXk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXT21XmgXk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sXT21XmgXk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sXT21XmgXk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXT21XmgXk .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-sXT21XmgXk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sXT21XmgXk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sXT21XmgXk .navbar {
    height: 70px;
  }
  .cid-sXT21XmgXk .navbar.opened {
    height: auto;
  }
  .cid-sXT21XmgXk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXT21XmgXk .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-sXT21XmgXk .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-sXT21XmgXk .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-sXT21XmgXk .navbar-nav {
    margin-left: 145px;
  }
}
.cid-sXT21XmgXk .nav-item a:hover {
  color: #ffffff !important;
}
.cid-sXT21XmgXk .nav-item .nav-link {
  position: relative !important;
}
.cid-sXT21XmgXk .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #838132;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-sXT21XmgXk .nav-item .nav-link:hover {
  color: #838132 !important;
}
.cid-sXT21XmgXk .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-sXT21XmgXk .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sXT21XmgXk .tel-menu {
    display: none;
  }
}
.cid-sXT21XmgXk .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .mbr-text {
    text-align: center !important;
  }
}
.cid-sXT21XmgXk .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-sXT21XmgXk .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-sXT21XmgXk .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-sXT21XmgXk .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-sXT21XmgXk .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #838132;
  border-radius: 0.25rem;
}
.cid-tmppKl7Ceg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tmppKl7Ceg .row {
  position: relative;
}
.cid-tmppKl7Ceg .container {
  max-width: 1500px;
}
.cid-tmppKl7Ceg h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tmppKl7Ceg .content-wrapper {
  max-width: 800px;
}
.cid-tmppKl7Ceg H1 {
  color: #ffffff;
}
.cid-tmppKl7Ceg .mbr-text,
.cid-tmppKl7Ceg .mbr-section-btn {
  color: #333333;
}
.cid-tmppKl7Ceg H3 {
  color: #333333;
}
@media (min-width: 767px) {
  .cid-tmppKl7Ceg .container {
    padding: 0 4rem;
  }
}
#custom-html-1u .responsive {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-1n iframe {
  display: block;
  border-style: none;
}
.cid-tlJVEQsTXp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background3-1.jpg");
}
.cid-tlJVEQsTXp .container {
  display: flex;
  justify-content: center;
}
.cid-tlJVEQsTXp .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tlJVEQsTXp .col-brand {
  margin-bottom: 40px;
}
.cid-tlJVEQsTXp .col-link {
  margin-bottom: 30px;
}
.cid-tlJVEQsTXp .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tlJVEQsTXp .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tlJVEQsTXp .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tlJVEQsTXp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tlJVEQsTXp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tlJVEQsTXp .mbr-section-subtitle {
  color: #1c1c1c;
  margin-bottom: 20px;
}
.cid-tlJVEQsTXp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tlJVEQsTXp .mbr-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-tlJVEQsTXp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tlJVEQsTXp .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tlJVEQsTXp .soc-item:hover {
  background-color: #738bae;
}
.cid-tlJVEQsTXp .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tlJVEQsTXp .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-tlJVEQsTXp .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tlJVEQsTXp .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tlJVEQsTXp .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-tlJVEQsTXp .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tlJVEQsTXp .mbr-text .text-black {
  color: #00284E !important;
}
.cid-tlJVEQsTXp .mbr-text a {
  opacity: 0.8;
}
.cid-tlJVEQsTXp .mbr-text a:hover {
  opacity: 1;
  color: #838132 !important;
}
.cid-tlJVEQsTXp .col-copyright {
  margin-top: 44px;
}
.cid-tlJVEQsTXp .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-tlJVEQsTXp .copyright {
    text-align: center !important;
  }
}
.cid-tlJVEQsTXp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlJVEQsTXp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sXT21XmgXk {
  z-index: 1000;
  width: 100%;
}
.cid-sXT21XmgXk nav.navbar {
  position: fixed;
}
.cid-sXT21XmgXk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXT21XmgXk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sXT21XmgXk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sXT21XmgXk .dropdown-item:hover,
.cid-sXT21XmgXk .dropdown-item:focus {
  background: #838132 !important;
  color: white !important;
}
.cid-sXT21XmgXk .dropdown-item:hover span {
  color: white;
}
.cid-sXT21XmgXk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sXT21XmgXk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sXT21XmgXk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sXT21XmgXk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sXT21XmgXk .nav-link {
  position: relative;
}
.cid-sXT21XmgXk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .container {
    flex-wrap: nowrap;
  }
}
.cid-sXT21XmgXk .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sXT21XmgXk .dropdown-menu,
.cid-sXT21XmgXk .navbar.opened {
  background: #ffffff !important;
}
.cid-sXT21XmgXk .nav-item:focus,
.cid-sXT21XmgXk .nav-link:focus {
  outline: none;
}
.cid-sXT21XmgXk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sXT21XmgXk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXT21XmgXk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sXT21XmgXk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXT21XmgXk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sXT21XmgXk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sXT21XmgXk .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  position: absolute;
  padding: 35px 40px !important;
  background-color: transparent;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-sXT21XmgXk .navbar.opened {
  transition: all 0.3s;
}
.cid-sXT21XmgXk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sXT21XmgXk .navbar .navbar-logo img {
  width: auto;
}
.cid-sXT21XmgXk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sXT21XmgXk .navbar.collapsed {
  justify-content: center;
}
.cid-sXT21XmgXk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sXT21XmgXk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-sXT21XmgXk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sXT21XmgXk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sXT21XmgXk .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-sXT21XmgXk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sXT21XmgXk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sXT21XmgXk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sXT21XmgXk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXT21XmgXk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXT21XmgXk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sXT21XmgXk .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-sXT21XmgXk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sXT21XmgXk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sXT21XmgXk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sXT21XmgXk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sXT21XmgXk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sXT21XmgXk .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sXT21XmgXk .navbar.navbar-short {
  min-height: 60px;
}
.cid-sXT21XmgXk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sXT21XmgXk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sXT21XmgXk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sXT21XmgXk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sXT21XmgXk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXT21XmgXk .dropdown-item.active,
.cid-sXT21XmgXk .dropdown-item:active {
  background-color: transparent;
}
.cid-sXT21XmgXk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sXT21XmgXk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sXT21XmgXk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sXT21XmgXk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sXT21XmgXk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sXT21XmgXk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXT21XmgXk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sXT21XmgXk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sXT21XmgXk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXT21XmgXk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sXT21XmgXk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sXT21XmgXk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXT21XmgXk .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-sXT21XmgXk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sXT21XmgXk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sXT21XmgXk .navbar {
    height: 70px;
  }
  .cid-sXT21XmgXk .navbar.opened {
    height: auto;
  }
  .cid-sXT21XmgXk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXT21XmgXk .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-sXT21XmgXk .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-sXT21XmgXk .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-sXT21XmgXk .navbar-nav {
    margin-left: 145px;
  }
}
.cid-sXT21XmgXk .nav-item a:hover {
  color: #ffffff !important;
}
.cid-sXT21XmgXk .nav-item .nav-link {
  position: relative !important;
}
.cid-sXT21XmgXk .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #838132;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-sXT21XmgXk .nav-item .nav-link:hover {
  color: #838132 !important;
}
.cid-sXT21XmgXk .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-sXT21XmgXk .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sXT21XmgXk .tel-menu {
    display: none;
  }
}
.cid-sXT21XmgXk .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .mbr-text {
    text-align: center !important;
  }
}
.cid-sXT21XmgXk .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-sXT21XmgXk .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-sXT21XmgXk .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-sXT21XmgXk .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-sXT21XmgXk .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #838132;
  border-radius: 0.25rem;
}
.cid-toonIaUTnj {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-toonIaUTnj .row {
  position: relative;
}
.cid-toonIaUTnj .container {
  max-width: 1500px;
}
.cid-toonIaUTnj h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-toonIaUTnj .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-toonIaUTnj .container {
    padding: 0 4rem;
  }
}
#custom-html-4p {
  /* Type valid CSS here */
}
#custom-html-4p div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-4p p {
  font-size: 60px;
  color: #777;
}
.cid-tlJVEQsTXp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background3-1.jpg");
}
.cid-tlJVEQsTXp .container {
  display: flex;
  justify-content: center;
}
.cid-tlJVEQsTXp .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tlJVEQsTXp .col-brand {
  margin-bottom: 40px;
}
.cid-tlJVEQsTXp .col-link {
  margin-bottom: 30px;
}
.cid-tlJVEQsTXp .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tlJVEQsTXp .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tlJVEQsTXp .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tlJVEQsTXp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tlJVEQsTXp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tlJVEQsTXp .mbr-section-subtitle {
  color: #1c1c1c;
  margin-bottom: 20px;
}
.cid-tlJVEQsTXp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tlJVEQsTXp .mbr-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-tlJVEQsTXp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tlJVEQsTXp .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tlJVEQsTXp .soc-item:hover {
  background-color: #738bae;
}
.cid-tlJVEQsTXp .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tlJVEQsTXp .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-tlJVEQsTXp .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tlJVEQsTXp .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tlJVEQsTXp .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-tlJVEQsTXp .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tlJVEQsTXp .mbr-text .text-black {
  color: #00284E !important;
}
.cid-tlJVEQsTXp .mbr-text a {
  opacity: 0.8;
}
.cid-tlJVEQsTXp .mbr-text a:hover {
  opacity: 1;
  color: #838132 !important;
}
.cid-tlJVEQsTXp .col-copyright {
  margin-top: 44px;
}
.cid-tlJVEQsTXp .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-tlJVEQsTXp .copyright {
    text-align: center !important;
  }
}
.cid-tlJVEQsTXp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlJVEQsTXp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sXT21XmgXk {
  z-index: 1000;
  width: 100%;
}
.cid-sXT21XmgXk nav.navbar {
  position: fixed;
}
.cid-sXT21XmgXk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXT21XmgXk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sXT21XmgXk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sXT21XmgXk .dropdown-item:hover,
.cid-sXT21XmgXk .dropdown-item:focus {
  background: #838132 !important;
  color: white !important;
}
.cid-sXT21XmgXk .dropdown-item:hover span {
  color: white;
}
.cid-sXT21XmgXk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sXT21XmgXk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sXT21XmgXk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sXT21XmgXk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sXT21XmgXk .nav-link {
  position: relative;
}
.cid-sXT21XmgXk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .container {
    flex-wrap: nowrap;
  }
}
.cid-sXT21XmgXk .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sXT21XmgXk .dropdown-menu,
.cid-sXT21XmgXk .navbar.opened {
  background: #ffffff !important;
}
.cid-sXT21XmgXk .nav-item:focus,
.cid-sXT21XmgXk .nav-link:focus {
  outline: none;
}
.cid-sXT21XmgXk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sXT21XmgXk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXT21XmgXk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sXT21XmgXk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXT21XmgXk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sXT21XmgXk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sXT21XmgXk .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  position: absolute;
  padding: 35px 40px !important;
  background-color: transparent;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-sXT21XmgXk .navbar.opened {
  transition: all 0.3s;
}
.cid-sXT21XmgXk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sXT21XmgXk .navbar .navbar-logo img {
  width: auto;
}
.cid-sXT21XmgXk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sXT21XmgXk .navbar.collapsed {
  justify-content: center;
}
.cid-sXT21XmgXk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sXT21XmgXk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-sXT21XmgXk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sXT21XmgXk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sXT21XmgXk .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-sXT21XmgXk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sXT21XmgXk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sXT21XmgXk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sXT21XmgXk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXT21XmgXk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXT21XmgXk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sXT21XmgXk .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-sXT21XmgXk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sXT21XmgXk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sXT21XmgXk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sXT21XmgXk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sXT21XmgXk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sXT21XmgXk .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sXT21XmgXk .navbar.navbar-short {
  min-height: 60px;
}
.cid-sXT21XmgXk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sXT21XmgXk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sXT21XmgXk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sXT21XmgXk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sXT21XmgXk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXT21XmgXk .dropdown-item.active,
.cid-sXT21XmgXk .dropdown-item:active {
  background-color: transparent;
}
.cid-sXT21XmgXk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sXT21XmgXk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sXT21XmgXk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sXT21XmgXk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sXT21XmgXk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sXT21XmgXk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXT21XmgXk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sXT21XmgXk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sXT21XmgXk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXT21XmgXk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sXT21XmgXk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sXT21XmgXk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXT21XmgXk .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-sXT21XmgXk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sXT21XmgXk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sXT21XmgXk .navbar {
    height: 70px;
  }
  .cid-sXT21XmgXk .navbar.opened {
    height: auto;
  }
  .cid-sXT21XmgXk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXT21XmgXk .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-sXT21XmgXk .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-sXT21XmgXk .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-sXT21XmgXk .navbar-nav {
    margin-left: 145px;
  }
}
.cid-sXT21XmgXk .nav-item a:hover {
  color: #ffffff !important;
}
.cid-sXT21XmgXk .nav-item .nav-link {
  position: relative !important;
}
.cid-sXT21XmgXk .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #838132;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-sXT21XmgXk .nav-item .nav-link:hover {
  color: #838132 !important;
}
.cid-sXT21XmgXk .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-sXT21XmgXk .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sXT21XmgXk .tel-menu {
    display: none;
  }
}
.cid-sXT21XmgXk .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .mbr-text {
    text-align: center !important;
  }
}
.cid-sXT21XmgXk .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-sXT21XmgXk .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-sXT21XmgXk .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-sXT21XmgXk .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-sXT21XmgXk .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #838132;
  border-radius: 0.25rem;
}
.cid-tooo7NI5b4 {
  padding-top: 15px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-tooo7NI5b4 .row {
  position: relative;
}
.cid-tooo7NI5b4 .container {
  max-width: 1500px;
}
.cid-tooo7NI5b4 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tooo7NI5b4 .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-tooo7NI5b4 .container {
    padding: 0 4rem;
  }
}
#custom-html-4m {
  /* Type valid CSS here */
}
#custom-html-4m div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-4m p {
  font-size: 60px;
  color: #777;
}
.cid-tlJVEQsTXp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background3-1.jpg");
}
.cid-tlJVEQsTXp .container {
  display: flex;
  justify-content: center;
}
.cid-tlJVEQsTXp .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tlJVEQsTXp .col-brand {
  margin-bottom: 40px;
}
.cid-tlJVEQsTXp .col-link {
  margin-bottom: 30px;
}
.cid-tlJVEQsTXp .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tlJVEQsTXp .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tlJVEQsTXp .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tlJVEQsTXp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tlJVEQsTXp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tlJVEQsTXp .mbr-section-subtitle {
  color: #1c1c1c;
  margin-bottom: 20px;
}
.cid-tlJVEQsTXp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tlJVEQsTXp .mbr-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-tlJVEQsTXp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tlJVEQsTXp .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tlJVEQsTXp .soc-item:hover {
  background-color: #738bae;
}
.cid-tlJVEQsTXp .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tlJVEQsTXp .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-tlJVEQsTXp .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tlJVEQsTXp .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tlJVEQsTXp .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-tlJVEQsTXp .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tlJVEQsTXp .mbr-text .text-black {
  color: #00284E !important;
}
.cid-tlJVEQsTXp .mbr-text a {
  opacity: 0.8;
}
.cid-tlJVEQsTXp .mbr-text a:hover {
  opacity: 1;
  color: #838132 !important;
}
.cid-tlJVEQsTXp .col-copyright {
  margin-top: 44px;
}
.cid-tlJVEQsTXp .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-tlJVEQsTXp .copyright {
    text-align: center !important;
  }
}
.cid-tlJVEQsTXp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlJVEQsTXp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmqncHYZh6 {
  z-index: 1000;
  width: 100%;
}
.cid-tmqncHYZh6 nav.navbar {
  position: fixed;
}
.cid-tmqncHYZh6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tmqncHYZh6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tmqncHYZh6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tmqncHYZh6 .dropdown-item:hover,
.cid-tmqncHYZh6 .dropdown-item:focus {
  background: #838132 !important;
  color: white !important;
}
.cid-tmqncHYZh6 .dropdown-item:hover span {
  color: white;
}
.cid-tmqncHYZh6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tmqncHYZh6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tmqncHYZh6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tmqncHYZh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tmqncHYZh6 .nav-link {
  position: relative;
}
.cid-tmqncHYZh6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tmqncHYZh6 .container {
    flex-wrap: nowrap;
  }
}
.cid-tmqncHYZh6 .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tmqncHYZh6 .dropdown-menu,
.cid-tmqncHYZh6 .navbar.opened {
  background: #ffffff !important;
}
.cid-tmqncHYZh6 .nav-item:focus,
.cid-tmqncHYZh6 .nav-link:focus {
  outline: none;
}
.cid-tmqncHYZh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tmqncHYZh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tmqncHYZh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tmqncHYZh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tmqncHYZh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tmqncHYZh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tmqncHYZh6 .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  position: absolute;
  padding: 35px 40px !important;
  background-color: transparent;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-tmqncHYZh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-tmqncHYZh6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tmqncHYZh6 .navbar .navbar-logo img {
  width: auto;
}
.cid-tmqncHYZh6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tmqncHYZh6 .navbar.collapsed {
  justify-content: center;
}
.cid-tmqncHYZh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tmqncHYZh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tmqncHYZh6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-tmqncHYZh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tmqncHYZh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tmqncHYZh6 .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-tmqncHYZh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tmqncHYZh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tmqncHYZh6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tmqncHYZh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tmqncHYZh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tmqncHYZh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tmqncHYZh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tmqncHYZh6 .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-tmqncHYZh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tmqncHYZh6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tmqncHYZh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tmqncHYZh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tmqncHYZh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tmqncHYZh6 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tmqncHYZh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tmqncHYZh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tmqncHYZh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tmqncHYZh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tmqncHYZh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tmqncHYZh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tmqncHYZh6 .dropdown-item.active,
.cid-tmqncHYZh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tmqncHYZh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tmqncHYZh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tmqncHYZh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tmqncHYZh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tmqncHYZh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tmqncHYZh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tmqncHYZh6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tmqncHYZh6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tmqncHYZh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tmqncHYZh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tmqncHYZh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tmqncHYZh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tmqncHYZh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tmqncHYZh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tmqncHYZh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tmqncHYZh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tmqncHYZh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tmqncHYZh6 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tmqncHYZh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tmqncHYZh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tmqncHYZh6 .navbar {
    height: 70px;
  }
  .cid-tmqncHYZh6 .navbar.opened {
    height: auto;
  }
  .cid-tmqncHYZh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmqncHYZh6 .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tmqncHYZh6 .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tmqncHYZh6 .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tmqncHYZh6 .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tmqncHYZh6 .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tmqncHYZh6 .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tmqncHYZh6 .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tmqncHYZh6 .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tmqncHYZh6 .nav-item .nav-link {
  position: relative !important;
}
.cid-tmqncHYZh6 .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #838132;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tmqncHYZh6 .nav-item .nav-link:hover {
  color: #838132 !important;
}
.cid-tmqncHYZh6 .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tmqncHYZh6 .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tmqncHYZh6 .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tmqncHYZh6 .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tmqncHYZh6 .tel-menu {
    display: none;
  }
}
.cid-tmqncHYZh6 .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tmqncHYZh6 .mbr-text {
    text-align: center !important;
  }
}
.cid-tmqncHYZh6 .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tmqncHYZh6 .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tmqncHYZh6 .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tmqncHYZh6 .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tmqncHYZh6 .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tmqncHYZh6 .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tmqncHYZh6 .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #838132;
  border-radius: 0.25rem;
}
.cid-tmqncHbvVA {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/dsc00688-large-1919x1080.jpg");
}
.cid-tmqncHbvVA .row {
  position: relative;
}
.cid-tmqncHbvVA .container {
  max-width: 1500px;
}
.cid-tmqncHbvVA h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tmqncHbvVA .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-tmqncHbvVA .container {
    padding: 0 4rem;
  }
}
#custom-html-26 {
  /* Type valid CSS here */
}
#custom-html-26 div {
  padding: 10px 0;
  color: #777;
  text-align: center;
}
#custom-html-26 p {
  font-size: 60px;
  color: #777;
}
.cid-tmqncIOhjM {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background3-1.jpg");
}
.cid-tmqncIOhjM .container {
  display: flex;
  justify-content: center;
}
.cid-tmqncIOhjM .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tmqncIOhjM .col-brand {
  margin-bottom: 40px;
}
.cid-tmqncIOhjM .col-link {
  margin-bottom: 30px;
}
.cid-tmqncIOhjM .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tmqncIOhjM .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tmqncIOhjM .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tmqncIOhjM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tmqncIOhjM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tmqncIOhjM .mbr-section-subtitle {
  color: #1c1c1c;
  margin-bottom: 20px;
}
.cid-tmqncIOhjM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tmqncIOhjM .mbr-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-tmqncIOhjM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tmqncIOhjM .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tmqncIOhjM .soc-item:hover {
  background-color: #738bae;
}
.cid-tmqncIOhjM .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tmqncIOhjM .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-tmqncIOhjM .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tmqncIOhjM .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tmqncIOhjM .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-tmqncIOhjM .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tmqncIOhjM .mbr-text .text-black {
  color: #00284E !important;
}
.cid-tmqncIOhjM .mbr-text a {
  opacity: 0.8;
}
.cid-tmqncIOhjM .mbr-text a:hover {
  opacity: 1;
  color: #838132 !important;
}
.cid-tmqncIOhjM .col-copyright {
  margin-top: 44px;
}
.cid-tmqncIOhjM .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-tmqncIOhjM .copyright {
    text-align: center !important;
  }
}
.cid-tmqncIOhjM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmqncIOhjM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmGrc6qTGf {
  z-index: 1000;
  width: 100%;
}
.cid-tmGrc6qTGf nav.navbar {
  position: fixed;
}
.cid-tmGrc6qTGf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tmGrc6qTGf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tmGrc6qTGf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tmGrc6qTGf .dropdown-item:hover,
.cid-tmGrc6qTGf .dropdown-item:focus {
  background: #838132 !important;
  color: white !important;
}
.cid-tmGrc6qTGf .dropdown-item:hover span {
  color: white;
}
.cid-tmGrc6qTGf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tmGrc6qTGf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tmGrc6qTGf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tmGrc6qTGf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tmGrc6qTGf .nav-link {
  position: relative;
}
.cid-tmGrc6qTGf .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tmGrc6qTGf .container {
    flex-wrap: nowrap;
  }
}
.cid-tmGrc6qTGf .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tmGrc6qTGf .dropdown-menu,
.cid-tmGrc6qTGf .navbar.opened {
  background: #ffffff !important;
}
.cid-tmGrc6qTGf .nav-item:focus,
.cid-tmGrc6qTGf .nav-link:focus {
  outline: none;
}
.cid-tmGrc6qTGf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tmGrc6qTGf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tmGrc6qTGf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tmGrc6qTGf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tmGrc6qTGf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tmGrc6qTGf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tmGrc6qTGf .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  position: absolute;
  padding: 35px 40px !important;
  background-color: transparent;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-tmGrc6qTGf .navbar.opened {
  transition: all 0.3s;
}
.cid-tmGrc6qTGf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tmGrc6qTGf .navbar .navbar-logo img {
  width: auto;
}
.cid-tmGrc6qTGf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tmGrc6qTGf .navbar.collapsed {
  justify-content: center;
}
.cid-tmGrc6qTGf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tmGrc6qTGf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tmGrc6qTGf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-tmGrc6qTGf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tmGrc6qTGf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tmGrc6qTGf .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-tmGrc6qTGf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tmGrc6qTGf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tmGrc6qTGf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tmGrc6qTGf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tmGrc6qTGf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tmGrc6qTGf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tmGrc6qTGf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tmGrc6qTGf .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-tmGrc6qTGf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tmGrc6qTGf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tmGrc6qTGf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tmGrc6qTGf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tmGrc6qTGf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tmGrc6qTGf .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tmGrc6qTGf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tmGrc6qTGf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tmGrc6qTGf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tmGrc6qTGf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tmGrc6qTGf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tmGrc6qTGf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tmGrc6qTGf .dropdown-item.active,
.cid-tmGrc6qTGf .dropdown-item:active {
  background-color: transparent;
}
.cid-tmGrc6qTGf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tmGrc6qTGf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tmGrc6qTGf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tmGrc6qTGf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tmGrc6qTGf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tmGrc6qTGf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tmGrc6qTGf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tmGrc6qTGf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tmGrc6qTGf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tmGrc6qTGf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tmGrc6qTGf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tmGrc6qTGf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tmGrc6qTGf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tmGrc6qTGf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tmGrc6qTGf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tmGrc6qTGf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tmGrc6qTGf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tmGrc6qTGf .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tmGrc6qTGf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tmGrc6qTGf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tmGrc6qTGf .navbar {
    height: 70px;
  }
  .cid-tmGrc6qTGf .navbar.opened {
    height: auto;
  }
  .cid-tmGrc6qTGf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmGrc6qTGf .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tmGrc6qTGf .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tmGrc6qTGf .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tmGrc6qTGf .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tmGrc6qTGf .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tmGrc6qTGf .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tmGrc6qTGf .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tmGrc6qTGf .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tmGrc6qTGf .nav-item .nav-link {
  position: relative !important;
}
.cid-tmGrc6qTGf .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #838132;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tmGrc6qTGf .nav-item .nav-link:hover {
  color: #838132 !important;
}
.cid-tmGrc6qTGf .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tmGrc6qTGf .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tmGrc6qTGf .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tmGrc6qTGf .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tmGrc6qTGf .tel-menu {
    display: none;
  }
}
.cid-tmGrc6qTGf .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tmGrc6qTGf .mbr-text {
    text-align: center !important;
  }
}
.cid-tmGrc6qTGf .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tmGrc6qTGf .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tmGrc6qTGf .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tmGrc6qTGf .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tmGrc6qTGf .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tmGrc6qTGf .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tmGrc6qTGf .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #838132;
  border-radius: 0.25rem;
}
.cid-tmGrc7TERz {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/dsc01274-1750x742.jpg");
}
.cid-tmGrc7TERz .row {
  position: relative;
}
.cid-tmGrc7TERz .container {
  max-width: 1500px;
}
.cid-tmGrc7TERz h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tmGrc7TERz .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-tmGrc7TERz .container {
    padding: 0 4rem;
  }
}
.cid-tmGrc7TERz H1 {
  color: #00284e;
}
.cid-tmGrc7TERz .mbr-text,
.cid-tmGrc7TERz .mbr-section-btn {
  color: #00284e;
}
.cid-tmGsdABCpV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tmGsdABCpV .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-tmGsdABCpV .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-tmGsdABCpV .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-tmGsdABCpV .row {
  display: flex;
  align-items: stretch;
}
.cid-tmGsdABCpV .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tmGsdABCpV .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-tmGsdABCpV .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-tmGsdABCpV .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-tmGsdABCpV .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tmGsdABCpV .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-tmGsdABCpV .item:focus,
.cid-tmGsdABCpV span:focus {
  outline: none;
}
.cid-tmGsdABCpV .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-tmGsdABCpV .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-tmGsdABCpV .item-wrapper .item-content a:hover {
  color: #838132 !important;
}
.cid-tmGsdABCpV .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-tmGsdABCpV .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-tmGsdABCpV .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-tmGsdABCpV .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-tmGsdABCpV .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 159px;
}
@media (max-width: 1399px) {
  .cid-tmGsdABCpV .item-img {
    height: 142px;
  }
}
@media (max-width: 1199px) {
  .cid-tmGsdABCpV .item-img {
    height: 119px;
  }
}
@media (max-width: 991px) {
  .cid-tmGsdABCpV .item-img {
    height: 131px;
  }
}
@media (max-width: 767px) {
  .cid-tmGsdABCpV .item-img {
    height: 96px;
  }
}
@media (max-width: 575px) {
  .cid-tmGsdABCpV .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-tmGsdABCpV .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tmGsdABCpV .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #838132;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-tmGsdABCpV .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-tmGsdABCpV .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-tmGsdABCpV .item-content-container {
    padding: 20px 15px;
  }
}
.cid-tmGsdABCpV .mbr-section-btn {
  margin-top: 20px;
}
.cid-tmGsdABCpV .item-title {
  text-align: left;
  width: 100%;
  color: #A1A0A0;
  margin-bottom: 0;
}
.cid-tmGsdABCpV .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-tmGtLykgX4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tmGtLykgX4 .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-tmGtLykgX4 .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-tmGtLykgX4 .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-tmGtLykgX4 .row {
  display: flex;
  align-items: stretch;
}
.cid-tmGtLykgX4 .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tmGtLykgX4 .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-tmGtLykgX4 .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-tmGtLykgX4 .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-tmGtLykgX4 .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tmGtLykgX4 .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-tmGtLykgX4 .item:focus,
.cid-tmGtLykgX4 span:focus {
  outline: none;
}
.cid-tmGtLykgX4 .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-tmGtLykgX4 .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-tmGtLykgX4 .item-wrapper .item-content a:hover {
  color: #838132 !important;
}
.cid-tmGtLykgX4 .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-tmGtLykgX4 .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-tmGtLykgX4 .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-tmGtLykgX4 .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-tmGtLykgX4 .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 159px;
}
@media (max-width: 1399px) {
  .cid-tmGtLykgX4 .item-img {
    height: 142px;
  }
}
@media (max-width: 1199px) {
  .cid-tmGtLykgX4 .item-img {
    height: 119px;
  }
}
@media (max-width: 991px) {
  .cid-tmGtLykgX4 .item-img {
    height: 131px;
  }
}
@media (max-width: 767px) {
  .cid-tmGtLykgX4 .item-img {
    height: 96px;
  }
}
@media (max-width: 575px) {
  .cid-tmGtLykgX4 .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-tmGtLykgX4 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tmGtLykgX4 .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #838132;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-tmGtLykgX4 .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-tmGtLykgX4 .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-tmGtLykgX4 .item-content-container {
    padding: 20px 15px;
  }
}
.cid-tmGtLykgX4 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tmGtLykgX4 .item-title {
  text-align: left;
  width: 100%;
  color: #A1A0A0;
  margin-bottom: 0;
}
.cid-tmGtLykgX4 .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-tmGu5tUnnY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tmGu5tUnnY .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-tmGu5tUnnY .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-tmGu5tUnnY .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-tmGu5tUnnY .row {
  display: flex;
  align-items: stretch;
}
.cid-tmGu5tUnnY .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tmGu5tUnnY .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-tmGu5tUnnY .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-tmGu5tUnnY .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-tmGu5tUnnY .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tmGu5tUnnY .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-tmGu5tUnnY .item:focus,
.cid-tmGu5tUnnY span:focus {
  outline: none;
}
.cid-tmGu5tUnnY .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-tmGu5tUnnY .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-tmGu5tUnnY .item-wrapper .item-content a:hover {
  color: #838132 !important;
}
.cid-tmGu5tUnnY .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-tmGu5tUnnY .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-tmGu5tUnnY .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-tmGu5tUnnY .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-tmGu5tUnnY .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 159px;
}
@media (max-width: 1399px) {
  .cid-tmGu5tUnnY .item-img {
    height: 142px;
  }
}
@media (max-width: 1199px) {
  .cid-tmGu5tUnnY .item-img {
    height: 119px;
  }
}
@media (max-width: 991px) {
  .cid-tmGu5tUnnY .item-img {
    height: 131px;
  }
}
@media (max-width: 767px) {
  .cid-tmGu5tUnnY .item-img {
    height: 96px;
  }
}
@media (max-width: 575px) {
  .cid-tmGu5tUnnY .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-tmGu5tUnnY .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tmGu5tUnnY .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #838132;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-tmGu5tUnnY .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-tmGu5tUnnY .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-tmGu5tUnnY .item-content-container {
    padding: 20px 15px;
  }
}
.cid-tmGu5tUnnY .mbr-section-btn {
  margin-top: 20px;
}
.cid-tmGu5tUnnY .item-title {
  text-align: left;
  width: 100%;
  color: #A1A0A0;
  margin-bottom: 0;
}
.cid-tmGu5tUnnY .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-tmGu6DCSuC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tmGu6DCSuC .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-tmGu6DCSuC .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-tmGu6DCSuC .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-tmGu6DCSuC .row {
  display: flex;
  align-items: stretch;
}
.cid-tmGu6DCSuC .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tmGu6DCSuC .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-tmGu6DCSuC .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-tmGu6DCSuC .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-tmGu6DCSuC .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tmGu6DCSuC .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-tmGu6DCSuC .item:focus,
.cid-tmGu6DCSuC span:focus {
  outline: none;
}
.cid-tmGu6DCSuC .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-tmGu6DCSuC .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-tmGu6DCSuC .item-wrapper .item-content a:hover {
  color: #838132 !important;
}
.cid-tmGu6DCSuC .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-tmGu6DCSuC .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-tmGu6DCSuC .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-tmGu6DCSuC .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-tmGu6DCSuC .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 159px;
}
@media (max-width: 1399px) {
  .cid-tmGu6DCSuC .item-img {
    height: 142px;
  }
}
@media (max-width: 1199px) {
  .cid-tmGu6DCSuC .item-img {
    height: 119px;
  }
}
@media (max-width: 991px) {
  .cid-tmGu6DCSuC .item-img {
    height: 131px;
  }
}
@media (max-width: 767px) {
  .cid-tmGu6DCSuC .item-img {
    height: 96px;
  }
}
@media (max-width: 575px) {
  .cid-tmGu6DCSuC .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-tmGu6DCSuC .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tmGu6DCSuC .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #838132;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-tmGu6DCSuC .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-tmGu6DCSuC .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-tmGu6DCSuC .item-content-container {
    padding: 20px 15px;
  }
}
.cid-tmGu6DCSuC .mbr-section-btn {
  margin-top: 20px;
}
.cid-tmGu6DCSuC .item-title {
  text-align: left;
  width: 100%;
  color: #A1A0A0;
  margin-bottom: 0;
}
.cid-tmGu6DCSuC .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-tmGu7rDa3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tmGu7rDa3c .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-tmGu7rDa3c .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-tmGu7rDa3c .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-tmGu7rDa3c .row {
  display: flex;
  align-items: stretch;
}
.cid-tmGu7rDa3c .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tmGu7rDa3c .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-tmGu7rDa3c .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-tmGu7rDa3c .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-tmGu7rDa3c .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tmGu7rDa3c .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-tmGu7rDa3c .item:focus,
.cid-tmGu7rDa3c span:focus {
  outline: none;
}
.cid-tmGu7rDa3c .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-tmGu7rDa3c .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-tmGu7rDa3c .item-wrapper .item-content a:hover {
  color: #838132 !important;
}
.cid-tmGu7rDa3c .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-tmGu7rDa3c .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-tmGu7rDa3c .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-tmGu7rDa3c .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-tmGu7rDa3c .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 159px;
}
@media (max-width: 1399px) {
  .cid-tmGu7rDa3c .item-img {
    height: 142px;
  }
}
@media (max-width: 1199px) {
  .cid-tmGu7rDa3c .item-img {
    height: 119px;
  }
}
@media (max-width: 991px) {
  .cid-tmGu7rDa3c .item-img {
    height: 131px;
  }
}
@media (max-width: 767px) {
  .cid-tmGu7rDa3c .item-img {
    height: 96px;
  }
}
@media (max-width: 575px) {
  .cid-tmGu7rDa3c .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-tmGu7rDa3c .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tmGu7rDa3c .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #838132;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-tmGu7rDa3c .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-tmGu7rDa3c .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-tmGu7rDa3c .item-content-container {
    padding: 20px 15px;
  }
}
.cid-tmGu7rDa3c .mbr-section-btn {
  margin-top: 20px;
}
.cid-tmGu7rDa3c .item-title {
  text-align: left;
  width: 100%;
  color: #A1A0A0;
  margin-bottom: 0;
}
.cid-tmGu7rDa3c .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-tmGu9LcomH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tmGu9LcomH .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-tmGu9LcomH .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-tmGu9LcomH .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-tmGu9LcomH .row {
  display: flex;
  align-items: stretch;
}
.cid-tmGu9LcomH .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tmGu9LcomH .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-tmGu9LcomH .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-tmGu9LcomH .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-tmGu9LcomH .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tmGu9LcomH .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-tmGu9LcomH .item:focus,
.cid-tmGu9LcomH span:focus {
  outline: none;
}
.cid-tmGu9LcomH .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-tmGu9LcomH .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-tmGu9LcomH .item-wrapper .item-content a:hover {
  color: #838132 !important;
}
.cid-tmGu9LcomH .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-tmGu9LcomH .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-tmGu9LcomH .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-tmGu9LcomH .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-tmGu9LcomH .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 159px;
}
@media (max-width: 1399px) {
  .cid-tmGu9LcomH .item-img {
    height: 142px;
  }
}
@media (max-width: 1199px) {
  .cid-tmGu9LcomH .item-img {
    height: 119px;
  }
}
@media (max-width: 991px) {
  .cid-tmGu9LcomH .item-img {
    height: 131px;
  }
}
@media (max-width: 767px) {
  .cid-tmGu9LcomH .item-img {
    height: 96px;
  }
}
@media (max-width: 575px) {
  .cid-tmGu9LcomH .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-tmGu9LcomH .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tmGu9LcomH .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #838132;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-tmGu9LcomH .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-tmGu9LcomH .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-tmGu9LcomH .item-content-container {
    padding: 20px 15px;
  }
}
.cid-tmGu9LcomH .mbr-section-btn {
  margin-top: 20px;
}
.cid-tmGu9LcomH .item-title {
  text-align: left;
  width: 100%;
  color: #A1A0A0;
  margin-bottom: 0;
}
.cid-tmGu9LcomH .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-tmGuaqBTgi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tmGuaqBTgi .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-tmGuaqBTgi .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-tmGuaqBTgi .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-tmGuaqBTgi .row {
  display: flex;
  align-items: stretch;
}
.cid-tmGuaqBTgi .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tmGuaqBTgi .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-tmGuaqBTgi .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-tmGuaqBTgi .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-tmGuaqBTgi .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tmGuaqBTgi .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-tmGuaqBTgi .item:focus,
.cid-tmGuaqBTgi span:focus {
  outline: none;
}
.cid-tmGuaqBTgi .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-tmGuaqBTgi .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-tmGuaqBTgi .item-wrapper .item-content a:hover {
  color: #838132 !important;
}
.cid-tmGuaqBTgi .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-tmGuaqBTgi .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-tmGuaqBTgi .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-tmGuaqBTgi .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-tmGuaqBTgi .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 159px;
}
@media (max-width: 1399px) {
  .cid-tmGuaqBTgi .item-img {
    height: 142px;
  }
}
@media (max-width: 1199px) {
  .cid-tmGuaqBTgi .item-img {
    height: 119px;
  }
}
@media (max-width: 991px) {
  .cid-tmGuaqBTgi .item-img {
    height: 131px;
  }
}
@media (max-width: 767px) {
  .cid-tmGuaqBTgi .item-img {
    height: 96px;
  }
}
@media (max-width: 575px) {
  .cid-tmGuaqBTgi .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-tmGuaqBTgi .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tmGuaqBTgi .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #838132;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-tmGuaqBTgi .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-tmGuaqBTgi .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-tmGuaqBTgi .item-content-container {
    padding: 20px 15px;
  }
}
.cid-tmGuaqBTgi .mbr-section-btn {
  margin-top: 20px;
}
.cid-tmGuaqBTgi .item-title {
  text-align: left;
  width: 100%;
  color: #A1A0A0;
  margin-bottom: 0;
}
.cid-tmGuaqBTgi .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-tGqkSfOH15 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tGqkSfOH15 .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-tGqkSfOH15 .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-tGqkSfOH15 .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-tGqkSfOH15 .row {
  display: flex;
  align-items: stretch;
}
.cid-tGqkSfOH15 .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tGqkSfOH15 .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-tGqkSfOH15 .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-tGqkSfOH15 .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-tGqkSfOH15 .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tGqkSfOH15 .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-tGqkSfOH15 .item:focus,
.cid-tGqkSfOH15 span:focus {
  outline: none;
}
.cid-tGqkSfOH15 .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-tGqkSfOH15 .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-tGqkSfOH15 .item-wrapper .item-content a:hover {
  color: #838132 !important;
}
.cid-tGqkSfOH15 .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-tGqkSfOH15 .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-tGqkSfOH15 .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-tGqkSfOH15 .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-tGqkSfOH15 .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 159px;
}
@media (max-width: 1399px) {
  .cid-tGqkSfOH15 .item-img {
    height: 142px;
  }
}
@media (max-width: 1199px) {
  .cid-tGqkSfOH15 .item-img {
    height: 119px;
  }
}
@media (max-width: 991px) {
  .cid-tGqkSfOH15 .item-img {
    height: 131px;
  }
}
@media (max-width: 767px) {
  .cid-tGqkSfOH15 .item-img {
    height: 96px;
  }
}
@media (max-width: 575px) {
  .cid-tGqkSfOH15 .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-tGqkSfOH15 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tGqkSfOH15 .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #838132;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-tGqkSfOH15 .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-tGqkSfOH15 .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-tGqkSfOH15 .item-content-container {
    padding: 20px 15px;
  }
}
.cid-tGqkSfOH15 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tGqkSfOH15 .item-title {
  text-align: left;
  width: 100%;
  color: #A1A0A0;
  margin-bottom: 0;
}
.cid-tGqkSfOH15 .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-tEk0yHL7mu {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tEk0yHL7mu .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tEk0yHL7mu .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-tEk0yHL7mu .mbr-section-subtitle {
  color: #ffffff;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.cid-tEk0yHL7mu .col-video {
  height: 360px;
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
}
.cid-tEk0yHL7mu .col-video img {
  object-fit: cover;
  height: auto;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tEk0yHL7mu .col-video {
    height: 500px;
  }
  .cid-tEk0yHL7mu .col-video img {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-tEk0yHL7mu .col-video {
    height: 550px;
  }
}
@media (min-width: 1400px) {
  .cid-tEk0yHL7mu .col-video {
    height: 610px;
  }
}
.cid-tEk0yHL7mu .col-video .box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-tEk0yHL7mu .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.cid-tEk0yHL7mu .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-tEk0yHL7mu .mbr-media {
  position: relative;
}
.cid-tEk0yHL7mu .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tEk0yHL7mu .icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 50%;
  background-color: #ffffff;
  min-width: 85px;
  min-height: 85px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tEk0yHL7mu .icon-wrap .mbr-iconfont {
  color: #913BFF;
  font-size: 35px;
}
@media (max-width: 1199px) {
  .cid-tEk0yHL7mu .icon-wrap {
    min-width: 65px;
    min-height: 65px;
    padding: 10px;
  }
  .cid-tEk0yHL7mu .icon-wrap .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tEk0yHL7mu .icon-wrap:hover {
  background-color: #ff7a41 !important;
}
.cid-tEk0yHL7mu .icon-wrap:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tEk0yHL7mu .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tEk0yHL7mu .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tEk0yHL7mu .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tEk0yHL7mu .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tEk0yHL7mu .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tEk0yHL7mu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tEk0yHL7mu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEk0yHL7mu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEk3Ipxy6x {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-tEk3Ipxy6x .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tEk3Ipxy6x .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-tEk3Ipxy6x .mbr-section-subtitle {
  color: #ffffff;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.cid-tEk3Ipxy6x .col-video {
  height: 360px;
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
}
.cid-tEk3Ipxy6x .col-video img {
  object-fit: cover;
  height: auto;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tEk3Ipxy6x .col-video {
    height: 500px;
  }
  .cid-tEk3Ipxy6x .col-video img {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-tEk3Ipxy6x .col-video {
    height: 550px;
  }
}
@media (min-width: 1400px) {
  .cid-tEk3Ipxy6x .col-video {
    height: 610px;
  }
}
.cid-tEk3Ipxy6x .col-video .box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-tEk3Ipxy6x .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.cid-tEk3Ipxy6x .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-tEk3Ipxy6x .mbr-media {
  position: relative;
}
.cid-tEk3Ipxy6x .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tEk3Ipxy6x .icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 50%;
  background-color: #ffffff;
  min-width: 85px;
  min-height: 85px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tEk3Ipxy6x .icon-wrap .mbr-iconfont {
  color: #913BFF;
  font-size: 35px;
}
@media (max-width: 1199px) {
  .cid-tEk3Ipxy6x .icon-wrap {
    min-width: 65px;
    min-height: 65px;
    padding: 10px;
  }
  .cid-tEk3Ipxy6x .icon-wrap .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tEk3Ipxy6x .icon-wrap:hover {
  background-color: #ff7a41 !important;
}
.cid-tEk3Ipxy6x .icon-wrap:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tEk3Ipxy6x .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tEk3Ipxy6x .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tEk3Ipxy6x .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tEk3Ipxy6x .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tEk3Ipxy6x .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tEk3Ipxy6x .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tEk3Ipxy6x .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEk3Ipxy6x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmRGsDlmc3 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tmRGsDlmc3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tmRGsDlmc3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tmRGsDlmc3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tmRGsDlmc3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tmRGsDlmc3 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tmRGsDlmc3 .icon-focus {
  display: none;
}
.cid-tmRGsDlmc3 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tmRGsDlmc3 ul {
  font-size: 0;
}
.cid-tmRGsDlmc3 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-tmRGsDlmc3 .mbr-gallery-filter ul li .btn.active,
.cid-tmRGsDlmc3 .mbr-gallery-filter ul li.active .btn:not(.active) {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tmRGsDlmc3 .mbr-gallery-filter ul li .btn.active:after,
.cid-tmRGsDlmc3 .mbr-gallery-filter ul li.active .btn:not(.active):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #838132, #00284e);
}
.cid-tmRGsDlmc3 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tmRGsDlmc3 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tmRGsDlmc3 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-tmRGsDlmc3 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tmRGsDlmc3 .btn:hover {
  background: transparent !important;
}
.cid-tmRGsDlmc3 .btn:hover:before {
  background: transparent !important;
}
.cid-tmRGsDlmc3 .btn:before {
  background-color: transparent !important;
}
.cid-tmRGsDlmc3 .btn:focus {
  box-shadow: none;
}
.cid-tmRGsDlmc3 .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #010d4c;
}
.cid-tmZaVMjaol {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tmZaVMjaol .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-tmZaVMjaol .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-tmZaVMjaol .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tmZaVMjaol .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tmZaVMjaol .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmZaVMjaol .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toPMhKV1bU {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-toPMhKV1bU .mbr-section-head {
  margin-bottom: 50px;
}
.cid-toPMhKV1bU .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-toPMhKV1bU .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.cid-toPMhKV1bU .col-video {
  height: 360px;
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
}
.cid-toPMhKV1bU .col-video img {
  object-fit: cover;
  height: auto;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-toPMhKV1bU .col-video {
    height: 500px;
  }
  .cid-toPMhKV1bU .col-video img {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-toPMhKV1bU .col-video {
    height: 550px;
  }
}
@media (min-width: 1400px) {
  .cid-toPMhKV1bU .col-video {
    height: 610px;
  }
}
.cid-toPMhKV1bU .col-video .box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-toPMhKV1bU .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.cid-toPMhKV1bU .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-toPMhKV1bU .mbr-media {
  position: relative;
}
.cid-toPMhKV1bU .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-toPMhKV1bU .icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 50%;
  background-color: #ffffff;
  min-width: 85px;
  min-height: 85px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-toPMhKV1bU .icon-wrap .mbr-iconfont {
  color: #913BFF;
  font-size: 35px;
}
@media (max-width: 1199px) {
  .cid-toPMhKV1bU .icon-wrap {
    min-width: 65px;
    min-height: 65px;
    padding: 10px;
  }
  .cid-toPMhKV1bU .icon-wrap .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-toPMhKV1bU .icon-wrap:hover {
  background-color: #ff7a41 !important;
}
.cid-toPMhKV1bU .icon-wrap:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-toPMhKV1bU .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-toPMhKV1bU .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-toPMhKV1bU .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-toPMhKV1bU .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-toPMhKV1bU .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-toPMhKV1bU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-toPMhKV1bU .mbr-fallback-image.disabled {
  display: none;
}
.cid-toPMhKV1bU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEoZY3y7NS {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tEoZY3y7NS .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-tEoZY3y7NS .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-tEoZY3y7NS .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tEoZY3y7NS .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tEoZY3y7NS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEoZY3y7NS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmGrca8GtB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffda00;
}
.cid-tmGrca8GtB .row {
  position: relative;
}
.cid-tmGrca8GtB .container {
  max-width: 1500px;
}
.cid-tmGrca8GtB h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tmGrca8GtB .content-wrapper {
  max-width: 800px;
}
.cid-tmGrca8GtB H1 {
  color: #333333;
}
.cid-tmGrca8GtB .mbr-text,
.cid-tmGrca8GtB .mbr-section-btn {
  color: #333333;
}
.cid-tmGrca8GtB H3 {
  color: #333333;
}
@media (min-width: 767px) {
  .cid-tmGrca8GtB .container {
    padding: 0 4rem;
  }
}
.cid-tmGrcaDstF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background3-1.jpg");
}
.cid-tmGrcaDstF .container {
  display: flex;
  justify-content: center;
}
.cid-tmGrcaDstF .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tmGrcaDstF .col-brand {
  margin-bottom: 40px;
}
.cid-tmGrcaDstF .col-link {
  margin-bottom: 30px;
}
.cid-tmGrcaDstF .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tmGrcaDstF .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tmGrcaDstF .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tmGrcaDstF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tmGrcaDstF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tmGrcaDstF .mbr-section-subtitle {
  color: #1c1c1c;
  margin-bottom: 20px;
}
.cid-tmGrcaDstF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tmGrcaDstF .mbr-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-tmGrcaDstF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tmGrcaDstF .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tmGrcaDstF .soc-item:hover {
  background-color: #738bae;
}
.cid-tmGrcaDstF .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tmGrcaDstF .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-tmGrcaDstF .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tmGrcaDstF .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tmGrcaDstF .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-tmGrcaDstF .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tmGrcaDstF .mbr-text .text-black {
  color: #00284E !important;
}
.cid-tmGrcaDstF .mbr-text a {
  opacity: 0.8;
}
.cid-tmGrcaDstF .mbr-text a:hover {
  opacity: 1;
  color: #838132 !important;
}
.cid-tmGrcaDstF .col-copyright {
  margin-top: 44px;
}
.cid-tmGrcaDstF .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-tmGrcaDstF .copyright {
    text-align: center !important;
  }
}
.cid-tmGrcaDstF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmGrcaDstF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmGrc6qTGf {
  z-index: 1000;
  width: 100%;
}
.cid-tmGrc6qTGf nav.navbar {
  position: fixed;
}
.cid-tmGrc6qTGf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tmGrc6qTGf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tmGrc6qTGf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tmGrc6qTGf .dropdown-item:hover,
.cid-tmGrc6qTGf .dropdown-item:focus {
  background: #838132 !important;
  color: white !important;
}
.cid-tmGrc6qTGf .dropdown-item:hover span {
  color: white;
}
.cid-tmGrc6qTGf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tmGrc6qTGf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tmGrc6qTGf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tmGrc6qTGf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tmGrc6qTGf .nav-link {
  position: relative;
}
.cid-tmGrc6qTGf .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tmGrc6qTGf .container {
    flex-wrap: nowrap;
  }
}
.cid-tmGrc6qTGf .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tmGrc6qTGf .dropdown-menu,
.cid-tmGrc6qTGf .navbar.opened {
  background: #ffffff !important;
}
.cid-tmGrc6qTGf .nav-item:focus,
.cid-tmGrc6qTGf .nav-link:focus {
  outline: none;
}
.cid-tmGrc6qTGf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tmGrc6qTGf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tmGrc6qTGf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tmGrc6qTGf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tmGrc6qTGf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tmGrc6qTGf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tmGrc6qTGf .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  position: absolute;
  padding: 35px 40px !important;
  background-color: transparent;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-tmGrc6qTGf .navbar.opened {
  transition: all 0.3s;
}
.cid-tmGrc6qTGf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tmGrc6qTGf .navbar .navbar-logo img {
  width: auto;
}
.cid-tmGrc6qTGf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tmGrc6qTGf .navbar.collapsed {
  justify-content: center;
}
.cid-tmGrc6qTGf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tmGrc6qTGf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tmGrc6qTGf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-tmGrc6qTGf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tmGrc6qTGf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tmGrc6qTGf .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-tmGrc6qTGf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tmGrc6qTGf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tmGrc6qTGf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tmGrc6qTGf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tmGrc6qTGf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tmGrc6qTGf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tmGrc6qTGf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tmGrc6qTGf .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-tmGrc6qTGf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tmGrc6qTGf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tmGrc6qTGf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tmGrc6qTGf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tmGrc6qTGf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tmGrc6qTGf .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tmGrc6qTGf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tmGrc6qTGf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tmGrc6qTGf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tmGrc6qTGf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tmGrc6qTGf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tmGrc6qTGf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tmGrc6qTGf .dropdown-item.active,
.cid-tmGrc6qTGf .dropdown-item:active {
  background-color: transparent;
}
.cid-tmGrc6qTGf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tmGrc6qTGf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tmGrc6qTGf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tmGrc6qTGf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tmGrc6qTGf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tmGrc6qTGf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tmGrc6qTGf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tmGrc6qTGf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tmGrc6qTGf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tmGrc6qTGf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tmGrc6qTGf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tmGrc6qTGf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tmGrc6qTGf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tmGrc6qTGf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tmGrc6qTGf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tmGrc6qTGf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tmGrc6qTGf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tmGrc6qTGf .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tmGrc6qTGf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tmGrc6qTGf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tmGrc6qTGf .navbar {
    height: 70px;
  }
  .cid-tmGrc6qTGf .navbar.opened {
    height: auto;
  }
  .cid-tmGrc6qTGf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmGrc6qTGf .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tmGrc6qTGf .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tmGrc6qTGf .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tmGrc6qTGf .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tmGrc6qTGf .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tmGrc6qTGf .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tmGrc6qTGf .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tmGrc6qTGf .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tmGrc6qTGf .nav-item .nav-link {
  position: relative !important;
}
.cid-tmGrc6qTGf .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #838132;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tmGrc6qTGf .nav-item .nav-link:hover {
  color: #838132 !important;
}
.cid-tmGrc6qTGf .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tmGrc6qTGf .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tmGrc6qTGf .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tmGrc6qTGf .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tmGrc6qTGf .tel-menu {
    display: none;
  }
}
.cid-tmGrc6qTGf .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tmGrc6qTGf .mbr-text {
    text-align: center !important;
  }
}
.cid-tmGrc6qTGf .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tmGrc6qTGf .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tmGrc6qTGf .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tmGrc6qTGf .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tmGrc6qTGf .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tmGrc6qTGf .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tmGrc6qTGf .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #838132;
  border-radius: 0.25rem;
}
.cid-tmNF1mDKA4 {
  padding-top: 165px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tmNF1mDKA4 .row {
  position: relative;
}
.cid-tmNF1mDKA4 .container {
  max-width: 1500px;
}
.cid-tmNF1mDKA4 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tmNF1mDKA4 .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-tmNF1mDKA4 .container {
    padding: 0 4rem;
  }
}
.cid-tmNF1mDKA4 H1 {
  color: #010d4c;
}
.cid-tmNF1mDKA4 .mbr-text,
.cid-tmNF1mDKA4 .mbr-section-btn {
  color: #010d4c;
}
.cid-tmGrcaDstF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background3-1.jpg");
}
.cid-tmGrcaDstF .container {
  display: flex;
  justify-content: center;
}
.cid-tmGrcaDstF .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tmGrcaDstF .col-brand {
  margin-bottom: 40px;
}
.cid-tmGrcaDstF .col-link {
  margin-bottom: 30px;
}
.cid-tmGrcaDstF .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tmGrcaDstF .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tmGrcaDstF .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tmGrcaDstF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tmGrcaDstF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tmGrcaDstF .mbr-section-subtitle {
  color: #1c1c1c;
  margin-bottom: 20px;
}
.cid-tmGrcaDstF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tmGrcaDstF .mbr-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-tmGrcaDstF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tmGrcaDstF .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tmGrcaDstF .soc-item:hover {
  background-color: #738bae;
}
.cid-tmGrcaDstF .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tmGrcaDstF .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-tmGrcaDstF .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tmGrcaDstF .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tmGrcaDstF .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-tmGrcaDstF .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tmGrcaDstF .mbr-text .text-black {
  color: #00284E !important;
}
.cid-tmGrcaDstF .mbr-text a {
  opacity: 0.8;
}
.cid-tmGrcaDstF .mbr-text a:hover {
  opacity: 1;
  color: #838132 !important;
}
.cid-tmGrcaDstF .col-copyright {
  margin-top: 44px;
}
.cid-tmGrcaDstF .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-tmGrcaDstF .copyright {
    text-align: center !important;
  }
}
.cid-tmGrcaDstF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmGrcaDstF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sXT21XmgXk {
  z-index: 1000;
  width: 100%;
}
.cid-sXT21XmgXk nav.navbar {
  position: fixed;
}
.cid-sXT21XmgXk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXT21XmgXk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sXT21XmgXk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sXT21XmgXk .dropdown-item:hover,
.cid-sXT21XmgXk .dropdown-item:focus {
  background: #838132 !important;
  color: white !important;
}
.cid-sXT21XmgXk .dropdown-item:hover span {
  color: white;
}
.cid-sXT21XmgXk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sXT21XmgXk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sXT21XmgXk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sXT21XmgXk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sXT21XmgXk .nav-link {
  position: relative;
}
.cid-sXT21XmgXk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .container {
    flex-wrap: nowrap;
  }
}
.cid-sXT21XmgXk .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sXT21XmgXk .dropdown-menu,
.cid-sXT21XmgXk .navbar.opened {
  background: #ffffff !important;
}
.cid-sXT21XmgXk .nav-item:focus,
.cid-sXT21XmgXk .nav-link:focus {
  outline: none;
}
.cid-sXT21XmgXk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sXT21XmgXk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXT21XmgXk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sXT21XmgXk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXT21XmgXk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sXT21XmgXk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sXT21XmgXk .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  position: absolute;
  padding: 35px 40px !important;
  background-color: transparent;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-sXT21XmgXk .navbar.opened {
  transition: all 0.3s;
}
.cid-sXT21XmgXk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sXT21XmgXk .navbar .navbar-logo img {
  width: auto;
}
.cid-sXT21XmgXk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sXT21XmgXk .navbar.collapsed {
  justify-content: center;
}
.cid-sXT21XmgXk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sXT21XmgXk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-sXT21XmgXk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sXT21XmgXk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sXT21XmgXk .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-sXT21XmgXk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sXT21XmgXk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sXT21XmgXk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sXT21XmgXk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXT21XmgXk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXT21XmgXk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sXT21XmgXk .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-sXT21XmgXk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sXT21XmgXk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sXT21XmgXk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sXT21XmgXk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sXT21XmgXk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sXT21XmgXk .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sXT21XmgXk .navbar.navbar-short {
  min-height: 60px;
}
.cid-sXT21XmgXk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sXT21XmgXk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sXT21XmgXk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sXT21XmgXk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sXT21XmgXk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXT21XmgXk .dropdown-item.active,
.cid-sXT21XmgXk .dropdown-item:active {
  background-color: transparent;
}
.cid-sXT21XmgXk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sXT21XmgXk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sXT21XmgXk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sXT21XmgXk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sXT21XmgXk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sXT21XmgXk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXT21XmgXk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sXT21XmgXk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXT21XmgXk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sXT21XmgXk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXT21XmgXk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sXT21XmgXk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sXT21XmgXk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXT21XmgXk .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-sXT21XmgXk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sXT21XmgXk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sXT21XmgXk .navbar {
    height: 70px;
  }
  .cid-sXT21XmgXk .navbar.opened {
    height: auto;
  }
  .cid-sXT21XmgXk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXT21XmgXk .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-sXT21XmgXk .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-sXT21XmgXk .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-sXT21XmgXk .navbar-nav {
    margin-left: 145px;
  }
}
.cid-sXT21XmgXk .nav-item a:hover {
  color: #ffffff !important;
}
.cid-sXT21XmgXk .nav-item .nav-link {
  position: relative !important;
}
.cid-sXT21XmgXk .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #838132;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-sXT21XmgXk .nav-item .nav-link:hover {
  color: #838132 !important;
}
.cid-sXT21XmgXk .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-sXT21XmgXk .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sXT21XmgXk .tel-menu {
    display: none;
  }
}
.cid-sXT21XmgXk .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .mbr-text {
    text-align: center !important;
  }
}
.cid-sXT21XmgXk .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-sXT21XmgXk .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sXT21XmgXk .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-sXT21XmgXk .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-sXT21XmgXk .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-sXT21XmgXk .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-sXT21XmgXk .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #838132;
  border-radius: 0.25rem;
}
.cid-toreJj3li9 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-toreJj3li9 .mbr-section-title {
  color: #010d4c;
  margin-bottom: 8px;
}
.cid-toreJj3li9 .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  padding: 15px 0 20px;
  margin-bottom: 0;
}
@media (min-width: 1400px) {
  .cid-toreJj3li9 .mbr-section-subtitle {
    margin-left: 3rem!important;
    margin-right: 3rem!important;
  }
}
.cid-toreJj3li9 .mbr-section-btn {
  margin-top: 6px;
}
.cid-toreJj3li9 .mbr-section-btn .btn:before {
  display: none;
}
.cid-toreJj3li9 .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-toreJj3li9 .image-wrapper {
  margin-top: 40px;
}
.cid-toreJj3li9 .image-wrapper img {
  max-width: 800px;
  width: 100%;
}
.cid-toreJj3li9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-toreJj3li9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toouMd7q6o {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-toouMd7q6o .card {
  border-bottom: 2px solid #191919;
}
.cid-toouMd7q6o .mbr-section-title {
  margin-left: 80px;
  margin-right: 80px;
}
.cid-toouMd7q6o .card {
  margin: 48px 80px;
  padding-bottom: 48px;
  border-radius: 0;
}
.cid-toouMd7q6o .card-header {
  padding: 0;
  background-color: transparent;
  border-bottom: none;
}
.cid-toouMd7q6o .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-toouMd7q6o .panel-body p {
  margin: 20px 10% 0 0;
}
.cid-toouMd7q6o .sign {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 922px) {
  .cid-toouMd7q6o .card {
    margin: 40px 0;
  }
  .cid-toouMd7q6o .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-toouMd7q6o .card {
    margin: 10px 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-toouMd7q6o .sign {
    margin-left: 7px;
  }
}
.cid-toouMd7q6o .panel-text {
  color: #626462;
}
.cid-toPLjv1C4x {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #cecece;
}
.cid-toPLjv1C4x .card {
  border-bottom: 2px solid #191919;
}
.cid-toPLjv1C4x .mbr-section-title {
  margin-left: 80px;
  margin-right: 80px;
}
.cid-toPLjv1C4x .card {
  margin: 48px 80px;
  padding-bottom: 48px;
  border-radius: 0;
}
.cid-toPLjv1C4x .card-header {
  padding: 0;
  background-color: transparent;
  border-bottom: none;
}
.cid-toPLjv1C4x .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-toPLjv1C4x .panel-body p {
  margin: 20px 10% 0 0;
}
.cid-toPLjv1C4x .sign {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 922px) {
  .cid-toPLjv1C4x .card {
    margin: 40px 0;
  }
  .cid-toPLjv1C4x .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-toPLjv1C4x .card {
    margin: 10px 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-toPLjv1C4x .sign {
    margin-left: 7px;
  }
}
.cid-toPLjv1C4x .panel-text {
  color: #626462;
}
.cid-toovBZYKhG {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #e8ebe8;
}
.cid-toovBZYKhG .card {
  border-bottom: 2px solid #191919;
}
.cid-toovBZYKhG .mbr-section-title {
  margin-left: 80px;
  margin-right: 80px;
}
.cid-toovBZYKhG .card {
  margin: 48px 80px;
  padding-bottom: 48px;
  border-radius: 0;
}
.cid-toovBZYKhG .card-header {
  padding: 0;
  background-color: transparent;
  border-bottom: none;
}
.cid-toovBZYKhG .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-toovBZYKhG .panel-body p {
  margin: 20px 10% 0 0;
}
.cid-toovBZYKhG .sign {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 922px) {
  .cid-toovBZYKhG .card {
    margin: 40px 0;
  }
  .cid-toovBZYKhG .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-toovBZYKhG .card {
    margin: 10px 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-toovBZYKhG .sign {
    margin-left: 7px;
  }
}
.cid-toovBZYKhG .panel-text {
  color: #626462;
}
.cid-toowaOJYBT {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-toowaOJYBT .card {
  border-bottom: 2px solid #191919;
}
.cid-toowaOJYBT .mbr-section-title {
  margin-left: 80px;
  margin-right: 80px;
}
.cid-toowaOJYBT .card {
  margin: 48px 80px;
  padding-bottom: 48px;
  border-radius: 0;
}
.cid-toowaOJYBT .card-header {
  padding: 0;
  background-color: transparent;
  border-bottom: none;
}
.cid-toowaOJYBT .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-toowaOJYBT .panel-body p {
  margin: 20px 10% 0 0;
}
.cid-toowaOJYBT .sign {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 922px) {
  .cid-toowaOJYBT .card {
    margin: 40px 0;
  }
  .cid-toowaOJYBT .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-toowaOJYBT .card {
    margin: 10px 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-toowaOJYBT .sign {
    margin-left: 7px;
  }
}
.cid-toowaOJYBT .panel-text {
  color: #626462;
}
.cid-tooximlYyp {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e8ebe8;
}
.cid-tooximlYyp .card {
  border-bottom: 2px solid #191919;
}
.cid-tooximlYyp .mbr-section-title {
  margin-left: 80px;
  margin-right: 80px;
}
.cid-tooximlYyp .card {
  margin: 48px 80px;
  padding-bottom: 48px;
  border-radius: 0;
}
.cid-tooximlYyp .card-header {
  padding: 0;
  background-color: transparent;
  border-bottom: none;
}
.cid-tooximlYyp .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tooximlYyp .panel-body p {
  margin: 20px 10% 0 0;
}
.cid-tooximlYyp .sign {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 922px) {
  .cid-tooximlYyp .card {
    margin: 40px 0;
  }
  .cid-tooximlYyp .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-tooximlYyp .card {
    margin: 10px 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-tooximlYyp .sign {
    margin-left: 7px;
  }
}
.cid-tooximlYyp .panel-text {
  color: #626462;
}
.cid-tlJVEQsTXp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background3-1.jpg");
}
.cid-tlJVEQsTXp .container {
  display: flex;
  justify-content: center;
}
.cid-tlJVEQsTXp .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tlJVEQsTXp .col-brand {
  margin-bottom: 40px;
}
.cid-tlJVEQsTXp .col-link {
  margin-bottom: 30px;
}
.cid-tlJVEQsTXp .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tlJVEQsTXp .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tlJVEQsTXp .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tlJVEQsTXp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tlJVEQsTXp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tlJVEQsTXp .mbr-section-subtitle {
  color: #1c1c1c;
  margin-bottom: 20px;
}
.cid-tlJVEQsTXp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tlJVEQsTXp .mbr-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-tlJVEQsTXp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tlJVEQsTXp .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tlJVEQsTXp .soc-item:hover {
  background-color: #738bae;
}
.cid-tlJVEQsTXp .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tlJVEQsTXp .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-tlJVEQsTXp .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tlJVEQsTXp .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tlJVEQsTXp .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-tlJVEQsTXp .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tlJVEQsTXp .mbr-text .text-black {
  color: #00284E !important;
}
.cid-tlJVEQsTXp .mbr-text a {
  opacity: 0.8;
}
.cid-tlJVEQsTXp .mbr-text a:hover {
  opacity: 1;
  color: #838132 !important;
}
.cid-tlJVEQsTXp .col-copyright {
  margin-top: 44px;
}
.cid-tlJVEQsTXp .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-tlJVEQsTXp .copyright {
    text-align: center !important;
  }
}
.cid-tlJVEQsTXp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlJVEQsTXp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGeahTOcxr {
  z-index: 1000;
  width: 100%;
}
.cid-tGeahTOcxr nav.navbar {
  position: fixed;
}
.cid-tGeahTOcxr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGeahTOcxr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tGeahTOcxr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGeahTOcxr .dropdown-item:hover,
.cid-tGeahTOcxr .dropdown-item:focus {
  background: #838132 !important;
  color: white !important;
}
.cid-tGeahTOcxr .dropdown-item:hover span {
  color: white;
}
.cid-tGeahTOcxr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tGeahTOcxr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tGeahTOcxr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGeahTOcxr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGeahTOcxr .nav-link {
  position: relative;
}
.cid-tGeahTOcxr .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tGeahTOcxr .container {
    flex-wrap: nowrap;
  }
}
.cid-tGeahTOcxr .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tGeahTOcxr .dropdown-menu,
.cid-tGeahTOcxr .navbar.opened {
  background: #ffffff !important;
}
.cid-tGeahTOcxr .nav-item:focus,
.cid-tGeahTOcxr .nav-link:focus {
  outline: none;
}
.cid-tGeahTOcxr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGeahTOcxr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGeahTOcxr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGeahTOcxr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGeahTOcxr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGeahTOcxr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGeahTOcxr .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  position: absolute;
  padding: 35px 40px !important;
  background-color: transparent;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-tGeahTOcxr .navbar.opened {
  transition: all 0.3s;
}
.cid-tGeahTOcxr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGeahTOcxr .navbar .navbar-logo img {
  width: auto;
}
.cid-tGeahTOcxr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGeahTOcxr .navbar.collapsed {
  justify-content: center;
}
.cid-tGeahTOcxr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGeahTOcxr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGeahTOcxr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-tGeahTOcxr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGeahTOcxr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGeahTOcxr .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-tGeahTOcxr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGeahTOcxr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tGeahTOcxr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGeahTOcxr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGeahTOcxr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGeahTOcxr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGeahTOcxr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGeahTOcxr .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-tGeahTOcxr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGeahTOcxr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGeahTOcxr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGeahTOcxr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGeahTOcxr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGeahTOcxr .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tGeahTOcxr .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGeahTOcxr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGeahTOcxr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGeahTOcxr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGeahTOcxr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGeahTOcxr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGeahTOcxr .dropdown-item.active,
.cid-tGeahTOcxr .dropdown-item:active {
  background-color: transparent;
}
.cid-tGeahTOcxr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGeahTOcxr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGeahTOcxr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGeahTOcxr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tGeahTOcxr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGeahTOcxr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGeahTOcxr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGeahTOcxr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tGeahTOcxr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGeahTOcxr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGeahTOcxr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGeahTOcxr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGeahTOcxr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGeahTOcxr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGeahTOcxr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGeahTOcxr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGeahTOcxr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGeahTOcxr .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tGeahTOcxr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGeahTOcxr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGeahTOcxr .navbar {
    height: 70px;
  }
  .cid-tGeahTOcxr .navbar.opened {
    height: auto;
  }
  .cid-tGeahTOcxr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGeahTOcxr .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tGeahTOcxr .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tGeahTOcxr .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tGeahTOcxr .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tGeahTOcxr .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tGeahTOcxr .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tGeahTOcxr .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tGeahTOcxr .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tGeahTOcxr .nav-item .nav-link {
  position: relative !important;
}
.cid-tGeahTOcxr .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #838132;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tGeahTOcxr .nav-item .nav-link:hover {
  color: #838132 !important;
}
.cid-tGeahTOcxr .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tGeahTOcxr .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tGeahTOcxr .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tGeahTOcxr .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tGeahTOcxr .tel-menu {
    display: none;
  }
}
.cid-tGeahTOcxr .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tGeahTOcxr .mbr-text {
    text-align: center !important;
  }
}
.cid-tGeahTOcxr .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tGeahTOcxr .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tGeahTOcxr .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tGeahTOcxr .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tGeahTOcxr .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tGeahTOcxr .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tGeahTOcxr .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #838132;
  border-radius: 0.25rem;
}
.cid-tGeahUh9Ct {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-tGeahUh9Ct .mbr-section-title {
  color: #010d4c;
  margin-bottom: 8px;
}
.cid-tGeahUh9Ct .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  padding: 15px 0 20px;
  margin-bottom: 0;
}
@media (min-width: 1400px) {
  .cid-tGeahUh9Ct .mbr-section-subtitle {
    margin-left: 3rem!important;
    margin-right: 3rem!important;
  }
}
.cid-tGeahUh9Ct .mbr-section-btn {
  margin-top: 6px;
}
.cid-tGeahUh9Ct .mbr-section-btn .btn:before {
  display: none;
}
.cid-tGeahUh9Ct .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tGeahUh9Ct .image-wrapper {
  margin-top: 40px;
}
.cid-tGeahUh9Ct .image-wrapper img {
  max-width: 800px;
  width: 100%;
}
.cid-tGeahUh9Ct .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGeahUh9Ct .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGebacyrk5 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGebacyrk5 .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-tGebacyrk5 .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-tGebacyrk5 .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tGebacyrk5 .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tGebacyrk5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGebacyrk5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGebacyrk5 .mbr-section-title,
.cid-tGebacyrk5 .mbr-section-btn {
  color: #000000;
}
.cid-tGeaWjW1yt {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tGeaWjW1yt .container-fluid {
  padding: 0;
}
.cid-tGeaWjW1yt .content-wrapper {
  background-color: #adadad;
}
.cid-tGeaWjW1yt .content-wrapper .text-wrapper {
  padding-top: 4rem;
  padding-bottom: 5rem;
  padding-right: 96px;
  padding-left: 48px;
}
.cid-tGeaWjW1yt .content-wrapper .image-wrapper {
  height: 100%;
}
.cid-tGeaWjW1yt .content-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tGeaWjW1yt .content-wrapper .card-title {
  margin-bottom: 240px;
}
@media (max-width: 991px) {
  .cid-tGeaWjW1yt .content-wrapper .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tGeaWjW1yt .btn {
  width: 100%;
  box-shadow: none !important;
  margin: -1px 0.6rem 0;
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-tGeaWjW1yt .btn {
    width: 97%;
  }
}
@media (max-width: 767px) {
  .cid-tGeaWjW1yt .btn {
    width: 95%;
  }
}
.cid-tGeaWjW1yt .btn:first-child {
  border-top: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-tGeaWjW1yt .btn:hover {
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-tGeaWjW1yt .btn:hover:first-child {
  border-top: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-tGeaWjW1yt .mbr-iconfont {
  font-size: 16px !important;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGefXBy39Y {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tGefXBy39Y .row {
  flex-direction: row-reverse;
}
.cid-tGefXBy39Y .container-fluid {
  padding: 0;
}
.cid-tGefXBy39Y .content-wrapper {
  background-color: #adadad;
}
.cid-tGefXBy39Y .content-wrapper .text-wrapper {
  padding-top: 4rem;
  padding-bottom: 5rem;
  padding-right: 96px;
  padding-left: 48px;
  padding-left: 68px;
  padding-right: 68px;
}
.cid-tGefXBy39Y .content-wrapper .image-wrapper {
  height: 100%;
}
.cid-tGefXBy39Y .content-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tGefXBy39Y .content-wrapper .card-title {
  margin-bottom: 240px;
}
@media (max-width: 991px) {
  .cid-tGefXBy39Y .content-wrapper .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tGefXBy39Y .btn {
  width: 100%;
  box-shadow: none !important;
  margin: -1px 0.6rem 0;
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-tGefXBy39Y .btn {
    width: 97%;
  }
}
@media (max-width: 767px) {
  .cid-tGefXBy39Y .btn {
    width: 95%;
  }
}
.cid-tGefXBy39Y .btn:first-child {
  border-top: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-tGefXBy39Y .btn:hover {
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-tGefXBy39Y .btn:hover:first-child {
  border-top: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-tGefXBy39Y .mbr-iconfont {
  font-size: 16px !important;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGeihSIVZa {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tGeihSIVZa .container-fluid {
  padding: 0;
}
.cid-tGeihSIVZa .content-wrapper {
  background-color: #adadad;
}
.cid-tGeihSIVZa .content-wrapper .text-wrapper {
  padding-top: 4rem;
  padding-bottom: 0rem;
  padding-right: 96px;
  padding-left: 48px;
}
.cid-tGeihSIVZa .content-wrapper .image-wrapper {
  height: 100%;
}
.cid-tGeihSIVZa .content-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tGeihSIVZa .content-wrapper .card-title {
  margin-bottom: 240px;
}
@media (max-width: 991px) {
  .cid-tGeihSIVZa .content-wrapper .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tGeihSIVZa .btn {
  width: 100%;
  box-shadow: none !important;
  margin: -1px 0.6rem 0;
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-tGeihSIVZa .btn {
    width: 97%;
  }
}
@media (max-width: 767px) {
  .cid-tGeihSIVZa .btn {
    width: 95%;
  }
}
.cid-tGeihSIVZa .btn:first-child {
  border-top: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-tGeihSIVZa .btn:hover {
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-tGeihSIVZa .btn:hover:first-child {
  border-top: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-tGeihSIVZa .mbr-iconfont {
  font-size: 16px !important;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGejP3eur7 {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tGejP3eur7 .row {
  flex-direction: row-reverse;
}
.cid-tGejP3eur7 .container-fluid {
  padding: 0;
}
.cid-tGejP3eur7 .content-wrapper {
  background-color: #adadad;
}
.cid-tGejP3eur7 .content-wrapper .text-wrapper {
  padding-top: 4rem;
  padding-bottom: 0rem;
  padding-right: 96px;
  padding-left: 48px;
  padding-left: 68px;
  padding-right: 68px;
}
.cid-tGejP3eur7 .content-wrapper .image-wrapper {
  height: 100%;
}
.cid-tGejP3eur7 .content-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tGejP3eur7 .content-wrapper .card-title {
  margin-bottom: 240px;
}
@media (max-width: 991px) {
  .cid-tGejP3eur7 .content-wrapper .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tGejP3eur7 .btn {
  width: 100%;
  box-shadow: none !important;
  margin: -1px 0.6rem 0;
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-tGejP3eur7 .btn {
    width: 97%;
  }
}
@media (max-width: 767px) {
  .cid-tGejP3eur7 .btn {
    width: 95%;
  }
}
.cid-tGejP3eur7 .btn:first-child {
  border-top: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-tGejP3eur7 .btn:hover {
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-tGejP3eur7 .btn:hover:first-child {
  border-top: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-tGejP3eur7 .mbr-iconfont {
  font-size: 16px !important;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGem6XSgi7 {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tGem6XSgi7 .container-fluid {
  padding: 0;
}
.cid-tGem6XSgi7 .content-wrapper {
  background-color: #adadad;
}
.cid-tGem6XSgi7 .content-wrapper .text-wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-right: 96px;
  padding-left: 48px;
}
.cid-tGem6XSgi7 .content-wrapper .image-wrapper {
  height: 100%;
}
.cid-tGem6XSgi7 .content-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tGem6XSgi7 .content-wrapper .card-title {
  margin-bottom: 240px;
}
@media (max-width: 991px) {
  .cid-tGem6XSgi7 .content-wrapper .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tGem6XSgi7 .btn {
  width: 100%;
  box-shadow: none !important;
  margin: -1px 0.6rem 0;
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-tGem6XSgi7 .btn {
    width: 97%;
  }
}
@media (max-width: 767px) {
  .cid-tGem6XSgi7 .btn {
    width: 95%;
  }
}
.cid-tGem6XSgi7 .btn:first-child {
  border-top: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-tGem6XSgi7 .btn:hover {
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-tGem6XSgi7 .btn:hover:first-child {
  border-top: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-tGem6XSgi7 .mbr-iconfont {
  font-size: 16px !important;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGenBj109v {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tGenBj109v .row {
  flex-direction: row-reverse;
}
.cid-tGenBj109v .container-fluid {
  padding: 0;
}
.cid-tGenBj109v .content-wrapper {
  background-color: #adadad;
}
.cid-tGenBj109v .content-wrapper .text-wrapper {
  padding-top: 4rem;
  padding-bottom: 5rem;
  padding-right: 96px;
  padding-left: 48px;
  padding-left: 68px;
  padding-right: 68px;
}
.cid-tGenBj109v .content-wrapper .image-wrapper {
  height: 100%;
}
.cid-tGenBj109v .content-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tGenBj109v .content-wrapper .card-title {
  margin-bottom: 240px;
}
@media (max-width: 991px) {
  .cid-tGenBj109v .content-wrapper .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tGenBj109v .btn {
  width: 100%;
  box-shadow: none !important;
  margin: -1px 0.6rem 0;
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-tGenBj109v .btn {
    width: 97%;
  }
}
@media (max-width: 767px) {
  .cid-tGenBj109v .btn {
    width: 95%;
  }
}
.cid-tGenBj109v .btn:first-child {
  border-top: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-tGenBj109v .btn:hover {
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-tGenBj109v .btn:hover:first-child {
  border-top: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-tGenBj109v .mbr-iconfont {
  font-size: 16px !important;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGeKlThSBF {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tGeKlThSBF .container-fluid {
  padding: 0;
}
.cid-tGeKlThSBF .content-wrapper {
  background-color: #adadad;
}
.cid-tGeKlThSBF .content-wrapper .text-wrapper {
  padding-top: 4rem;
  padding-bottom: 5rem;
  padding-right: 96px;
  padding-left: 48px;
}
.cid-tGeKlThSBF .content-wrapper .image-wrapper {
  height: 100%;
}
.cid-tGeKlThSBF .content-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tGeKlThSBF .content-wrapper .card-title {
  margin-bottom: 240px;
}
@media (max-width: 991px) {
  .cid-tGeKlThSBF .content-wrapper .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tGeKlThSBF .btn {
  width: 100%;
  box-shadow: none !important;
  margin: -1px 0.6rem 0;
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-tGeKlThSBF .btn {
    width: 97%;
  }
}
@media (max-width: 767px) {
  .cid-tGeKlThSBF .btn {
    width: 95%;
  }
}
.cid-tGeKlThSBF .btn:first-child {
  border-top: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-tGeKlThSBF .btn:hover {
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-tGeKlThSBF .btn:hover:first-child {
  border-top: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-tGeKlThSBF .mbr-iconfont {
  font-size: 16px !important;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGepSQ0yZF {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #adadad;
}
@media (max-width: 992px) {
  .cid-tGepSQ0yZF {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-tGepSQ0yZF .text {
  padding: 0;
}
.cid-tGepSQ0yZF section {
  position: relative;
}
.cid-tGepSQ0yZF h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-tGepSQ0yZF .mbr-iconfont {
  padding: 0!important;
}
.cid-tGepSQ0yZF .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #adadad;
}
.cid-tGepSQ0yZF .box {
  background-image: url("../../../assets/images/6-2000x1031.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGepSQ0yZF .icon-wrap {
  background-color: #ff7a41 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tGepSQ0yZF .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-tGepSQ0yZF .icon-wrap span {
  padding-left: 8px;
}
.cid-tGepSQ0yZF .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #1c1c1c !important;
}
.cid-tGepSQ0yZF .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tGepSQ0yZF .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tGepSQ0yZF .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tGepSQ0yZF .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tGepSQ0yZF a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tGepSQ0yZF a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tGepSQ0yZF {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-tGepSQ0yZF .box {
    height: 250px;
  }
  .cid-tGepSQ0yZF .row {
    padding: 1rem!important;
  }
}
.cid-tGepSQ0yZF H2 {
  color: #000000;
}
.cid-tGeahWc0Cp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background3-1.jpg");
}
.cid-tGeahWc0Cp .container {
  display: flex;
  justify-content: center;
}
.cid-tGeahWc0Cp .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tGeahWc0Cp .col-brand {
  margin-bottom: 40px;
}
.cid-tGeahWc0Cp .col-link {
  margin-bottom: 30px;
}
.cid-tGeahWc0Cp .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tGeahWc0Cp .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tGeahWc0Cp .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tGeahWc0Cp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGeahWc0Cp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGeahWc0Cp .mbr-section-subtitle {
  color: #1c1c1c;
  margin-bottom: 20px;
}
.cid-tGeahWc0Cp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tGeahWc0Cp .mbr-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-tGeahWc0Cp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tGeahWc0Cp .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGeahWc0Cp .soc-item:hover {
  background-color: #738bae;
}
.cid-tGeahWc0Cp .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tGeahWc0Cp .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-tGeahWc0Cp .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tGeahWc0Cp .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tGeahWc0Cp .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-tGeahWc0Cp .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tGeahWc0Cp .mbr-text .text-black {
  color: #00284E !important;
}
.cid-tGeahWc0Cp .mbr-text a {
  opacity: 0.8;
}
.cid-tGeahWc0Cp .mbr-text a:hover {
  opacity: 1;
  color: #838132 !important;
}
.cid-tGeahWc0Cp .col-copyright {
  margin-top: 44px;
}
.cid-tGeahWc0Cp .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-tGeahWc0Cp .copyright {
    text-align: center !important;
  }
}
.cid-tGeahWc0Cp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGeahWc0Cp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP0KnbXmZM {
  z-index: 1000;
  width: 100%;
}
.cid-tP0KnbXmZM nav.navbar {
  position: fixed;
}
.cid-tP0KnbXmZM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP0KnbXmZM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tP0KnbXmZM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tP0KnbXmZM .dropdown-item:hover,
.cid-tP0KnbXmZM .dropdown-item:focus {
  background: #838132 !important;
  color: white !important;
}
.cid-tP0KnbXmZM .dropdown-item:hover span {
  color: white;
}
.cid-tP0KnbXmZM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tP0KnbXmZM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tP0KnbXmZM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tP0KnbXmZM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tP0KnbXmZM .nav-link {
  position: relative;
}
.cid-tP0KnbXmZM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tP0KnbXmZM .container {
    flex-wrap: nowrap;
  }
}
.cid-tP0KnbXmZM .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tP0KnbXmZM .dropdown-menu,
.cid-tP0KnbXmZM .navbar.opened {
  background: #ffffff !important;
}
.cid-tP0KnbXmZM .nav-item:focus,
.cid-tP0KnbXmZM .nav-link:focus {
  outline: none;
}
.cid-tP0KnbXmZM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tP0KnbXmZM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tP0KnbXmZM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tP0KnbXmZM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP0KnbXmZM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tP0KnbXmZM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tP0KnbXmZM .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  position: absolute;
  padding: 35px 40px !important;
  background-color: transparent;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-tP0KnbXmZM .navbar.opened {
  transition: all 0.3s;
}
.cid-tP0KnbXmZM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tP0KnbXmZM .navbar .navbar-logo img {
  width: auto;
}
.cid-tP0KnbXmZM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tP0KnbXmZM .navbar.collapsed {
  justify-content: center;
}
.cid-tP0KnbXmZM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tP0KnbXmZM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tP0KnbXmZM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-tP0KnbXmZM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tP0KnbXmZM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tP0KnbXmZM .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-tP0KnbXmZM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tP0KnbXmZM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tP0KnbXmZM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tP0KnbXmZM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tP0KnbXmZM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tP0KnbXmZM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tP0KnbXmZM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tP0KnbXmZM .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-tP0KnbXmZM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tP0KnbXmZM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tP0KnbXmZM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tP0KnbXmZM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tP0KnbXmZM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tP0KnbXmZM .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tP0KnbXmZM .navbar.navbar-short {
  min-height: 60px;
}
.cid-tP0KnbXmZM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tP0KnbXmZM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tP0KnbXmZM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tP0KnbXmZM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tP0KnbXmZM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tP0KnbXmZM .dropdown-item.active,
.cid-tP0KnbXmZM .dropdown-item:active {
  background-color: transparent;
}
.cid-tP0KnbXmZM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tP0KnbXmZM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tP0KnbXmZM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tP0KnbXmZM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tP0KnbXmZM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tP0KnbXmZM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tP0KnbXmZM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tP0KnbXmZM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tP0KnbXmZM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tP0KnbXmZM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tP0KnbXmZM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP0KnbXmZM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP0KnbXmZM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tP0KnbXmZM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP0KnbXmZM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tP0KnbXmZM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tP0KnbXmZM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP0KnbXmZM .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tP0KnbXmZM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tP0KnbXmZM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tP0KnbXmZM .navbar {
    height: 70px;
  }
  .cid-tP0KnbXmZM .navbar.opened {
    height: auto;
  }
  .cid-tP0KnbXmZM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tP0KnbXmZM .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tP0KnbXmZM .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tP0KnbXmZM .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tP0KnbXmZM .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tP0KnbXmZM .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tP0KnbXmZM .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tP0KnbXmZM .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tP0KnbXmZM .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tP0KnbXmZM .nav-item .nav-link {
  position: relative !important;
}
.cid-tP0KnbXmZM .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #838132;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tP0KnbXmZM .nav-item .nav-link:hover {
  color: #838132 !important;
}
.cid-tP0KnbXmZM .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tP0KnbXmZM .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tP0KnbXmZM .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tP0KnbXmZM .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tP0KnbXmZM .tel-menu {
    display: none;
  }
}
.cid-tP0KnbXmZM .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tP0KnbXmZM .mbr-text {
    text-align: center !important;
  }
}
.cid-tP0KnbXmZM .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tP0KnbXmZM .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tP0KnbXmZM .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tP0KnbXmZM .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tP0KnbXmZM .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tP0KnbXmZM .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tP0KnbXmZM .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #838132;
  border-radius: 0.25rem;
}
.cid-tP0Kncr9yZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tP0Kncr9yZ .row {
  justify-content: flex-end;
}
.cid-tP0Kncr9yZ .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #efeeee;
}
.cid-tP0Kncr9yZ .block {
  background-color: #a1a0a0;
}
.cid-tP0Kncr9yZ img {
  width: 100%;
}
.cid-tP0Kncr9yZ .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-tP0Kncr9yZ .content {
  max-width: 800px;
}
.cid-tP0Kncr9yZ h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-tP0Kncr9yZ .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-tP0Kncr9yZ h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-tP0Kncr9yZ .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-tP0Kncr9yZ h4 {
    right: 2rem;
    bottom: 30%;
  }
}
.cid-tP0KncOwKj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tP0KncOwKj img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tP0KncOwKj img:hover {
  transform: scale(1.1);
}
.cid-tP0KncOwKj .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-tP0KncOwKj h2 {
  padding: 0;
  margin: 0;
}
.cid-tP0KncOwKj .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tP0KncOwKj .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tP0KncOwKj .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-tP0KncOwKj .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-tP0KncOwKj .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-tP0KncOwKj .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-tP0KncOwKj .mbr-iconfont {
  margin: 0!important;
}
.cid-tP0KncOwKj .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tP0KncOwKj .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tP0KncOwKj .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-tP0KncOwKj .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-tP0KncOwKj .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tP0KncOwKj H2 {
  color: #333333;
}
.cid-tP0KncOwKj .mbr-text {
  color: #ffffff;
}
.cid-tP0KncOwKj H1 {
  color: #ffffff;
}
.cid-tP0KncOwKj H3 {
  color: #ffffff;
}
.cid-tP0KncOwKj #myVideo {
  padding-top: 100px;
  position: left;
  right: 0;
  bottom: 0;
  min-width: 50%;
  max-height: 100%;
}
@media (max-width: 640px) {
  .cid-tP0KncOwKj #myVideo {
    padding-top: 10px;
    width: 100%;
  }
}
.cid-tP0KnddXLP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/633a1579-edit-large-1318x706.jpg");
}
.cid-tP0KnddXLP .row {
  position: relative;
}
.cid-tP0KnddXLP .container {
  max-width: 1500px;
}
.cid-tP0KnddXLP .container {
  padding-right: 8rem!important;
}
.cid-tP0KnddXLP h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tP0KnddXLP .content-wrapper {
  max-width: 800px;
}
.cid-tP0KnddXLP H1 {
  color: #282124;
}
.cid-tP0KnddXLP .mbr-text,
.cid-tP0KnddXLP .mbr-section-btn {
  color: #282124;
}
.cid-tP0KnddXLP H3 {
  color: #333333;
}
@media (min-width: 767px) {
  .cid-tP0KnddXLP .container {
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tP0KnddXLP .container {
    padding-right: 4rem!important;
  }
}
.cid-tP0KndzmLP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #453e3e;
}
.cid-tP0KndzmLP img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tP0KndzmLP img:hover {
  transform: scale(1.1);
}
.cid-tP0KndzmLP .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-tP0KndzmLP h2 {
  padding: 0;
  margin: 0;
}
.cid-tP0KndzmLP .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tP0KndzmLP .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tP0KndzmLP .mbr-section-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-tP0KndzmLP .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-tP0KndzmLP .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-tP0KndzmLP .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tP0KndzmLP .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tP0KndzmLP .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-tP0KndzmLP .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tP0KndzmLP H2 {
  color: #333333;
}
.cid-tP0KndzmLP .mbr-text {
  color: #ffffff;
}
.cid-tP0KndzmLP H3 {
  color: #ffffff;
}
.cid-tP0KndzmLP H1 {
  color: #ffffff;
}
.cid-tP0KndzmLP #myVideo {
  padding-top: 100px;
  position: left;
  right: 0;
  bottom: 0;
  min-width: 50%;
  max-height: 100%;
}
@media (max-width: 640px) {
  .cid-tP0KndzmLP #myVideo {
    padding-top: 10px;
    width: 100%;
  }
}
.cid-tP0Kne0mBX {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #1c1c1c;
}
.cid-tP0Kne0mBX .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #000000;
}
.cid-tP0Kne0mBX img {
  width: 100%;
}
.cid-tP0Kne0mBX p {
  margin-top: 6rem;
}
.cid-tP0Kne0mBX .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-tP0Kne0mBX .content-wrapper {
  padding-top: 6rem;
}
.cid-tP0Kne0mBX h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tP0Kne0mBX .content-wrapper {
    padding-top: 0rem;
  }
  .cid-tP0Kne0mBX p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tP0Kne0mBX .back {
    width: 100%;
    height: 75%;
  }
  .cid-tP0Kne0mBX .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-tP0Kne0mBX p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tP0Kne0mBX .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-tP0Kne0mBX h4 {
    right: 2rem;
  }
}
.cid-tP0Kne0mBX H1 {
  text-align: right;
  color: #ffffff;
}
.cid-tP0Kne0mBX .mbr-text,
.cid-tP0Kne0mBX .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-tP0Kne0mBX #myVideo {
  position: left;
  right: 0;
  bottom: 0;
  min-width: 50%;
  max-height: 100%;
}
@media (max-width: 640px) {
  .cid-tP0Kne0mBX #myVideo {
    width: 100%;
  }
}
.cid-tP0Knfc6pu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #453e3e;
}
.cid-tP0Knfc6pu img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tP0Knfc6pu img:hover {
  transform: scale(1.1);
}
.cid-tP0Knfc6pu .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-tP0Knfc6pu h2 {
  padding: 0;
  margin: 0;
}
.cid-tP0Knfc6pu .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tP0Knfc6pu .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tP0Knfc6pu .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-tP0Knfc6pu .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-tP0Knfc6pu .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-tP0Knfc6pu .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-tP0Knfc6pu .mbr-iconfont {
  margin: 0!important;
}
.cid-tP0Knfc6pu .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tP0Knfc6pu .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tP0Knfc6pu .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-tP0Knfc6pu .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-tP0Knfc6pu .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tP0Knfc6pu H2 {
  color: #333333;
}
.cid-tP0Knfc6pu .mbr-text {
  color: #ffffff;
}
.cid-tP0Knfc6pu H1 {
  color: #ffffff;
}
.cid-tP0Knfc6pu H3 {
  color: #ffffff;
}
.cid-tP0Knfc6pu #myVideo {
  padding-top: 150px;
  position: left;
  right: 0;
  bottom: 0;
  min-width: 50%;
  max-height: 100%;
}
@media (max-width: 640px) {
  .cid-tP0Knfc6pu #myVideo {
    padding-top: 10px;
    width: 100%;
  }
}
.cid-tP0KngEUHb {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tP0KngEUHb .row {
  flex-direction: row-reverse;
}
.cid-tP0KngEUHb .container-fluid {
  padding: 0;
}
.cid-tP0KngEUHb .content-wrapper .text-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 75px;
  padding-left: 60px;
  padding-left: 70px;
  padding-right: 60px;
}
.cid-tP0KngEUHb .content-wrapper .image-wrapper {
  max-height: 680px;
}
.cid-tP0KngEUHb .content-wrapper .image-wrapper img {
  width: 100%;
  max-height: 680px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tP0KngEUHb .content-wrapper .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tP0KngEUHb .mbr-section-btn {
  margin-right: 0;
  margin-left: 0;
}
.cid-tP0KngEUHb .btn {
  width: 100%;
  box-shadow: none !important;
  margin-top: -1px;
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
  justify-content: space-between;
}
.cid-tP0KngEUHb .btn:first-child {
  border-top: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-tP0KngEUHb .btn:hover {
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-tP0KngEUHb .btn:hover:first-child {
  border-top: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-tP0KngEUHb .mbr-iconfont {
  font-size: 16px !important;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tP0KngEUHb .card-title {
  color: #ffffff;
  text-align: right;
}
.cid-tP0KngEUHb #myVideo {
  padding-top: 10px;
  position: left;
  right: 0;
  bottom: 0;
  min-width: 50%;
  max-height: 100%;
}
@media (max-width: 640px) {
  .cid-tP0KngEUHb #myVideo {
    padding-top: 10px;
    width: 100%;
  }
}
.cid-tP0KnlzoDk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffda00;
}
.cid-tP0KnlzoDk .row {
  position: relative;
}
.cid-tP0KnlzoDk .container {
  max-width: 1500px;
}
.cid-tP0KnlzoDk h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-tP0KnlzoDk .content-wrapper {
  max-width: 800px;
}
.cid-tP0KnlzoDk H1 {
  color: #333333;
}
.cid-tP0KnlzoDk .mbr-text,
.cid-tP0KnlzoDk .mbr-section-btn {
  color: #333333;
}
.cid-tP0KnlzoDk H3 {
  color: #333333;
}
@media (min-width: 767px) {
  .cid-tP0KnlzoDk .container {
    padding: 0 4rem;
  }
}
.cid-tP0Knm0WRe {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background3-1.jpg");
}
.cid-tP0Knm0WRe .container {
  display: flex;
  justify-content: center;
}
.cid-tP0Knm0WRe .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tP0Knm0WRe .col-brand {
  margin-bottom: 40px;
}
.cid-tP0Knm0WRe .col-link {
  margin-bottom: 30px;
}
.cid-tP0Knm0WRe .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tP0Knm0WRe .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tP0Knm0WRe .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tP0Knm0WRe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tP0Knm0WRe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tP0Knm0WRe .mbr-section-subtitle {
  color: #1c1c1c;
  margin-bottom: 20px;
}
.cid-tP0Knm0WRe .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tP0Knm0WRe .mbr-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-tP0Knm0WRe .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tP0Knm0WRe .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tP0Knm0WRe .soc-item:hover {
  background-color: #738bae;
}
.cid-tP0Knm0WRe .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tP0Knm0WRe .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-tP0Knm0WRe .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tP0Knm0WRe .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tP0Knm0WRe .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-tP0Knm0WRe .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tP0Knm0WRe .mbr-text .text-black {
  color: #00284E !important;
}
.cid-tP0Knm0WRe .mbr-text a {
  opacity: 0.8;
}
.cid-tP0Knm0WRe .mbr-text a:hover {
  opacity: 1;
  color: #838132 !important;
}
.cid-tP0Knm0WRe .col-copyright {
  margin-top: 44px;
}
.cid-tP0Knm0WRe .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-tP0Knm0WRe .copyright {
    text-align: center !important;
  }
}
.cid-tP0Knm0WRe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP0Knm0WRe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubeenI9FJN {
  z-index: 1000;
  width: 100%;
}
.cid-ubeenI9FJN nav.navbar {
  position: fixed;
}
.cid-ubeenI9FJN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubeenI9FJN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ubeenI9FJN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ubeenI9FJN .dropdown-item:hover,
.cid-ubeenI9FJN .dropdown-item:focus {
  background: #838132 !important;
  color: white !important;
}
.cid-ubeenI9FJN .dropdown-item:hover span {
  color: white;
}
.cid-ubeenI9FJN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ubeenI9FJN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ubeenI9FJN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ubeenI9FJN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubeenI9FJN .nav-link {
  position: relative;
}
.cid-ubeenI9FJN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ubeenI9FJN .container {
    flex-wrap: nowrap;
  }
}
.cid-ubeenI9FJN .iconfont-wrapper {
  color: #913bff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubeenI9FJN .dropdown-menu,
.cid-ubeenI9FJN .navbar.opened {
  background: #ffffff !important;
}
.cid-ubeenI9FJN .nav-item:focus,
.cid-ubeenI9FJN .nav-link:focus {
  outline: none;
}
.cid-ubeenI9FJN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubeenI9FJN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubeenI9FJN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubeenI9FJN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubeenI9FJN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubeenI9FJN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubeenI9FJN .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  position: absolute;
  padding: 35px 40px !important;
  background-color: transparent;
  box-sizing: content-box;
  box-shadow: none !important;
}
.cid-ubeenI9FJN .navbar.opened {
  transition: all 0.3s;
}
.cid-ubeenI9FJN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubeenI9FJN .navbar .navbar-logo img {
  width: auto;
}
.cid-ubeenI9FJN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubeenI9FJN .navbar.collapsed {
  justify-content: center;
}
.cid-ubeenI9FJN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubeenI9FJN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubeenI9FJN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-ubeenI9FJN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubeenI9FJN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubeenI9FJN .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-ubeenI9FJN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubeenI9FJN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubeenI9FJN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubeenI9FJN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubeenI9FJN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubeenI9FJN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubeenI9FJN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubeenI9FJN .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-ubeenI9FJN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubeenI9FJN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubeenI9FJN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubeenI9FJN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubeenI9FJN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubeenI9FJN .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ubeenI9FJN .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubeenI9FJN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubeenI9FJN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubeenI9FJN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubeenI9FJN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubeenI9FJN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubeenI9FJN .dropdown-item.active,
.cid-ubeenI9FJN .dropdown-item:active {
  background-color: transparent;
}
.cid-ubeenI9FJN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubeenI9FJN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubeenI9FJN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubeenI9FJN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ubeenI9FJN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubeenI9FJN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubeenI9FJN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubeenI9FJN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubeenI9FJN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ubeenI9FJN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubeenI9FJN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubeenI9FJN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubeenI9FJN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubeenI9FJN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubeenI9FJN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubeenI9FJN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubeenI9FJN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubeenI9FJN .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-ubeenI9FJN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubeenI9FJN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubeenI9FJN .navbar {
    height: 70px;
  }
  .cid-ubeenI9FJN .navbar.opened {
    height: auto;
  }
  .cid-ubeenI9FJN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubeenI9FJN .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-ubeenI9FJN .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-ubeenI9FJN .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-ubeenI9FJN .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-ubeenI9FJN .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-ubeenI9FJN .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-ubeenI9FJN .navbar-nav {
    margin-left: 145px;
  }
}
.cid-ubeenI9FJN .nav-item a:hover {
  color: #ffffff !important;
}
.cid-ubeenI9FJN .nav-item .nav-link {
  position: relative !important;
}
.cid-ubeenI9FJN .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #838132;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-ubeenI9FJN .nav-item .nav-link:hover {
  color: #838132 !important;
}
.cid-ubeenI9FJN .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-ubeenI9FJN .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-ubeenI9FJN .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-ubeenI9FJN .tel-menu {
    margin-right: 48px;
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ubeenI9FJN .tel-menu {
    display: none;
  }
}
.cid-ubeenI9FJN .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-ubeenI9FJN .mbr-text {
    text-align: center !important;
  }
}
.cid-ubeenI9FJN .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-ubeenI9FJN .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-ubeenI9FJN .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-ubeenI9FJN .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-ubeenI9FJN .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-ubeenI9FJN .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-ubeenI9FJN .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #838132;
  border-radius: 0.25rem;
}
.cid-ubeenIwbtP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ubeenIwbtP .row {
  justify-content: flex-end;
}
.cid-ubeenIwbtP .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #efeeee;
}
.cid-ubeenIwbtP .block {
  background-color: #ff8386;
}
.cid-ubeenIwbtP img {
  width: 100%;
}
.cid-ubeenIwbtP .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-ubeenIwbtP .content {
  max-width: 600px;
}
.cid-ubeenIwbtP h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-ubeenIwbtP .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-ubeenIwbtP h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-ubeenIwbtP .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-ubeenIwbtP h4 {
    right: 2rem;
    bottom: 30%;
  }
}
#custom-html-88 {
  /* Type valid CSS here */
}
#custom-html-88 .top {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  position: relative;
}
#custom-html-88 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#custom-html-88 .wrapper {
  position: relative;
  padding-bottom: 200%;
  transform: translateY(-35.95%);
}
.cid-ubeenIJ0qo {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-ubeenIJ0qo img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-ubeenIJ0qo img:hover {
  transform: scale(1.1);
}
.cid-ubeenIJ0qo .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-ubeenIJ0qo h2 {
  padding: 0;
  margin: 0;
}
.cid-ubeenIJ0qo .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubeenIJ0qo .text-col {
  max-width: 850px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-ubeenIJ0qo .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-ubeenIJ0qo .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-ubeenIJ0qo .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-ubeenIJ0qo .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-ubeenIJ0qo .mbr-iconfont {
  margin: 0!important;
}
.cid-ubeenIJ0qo .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-ubeenIJ0qo .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ubeenIJ0qo .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-ubeenIJ0qo .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-ubeenIJ0qo .text-col {
    padding: 2rem 1rem;
  }
}
.cid-ubeenIJ0qo H2 {
  color: #333333;
}
.cid-ubeenIJ0qo .mbr-text {
  color: #ffffff;
}
.cid-ubeenIJ0qo H1 {
  color: #ffffff;
}
.cid-ubeenIJ0qo H3 {
  color: #ffffff;
}
.cid-ubeenIJ0qo #myVideo {
  padding-top: 100px;
  position: left;
  right: 0;
  bottom: 0;
  min-width: 100%;
  max-height: 100%;
}
@media (max-width: 640px) {
  .cid-ubeenIJ0qo #myVideo {
    padding-top: 10px;
    width: 100%;
  }
}
.cid-ubeenIZhL1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/633a1579-edit-large-1318x706.jpg");
}
.cid-ubeenIZhL1 .row {
  position: relative;
}
.cid-ubeenIZhL1 .container {
  max-width: 1500px;
}
.cid-ubeenIZhL1 .container {
  padding-right: 8rem!important;
}
.cid-ubeenIZhL1 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-ubeenIZhL1 .content-wrapper {
  max-width: 800px;
}
.cid-ubeenIZhL1 H1 {
  color: #282124;
}
.cid-ubeenIZhL1 .mbr-text,
.cid-ubeenIZhL1 .mbr-section-btn {
  color: #282124;
}
.cid-ubeenIZhL1 H3 {
  color: #333333;
}
@media (min-width: 767px) {
  .cid-ubeenIZhL1 .container {
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ubeenIZhL1 .container {
    padding-right: 4rem!important;
  }
}
.cid-ubeenJeREG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #453e3e;
}
.cid-ubeenJeREG img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-ubeenJeREG img:hover {
  transform: scale(1.1);
}
.cid-ubeenJeREG .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-ubeenJeREG h2 {
  padding: 0;
  margin: 0;
}
.cid-ubeenJeREG .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubeenJeREG .text-col {
  max-width: 950px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-ubeenJeREG .mbr-section-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-ubeenJeREG .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-ubeenJeREG .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-ubeenJeREG .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-ubeenJeREG .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ubeenJeREG .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-ubeenJeREG .text-col {
    padding: 2rem 1rem;
  }
}
.cid-ubeenJeREG H2 {
  color: #333333;
}
.cid-ubeenJeREG .mbr-text {
  color: #ffffff;
}
.cid-ubeenJeREG H3 {
  color: #ffffff;
}
.cid-ubeenJeREG H1 {
  color: #ffffff;
}
.cid-ubeenJeREG #myVideo {
  padding-top: 100px;
  position: left;
  right: 0;
  bottom: 0;
  min-width: 100%;
  max-height: 100%;
}
@media (max-width: 1000px) {
  .cid-ubeenJeREG #myVideo {
    padding-top: 10px;
    width: 100%;
  }
}
.cid-ubeiSnqzWN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ubeiSnqzWN .mbr-section-head {
  margin-bottom: 50px;
}
.cid-ubeiSnqzWN .mbr-section-title {
  color: #453e3e;
  margin-bottom: 0;
}
.cid-ubeiSnqzWN .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.cid-ubeiSnqzWN .col-video {
  height: 360px;
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
}
.cid-ubeiSnqzWN .col-video img {
  object-fit: cover;
  height: auto;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubeiSnqzWN .col-video {
    height: 500px;
  }
  .cid-ubeiSnqzWN .col-video img {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-ubeiSnqzWN .col-video {
    height: 550px;
  }
}
@media (min-width: 1400px) {
  .cid-ubeiSnqzWN .col-video {
    height: 610px;
  }
}
.cid-ubeiSnqzWN .col-video .box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-ubeiSnqzWN .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.cid-ubeiSnqzWN .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-ubeiSnqzWN .mbr-media {
  position: relative;
}
.cid-ubeiSnqzWN .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-ubeiSnqzWN .icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 50%;
  background-color: #ffffff;
  min-width: 85px;
  min-height: 85px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-ubeiSnqzWN .icon-wrap .mbr-iconfont {
  color: #913BFF;
  font-size: 35px;
}
@media (max-width: 1199px) {
  .cid-ubeiSnqzWN .icon-wrap {
    min-width: 65px;
    min-height: 65px;
    padding: 10px;
  }
  .cid-ubeiSnqzWN .icon-wrap .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-ubeiSnqzWN .icon-wrap:hover {
  background-color: #ff7a41 !important;
}
.cid-ubeiSnqzWN .icon-wrap:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-ubeiSnqzWN .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-ubeiSnqzWN .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ubeiSnqzWN .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ubeiSnqzWN .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ubeiSnqzWN .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubeiSnqzWN .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubeiSnqzWN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubeiSnqzWN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubuVSHxrjk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #453e3e;
}
.cid-ubuVSHxrjk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubuVSHxrjk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubuVSHxrjk a {
  font-weight: bold;
}
.cid-ubuVSHxrjk .container-fluid {
  padding: 0;
}
.cid-ubuVSHxrjk img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ubuVSHxrjk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubuVSHxrjk .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-ubuVSHxrjk .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-ubuVSHxrjk .text-wrapper {
    padding: 1rem;
  }
}
.cid-ubuVSHxrjk .mbr-text,
.cid-ubuVSHxrjk .mbr-section-btn {
  color: #ffffff;
}
.cid-ubuVSHxrjk .mbr-section-title {
  color: #ffffff;
}
.cid-ubuWOMoocv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #453e3e;
}
.cid-ubuWOMoocv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubuWOMoocv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubuWOMoocv a {
  font-weight: bold;
}
.cid-ubuWOMoocv .row {
  flex-direction: row-reverse;
}
.cid-ubuWOMoocv .container-fluid {
  padding: 0;
}
.cid-ubuWOMoocv img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ubuWOMoocv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubuWOMoocv .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-ubuWOMoocv .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-ubuWOMoocv .text-wrapper {
    padding: 1rem;
  }
}
.cid-ubuWOMoocv .mbr-text,
.cid-ubuWOMoocv .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ubuWOMoocv .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-ubjkiPcZh8 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #453e3e;
}
.cid-ubjkiPcZh8 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-ubjkiPcZh8 img:hover {
  transform: scale(1.1);
}
.cid-ubjkiPcZh8 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-ubjkiPcZh8 h2 {
  padding: 0;
  margin: 0;
}
.cid-ubjkiPcZh8 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubjkiPcZh8 .text-col {
  max-width: 950px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-ubjkiPcZh8 .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-ubjkiPcZh8 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-ubjkiPcZh8 .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-ubjkiPcZh8 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-ubjkiPcZh8 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ubjkiPcZh8 .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-ubjkiPcZh8 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-ubjkiPcZh8 H2 {
  color: #333333;
}
.cid-ubjkiPcZh8 .mbr-text {
  color: #ffffff;
}
.cid-ubjkiPcZh8 H3 {
  color: #ffffff;
}
.cid-ubjkiPcZh8 H1 {
  color: #ffffff;
}
.cid-ubjkiPcZh8 #myVideo {
  padding-top: 100px;
  position: left;
  right: 0;
  bottom: 0;
  min-width: 100%;
  max-height: 100%;
}
@media (max-width: 640px) {
  .cid-ubjkiPcZh8 #myVideo {
    padding-top: 10px;
    width: 100%;
  }
}
.cid-ubuYQBFR0e {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ubuYQBFR0e .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubuYQBFR0e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubuYQBFR0e a {
  font-weight: bold;
}
.cid-ubuYQBFR0e .row {
  flex-direction: row-reverse;
}
.cid-ubuYQBFR0e .container-fluid {
  padding: 0;
}
.cid-ubuYQBFR0e img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ubuYQBFR0e .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubuYQBFR0e .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-ubuYQBFR0e .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-ubuYQBFR0e .text-wrapper {
    padding: 1rem;
  }
}
.cid-ubuYQBFR0e .mbr-text,
.cid-ubuYQBFR0e .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ubuYQBFR0e .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-ubvccgXzdK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ubvccgXzdK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubvccgXzdK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubvccgXzdK a {
  font-weight: bold;
}
.cid-ubvccgXzdK .container-fluid {
  padding: 0;
}
.cid-ubvccgXzdK img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ubvccgXzdK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubvccgXzdK .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-ubvccgXzdK .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-ubvccgXzdK .text-wrapper {
    padding: 1rem;
  }
}
.cid-ubvccgXzdK .mbr-text,
.cid-ubvccgXzdK .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ubvccgXzdK .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-ubeenKjOpm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffda00;
}
.cid-ubeenKjOpm .row {
  position: relative;
}
.cid-ubeenKjOpm .container {
  max-width: 1500px;
}
.cid-ubeenKjOpm h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-ubeenKjOpm .content-wrapper {
  max-width: 800px;
}
.cid-ubeenKjOpm H1 {
  color: #333333;
}
.cid-ubeenKjOpm .mbr-text,
.cid-ubeenKjOpm .mbr-section-btn {
  color: #333333;
}
.cid-ubeenKjOpm H3 {
  color: #333333;
}
@media (min-width: 767px) {
  .cid-ubeenKjOpm .container {
    padding: 0 4rem;
  }
}
.cid-ubeenKH2gm {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background3-1.jpg");
}
.cid-ubeenKH2gm .container {
  display: flex;
  justify-content: center;
}
.cid-ubeenKH2gm .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-ubeenKH2gm .col-brand {
  margin-bottom: 40px;
}
.cid-ubeenKH2gm .col-link {
  margin-bottom: 30px;
}
.cid-ubeenKH2gm .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-ubeenKH2gm .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-ubeenKH2gm .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-ubeenKH2gm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubeenKH2gm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubeenKH2gm .mbr-section-subtitle {
  color: #1c1c1c;
  margin-bottom: 20px;
}
.cid-ubeenKH2gm .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ubeenKH2gm .mbr-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-ubeenKH2gm .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-ubeenKH2gm .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubeenKH2gm .soc-item:hover {
  background-color: #738bae;
}
.cid-ubeenKH2gm .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-ubeenKH2gm .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-ubeenKH2gm .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-ubeenKH2gm .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-ubeenKH2gm .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-ubeenKH2gm .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-ubeenKH2gm .mbr-text .text-black {
  color: #00284E !important;
}
.cid-ubeenKH2gm .mbr-text a {
  opacity: 0.8;
}
.cid-ubeenKH2gm .mbr-text a:hover {
  opacity: 1;
  color: #838132 !important;
}
.cid-ubeenKH2gm .col-copyright {
  margin-top: 44px;
}
.cid-ubeenKH2gm .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-ubeenKH2gm .copyright {
    text-align: center !important;
  }
}
.cid-ubeenKH2gm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubeenKH2gm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
