.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Bricolage Grotesque;
}
.display-1 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 4rem;
  line-height: 100%;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 3rem;
  line-height: 140%;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 1.125rem;
  line-height: 140%;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  line-height: 120%;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 1.25rem;
  line-height: 140%;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff5753 !important;
}
.bg-success {
  background-color: #eeeeee !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ff9c53 !important;
}
.bg-danger {
  background-color: #eb312c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff5753 !important;
  border-color: #ff5753 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ff8986 !important;
  border-color: #ff8986 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff8986 !important;
  border-color: #ff8986 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
  color: #6f6f6f !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #6f6f6f !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9c53 !important;
  border-color: #ff9c53 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffb986 !important;
  border-color: #ffb986 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffb986 !important;
  border-color: #ffb986 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #eb312c !important;
  border-color: #eb312c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ef5e5b !important;
  border-color: #ef5e5b !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ef5e5b !important;
  border-color: #ef5e5b !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff5753;
  color: #ff5753;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #fb0600 !important;
  background-color: transparent !important;
  border-color: #fb0600 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff5753 !important;
  border-color: #ff5753 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #eeeeee;
  color: #eeeeee;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c3c3c3 !important;
  background-color: transparent !important;
  border-color: #c3c3c3 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #6f6f6f !important;
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff9c53;
  color: #ff9c53;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #fb6b00 !important;
  background-color: transparent !important;
  border-color: #fb6b00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9c53 !important;
  border-color: #ff9c53 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #eb312c;
  color: #eb312c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b01511 !important;
  background-color: transparent !important;
  border-color: #b01511 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #eb312c !important;
  border-color: #eb312c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff5753 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #eeeeee !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ff9c53 !important;
}
.text-danger {
  color: #eb312c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ec0500 !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: #bbbbbb !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ec6400 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a2130f !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: #ff5753;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ff9c53;
}
.alert-danger {
  background-color: #eb312c;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff5753;
  border-color: #ff5753;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff5753;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fde7e6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 1.25rem;
  line-height: 140%;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #ff5753 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 1.25rem;
  line-height: 140%;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #ff5753;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff5753;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff5753;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff5753;
  border-bottom-color: #ff5753;
}
.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: #ff5753 !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: #000000 !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='%23ff5753' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  font-weight: 600 !important;
  padding: 10px 24px;
  border-radius: 64px;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  font-size: 18px !important;
  margin-left: 8px;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  margin-left: 16px;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  padding: 0;
  border: none !important;
}
.mbr-section-btn .btn-primary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn .btn-success-outline .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline .mbr-iconfont,
.mbr-section-btn .btn-info-outline .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline .mbr-iconfont,
.mbr-section-btn .btn-warning-outline .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline .mbr-iconfont,
.mbr-section-btn .btn-danger-outline .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline .mbr-iconfont,
.mbr-section-btn .btn-black-outline .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline .mbr-iconfont,
.mbr-section-btn .btn-white-outline .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 24px;
  border-radius: 64px;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border: 2px solid;
}
.mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline:focus .mbr-iconfont {
  padding: 10px 24px 10px 48px;
  margin-left: 16px;
}
.mbr-section-btn .btn-primary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline .mbr-iconfont {
  border-color: #ff5753;
}
.mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline .mbr-iconfont {
  border-color: #000000;
}
.mbr-section-btn .btn-success-outline .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline .mbr-iconfont {
  border-color: #eeeeee;
}
.mbr-section-btn .btn-info-outline .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline .mbr-iconfont {
  border-color: #ffffff;
}
.mbr-section-btn .btn-warning-outline .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline .mbr-iconfont {
  border-color: #ff9c53;
}
.mbr-section-btn .btn-danger-outline .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline .mbr-iconfont {
  border-color: #eb312c;
}
.mbr-section-btn .btn-black-outline .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline .mbr-iconfont {
  border-color: #000000;
}
.mbr-section-btn .btn-white-outline .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline .mbr-iconfont {
  border-color: #ffffff;
}
img {
  border-radius: 0 !important;
}
.cid-tWwgujl84C {
  background-color: transparent;
}
.cid-tWwgujl84C .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tWwgujl84C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tWwgujl84C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWwgujl84C .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tWwgujl84C .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tWwgujl84C .menu_box .navbar.opened,
  .cid-tWwgujl84C .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tWwgujl84C .navbar-dropdown {
  position: relative !important;
}
.cid-tWwgujl84C .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-tWwgujl84C .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tWwgujl84C .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tWwgujl84C .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tWwgujl84C .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tWwgujl84C .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-tWwgujl84C .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tWwgujl84C .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tWwgujl84C .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tWwgujl84C .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tWwgujl84C .offcanvas-body .mbr-text,
  .cid-tWwgujl84C .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tWwgujl84C .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tWwgujl84C .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tWwgujl84C .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tWwgujl84C .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tWwgujl84C .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tWwgujl84C .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tWwgujl84C .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tWwgujl84C ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tWwgujl84C .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWwgujl84C .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tWwgujl84C .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tWwgujl84C li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tWwgujl84C .lg_brand {
    margin: 0 1rem;
  }
  .cid-tWwgujl84C .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-tWwgujl84C .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tWwgujl84C .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-tWwgujl84C .nav-item {
    margin: 0 !important;
  }
}
.cid-tWwgujl84C .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-tWwgujl84C .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tWwgujl84C .nav-item .nav-link:hover::before,
.cid-tWwgujl84C .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tWwgujl84C .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tWwgujl84C .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tWwgujl84C .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tWwgujl84C .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWwgujl84C .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tWwgujl84C .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tWwgujl84C .offcanvas_box {
    display: none;
  }
}
.cid-tWwgujl84C .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tWwgujl84C .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tWwgujl84C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tWwgujl84C .container {
  display: flex;
  margin: auto;
}
.cid-tWwgujl84C .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tWwgujl84C .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tWwgujl84C .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tWwgujl84C .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tWwgujl84C .navbar-nav {
    margin: 0;
  }
}
.cid-tWwgujl84C .dropdown-menu,
.cid-tWwgujl84C .navbar.opened {
  background-color: false !important;
}
.cid-tWwgujl84C .nav-item:focus,
.cid-tWwgujl84C .nav-link:focus {
  outline: none;
}
.cid-tWwgujl84C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWwgujl84C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWwgujl84C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWwgujl84C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWwgujl84C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWwgujl84C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWwgujl84C .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tWwgujl84C .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tWwgujl84C .navbar.opened {
  transition: all 0.3s;
}
.cid-tWwgujl84C .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tWwgujl84C .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tWwgujl84C .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-tWwgujl84C .navbar.collapsed {
  justify-content: center;
}
.cid-tWwgujl84C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWwgujl84C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tWwgujl84C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWwgujl84C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWwgujl84C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWwgujl84C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tWwgujl84C .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tWwgujl84C .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tWwgujl84C .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tWwgujl84C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWwgujl84C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWwgujl84C .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tWwgujl84C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWwgujl84C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tWwgujl84C .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWwgujl84C .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tWwgujl84C .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tWwgujl84C .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tWwgujl84C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tWwgujl84C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWwgujl84C .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tWwgujl84C .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWwgujl84C .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWwgujl84C .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWwgujl84C .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-tWwgujl84C .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-tWwgujl84C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWwgujl84C .dropdown-item.active,
.cid-tWwgujl84C .dropdown-item:active {
  background-color: transparent;
}
.cid-tWwgujl84C .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-tWwgujl84C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWwgujl84C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWwgujl84C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWwgujl84C ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tWwgujl84C .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWwgujl84C button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff5753;
}
.cid-tWwgujl84C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWwgujl84C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWwgujl84C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWwgujl84C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWwgujl84C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWwgujl84C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWwgujl84C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWwgujl84C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWwgujl84C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWwgujl84C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tWwgujl84C .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWwgujl84C .navbar {
    height: 70px;
  }
  .cid-tWwgujl84C .navbar.opened {
    height: auto;
  }
  .cid-tWwgujl84C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWwgujl84C .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-tWwgujl84C .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-tWwgujl84C .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tWwgujl84C .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tWwgujl84C .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-tWwgujl84C .navbar-caption:hover {
  color: #ff5753;
}
@media (min-width: 992px) {
  .cid-tWwgujl84C .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tWwgujl84C .text_widget {
  margin-bottom: 32px;
}
.cid-tWwgujl84C .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tWwgujl84C .text_widget a:hover,
.cid-tWwgujl84C .text_widget a:focus {
  opacity: .8;
}
.cid-tWwgujl84C .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tWwgujl84C .navbar-caption {
  color: #000000;
}
.cid-tWwgujl84C .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tWwgujl84C .mbr-section-subtitle,
.cid-tWwgujl84C .text_widget,
.cid-tWwgujl84C .mbr-section-btn {
  text-align: center;
}
.cid-tWwgujl84C a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uJMCleL7dX .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #ff5753;
}
.cid-uJMCleL7dX .card-wrapper {
  min-height: 300px;
  transition: all 0.3s;
  padding: 3rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uJMCleL7dX .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-uJMCleL7dX .icon1 {
  color: #ffffff;
}
.cid-uJMCleL7dX .icon2 {
  color: #ffffff;
}
.cid-uJMCleL7dX .icon3 {
  color: #f4f4f2;
}
.cid-uJMCleL7dX .icon4 {
  color: #f4f4f2;
}
.cid-uJMCleL7dX .big {
  min-height: 100%;
}
.cid-uJMCleL7dX .mbr-section-btn {
  max-width: 200px;
}
.cid-uJMCleL7dX .mbr-section-btn .btn {
  margin: 2px;
}
@media (max-width: 992px) {
  .cid-uJMCleL7dX .mbr-section-btn {
    text-align: center;
    max-width: 100%;
    margin: auto;
  }
}
.cid-uJMCleL7dX .card1 {
  background-image: url("../../../assets/images/inter-stock-b.v-00.jpg-1920x1280.jpg");
  background-size: cover;
  background-position: center;
  padding: 6rem;
}
.cid-uJMCleL7dX .card1 .mbr-iconfont {
  font-size: 16.5rem;
}
@media (max-width: 767px) {
  .cid-uJMCleL7dX .card1 {
    padding: 3rem 1rem;
  }
}
.cid-uJMCleL7dX .card-box {
  z-index: 2;
}
.cid-uJMCleL7dX .card2 {
  background-image: url("../../../assets/images/inter-stock-b.v-01.jpg-1281x1920.jpg");
  background-size: auto 110%;
  position: relative;
  background-position: center;
}
.cid-uJMCleL7dX .card2 .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  margin: auto;
  margin-bottom: 0rem;
}
.cid-uJMCleL7dX .card2:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #272727;
  z-index: 1;
  opacity: 1;
}
.cid-uJMCleL7dX .card2:hover {
  background-size: auto 115%;
}
.cid-uJMCleL7dX .card2:hover:before {
  opacity: 0.3;
}
.cid-uJMCleL7dX .card3 {
  background-image: url("../../../assets/images/inter-stock-b.v-02.jpg-1280x960.jpg");
  background-size: auto 110%;
  position: relative;
  background-position: center;
}
.cid-uJMCleL7dX .card3 .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  margin: auto;
  margin-bottom: 0rem;
}
.cid-uJMCleL7dX .card3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f7df67;
  transition: all 0.3s;
  z-index: 1;
  opacity: 1;
}
.cid-uJMCleL7dX .card3:hover {
  background-size: auto 115%;
}
.cid-uJMCleL7dX .card3:hover:before {
  opacity: 0.3;
}
.cid-uJMCleL7dX .card4 {
  background-image: url("../../../assets/images/inter-stock-b.v-03.jpg-1920x1281.jpg");
  background-size: auto 110%;
  position: relative;
  background-position: center;
}
.cid-uJMCleL7dX .card4:hover {
  background-size: auto 115%;
}
.cid-uJMCleL7dX .card4:hover:before {
  opacity: 0;
}
.cid-uJMCleL7dX .card4 .mbr-iconfont {
  background: #f7df67;
  border-radius: 50%;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-uJMCleL7dX .card-title,
.cid-uJMCleL7dX .card-box {
  color: #ffffff;
}
.cid-uJMCleL7dX .card2-title {
  color: #ffffff;
}
.cid-uJMCleL7dX .card3-title {
  color: #272727;
}
.cid-uJMCleL7dX .card4-title {
  color: #ffffff;
}
.cid-uJMCleL7dX .card1-title {
  color: #ffffff;
}
.cid-uJMCleL7dX .card2-text {
  color: #ffffff;
}
.cid-uJMCleL7dX .card4-text {
  color: #ffffff;
}
.cid-uJIzKoUH9y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJIzKoUH9y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJIzKoUH9y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJIzKoUH9y .container {
    padding: 0 22px;
  }
}
.cid-uJIzKoUH9y .row {
  justify-content: space-between;
}
.cid-uJIzKoUH9y .row .card {
  justify-content: center;
}
.cid-uJIzKoUH9y .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJIzKoUH9y .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uJIzKoUH9y .item:last-child .item-wrapper .card-box {
  border: none;
}
.cid-uJIzKoUH9y .item .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uJIzKoUH9y .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uJIzKoUH9y .item .item-wrapper .icon-wrapper {
    margin-top: 55px;
  }
}
.cid-uJIzKoUH9y .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  width: 64px;
  height: 64px;
  color: #ff5753;
  margin-right: 55px;
}
.cid-uJIzKoUH9y .item .item-wrapper .card-box {
  padding: 55px 0;
  border-bottom: 1px solid #d4d3d3;
}
@media (max-width: 992px) {
  .cid-uJIzKoUH9y .item .item-wrapper .card-box {
    padding: 16px 0 55px;
  }
}
.cid-uJIzKoUH9y .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uJIzKoUH9y .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uJIzKoUH9y .mbr-section-title {
  color: #000000;
}
.cid-uJIzKoUH9y .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uJIzKoUH9y .card-title {
  color: #ff5753;
}
.cid-uJIzKoUH9y .card-text {
  color: #000000;
}
.cid-uJIrfEOaMf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJIrfEOaMf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJIrfEOaMf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJIrfEOaMf b,
.cid-uJIrfEOaMf strong {
  font-weight: 900;
}
.cid-uJIrfEOaMf .mbr-section-title {
  color: #15417d;
}
.cid-uJIrfEOaMf .mbr-section-subtitle {
  color: #000000;
}
.cid-uJIqk0uLNU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJIqk0uLNU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJIqk0uLNU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJIqk0uLNU .container {
    padding: 0 22px;
  }
}
.cid-uJIqk0uLNU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJIqk0uLNU .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tWwgGeUrnm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f4f3f4;
}
.cid-tWwgGeUrnm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWwgGeUrnm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWwgGeUrnm .container {
    padding: 0 22px;
  }
}
.cid-tWwgGeUrnm .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tWwgGeUrnm .mbr-text {
  color: #000000;
}
.cid-uJIr5fBsJX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJIr5fBsJX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJIr5fBsJX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJIr5fBsJX .container {
    padding: 0 30px;
  }
}
.cid-uJIr5fBsJX .row {
  justify-content: center;
}
.cid-uJIr5fBsJX .content-wrapper .mbr-text_1 {
  padding: 20px 0;
  margin-bottom: 0;
}
.cid-uJIr5fBsJX .content-wrapper .mbr-text_2 {
  padding: 20px 0 20px 90px;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uJIr5fBsJX .content-wrapper .mbr-text_2 {
    padding: 20px 0;
  }
}
.cid-uJIr5fBsJX .mbr-text_1 {
  color: #000000;
}
.cid-uJIr5fBsJX .mbr-text_2 {
  color: #000000;
}
.cid-uJIrwyBEd9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJIrwyBEd9 .content {
  border-top: 2px solid #17171A;
  padding-top: 2.2rem;
  margin-left: 3rem;
  margin-right: 3rem;
}
.cid-uJIrwyBEd9 .content .row {
  border-bottom: 2px solid #17171A;
}
@media (max-width: 767px) {
  .cid-uJIrwyBEd9 .content .row p {
    margin-top: 0.2rem;
    margin-bottom: 2.2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJIrwyBEd9 .content {
    padding-top: 1rem;
  }
}
@media (max-width: 600px) {
  .cid-uJIrwyBEd9 .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-uJIrwyBEd9 .mbr-text {
  color: #000000;
}
.cid-uKj4XKTcLQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uKj4XKTcLQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKj4XKTcLQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKj4XKTcLQ .container {
    padding: 0 22px;
  }
}
.cid-uKj4XKTcLQ .row {
  justify-content: space-between;
}
.cid-uKj4XKTcLQ .content-wrapper {
  margin-bottom: 32px;
}
.cid-uKj4XKTcLQ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKj4XKTcLQ .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uKj4XKTcLQ .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKj4XKTcLQ .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uKj4XKTcLQ .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uKj4XKTcLQ .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uKj4XKTcLQ .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uKj4XKTcLQ .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uKj4XKTcLQ .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uKj4XKTcLQ .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uKj4XKTcLQ .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uKj4XKTcLQ .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uKj4XKTcLQ .copy-wrapper {
    display: block;
  }
}
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uKj4XKTcLQ .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uKj4XKTcLQ .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKj4XKTcLQ .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uKj4XKTcLQ .mbr-section-title {
  color: #ff5753;
}
.cid-uKj4XKTcLQ .mbr-text {
  color: #ffffff;
}
.cid-uKj4XKTcLQ .list {
  color: #635d60;
}
.cid-uKj4XKTcLQ .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uKj4XKTcLQ .mbr-copy,
.cid-uKj4XKTcLQ .social-wrapper {
  text-align: center;
}
.cid-tWwgujl84C {
  background-color: transparent;
}
.cid-tWwgujl84C .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tWwgujl84C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tWwgujl84C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWwgujl84C .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tWwgujl84C .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tWwgujl84C .menu_box .navbar.opened,
  .cid-tWwgujl84C .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tWwgujl84C .navbar-dropdown {
  position: relative !important;
}
.cid-tWwgujl84C .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-tWwgujl84C .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tWwgujl84C .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tWwgujl84C .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tWwgujl84C .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tWwgujl84C .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-tWwgujl84C .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tWwgujl84C .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tWwgujl84C .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tWwgujl84C .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tWwgujl84C .offcanvas-body .mbr-text,
  .cid-tWwgujl84C .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tWwgujl84C .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tWwgujl84C .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tWwgujl84C .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tWwgujl84C .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tWwgujl84C .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tWwgujl84C .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tWwgujl84C .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tWwgujl84C ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tWwgujl84C .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWwgujl84C .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tWwgujl84C .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tWwgujl84C li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tWwgujl84C .lg_brand {
    margin: 0 1rem;
  }
  .cid-tWwgujl84C .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-tWwgujl84C .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tWwgujl84C .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-tWwgujl84C .nav-item {
    margin: 0 !important;
  }
}
.cid-tWwgujl84C .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-tWwgujl84C .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tWwgujl84C .nav-item .nav-link:hover::before,
.cid-tWwgujl84C .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tWwgujl84C .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tWwgujl84C .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tWwgujl84C .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tWwgujl84C .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWwgujl84C .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tWwgujl84C .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tWwgujl84C .offcanvas_box {
    display: none;
  }
}
.cid-tWwgujl84C .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tWwgujl84C .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tWwgujl84C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tWwgujl84C .container {
  display: flex;
  margin: auto;
}
.cid-tWwgujl84C .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tWwgujl84C .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tWwgujl84C .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tWwgujl84C .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tWwgujl84C .navbar-nav {
    margin: 0;
  }
}
.cid-tWwgujl84C .dropdown-menu,
.cid-tWwgujl84C .navbar.opened {
  background-color: false !important;
}
.cid-tWwgujl84C .nav-item:focus,
.cid-tWwgujl84C .nav-link:focus {
  outline: none;
}
.cid-tWwgujl84C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWwgujl84C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWwgujl84C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWwgujl84C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWwgujl84C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWwgujl84C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWwgujl84C .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tWwgujl84C .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tWwgujl84C .navbar.opened {
  transition: all 0.3s;
}
.cid-tWwgujl84C .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tWwgujl84C .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tWwgujl84C .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-tWwgujl84C .navbar.collapsed {
  justify-content: center;
}
.cid-tWwgujl84C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWwgujl84C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tWwgujl84C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWwgujl84C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWwgujl84C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWwgujl84C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tWwgujl84C .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tWwgujl84C .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tWwgujl84C .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tWwgujl84C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWwgujl84C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWwgujl84C .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tWwgujl84C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWwgujl84C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tWwgujl84C .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWwgujl84C .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tWwgujl84C .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tWwgujl84C .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tWwgujl84C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tWwgujl84C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWwgujl84C .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tWwgujl84C .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWwgujl84C .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWwgujl84C .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWwgujl84C .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-tWwgujl84C .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-tWwgujl84C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWwgujl84C .dropdown-item.active,
.cid-tWwgujl84C .dropdown-item:active {
  background-color: transparent;
}
.cid-tWwgujl84C .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-tWwgujl84C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWwgujl84C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWwgujl84C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWwgujl84C ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tWwgujl84C .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWwgujl84C button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff5753;
}
.cid-tWwgujl84C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWwgujl84C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWwgujl84C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWwgujl84C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWwgujl84C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWwgujl84C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWwgujl84C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWwgujl84C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWwgujl84C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWwgujl84C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tWwgujl84C .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWwgujl84C .navbar {
    height: 70px;
  }
  .cid-tWwgujl84C .navbar.opened {
    height: auto;
  }
  .cid-tWwgujl84C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWwgujl84C .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-tWwgujl84C .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-tWwgujl84C .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tWwgujl84C .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tWwgujl84C .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-tWwgujl84C .navbar-caption:hover {
  color: #ff5753;
}
@media (min-width: 992px) {
  .cid-tWwgujl84C .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tWwgujl84C .text_widget {
  margin-bottom: 32px;
}
.cid-tWwgujl84C .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tWwgujl84C .text_widget a:hover,
.cid-tWwgujl84C .text_widget a:focus {
  opacity: .8;
}
.cid-tWwgujl84C .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tWwgujl84C .navbar-caption {
  color: #000000;
}
.cid-tWwgujl84C .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tWwgujl84C .mbr-section-subtitle,
.cid-tWwgujl84C .text_widget,
.cid-tWwgujl84C .mbr-section-btn {
  text-align: center;
}
.cid-tWwgujl84C a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uKfFir1kXL {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/inter-stock-b.v-04.jpg-1920x1280.jpg");
}
.cid-uKfFir1kXL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKfFir1kXL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKfFir1kXL .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-uKfFir1kXL .col {
    width: 40%;
  }
}
.cid-uKfFir1kXL .card-wrapper {
  padding: 4rem;
  border-radius: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uKfFir1kXL .card-wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.cid-uKfFir1kXL .card-wrapper h1,
.cid-uKfFir1kXL .card-wrapper h2,
.cid-uKfFir1kXL .card-wrapper p,
.cid-uKfFir1kXL .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uKfFir1kXL .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.8;
}
.cid-uKfFir1kXL .mbr-section-title {
  color: #ffffff;
}
.cid-uKfFir1kXL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uKfFir1kXL .mbr-text,
.cid-uKfFir1kXL .mbr-section-btn {
  color: #ffffff;
}
.cid-tWwgHMQJrk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tWwgHMQJrk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWwgHMQJrk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWwgHMQJrk .container {
    padding: 0 22px;
  }
}
.cid-tWwgHMQJrk .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tWwgHMQJrk .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tWwgHMQJrk .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tWwgHMQJrk .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tWwgHMQJrk .mbr-text {
  color: #000000;
}
.cid-uKedKZURHU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKedKZURHU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKedKZURHU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKedKZURHU b,
.cid-uKedKZURHU strong {
  font-weight: 900;
}
.cid-uKedKZURHU .mbr-section-title {
  color: #17003b;
}
.cid-uKedKZURHU .mbr-section-subtitle {
  color: #000000;
}
.cid-tWwgGeUrnm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tWwgGeUrnm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWwgGeUrnm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWwgGeUrnm .container {
    padding: 0 22px;
  }
}
.cid-tWwgGeUrnm .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tWwgGeUrnm .mbr-text {
  color: #000000;
}
.cid-uKfEquev43 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uKfEquev43 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKfEquev43 .item-wrapper {
  margin-bottom: 2rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #f2f2f2;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uKfEquev43 .item-wrapper {
    margin-bottom: 2rem;
    padding: 1rem;
  }
}
.cid-uKfEquev43 .item-wrapper:hover {
  background: #232323;
  transform: translateY(-5px);
}
.cid-uKfEquev43 .item-wrapper:hover .card-title,
.cid-uKfEquev43 .item-wrapper:hover .card-text,
.cid-uKfEquev43 .item-wrapper:hover .card-link,
.cid-uKfEquev43 .item-wrapper:hover .card-link a {
  color: white !important;
}
.cid-uKfEquev43 .item-wrapper:hover span {
  color: #ff5753;
}
.cid-uKfEquev43 .card-title,
.cid-uKfEquev43 .card-text,
.cid-uKfEquev43 .card-link,
.cid-uKfEquev43 .card-link a {
  transition: all 0.3s;
}
.cid-uKfEquev43 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKfEquev43 .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uKfEquev43 .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uKfEquev43 .link-wrapper:hover {
  cursor: pointer;
}
.cid-uKfEquev43 .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #232323;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uKfEquev43 .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uKfEquev43 .card-title,
.cid-uKfEquev43 .iconfont-wrapper {
  color: #000000;
}
.cid-uKfEquev43 .card-text {
  color: #232323;
}
.cid-uKfEquev43 .content-head {
  max-width: 800px;
}
.cid-uKfEquev43 .mbr-section-title {
  color: #000000;
}
.cid-uKfEquev43 .card-link,
.cid-uKfEquev43 .link-icon,
.cid-uKfEquev43 .link-align {
  color: #232323;
}
.cid-uKfFA0L5Dv {
  padding-top: 75px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/inter-stock-b.v-00.jpg-1920x1280.jpg");
}
.cid-uKfFA0L5Dv .row {
  justify-content: flex-end;
}
.cid-uKfFA0L5Dv .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #efeeee;
}
.cid-uKfFA0L5Dv .block {
  background-color: #ffc9a1;
}
.cid-uKfFA0L5Dv img {
  width: 100%;
}
.cid-uKfFA0L5Dv .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-uKfFA0L5Dv .content {
  max-width: 600px;
}
.cid-uKfFA0L5Dv 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-uKfFA0L5Dv .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-uKfFA0L5Dv h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-uKfFA0L5Dv .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-uKfFA0L5Dv h4 {
    right: 2rem;
    bottom: 30%;
  }
}
.cid-uKfFA0L5Dv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKfFA0L5Dv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKfFA0L5Dv .mbr-text,
.cid-uKfFA0L5Dv .mbr-section-btn {
  text-align: left;
}
.cid-uKj4XKTcLQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uKj4XKTcLQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKj4XKTcLQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKj4XKTcLQ .container {
    padding: 0 22px;
  }
}
.cid-uKj4XKTcLQ .row {
  justify-content: space-between;
}
.cid-uKj4XKTcLQ .content-wrapper {
  margin-bottom: 32px;
}
.cid-uKj4XKTcLQ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKj4XKTcLQ .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uKj4XKTcLQ .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKj4XKTcLQ .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uKj4XKTcLQ .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uKj4XKTcLQ .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uKj4XKTcLQ .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uKj4XKTcLQ .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uKj4XKTcLQ .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uKj4XKTcLQ .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uKj4XKTcLQ .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uKj4XKTcLQ .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uKj4XKTcLQ .copy-wrapper {
    display: block;
  }
}
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uKj4XKTcLQ .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uKj4XKTcLQ .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKj4XKTcLQ .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uKj4XKTcLQ .mbr-section-title {
  color: #ff5753;
}
.cid-uKj4XKTcLQ .mbr-text {
  color: #ffffff;
}
.cid-uKj4XKTcLQ .list {
  color: #635d60;
}
.cid-uKj4XKTcLQ .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uKj4XKTcLQ .mbr-copy,
.cid-uKj4XKTcLQ .social-wrapper {
  text-align: center;
}
.cid-tWwjuqwjZk {
  background-color: transparent;
}
.cid-tWwjuqwjZk .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tWwjuqwjZk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tWwjuqwjZk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWwjuqwjZk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tWwjuqwjZk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tWwjuqwjZk .menu_box .navbar.opened,
  .cid-tWwjuqwjZk .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tWwjuqwjZk .navbar-dropdown {
  position: relative !important;
}
.cid-tWwjuqwjZk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-tWwjuqwjZk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tWwjuqwjZk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tWwjuqwjZk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tWwjuqwjZk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tWwjuqwjZk .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-tWwjuqwjZk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tWwjuqwjZk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tWwjuqwjZk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tWwjuqwjZk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tWwjuqwjZk .offcanvas-body .mbr-text,
  .cid-tWwjuqwjZk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tWwjuqwjZk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tWwjuqwjZk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tWwjuqwjZk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tWwjuqwjZk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tWwjuqwjZk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tWwjuqwjZk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tWwjuqwjZk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tWwjuqwjZk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tWwjuqwjZk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWwjuqwjZk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tWwjuqwjZk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tWwjuqwjZk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tWwjuqwjZk .lg_brand {
    margin: 0 1rem;
  }
  .cid-tWwjuqwjZk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-tWwjuqwjZk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tWwjuqwjZk .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-tWwjuqwjZk .nav-item {
    margin: 0 !important;
  }
}
.cid-tWwjuqwjZk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-tWwjuqwjZk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tWwjuqwjZk .nav-item .nav-link:hover::before,
.cid-tWwjuqwjZk .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tWwjuqwjZk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tWwjuqwjZk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tWwjuqwjZk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tWwjuqwjZk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWwjuqwjZk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tWwjuqwjZk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tWwjuqwjZk .offcanvas_box {
    display: none;
  }
}
.cid-tWwjuqwjZk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tWwjuqwjZk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tWwjuqwjZk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tWwjuqwjZk .container {
  display: flex;
  margin: auto;
}
.cid-tWwjuqwjZk .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tWwjuqwjZk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tWwjuqwjZk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tWwjuqwjZk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tWwjuqwjZk .navbar-nav {
    margin: 0;
  }
}
.cid-tWwjuqwjZk .dropdown-menu,
.cid-tWwjuqwjZk .navbar.opened {
  background-color: false !important;
}
.cid-tWwjuqwjZk .nav-item:focus,
.cid-tWwjuqwjZk .nav-link:focus {
  outline: none;
}
.cid-tWwjuqwjZk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWwjuqwjZk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWwjuqwjZk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWwjuqwjZk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWwjuqwjZk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWwjuqwjZk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWwjuqwjZk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tWwjuqwjZk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tWwjuqwjZk .navbar.opened {
  transition: all 0.3s;
}
.cid-tWwjuqwjZk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tWwjuqwjZk .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tWwjuqwjZk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-tWwjuqwjZk .navbar.collapsed {
  justify-content: center;
}
.cid-tWwjuqwjZk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWwjuqwjZk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tWwjuqwjZk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWwjuqwjZk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWwjuqwjZk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWwjuqwjZk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tWwjuqwjZk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tWwjuqwjZk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tWwjuqwjZk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tWwjuqwjZk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWwjuqwjZk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWwjuqwjZk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tWwjuqwjZk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWwjuqwjZk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tWwjuqwjZk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWwjuqwjZk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tWwjuqwjZk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tWwjuqwjZk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tWwjuqwjZk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tWwjuqwjZk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWwjuqwjZk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tWwjuqwjZk .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWwjuqwjZk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWwjuqwjZk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWwjuqwjZk .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-tWwjuqwjZk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-tWwjuqwjZk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWwjuqwjZk .dropdown-item.active,
.cid-tWwjuqwjZk .dropdown-item:active {
  background-color: transparent;
}
.cid-tWwjuqwjZk .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-tWwjuqwjZk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWwjuqwjZk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWwjuqwjZk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWwjuqwjZk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tWwjuqwjZk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWwjuqwjZk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff5753;
}
.cid-tWwjuqwjZk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWwjuqwjZk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWwjuqwjZk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWwjuqwjZk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWwjuqwjZk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWwjuqwjZk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWwjuqwjZk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWwjuqwjZk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWwjuqwjZk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWwjuqwjZk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tWwjuqwjZk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWwjuqwjZk .navbar {
    height: 70px;
  }
  .cid-tWwjuqwjZk .navbar.opened {
    height: auto;
  }
  .cid-tWwjuqwjZk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWwjuqwjZk .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-tWwjuqwjZk .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-tWwjuqwjZk .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tWwjuqwjZk .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tWwjuqwjZk .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-tWwjuqwjZk .navbar-caption:hover {
  color: #ff5753;
}
@media (min-width: 992px) {
  .cid-tWwjuqwjZk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tWwjuqwjZk .text_widget {
  margin-bottom: 32px;
}
.cid-tWwjuqwjZk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tWwjuqwjZk .text_widget a:hover,
.cid-tWwjuqwjZk .text_widget a:focus {
  opacity: .8;
}
.cid-tWwjuqwjZk .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tWwjuqwjZk .navbar-caption {
  color: #000000;
}
.cid-tWwjuqwjZk .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tWwjuqwjZk .mbr-section-subtitle,
.cid-tWwjuqwjZk .text_widget,
.cid-tWwjuqwjZk .mbr-section-btn {
  text-align: center;
}
.cid-tWwjuqwjZk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uKif649pnt {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKif649pnt h2,
.cid-uKif649pnt p {
  margin: 0;
}
.cid-uKif649pnt .heading {
  margin-bottom: 50px;
}
.cid-uKif649pnt .mbr-section-title {
  color: #000000;
  margin-bottom: 30px;
}
.cid-uKif649pnt .mbr-text {
  color: #6b6b6b;
}
.cid-uKif649pnt .image-wrap {
  position: relative;
  width: 100%;
  min-height: 376px;
}
.cid-uKif649pnt .image {
  position: absolute;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1440px) {
  .cid-uKif649pnt .image {
    height: 220px;
  }
}
@media (max-width: 1024px) {
  .cid-uKif649pnt .image {
    height: 170px;
  }
}
@media (max-width: 800px) {
  .cid-uKif649pnt .image {
    position: static;
    height: 220px;
    margin-bottom: 30px;
  }
}
.cid-uKif649pnt .image-left {
  width: 600px;
  top: 0;
  left: 0;
  z-index: 2;
  background-image: url("../../../assets/images/inter-stock-b.v-05.jpg-1280x853.jpg");
}
@media (max-width: 1440px) {
  .cid-uKif649pnt .image-left {
    width: 505px;
  }
}
@media (max-width: 1024px) {
  .cid-uKif649pnt .image-left {
    width: 354px;
  }
}
@media (max-width: 800px) {
  .cid-uKif649pnt .image-left {
    width: 100%;
  }
}
.cid-uKif649pnt .image-middle {
  width: 451px;
  top: 76px;
  left: 524px;
  z-index: 1;
  background-image: url("../../../assets/images/inter-stock-b.v-06.jpg-1280x960.jpg");
}
@media (max-width: 1440px) {
  .cid-uKif649pnt .image-middle {
    width: 385px;
    left: 445px;
  }
}
@media (max-width: 1024px) {
  .cid-uKif649pnt .image-middle {
    width: 268px;
    left: 312px;
  }
}
@media (max-width: 800px) {
  .cid-uKif649pnt .image-middle {
    width: 100%;
  }
}
.cid-uKif649pnt .image-right {
  width: 401px;
  top: 0;
  left: 899px;
  z-index: 0;
  background-image: url("../../../assets/images/inter-stock-b.v-07.jpg-1920x1280.jpg");
}
@media (max-width: 1440px) {
  .cid-uKif649pnt .image-right {
    width: 330px;
    left: 770px;
  }
}
@media (max-width: 1024px) {
  .cid-uKif649pnt .image-right {
    width: 230px;
    left: 538px;
  }
}
@media (max-width: 800px) {
  .cid-uKif649pnt .image-right {
    width: 100%;
  }
}
.cid-uKg4o3S20O {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKg4o3S20O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKg4o3S20O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKg4o3S20O .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uKg4o3S20O .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uKg4o3S20O .container {
    padding: 0 22px;
  }
}
.cid-uKg4o3S20O .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKg4o3S20O .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKg4o3S20O .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKg4o3S20O .mbr-section-title {
  color: #000000;
}
.cid-uKg4o3S20O .mbr-text {
  color: #000000;
}
.cid-uKgacRR6ov {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKgacRR6ov .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKgacRR6ov .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKgacRR6ov .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uKgacRR6ov .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKgacRR6ov .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uKgacRR6ov .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKgacRR6ov .container {
    padding: 0 14px;
  }
}
.cid-uKgacRR6ov .row {
  justify-content: center;
}
.cid-uKgacRR6ov .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uKgacRR6ov .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKgacRR6ov .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-uKgacRR6ov .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-uKgacRR6ov .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uKgacRR6ov .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uKgacRR6ov .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uKgacRR6ov .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  margin-left: -25px;
}
.cid-uKgacRR6ov .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uKgacRR6ov .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uKgacRR6ov .mbr-text_1 {
  color: #000000;
}
.cid-uKgacRR6ov .list {
  color: #01004c;
}
.cid-uKgacRR6ov .mbr-text_2 {
  color: #000000;
}
.cid-uKgacRR6ov .list,
.cid-uKgacRR6ov .item-wrap {
  color: #000000;
  text-align: left;
}
.cid-uKg3QHCegx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKg3QHCegx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKg3QHCegx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKg3QHCegx b,
.cid-uKg3QHCegx strong {
  font-weight: 900;
}
.cid-uKg3QHCegx .mbr-section-title {
  color: #17003b;
}
.cid-uKg3QHCegx .mbr-section-subtitle {
  color: #000000;
}
.cid-uKg3Q1GHif {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uKg3Q1GHif .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKg3Q1GHif .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKg3Q1GHif .container {
    padding: 0 22px;
  }
}
.cid-uKg3Q1GHif .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKg3Q1GHif .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uKg4BqWb1d {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uKg4BqWb1d .col-title {
    margin-bottom: 20px;
  }
}
.cid-uKg4BqWb1d .mbr-section-title {
  color: #000000;
}
.cid-uKg4BqWb1d .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uKg4BqWb1d .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uKhUigiPJB {
  padding-top: 195px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/inter-stock-b.v-08.jpg-1280x800.jpg");
  background-size: calc(50% - 1rem);
  background-position: right;
  background-color: #ffdacd;
}
@media (max-width: 992px) {
  .cid-uKhUigiPJB {
    background-size: cover;
    background-position: center;
  }
}
.cid-uKj4XKTcLQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uKj4XKTcLQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKj4XKTcLQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKj4XKTcLQ .container {
    padding: 0 22px;
  }
}
.cid-uKj4XKTcLQ .row {
  justify-content: space-between;
}
.cid-uKj4XKTcLQ .content-wrapper {
  margin-bottom: 32px;
}
.cid-uKj4XKTcLQ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKj4XKTcLQ .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uKj4XKTcLQ .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKj4XKTcLQ .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uKj4XKTcLQ .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uKj4XKTcLQ .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uKj4XKTcLQ .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uKj4XKTcLQ .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uKj4XKTcLQ .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uKj4XKTcLQ .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uKj4XKTcLQ .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uKj4XKTcLQ .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uKj4XKTcLQ .copy-wrapper {
    display: block;
  }
}
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uKj4XKTcLQ .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uKj4XKTcLQ .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKj4XKTcLQ .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uKj4XKTcLQ .mbr-section-title {
  color: #ff5753;
}
.cid-uKj4XKTcLQ .mbr-text {
  color: #ffffff;
}
.cid-uKj4XKTcLQ .list {
  color: #635d60;
}
.cid-uKj4XKTcLQ .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uKj4XKTcLQ .mbr-copy,
.cid-uKj4XKTcLQ .social-wrapper {
  text-align: center;
}
.cid-tWwjuqwjZk {
  background-color: transparent;
}
.cid-tWwjuqwjZk .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tWwjuqwjZk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tWwjuqwjZk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWwjuqwjZk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tWwjuqwjZk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tWwjuqwjZk .menu_box .navbar.opened,
  .cid-tWwjuqwjZk .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tWwjuqwjZk .navbar-dropdown {
  position: relative !important;
}
.cid-tWwjuqwjZk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-tWwjuqwjZk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tWwjuqwjZk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tWwjuqwjZk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tWwjuqwjZk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tWwjuqwjZk .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-tWwjuqwjZk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tWwjuqwjZk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tWwjuqwjZk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tWwjuqwjZk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tWwjuqwjZk .offcanvas-body .mbr-text,
  .cid-tWwjuqwjZk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tWwjuqwjZk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tWwjuqwjZk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tWwjuqwjZk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tWwjuqwjZk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tWwjuqwjZk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tWwjuqwjZk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tWwjuqwjZk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tWwjuqwjZk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tWwjuqwjZk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWwjuqwjZk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tWwjuqwjZk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tWwjuqwjZk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tWwjuqwjZk .lg_brand {
    margin: 0 1rem;
  }
  .cid-tWwjuqwjZk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-tWwjuqwjZk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tWwjuqwjZk .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-tWwjuqwjZk .nav-item {
    margin: 0 !important;
  }
}
.cid-tWwjuqwjZk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-tWwjuqwjZk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tWwjuqwjZk .nav-item .nav-link:hover::before,
.cid-tWwjuqwjZk .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tWwjuqwjZk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tWwjuqwjZk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tWwjuqwjZk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tWwjuqwjZk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWwjuqwjZk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tWwjuqwjZk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tWwjuqwjZk .offcanvas_box {
    display: none;
  }
}
.cid-tWwjuqwjZk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tWwjuqwjZk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tWwjuqwjZk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tWwjuqwjZk .container {
  display: flex;
  margin: auto;
}
.cid-tWwjuqwjZk .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tWwjuqwjZk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tWwjuqwjZk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tWwjuqwjZk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tWwjuqwjZk .navbar-nav {
    margin: 0;
  }
}
.cid-tWwjuqwjZk .dropdown-menu,
.cid-tWwjuqwjZk .navbar.opened {
  background-color: false !important;
}
.cid-tWwjuqwjZk .nav-item:focus,
.cid-tWwjuqwjZk .nav-link:focus {
  outline: none;
}
.cid-tWwjuqwjZk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWwjuqwjZk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWwjuqwjZk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWwjuqwjZk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWwjuqwjZk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWwjuqwjZk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWwjuqwjZk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tWwjuqwjZk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tWwjuqwjZk .navbar.opened {
  transition: all 0.3s;
}
.cid-tWwjuqwjZk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tWwjuqwjZk .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tWwjuqwjZk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-tWwjuqwjZk .navbar.collapsed {
  justify-content: center;
}
.cid-tWwjuqwjZk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWwjuqwjZk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tWwjuqwjZk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWwjuqwjZk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWwjuqwjZk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWwjuqwjZk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tWwjuqwjZk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tWwjuqwjZk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tWwjuqwjZk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tWwjuqwjZk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWwjuqwjZk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWwjuqwjZk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tWwjuqwjZk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWwjuqwjZk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tWwjuqwjZk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWwjuqwjZk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tWwjuqwjZk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tWwjuqwjZk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tWwjuqwjZk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tWwjuqwjZk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWwjuqwjZk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tWwjuqwjZk .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWwjuqwjZk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWwjuqwjZk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWwjuqwjZk .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-tWwjuqwjZk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-tWwjuqwjZk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWwjuqwjZk .dropdown-item.active,
.cid-tWwjuqwjZk .dropdown-item:active {
  background-color: transparent;
}
.cid-tWwjuqwjZk .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-tWwjuqwjZk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWwjuqwjZk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWwjuqwjZk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWwjuqwjZk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tWwjuqwjZk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWwjuqwjZk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff5753;
}
.cid-tWwjuqwjZk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWwjuqwjZk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWwjuqwjZk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWwjuqwjZk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWwjuqwjZk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWwjuqwjZk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWwjuqwjZk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWwjuqwjZk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWwjuqwjZk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWwjuqwjZk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tWwjuqwjZk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWwjuqwjZk .navbar {
    height: 70px;
  }
  .cid-tWwjuqwjZk .navbar.opened {
    height: auto;
  }
  .cid-tWwjuqwjZk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWwjuqwjZk .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-tWwjuqwjZk .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-tWwjuqwjZk .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tWwjuqwjZk .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tWwjuqwjZk .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-tWwjuqwjZk .navbar-caption:hover {
  color: #ff5753;
}
@media (min-width: 992px) {
  .cid-tWwjuqwjZk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tWwjuqwjZk .text_widget {
  margin-bottom: 32px;
}
.cid-tWwjuqwjZk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tWwjuqwjZk .text_widget a:hover,
.cid-tWwjuqwjZk .text_widget a:focus {
  opacity: .8;
}
.cid-tWwjuqwjZk .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tWwjuqwjZk .navbar-caption {
  color: #000000;
}
.cid-tWwjuqwjZk .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tWwjuqwjZk .mbr-section-subtitle,
.cid-tWwjuqwjZk .text_widget,
.cid-tWwjuqwjZk .mbr-section-btn {
  text-align: center;
}
.cid-tWwjuqwjZk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uKixhkvQri {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/inter-stock-b.v-09.jpg-1920x1275.jpg");
}
.cid-uKixhkvQri .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKixhkvQri .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKixhkvQri .row {
  margin: 0 -8px;
}
.cid-uKixhkvQri .row .card {
  padding: 0 8px;
}
.cid-uKixhkvQri .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uKixhkvQri .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uKixhkvQri .card-wrapper {
    padding: 24px;
  }
}
.cid-uKixhkvQri .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uKixhkvQri .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .6;
}
.cid-uKixhkvQri .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uKixhkvQri .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uKixhkvQri .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uKixhkvQri .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uKixhkvQri .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uKixhkvQri .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uKixhkvQri .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uKixhkvQri .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uKixhkvQri .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uKixhkvQri .mbr-text,
.cid-uKixhkvQri .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-uKiNfvvaTI {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKiNfvvaTI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKiNfvvaTI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKiNfvvaTI b,
.cid-uKiNfvvaTI strong {
  font-weight: 900;
}
.cid-uKiNfvvaTI .mbr-section-title {
  color: #17003b;
}
.cid-uKiNfvvaTI .mbr-section-subtitle {
  color: #000000;
}
.cid-uKiO0A0tSZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKiO0A0tSZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKiO0A0tSZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKiO0A0tSZ .container {
    padding: 0 22px;
  }
}
.cid-uKiO0A0tSZ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKiO0A0tSZ .mbr-text {
  color: #000000;
}
.cid-uKiU61Yr8e {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKiU61Yr8e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKiU61Yr8e .item-wrapper {
  margin-bottom: 2rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #f2f2f2;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uKiU61Yr8e .item-wrapper {
    margin-bottom: 2rem;
    padding: 1rem;
  }
}
.cid-uKiU61Yr8e .item-wrapper:hover {
  background: #232323;
  transform: translateY(-5px);
}
.cid-uKiU61Yr8e .item-wrapper:hover .card-title,
.cid-uKiU61Yr8e .item-wrapper:hover .card-text,
.cid-uKiU61Yr8e .item-wrapper:hover .card-link,
.cid-uKiU61Yr8e .item-wrapper:hover .card-link a {
  color: white !important;
}
.cid-uKiU61Yr8e .item-wrapper:hover span {
  color: #ff5753;
}
.cid-uKiU61Yr8e .card-title,
.cid-uKiU61Yr8e .card-text,
.cid-uKiU61Yr8e .card-link,
.cid-uKiU61Yr8e .card-link a {
  transition: all 0.3s;
}
.cid-uKiU61Yr8e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKiU61Yr8e .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uKiU61Yr8e .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uKiU61Yr8e .link-wrapper:hover {
  cursor: pointer;
}
.cid-uKiU61Yr8e .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #232323;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uKiU61Yr8e .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uKiU61Yr8e .card-title,
.cid-uKiU61Yr8e .iconfont-wrapper {
  color: #000000;
}
.cid-uKiU61Yr8e .card-text {
  color: #232323;
}
.cid-uKiU61Yr8e .content-head {
  max-width: 800px;
}
.cid-uKiU61Yr8e .mbr-section-title {
  color: #000000;
}
.cid-uKiU61Yr8e .card-link,
.cid-uKiU61Yr8e .link-icon,
.cid-uKiU61Yr8e .link-align {
  color: #232323;
}
.cid-uKiWi1t5Zz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uKiWi1t5Zz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKiWi1t5Zz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKiWi1t5Zz .container {
    padding: 0 22px;
  }
}
.cid-uKiWi1t5Zz .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKiWi1t5Zz .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uKj4XKTcLQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uKj4XKTcLQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKj4XKTcLQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKj4XKTcLQ .container {
    padding: 0 22px;
  }
}
.cid-uKj4XKTcLQ .row {
  justify-content: space-between;
}
.cid-uKj4XKTcLQ .content-wrapper {
  margin-bottom: 32px;
}
.cid-uKj4XKTcLQ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKj4XKTcLQ .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uKj4XKTcLQ .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKj4XKTcLQ .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uKj4XKTcLQ .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uKj4XKTcLQ .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uKj4XKTcLQ .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uKj4XKTcLQ .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uKj4XKTcLQ .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uKj4XKTcLQ .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uKj4XKTcLQ .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uKj4XKTcLQ .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uKj4XKTcLQ .copy-wrapper {
    display: block;
  }
}
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uKj4XKTcLQ .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uKj4XKTcLQ .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKj4XKTcLQ .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uKj4XKTcLQ .mbr-section-title {
  color: #ff5753;
}
.cid-uKj4XKTcLQ .mbr-text {
  color: #ffffff;
}
.cid-uKj4XKTcLQ .list {
  color: #635d60;
}
.cid-uKj4XKTcLQ .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uKj4XKTcLQ .mbr-copy,
.cid-uKj4XKTcLQ .social-wrapper {
  text-align: center;
}
.cid-uKiKibcfwx {
  background-color: transparent;
}
.cid-uKiKibcfwx .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKiKibcfwx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKiKibcfwx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKiKibcfwx .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKiKibcfwx .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKiKibcfwx .menu_box .navbar.opened,
  .cid-uKiKibcfwx .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKiKibcfwx .navbar-dropdown {
  position: relative !important;
}
.cid-uKiKibcfwx .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uKiKibcfwx .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKiKibcfwx .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKiKibcfwx .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKiKibcfwx .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKiKibcfwx .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uKiKibcfwx .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKiKibcfwx .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKiKibcfwx .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKiKibcfwx .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKiKibcfwx .offcanvas-body .mbr-text,
  .cid-uKiKibcfwx .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKiKibcfwx .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKiKibcfwx .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKiKibcfwx .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uKiKibcfwx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKiKibcfwx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKiKibcfwx .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKiKibcfwx .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKiKibcfwx ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKiKibcfwx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKiKibcfwx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKiKibcfwx .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKiKibcfwx li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKiKibcfwx .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKiKibcfwx .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uKiKibcfwx .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKiKibcfwx .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uKiKibcfwx .nav-item {
    margin: 0 !important;
  }
}
.cid-uKiKibcfwx .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uKiKibcfwx .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uKiKibcfwx .nav-item .nav-link:hover::before,
.cid-uKiKibcfwx .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uKiKibcfwx .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKiKibcfwx .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKiKibcfwx .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKiKibcfwx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKiKibcfwx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKiKibcfwx .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKiKibcfwx .offcanvas_box {
    display: none;
  }
}
.cid-uKiKibcfwx .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKiKibcfwx .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKiKibcfwx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKiKibcfwx .container {
  display: flex;
  margin: auto;
}
.cid-uKiKibcfwx .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKiKibcfwx .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKiKibcfwx .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKiKibcfwx .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKiKibcfwx .navbar-nav {
    margin: 0;
  }
}
.cid-uKiKibcfwx .dropdown-menu,
.cid-uKiKibcfwx .navbar.opened {
  background-color: false !important;
}
.cid-uKiKibcfwx .nav-item:focus,
.cid-uKiKibcfwx .nav-link:focus {
  outline: none;
}
.cid-uKiKibcfwx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKiKibcfwx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKiKibcfwx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKiKibcfwx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKiKibcfwx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKiKibcfwx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKiKibcfwx .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKiKibcfwx .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKiKibcfwx .navbar.opened {
  transition: all 0.3s;
}
.cid-uKiKibcfwx .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKiKibcfwx .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKiKibcfwx .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKiKibcfwx .navbar.collapsed {
  justify-content: center;
}
.cid-uKiKibcfwx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKiKibcfwx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKiKibcfwx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKiKibcfwx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKiKibcfwx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKiKibcfwx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKiKibcfwx .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKiKibcfwx .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKiKibcfwx .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uKiKibcfwx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKiKibcfwx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKiKibcfwx .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKiKibcfwx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKiKibcfwx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKiKibcfwx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKiKibcfwx .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKiKibcfwx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKiKibcfwx .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKiKibcfwx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKiKibcfwx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKiKibcfwx .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKiKibcfwx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKiKibcfwx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKiKibcfwx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKiKibcfwx .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-uKiKibcfwx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uKiKibcfwx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKiKibcfwx .dropdown-item.active,
.cid-uKiKibcfwx .dropdown-item:active {
  background-color: transparent;
}
.cid-uKiKibcfwx .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uKiKibcfwx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKiKibcfwx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKiKibcfwx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKiKibcfwx ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKiKibcfwx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKiKibcfwx button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff5753;
}
.cid-uKiKibcfwx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKiKibcfwx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKiKibcfwx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKiKibcfwx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKiKibcfwx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKiKibcfwx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKiKibcfwx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKiKibcfwx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKiKibcfwx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKiKibcfwx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKiKibcfwx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKiKibcfwx .navbar {
    height: 70px;
  }
  .cid-uKiKibcfwx .navbar.opened {
    height: auto;
  }
  .cid-uKiKibcfwx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKiKibcfwx .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uKiKibcfwx .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uKiKibcfwx .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKiKibcfwx .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKiKibcfwx .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uKiKibcfwx .navbar-caption:hover {
  color: #ff5753;
}
@media (min-width: 992px) {
  .cid-uKiKibcfwx .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKiKibcfwx .text_widget {
  margin-bottom: 32px;
}
.cid-uKiKibcfwx .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKiKibcfwx .text_widget a:hover,
.cid-uKiKibcfwx .text_widget a:focus {
  opacity: .8;
}
.cid-uKiKibcfwx .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uKiKibcfwx .navbar-caption {
  color: #000000;
}
.cid-uKiKibcfwx .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uKiKibcfwx .mbr-section-subtitle,
.cid-uKiKibcfwx .text_widget,
.cid-uKiKibcfwx .mbr-section-btn {
  text-align: center;
}
.cid-uKiKibcfwx a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uKqk2WWE9O .mbr-iconfont {
  display: block;
  font-size: 4rem;
}
.cid-uKqk2WWE9O .card-wrapper {
  transition: all 0.3s;
  padding: 3rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uKqk2WWE9O .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-uKqk2WWE9O .card-wrapper:hover .icon2,
.cid-uKqk2WWE9O .card-wrapper:hover .icon3 {
  animation: icon;
  animation-duration: 0.3s;
}
.cid-uKqk2WWE9O .text-wrapper {
  display: flex;
}
@keyframes icon {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
.cid-uKqk2WWE9O img {
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  object-fit: cover;
}
.cid-uKqk2WWE9O img:hover {
  transform: scale(1.05);
}
.cid-uKqk2WWE9O .icon1 {
  color: #f7df67;
}
.cid-uKqk2WWE9O .icon2 {
  color: #ffffff;
}
.cid-uKqk2WWE9O .icon3 {
  color: #ffffff;
}
.cid-uKqk2WWE9O .big {
  height: 100%;
  min-height: 420px;
  overflow: hidden;
}
.cid-uKqk2WWE9O .card1 {
  background-image: url("../../../assets/images/inter-stock-b.v-10.jpg-1280x848.jpg");
  background-size: cover;
  background-position: center;
  padding: 6rem;
  padding-top: 15rem;
}
.cid-uKqk2WWE9O .card1 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1rem;
}
@media (max-width: 1400px) {
  .cid-uKqk2WWE9O .card1 {
    padding: 3rem 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uKqk2WWE9O .card1 {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-uKqk2WWE9O .card1 {
    padding: 3rem 1rem;
  }
}
.cid-uKqk2WWE9O .card-box {
  z-index: 2;
}
.cid-uKqk2WWE9O .card2 {
  background: #292325;
}
.cid-uKqk2WWE9O .card3 {
  background: #28589b;
}
.cid-uKqk2WWE9O .card3 .mbr-iconfont {
  margin: auto;
  margin-bottom: 0rem;
}
.cid-uKqk2WWE9O .card3:hover {
  background-size: auto 115%;
}
.cid-uKqk2WWE9O .card3:hover:before {
  opacity: 0.3;
}
.cid-uKqk2WWE9O .card2-title {
  color: #ffffff;
}
.cid-uKqk2WWE9O .card3-title {
  color: #ffffff;
}
.cid-uKqk2WWE9O .card1-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uKqk2WWE9O .card1-title {
    text-align: center;
  }
}
.cid-uKqk2WWE9O .card1-text {
  color: #ffffff;
}
.cid-uKotxo7Hau {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKotxo7Hau .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKotxo7Hau .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKotxo7Hau .container {
    padding: 0 22px;
  }
}
.cid-uKotxo7Hau .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKotxo7Hau .mbr-text {
  color: #8a8588;
  text-align: left;
}
.cid-uKqqDPkpUZ {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uKqqDPkpUZ .mbr-text {
  color: #292325;
}
.cid-uKqqDPkpUZ .mbr-section-subtitle {
  color: #103178;
}
.cid-uKqqDPkpUZ p {
  line-height: 2;
}
.cid-uKqAq7OB5W {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKqAq7OB5W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKqAq7OB5W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKqAq7OB5W .container {
    padding: 0 22px;
  }
}
.cid-uKqAq7OB5W .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKqAq7OB5W .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKqAq7OB5W .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKqAq7OB5W .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uKqAq7OB5W .mbr-text {
  color: #000000;
}
.cid-uKqAH3LhLf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKqAH3LhLf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKqAH3LhLf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKqAH3LhLf b,
.cid-uKqAH3LhLf strong {
  font-weight: 900;
}
.cid-uKqAH3LhLf .mbr-section-title {
  color: #17003b;
}
.cid-uKqAH3LhLf .mbr-section-subtitle {
  color: #000000;
}
.cid-uKj4XKTcLQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uKj4XKTcLQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKj4XKTcLQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKj4XKTcLQ .container {
    padding: 0 22px;
  }
}
.cid-uKj4XKTcLQ .row {
  justify-content: space-between;
}
.cid-uKj4XKTcLQ .content-wrapper {
  margin-bottom: 32px;
}
.cid-uKj4XKTcLQ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKj4XKTcLQ .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uKj4XKTcLQ .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKj4XKTcLQ .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uKj4XKTcLQ .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uKj4XKTcLQ .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uKj4XKTcLQ .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uKj4XKTcLQ .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uKj4XKTcLQ .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uKj4XKTcLQ .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uKj4XKTcLQ .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uKj4XKTcLQ .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uKj4XKTcLQ .copy-wrapper {
    display: block;
  }
}
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uKj4XKTcLQ .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uKj4XKTcLQ .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKj4XKTcLQ .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uKj4XKTcLQ .mbr-section-title {
  color: #ff5753;
}
.cid-uKj4XKTcLQ .mbr-text {
  color: #ffffff;
}
.cid-uKj4XKTcLQ .list {
  color: #635d60;
}
.cid-uKj4XKTcLQ .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uKj4XKTcLQ .mbr-copy,
.cid-uKj4XKTcLQ .social-wrapper {
  text-align: center;
}
.cid-uKiWLhp7NZ {
  background-color: transparent;
}
.cid-uKiWLhp7NZ .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKiWLhp7NZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKiWLhp7NZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKiWLhp7NZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKiWLhp7NZ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKiWLhp7NZ .menu_box .navbar.opened,
  .cid-uKiWLhp7NZ .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKiWLhp7NZ .navbar-dropdown {
  position: relative !important;
}
.cid-uKiWLhp7NZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uKiWLhp7NZ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKiWLhp7NZ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKiWLhp7NZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKiWLhp7NZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKiWLhp7NZ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uKiWLhp7NZ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKiWLhp7NZ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKiWLhp7NZ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKiWLhp7NZ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKiWLhp7NZ .offcanvas-body .mbr-text,
  .cid-uKiWLhp7NZ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKiWLhp7NZ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKiWLhp7NZ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKiWLhp7NZ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uKiWLhp7NZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKiWLhp7NZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKiWLhp7NZ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKiWLhp7NZ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKiWLhp7NZ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKiWLhp7NZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKiWLhp7NZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKiWLhp7NZ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKiWLhp7NZ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKiWLhp7NZ .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKiWLhp7NZ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uKiWLhp7NZ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKiWLhp7NZ .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uKiWLhp7NZ .nav-item {
    margin: 0 !important;
  }
}
.cid-uKiWLhp7NZ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uKiWLhp7NZ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uKiWLhp7NZ .nav-item .nav-link:hover::before,
.cid-uKiWLhp7NZ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uKiWLhp7NZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKiWLhp7NZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKiWLhp7NZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKiWLhp7NZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKiWLhp7NZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKiWLhp7NZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKiWLhp7NZ .offcanvas_box {
    display: none;
  }
}
.cid-uKiWLhp7NZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKiWLhp7NZ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKiWLhp7NZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKiWLhp7NZ .container {
  display: flex;
  margin: auto;
}
.cid-uKiWLhp7NZ .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKiWLhp7NZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKiWLhp7NZ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKiWLhp7NZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKiWLhp7NZ .navbar-nav {
    margin: 0;
  }
}
.cid-uKiWLhp7NZ .dropdown-menu,
.cid-uKiWLhp7NZ .navbar.opened {
  background-color: false !important;
}
.cid-uKiWLhp7NZ .nav-item:focus,
.cid-uKiWLhp7NZ .nav-link:focus {
  outline: none;
}
.cid-uKiWLhp7NZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKiWLhp7NZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKiWLhp7NZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKiWLhp7NZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKiWLhp7NZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKiWLhp7NZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKiWLhp7NZ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKiWLhp7NZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKiWLhp7NZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uKiWLhp7NZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKiWLhp7NZ .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKiWLhp7NZ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKiWLhp7NZ .navbar.collapsed {
  justify-content: center;
}
.cid-uKiWLhp7NZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKiWLhp7NZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKiWLhp7NZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKiWLhp7NZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKiWLhp7NZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKiWLhp7NZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKiWLhp7NZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKiWLhp7NZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKiWLhp7NZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uKiWLhp7NZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKiWLhp7NZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKiWLhp7NZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKiWLhp7NZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKiWLhp7NZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKiWLhp7NZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKiWLhp7NZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKiWLhp7NZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKiWLhp7NZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKiWLhp7NZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKiWLhp7NZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKiWLhp7NZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKiWLhp7NZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKiWLhp7NZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKiWLhp7NZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKiWLhp7NZ .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-uKiWLhp7NZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uKiWLhp7NZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKiWLhp7NZ .dropdown-item.active,
.cid-uKiWLhp7NZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uKiWLhp7NZ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uKiWLhp7NZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKiWLhp7NZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKiWLhp7NZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKiWLhp7NZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKiWLhp7NZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKiWLhp7NZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff5753;
}
.cid-uKiWLhp7NZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKiWLhp7NZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKiWLhp7NZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKiWLhp7NZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKiWLhp7NZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKiWLhp7NZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKiWLhp7NZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKiWLhp7NZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKiWLhp7NZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKiWLhp7NZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKiWLhp7NZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKiWLhp7NZ .navbar {
    height: 70px;
  }
  .cid-uKiWLhp7NZ .navbar.opened {
    height: auto;
  }
  .cid-uKiWLhp7NZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKiWLhp7NZ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uKiWLhp7NZ .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uKiWLhp7NZ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKiWLhp7NZ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKiWLhp7NZ .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uKiWLhp7NZ .navbar-caption:hover {
  color: #ff5753;
}
@media (min-width: 992px) {
  .cid-uKiWLhp7NZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKiWLhp7NZ .text_widget {
  margin-bottom: 32px;
}
.cid-uKiWLhp7NZ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKiWLhp7NZ .text_widget a:hover,
.cid-uKiWLhp7NZ .text_widget a:focus {
  opacity: .8;
}
.cid-uKiWLhp7NZ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uKiWLhp7NZ .navbar-caption {
  color: #000000;
}
.cid-uKiWLhp7NZ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uKiWLhp7NZ .mbr-section-subtitle,
.cid-uKiWLhp7NZ .text_widget,
.cid-uKiWLhp7NZ .mbr-section-btn {
  text-align: center;
}
.cid-uKiWLhp7NZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uKiWLh6ZuN {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKiWLh6ZuN h2,
.cid-uKiWLh6ZuN p {
  margin: 0;
}
.cid-uKiWLh6ZuN .heading {
  margin-bottom: 50px;
}
.cid-uKiWLh6ZuN .mbr-section-title {
  color: #000000;
  margin-bottom: 30px;
}
.cid-uKiWLh6ZuN .mbr-text {
  color: #000000;
}
.cid-uKiWLh6ZuN .image-wrap {
  position: relative;
  width: 100%;
  min-height: 376px;
}
.cid-uKiWLh6ZuN .image {
  position: absolute;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1440px) {
  .cid-uKiWLh6ZuN .image {
    height: 220px;
  }
}
@media (max-width: 1024px) {
  .cid-uKiWLh6ZuN .image {
    height: 170px;
  }
}
@media (max-width: 800px) {
  .cid-uKiWLh6ZuN .image {
    position: static;
    height: 220px;
    margin-bottom: 30px;
  }
}
.cid-uKiWLh6ZuN .image-left {
  width: 600px;
  top: 0;
  left: 0;
  z-index: 2;
  background-image: url("../../../assets/images/inter-stock-b.v-14.jpg-1280x852.jpg");
}
@media (max-width: 1440px) {
  .cid-uKiWLh6ZuN .image-left {
    width: 505px;
  }
}
@media (max-width: 1024px) {
  .cid-uKiWLh6ZuN .image-left {
    width: 354px;
  }
}
@media (max-width: 800px) {
  .cid-uKiWLh6ZuN .image-left {
    width: 100%;
  }
}
.cid-uKiWLh6ZuN .image-middle {
  width: 451px;
  top: 76px;
  left: 524px;
  z-index: 1;
  background-image: url("../../../assets/images/inter-stock-b.v-15.jpg-1280x851.jpg");
}
@media (max-width: 1440px) {
  .cid-uKiWLh6ZuN .image-middle {
    width: 385px;
    left: 445px;
  }
}
@media (max-width: 1024px) {
  .cid-uKiWLh6ZuN .image-middle {
    width: 268px;
    left: 312px;
  }
}
@media (max-width: 800px) {
  .cid-uKiWLh6ZuN .image-middle {
    width: 100%;
  }
}
.cid-uKiWLh6ZuN .image-right {
  width: 401px;
  top: 0;
  left: 899px;
  z-index: 0;
  background-image: url("../../../assets/images/inter-stock-b.v-16.jpg-1280x719.jpg");
}
@media (max-width: 1440px) {
  .cid-uKiWLh6ZuN .image-right {
    width: 330px;
    left: 770px;
  }
}
@media (max-width: 1024px) {
  .cid-uKiWLh6ZuN .image-right {
    width: 230px;
    left: 538px;
  }
}
@media (max-width: 800px) {
  .cid-uKiWLh6ZuN .image-right {
    width: 100%;
  }
}
.cid-uKiWLhXzxk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKiWLhXzxk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKiWLhXzxk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKiWLhXzxk .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uKiWLhXzxk .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uKiWLhXzxk .container {
    padding: 0 22px;
  }
}
.cid-uKiWLhXzxk .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKiWLhXzxk .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKiWLhXzxk .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKiWLhXzxk .mbr-section-title {
  color: #000000;
}
.cid-uKiWLhXzxk .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uKiWLiyhz2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKiWLiyhz2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKiWLiyhz2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKiWLiyhz2 b,
.cid-uKiWLiyhz2 strong {
  font-weight: 900;
}
.cid-uKiWLiyhz2 .mbr-section-title {
  color: #17003b;
}
.cid-uKiWLiyhz2 .mbr-section-subtitle {
  color: #000000;
}
.cid-uKml7g5GfT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f4f3f4;
}
.cid-uKml7g5GfT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKml7g5GfT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKml7g5GfT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKml7g5GfT .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uKml7g5GfT .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKml7g5GfT .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uKml7g5GfT .container {
    padding: 0 24px;
  }
}
.cid-uKml7g5GfT .row {
  justify-content: center;
}
.cid-uKml7g5GfT .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uKml7g5GfT .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uKml7g5GfT .title-wrapper {
    padding-right: 0;
  }
}
.cid-uKml7g5GfT .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uKml7g5GfT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKml7g5GfT .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKml7g5GfT .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uKml7g5GfT .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uKml7g5GfT .text-wrapper {
    padding-left: 0;
  }
}
.cid-uKml7g5GfT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKml7g5GfT .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uKml7g5GfT .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uKml7g5GfT .mbr-section-title {
  color: #18212d;
}
.cid-uKml7g5GfT .mbr-desc {
  color: #18212d;
}
.cid-uKml7g5GfT .mbr-text {
  color: #18212d;
  text-align: left;
}
.cid-uKmRnj7UOu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uKmRnj7UOu .mbr-iconfont {
  font-size: 4rem;
  color: #ff5753;
}
.cid-uKmRnj7UOu .mbr-content-text {
  color: #999999;
}
.cid-uKmRnj7UOu .mbr-section-subtitle {
  color: #999999;
}
.cid-uKmRnj7UOu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKmRnj7UOu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKnCdD5Gi5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uKnCdD5Gi5 .content {
  border-top: 2px solid #17171A;
  padding-top: 2.2rem;
  margin-left: 3rem;
  margin-right: 3rem;
}
.cid-uKnCdD5Gi5 .content .row {
  border-bottom: 2px solid #17171A;
}
@media (max-width: 767px) {
  .cid-uKnCdD5Gi5 .content .row p {
    margin-top: 0.2rem;
    margin-bottom: 2.2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKnCdD5Gi5 .content {
    padding-top: 1rem;
  }
}
@media (max-width: 600px) {
  .cid-uKnCdD5Gi5 .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-uKnCdD5Gi5 .mbr-text {
  color: #9b9ba5;
}
.cid-uKj4XKTcLQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uKj4XKTcLQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKj4XKTcLQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKj4XKTcLQ .container {
    padding: 0 22px;
  }
}
.cid-uKj4XKTcLQ .row {
  justify-content: space-between;
}
.cid-uKj4XKTcLQ .content-wrapper {
  margin-bottom: 32px;
}
.cid-uKj4XKTcLQ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKj4XKTcLQ .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uKj4XKTcLQ .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKj4XKTcLQ .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uKj4XKTcLQ .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uKj4XKTcLQ .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uKj4XKTcLQ .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uKj4XKTcLQ .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uKj4XKTcLQ .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uKj4XKTcLQ .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uKj4XKTcLQ .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uKj4XKTcLQ .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uKj4XKTcLQ .copy-wrapper {
    display: block;
  }
}
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uKj4XKTcLQ .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uKj4XKTcLQ .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKj4XKTcLQ .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uKj4XKTcLQ .mbr-section-title {
  color: #ff5753;
}
.cid-uKj4XKTcLQ .mbr-text {
  color: #ffffff;
}
.cid-uKj4XKTcLQ .list {
  color: #635d60;
}
.cid-uKj4XKTcLQ .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uKj4XKTcLQ .mbr-copy,
.cid-uKj4XKTcLQ .social-wrapper {
  text-align: center;
}
.cid-uKj8IGVPtm {
  background-color: transparent;
}
.cid-uKj8IGVPtm .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKj8IGVPtm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKj8IGVPtm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKj8IGVPtm .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKj8IGVPtm .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKj8IGVPtm .menu_box .navbar.opened,
  .cid-uKj8IGVPtm .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKj8IGVPtm .navbar-dropdown {
  position: relative !important;
}
.cid-uKj8IGVPtm .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uKj8IGVPtm .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKj8IGVPtm .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKj8IGVPtm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKj8IGVPtm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKj8IGVPtm .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uKj8IGVPtm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKj8IGVPtm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKj8IGVPtm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKj8IGVPtm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKj8IGVPtm .offcanvas-body .mbr-text,
  .cid-uKj8IGVPtm .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKj8IGVPtm .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKj8IGVPtm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKj8IGVPtm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uKj8IGVPtm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKj8IGVPtm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKj8IGVPtm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKj8IGVPtm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKj8IGVPtm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKj8IGVPtm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKj8IGVPtm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKj8IGVPtm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKj8IGVPtm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKj8IGVPtm .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKj8IGVPtm .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uKj8IGVPtm .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKj8IGVPtm .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uKj8IGVPtm .nav-item {
    margin: 0 !important;
  }
}
.cid-uKj8IGVPtm .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uKj8IGVPtm .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uKj8IGVPtm .nav-item .nav-link:hover::before,
.cid-uKj8IGVPtm .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uKj8IGVPtm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKj8IGVPtm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKj8IGVPtm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKj8IGVPtm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKj8IGVPtm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKj8IGVPtm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKj8IGVPtm .offcanvas_box {
    display: none;
  }
}
.cid-uKj8IGVPtm .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKj8IGVPtm .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKj8IGVPtm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKj8IGVPtm .container {
  display: flex;
  margin: auto;
}
.cid-uKj8IGVPtm .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKj8IGVPtm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKj8IGVPtm .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKj8IGVPtm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKj8IGVPtm .navbar-nav {
    margin: 0;
  }
}
.cid-uKj8IGVPtm .dropdown-menu,
.cid-uKj8IGVPtm .navbar.opened {
  background-color: false !important;
}
.cid-uKj8IGVPtm .nav-item:focus,
.cid-uKj8IGVPtm .nav-link:focus {
  outline: none;
}
.cid-uKj8IGVPtm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKj8IGVPtm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKj8IGVPtm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKj8IGVPtm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKj8IGVPtm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKj8IGVPtm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKj8IGVPtm .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKj8IGVPtm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKj8IGVPtm .navbar.opened {
  transition: all 0.3s;
}
.cid-uKj8IGVPtm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKj8IGVPtm .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKj8IGVPtm .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKj8IGVPtm .navbar.collapsed {
  justify-content: center;
}
.cid-uKj8IGVPtm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKj8IGVPtm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKj8IGVPtm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKj8IGVPtm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKj8IGVPtm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKj8IGVPtm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKj8IGVPtm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKj8IGVPtm .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKj8IGVPtm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uKj8IGVPtm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKj8IGVPtm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKj8IGVPtm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKj8IGVPtm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKj8IGVPtm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKj8IGVPtm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKj8IGVPtm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKj8IGVPtm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKj8IGVPtm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKj8IGVPtm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKj8IGVPtm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKj8IGVPtm .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKj8IGVPtm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKj8IGVPtm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKj8IGVPtm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKj8IGVPtm .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-uKj8IGVPtm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uKj8IGVPtm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKj8IGVPtm .dropdown-item.active,
.cid-uKj8IGVPtm .dropdown-item:active {
  background-color: transparent;
}
.cid-uKj8IGVPtm .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uKj8IGVPtm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKj8IGVPtm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKj8IGVPtm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKj8IGVPtm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKj8IGVPtm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKj8IGVPtm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff5753;
}
.cid-uKj8IGVPtm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKj8IGVPtm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKj8IGVPtm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKj8IGVPtm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKj8IGVPtm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKj8IGVPtm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKj8IGVPtm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKj8IGVPtm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKj8IGVPtm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKj8IGVPtm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKj8IGVPtm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKj8IGVPtm .navbar {
    height: 70px;
  }
  .cid-uKj8IGVPtm .navbar.opened {
    height: auto;
  }
  .cid-uKj8IGVPtm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKj8IGVPtm .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uKj8IGVPtm .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uKj8IGVPtm .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKj8IGVPtm .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKj8IGVPtm .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uKj8IGVPtm .navbar-caption:hover {
  color: #ff5753;
}
@media (min-width: 992px) {
  .cid-uKj8IGVPtm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKj8IGVPtm .text_widget {
  margin-bottom: 32px;
}
.cid-uKj8IGVPtm .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKj8IGVPtm .text_widget a:hover,
.cid-uKj8IGVPtm .text_widget a:focus {
  opacity: .8;
}
.cid-uKj8IGVPtm .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uKj8IGVPtm .navbar-caption {
  color: #000000;
}
.cid-uKj8IGVPtm .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uKj8IGVPtm .mbr-section-subtitle,
.cid-uKj8IGVPtm .text_widget,
.cid-uKj8IGVPtm .mbr-section-btn {
  text-align: center;
}
.cid-uKj8IGVPtm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uKj94dJPWW {
  padding-top: 210px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/inter-stock-b.v-17.jpg-1280x853.jpg");
  background-size: calc(50% - 1rem);
  background-position: right;
  background-color: #f4f3f4;
}
@media (max-width: 992px) {
  .cid-uKj94dJPWW {
    background-size: cover;
    background-position: center;
  }
}
.cid-uKj8IHV5bS {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKj8IHV5bS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKj8IHV5bS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKj8IHV5bS b,
.cid-uKj8IHV5bS strong {
  font-weight: 900;
}
.cid-uKj8IHV5bS .mbr-section-title {
  color: #17003b;
}
.cid-uKj8IHV5bS .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uKj8IIgT6P {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uKj8IIgT6P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKj8IIgT6P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKj8IIgT6P .container {
    padding: 0 22px;
  }
}
.cid-uKj8IIgT6P .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKj8IIgT6P .mbr-text {
  color: #000000;
}
.cid-uKj8IIynPA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uKj8IIynPA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKj8IIynPA .item-wrapper {
  margin-bottom: 2rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #f2f2f2;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uKj8IIynPA .item-wrapper {
    margin-bottom: 2rem;
    padding: 1rem;
  }
}
.cid-uKj8IIynPA .item-wrapper:hover {
  background: #232323;
  transform: translateY(-5px);
}
.cid-uKj8IIynPA .item-wrapper:hover .card-title,
.cid-uKj8IIynPA .item-wrapper:hover .card-text,
.cid-uKj8IIynPA .item-wrapper:hover .card-link,
.cid-uKj8IIynPA .item-wrapper:hover .card-link a {
  color: white !important;
}
.cid-uKj8IIynPA .item-wrapper:hover span {
  color: #ff5753;
}
.cid-uKj8IIynPA .card-title,
.cid-uKj8IIynPA .card-text,
.cid-uKj8IIynPA .card-link,
.cid-uKj8IIynPA .card-link a {
  transition: all 0.3s;
}
.cid-uKj8IIynPA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKj8IIynPA .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uKj8IIynPA .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uKj8IIynPA .link-wrapper:hover {
  cursor: pointer;
}
.cid-uKj8IIynPA .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #232323;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uKj8IIynPA .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uKj8IIynPA .card-title,
.cid-uKj8IIynPA .iconfont-wrapper {
  color: #000000;
}
.cid-uKj8IIynPA .card-text {
  color: #232323;
}
.cid-uKj8IIynPA .content-head {
  max-width: 800px;
}
.cid-uKj8IIynPA .mbr-section-title {
  color: #000000;
}
.cid-uKj8IIynPA .card-link,
.cid-uKj8IIynPA .link-icon,
.cid-uKj8IIynPA .link-align {
  color: #232323;
}
.cid-uKj8IJ0AJs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uKj8IJ0AJs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKj8IJ0AJs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKj8IJ0AJs .container {
    padding: 0 22px;
  }
}
.cid-uKj8IJ0AJs .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKj8IJ0AJs .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uKj8IJm2A7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uKj8IJm2A7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKj8IJm2A7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKj8IJm2A7 .container {
    padding: 0 22px;
  }
}
.cid-uKj8IJm2A7 .row {
  justify-content: space-between;
}
.cid-uKj8IJm2A7 .content-wrapper {
  margin-bottom: 32px;
}
.cid-uKj8IJm2A7 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKj8IJm2A7 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uKj8IJm2A7 .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKj8IJm2A7 .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uKj8IJm2A7 .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uKj8IJm2A7 .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uKj8IJm2A7 .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uKj8IJm2A7 .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uKj8IJm2A7 .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uKj8IJm2A7 .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uKj8IJm2A7 .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uKj8IJm2A7 .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uKj8IJm2A7 .copy-wrapper {
    display: block;
  }
}
.cid-uKj8IJm2A7 .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uKj8IJm2A7 .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uKj8IJm2A7 .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKj8IJm2A7 .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uKj8IJm2A7 .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uKj8IJm2A7 .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uKj8IJm2A7 .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uKj8IJm2A7 .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-uKj8IJm2A7 .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uKj8IJm2A7 .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKj8IJm2A7 .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uKj8IJm2A7 .mbr-section-title {
  color: #ff5753;
}
.cid-uKj8IJm2A7 .mbr-text {
  color: #ffffff;
}
.cid-uKj8IJm2A7 .list {
  color: #635d60;
}
.cid-uKj8IJm2A7 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uKj8IJm2A7 .mbr-copy,
.cid-uKj8IJm2A7 .social-wrapper {
  text-align: center;
}
.cid-uKrNT56tcg {
  background-color: transparent;
}
.cid-uKrNT56tcg .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKrNT56tcg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKrNT56tcg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKrNT56tcg .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKrNT56tcg .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKrNT56tcg .menu_box .navbar.opened,
  .cid-uKrNT56tcg .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKrNT56tcg .navbar-dropdown {
  position: relative !important;
}
.cid-uKrNT56tcg .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uKrNT56tcg .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKrNT56tcg .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKrNT56tcg .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKrNT56tcg .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKrNT56tcg .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-uKrNT56tcg .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKrNT56tcg .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKrNT56tcg .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKrNT56tcg .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKrNT56tcg .offcanvas-body .mbr-text,
  .cid-uKrNT56tcg .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKrNT56tcg .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKrNT56tcg .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKrNT56tcg .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uKrNT56tcg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKrNT56tcg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKrNT56tcg .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKrNT56tcg .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKrNT56tcg ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKrNT56tcg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKrNT56tcg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKrNT56tcg .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKrNT56tcg li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKrNT56tcg .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKrNT56tcg .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uKrNT56tcg .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKrNT56tcg .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uKrNT56tcg .nav-item {
    margin: 0 !important;
  }
}
.cid-uKrNT56tcg .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uKrNT56tcg .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uKrNT56tcg .nav-item .nav-link:hover::before,
.cid-uKrNT56tcg .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uKrNT56tcg .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKrNT56tcg .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKrNT56tcg .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKrNT56tcg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKrNT56tcg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKrNT56tcg .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKrNT56tcg .offcanvas_box {
    display: none;
  }
}
.cid-uKrNT56tcg .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKrNT56tcg .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKrNT56tcg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKrNT56tcg .container {
  display: flex;
  margin: auto;
}
.cid-uKrNT56tcg .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKrNT56tcg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKrNT56tcg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKrNT56tcg .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKrNT56tcg .navbar-nav {
    margin: 0;
  }
}
.cid-uKrNT56tcg .dropdown-menu,
.cid-uKrNT56tcg .navbar.opened {
  background-color: false !important;
}
.cid-uKrNT56tcg .nav-item:focus,
.cid-uKrNT56tcg .nav-link:focus {
  outline: none;
}
.cid-uKrNT56tcg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKrNT56tcg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKrNT56tcg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKrNT56tcg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKrNT56tcg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKrNT56tcg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKrNT56tcg .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKrNT56tcg .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKrNT56tcg .navbar.opened {
  transition: all 0.3s;
}
.cid-uKrNT56tcg .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKrNT56tcg .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKrNT56tcg .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKrNT56tcg .navbar.collapsed {
  justify-content: center;
}
.cid-uKrNT56tcg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKrNT56tcg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKrNT56tcg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKrNT56tcg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKrNT56tcg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKrNT56tcg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKrNT56tcg .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKrNT56tcg .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKrNT56tcg .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uKrNT56tcg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKrNT56tcg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKrNT56tcg .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKrNT56tcg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKrNT56tcg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKrNT56tcg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKrNT56tcg .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKrNT56tcg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKrNT56tcg .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKrNT56tcg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKrNT56tcg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKrNT56tcg .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKrNT56tcg .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKrNT56tcg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKrNT56tcg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKrNT56tcg .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-uKrNT56tcg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uKrNT56tcg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKrNT56tcg .dropdown-item.active,
.cid-uKrNT56tcg .dropdown-item:active {
  background-color: transparent;
}
.cid-uKrNT56tcg .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uKrNT56tcg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKrNT56tcg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKrNT56tcg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKrNT56tcg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKrNT56tcg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKrNT56tcg button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff5753;
}
.cid-uKrNT56tcg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKrNT56tcg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKrNT56tcg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKrNT56tcg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKrNT56tcg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKrNT56tcg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKrNT56tcg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKrNT56tcg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKrNT56tcg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKrNT56tcg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKrNT56tcg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKrNT56tcg .navbar {
    height: 70px;
  }
  .cid-uKrNT56tcg .navbar.opened {
    height: auto;
  }
  .cid-uKrNT56tcg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKrNT56tcg .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uKrNT56tcg .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uKrNT56tcg .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKrNT56tcg .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKrNT56tcg .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uKrNT56tcg .navbar-caption:hover {
  color: #ff5753;
}
@media (min-width: 992px) {
  .cid-uKrNT56tcg .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKrNT56tcg .text_widget {
  margin-bottom: 32px;
}
.cid-uKrNT56tcg .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKrNT56tcg .text_widget a:hover,
.cid-uKrNT56tcg .text_widget a:focus {
  opacity: .8;
}
.cid-uKrNT56tcg .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uKrNT56tcg .navbar-caption {
  color: #000000;
}
.cid-uKrNT56tcg .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uKrNT56tcg .mbr-section-subtitle,
.cid-uKrNT56tcg .text_widget,
.cid-uKrNT56tcg .mbr-section-btn {
  text-align: center;
}
.cid-uKrNT56tcg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uKrXE07dBX {
  padding-top: 300px;
  padding-bottom: 285px;
  background-image: url("../../../assets/images/inter-stock-b.v-18.jpg-1280x853.jpg");
  background-size: calc(50% - 1rem);
  background-position: right;
  background-color: #f4f3f4;
}
@media (max-width: 992px) {
  .cid-uKrXE07dBX {
    background-size: cover;
    background-position: center;
  }
}
.cid-uKrNT5BOMr {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKrNT5BOMr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrNT5BOMr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKrNT5BOMr b,
.cid-uKrNT5BOMr strong {
  font-weight: 900;
}
.cid-uKrNT5BOMr .mbr-section-title {
  color: #17003b;
}
.cid-uKrNT5BOMr .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uKrNT6frHc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uKrNT6frHc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrNT6frHc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKrNT6frHc .container {
    padding: 0 22px;
  }
}
.cid-uKrNT6frHc .row {
  justify-content: space-between;
}
.cid-uKrNT6frHc .content-wrapper {
  margin-bottom: 32px;
}
.cid-uKrNT6frHc .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKrNT6frHc .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uKrNT6frHc .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKrNT6frHc .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uKrNT6frHc .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uKrNT6frHc .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uKrNT6frHc .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uKrNT6frHc .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uKrNT6frHc .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uKrNT6frHc .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uKrNT6frHc .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uKrNT6frHc .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uKrNT6frHc .copy-wrapper {
    display: block;
  }
}
.cid-uKrNT6frHc .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uKrNT6frHc .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uKrNT6frHc .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKrNT6frHc .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uKrNT6frHc .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uKrNT6frHc .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uKrNT6frHc .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uKrNT6frHc .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-uKrNT6frHc .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uKrNT6frHc .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKrNT6frHc .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uKrNT6frHc .mbr-section-title {
  color: #ff5753;
}
.cid-uKrNT6frHc .mbr-text {
  color: #ffffff;
}
.cid-uKrNT6frHc .list {
  color: #635d60;
}
.cid-uKrNT6frHc .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uKrNT6frHc .mbr-copy,
.cid-uKrNT6frHc .social-wrapper {
  text-align: center;
}
.cid-tWwjuqwjZk {
  background-color: transparent;
}
.cid-tWwjuqwjZk .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tWwjuqwjZk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tWwjuqwjZk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWwjuqwjZk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tWwjuqwjZk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tWwjuqwjZk .menu_box .navbar.opened,
  .cid-tWwjuqwjZk .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tWwjuqwjZk .navbar-dropdown {
  position: relative !important;
}
.cid-tWwjuqwjZk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-tWwjuqwjZk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tWwjuqwjZk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tWwjuqwjZk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tWwjuqwjZk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tWwjuqwjZk .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-tWwjuqwjZk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tWwjuqwjZk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tWwjuqwjZk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tWwjuqwjZk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tWwjuqwjZk .offcanvas-body .mbr-text,
  .cid-tWwjuqwjZk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tWwjuqwjZk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tWwjuqwjZk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tWwjuqwjZk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tWwjuqwjZk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tWwjuqwjZk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tWwjuqwjZk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tWwjuqwjZk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tWwjuqwjZk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tWwjuqwjZk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWwjuqwjZk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tWwjuqwjZk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tWwjuqwjZk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tWwjuqwjZk .lg_brand {
    margin: 0 1rem;
  }
  .cid-tWwjuqwjZk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-tWwjuqwjZk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tWwjuqwjZk .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-tWwjuqwjZk .nav-item {
    margin: 0 !important;
  }
}
.cid-tWwjuqwjZk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-tWwjuqwjZk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tWwjuqwjZk .nav-item .nav-link:hover::before,
.cid-tWwjuqwjZk .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tWwjuqwjZk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tWwjuqwjZk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tWwjuqwjZk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tWwjuqwjZk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWwjuqwjZk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tWwjuqwjZk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tWwjuqwjZk .offcanvas_box {
    display: none;
  }
}
.cid-tWwjuqwjZk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tWwjuqwjZk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tWwjuqwjZk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tWwjuqwjZk .container {
  display: flex;
  margin: auto;
}
.cid-tWwjuqwjZk .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tWwjuqwjZk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tWwjuqwjZk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tWwjuqwjZk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tWwjuqwjZk .navbar-nav {
    margin: 0;
  }
}
.cid-tWwjuqwjZk .dropdown-menu,
.cid-tWwjuqwjZk .navbar.opened {
  background-color: false !important;
}
.cid-tWwjuqwjZk .nav-item:focus,
.cid-tWwjuqwjZk .nav-link:focus {
  outline: none;
}
.cid-tWwjuqwjZk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWwjuqwjZk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWwjuqwjZk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWwjuqwjZk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWwjuqwjZk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWwjuqwjZk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWwjuqwjZk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tWwjuqwjZk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tWwjuqwjZk .navbar.opened {
  transition: all 0.3s;
}
.cid-tWwjuqwjZk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tWwjuqwjZk .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tWwjuqwjZk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-tWwjuqwjZk .navbar.collapsed {
  justify-content: center;
}
.cid-tWwjuqwjZk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWwjuqwjZk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tWwjuqwjZk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWwjuqwjZk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWwjuqwjZk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWwjuqwjZk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tWwjuqwjZk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tWwjuqwjZk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tWwjuqwjZk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tWwjuqwjZk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWwjuqwjZk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWwjuqwjZk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tWwjuqwjZk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWwjuqwjZk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tWwjuqwjZk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWwjuqwjZk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tWwjuqwjZk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tWwjuqwjZk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tWwjuqwjZk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tWwjuqwjZk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWwjuqwjZk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tWwjuqwjZk .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWwjuqwjZk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWwjuqwjZk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWwjuqwjZk .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-tWwjuqwjZk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-tWwjuqwjZk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWwjuqwjZk .dropdown-item.active,
.cid-tWwjuqwjZk .dropdown-item:active {
  background-color: transparent;
}
.cid-tWwjuqwjZk .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-tWwjuqwjZk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWwjuqwjZk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWwjuqwjZk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWwjuqwjZk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tWwjuqwjZk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWwjuqwjZk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff5753;
}
.cid-tWwjuqwjZk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWwjuqwjZk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWwjuqwjZk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWwjuqwjZk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWwjuqwjZk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWwjuqwjZk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWwjuqwjZk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWwjuqwjZk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWwjuqwjZk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWwjuqwjZk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tWwjuqwjZk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWwjuqwjZk .navbar {
    height: 70px;
  }
  .cid-tWwjuqwjZk .navbar.opened {
    height: auto;
  }
  .cid-tWwjuqwjZk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWwjuqwjZk .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-tWwjuqwjZk .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-tWwjuqwjZk .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tWwjuqwjZk .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tWwjuqwjZk .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-tWwjuqwjZk .navbar-caption:hover {
  color: #ff5753;
}
@media (min-width: 992px) {
  .cid-tWwjuqwjZk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tWwjuqwjZk .text_widget {
  margin-bottom: 32px;
}
.cid-tWwjuqwjZk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tWwjuqwjZk .text_widget a:hover,
.cid-tWwjuqwjZk .text_widget a:focus {
  opacity: .8;
}
.cid-tWwjuqwjZk .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tWwjuqwjZk .navbar-caption {
  color: #000000;
}
.cid-tWwjuqwjZk .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tWwjuqwjZk .mbr-section-subtitle,
.cid-tWwjuqwjZk .text_widget,
.cid-tWwjuqwjZk .mbr-section-btn {
  text-align: center;
}
.cid-tWwjuqwjZk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uKikLcIoKf {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fafafa;
}
.cid-uKikLcIoKf .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uKikLcIoKf .form-control,
.cid-uKikLcIoKf .field-input {
  padding: 0px 20px;
  min-height: auto;
  background-color: #ecedee;
  border-color: #ecedee;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 25px;
  height: 50px;
  display: flex;
  align-items: center;
}
.cid-uKikLcIoKf .form-control::-webkit-input-placeholder,
.cid-uKikLcIoKf .field-input::-webkit-input-placeholder,
.cid-uKikLcIoKf .form-control::-webkit-input-placeholder,
.cid-uKikLcIoKf .field-input::-webkit-input-placeholder {
  color: #606060;
}
.cid-uKikLcIoKf .form-control:-moz-placeholder,
.cid-uKikLcIoKf .field-input:-moz-placeholder,
.cid-uKikLcIoKf .form-control:-moz-placeholder,
.cid-uKikLcIoKf .field-input:-moz-placeholder {
  color: #606060;
}
.cid-uKikLcIoKf .form-control:hover,
.cid-uKikLcIoKf .field-input:hover,
.cid-uKikLcIoKf .form-control:focus,
.cid-uKikLcIoKf .field-input:focus {
  background-color: #ecedee;
  border-color: #ecedee;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uKikLcIoKf .form-control:hover::-webkit-input-placeholder,
.cid-uKikLcIoKf .field-input:hover::-webkit-input-placeholder,
.cid-uKikLcIoKf .form-control:focus::-webkit-input-placeholder,
.cid-uKikLcIoKf .field-input:focus::-webkit-input-placeholder,
.cid-uKikLcIoKf .form-control:hover::-webkit-input-placeholder,
.cid-uKikLcIoKf .field-input:hover::-webkit-input-placeholder,
.cid-uKikLcIoKf .form-control:focus::-webkit-input-placeholder,
.cid-uKikLcIoKf .field-input:focus::-webkit-input-placeholder {
  color: #606060;
}
.cid-uKikLcIoKf .form-control:hover:-moz-placeholder,
.cid-uKikLcIoKf .field-input:hover:-moz-placeholder,
.cid-uKikLcIoKf .form-control:focus:-moz-placeholder,
.cid-uKikLcIoKf .field-input:focus:-moz-placeholder,
.cid-uKikLcIoKf .form-control:hover:-moz-placeholder,
.cid-uKikLcIoKf .field-input:hover:-moz-placeholder,
.cid-uKikLcIoKf .form-control:focus:-moz-placeholder,
.cid-uKikLcIoKf .field-input:focus:-moz-placeholder {
  color: #606060;
}
.cid-uKikLcIoKf textarea {
  padding-top: 1rem !important;
  height: 160px !important;
}
.cid-uKikLcIoKf .jq-number__spin:hover,
.cid-uKikLcIoKf .jq-number__spin:focus {
  background-color: #ecedee;
  border-color: #ecedee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uKikLcIoKf .jq-number__spin {
  background-color: #ecedee;
  border-color: #ecedee;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uKikLcIoKf .jq-selectbox li,
.cid-uKikLcIoKf .jq-selectbox li {
  background-color: #ecedee;
  color: #000000;
}
.cid-uKikLcIoKf .jq-selectbox li:hover,
.cid-uKikLcIoKf .jq-selectbox li.selected {
  background-color: #ecedee;
  color: #000000;
}
.cid-uKikLcIoKf .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uKikLcIoKf .jq-number__spin.minus:hover:after,
.cid-uKikLcIoKf .jq-number__spin.plus:hover:after {
  border-top-color: #ecedee;
  border-bottom-color: #ecedee;
}
.cid-uKikLcIoKf .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uKikLcIoKf .jq-number__spin.minus:after,
.cid-uKikLcIoKf .jq-number__spin.plus:after {
  border-top-color: #ecedee;
  border-bottom-color: #ecedee;
}
.cid-uKikLcIoKf input::-webkit-clear-button {
  display: none;
}
.cid-uKikLcIoKf input::-webkit-inner-spin-button {
  display: none;
}
.cid-uKikLcIoKf input::-webkit-outer-spin-button {
  display: none;
}
.cid-uKikLcIoKf input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uKikLcIoKf .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ff5753;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-uKikLcIoKf .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uKikLcIoKf .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uKikLcIoKf .mbr-text {
  color: #606060;
}
.cid-uKikLcIoKf .btn {
  padding: 18px 26px;
  border-radius: 30px;
}
.cid-uKikLcIoKf .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-uKikLcIoKf .required {
  color: #808080;
}
.cid-uKikLcIoKf .list-block .list-item-title {
  color: #404040;
  font-weight: 600;
}
.cid-uKikLcIoKf .list-block .list-item-title.display-7 {
  font-size: 18px;
}
.cid-uKikLcIoKf .list-block .list-item-text {
  color: #606060;
}
.cid-uKikLcIoKf .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-uKikLcIoKf .list-block {
  position: relative;
}
.cid-uKikLcIoKf .list-block h4,
.cid-uKikLcIoKf .list-block p {
  padding-left: 3.5rem;
}
.cid-uKikLcIoKf .card-img {
  display: block;
  font-size: 30px;
}
.cid-uKikLcIoKf .mbr-iconfont {
  color: #ff9c53;
  font-size: 2rem;
}
.cid-uKikLcIoKf .jq-selectbox__select {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  height: 50px;
}
.cid-uKikLcIoKf .form-control-label,
.cid-uKikLcIoKf .form-check {
  margin-left: 20px;
}
.cid-uKikLcIoKf .main-title {
  color: #17003b;
}
.cid-uKj4XKTcLQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #292325;
}
.cid-uKj4XKTcLQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKj4XKTcLQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKj4XKTcLQ .container {
    padding: 0 22px;
  }
}
.cid-uKj4XKTcLQ .row {
  justify-content: space-between;
}
.cid-uKj4XKTcLQ .content-wrapper {
  margin-bottom: 32px;
}
.cid-uKj4XKTcLQ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKj4XKTcLQ .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uKj4XKTcLQ .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKj4XKTcLQ .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uKj4XKTcLQ .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uKj4XKTcLQ .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uKj4XKTcLQ .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uKj4XKTcLQ .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uKj4XKTcLQ .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uKj4XKTcLQ .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uKj4XKTcLQ .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uKj4XKTcLQ .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #635d60;
  padding-top: 16px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uKj4XKTcLQ .copy-wrapper {
    display: block;
  }
}
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uKj4XKTcLQ .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-uKj4XKTcLQ .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uKj4XKTcLQ .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKj4XKTcLQ .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uKj4XKTcLQ .mbr-section-title {
  color: #ff5753;
}
.cid-uKj4XKTcLQ .mbr-text {
  color: #ffffff;
}
.cid-uKj4XKTcLQ .list {
  color: #635d60;
}
.cid-uKj4XKTcLQ .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uKj4XKTcLQ .mbr-copy,
.cid-uKj4XKTcLQ .social-wrapper {
  text-align: center;
}
