.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 3.2rem;
  line-height: 1.125;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 1.8rem;
  line-height: 1.14;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #ffffff !important;
}
.bg-success {
  background-color: #7dabab !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ff9e08 !important;
}
.bg-danger {
  background-color: #ea491a !important;
}
.btn-primary {
  background: linear-gradient(140deg, #ffffff, #f2f2f2 50%, #ffffff) !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary {
  background: linear-gradient(140deg, #f96e47, #f85b2e 50%, #fcbcaa) !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f96e47 !important;
  border-color: #f96e47 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fb9578 !important;
  border-color: #fb9578 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #fb9578 !important;
  border-color: #fb9578 !important;
}
.btn-info {
  background: linear-gradient(140deg, #ffffff, #f2f2f2 50%, #ffffff) !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 {
  background: linear-gradient(140deg, #7dabab, #6ea1a1 50%, #bbd3d3) !important;
}
.btn-success,
.btn-success:active {
  background-color: #7dabab !important;
  border-color: #7dabab !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #9cbfbf !important;
  border-color: #9cbfbf !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #9cbfbf !important;
  border-color: #9cbfbf !important;
}
.btn-warning {
  background: linear-gradient(140deg, #ff9e08, #ed9000 50%, #ffc66e) !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9e08 !important;
  border-color: #ff9e08 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffb23b !important;
  border-color: #ffb23b !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffb23b !important;
  border-color: #ffb23b !important;
}
.btn-danger {
  background: linear-gradient(140deg, #ea491a, #d74014 50%, #f39377) !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ea491a !important;
  border-color: #ea491a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ee6e49 !important;
  border-color: #ee6e49 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ee6e49 !important;
  border-color: #ee6e49 !important;
}
.btn-white {
  background: linear-gradient(140deg, #ffffff, #f2f2f2 50%, #ffffff) !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  background: linear-gradient(140deg, #232323, #161616 50%, #565656) !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: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f96e47;
  color: #f96e47;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #e23707 !important;
  background-color: transparent !important;
  border-color: #e23707 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f96e47 !important;
  border-color: #f96e47 !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: #7dabab;
  color: #7dabab;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #527f7f !important;
  background-color: transparent !important;
  border-color: #527f7f !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7dabab !important;
  border-color: #7dabab !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff9e08;
  color: #ff9e08;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b06b00 !important;
  background-color: transparent !important;
  border-color: #b06b00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9e08 !important;
  border-color: #ff9e08 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ea491a;
  color: #ea491a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #9f2f0f !important;
  background-color: transparent !important;
  border-color: #9f2f0f !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ea491a !important;
  border-color: #ea491a !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: #ffffff !important;
}
.text-secondary {
  color: #f96e47 !important;
}
.text-success {
  color: #7dabab !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ff9e08 !important;
}
.text-danger {
  color: #ea491a !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d33407 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #4c7676 !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: #a16200 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #912b0d !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ff9e08;
}
.alert-danger {
  background-color: #ea491a;
}
.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: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.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: #cadddd;
}
.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: #ffeed4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbded5;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ffffff;
}
/* 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: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f96e47 !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='%23ffffff' %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 {
  padding: 14px 64px;
  border-radius: 3.5rem;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn {
    padding: 14px;
  }
}
.mbr-section-btn .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn .btn-white {
  border: none !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn .btn-success:hover,
.mbr-section-btn .btn-info:hover,
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn .btn-white:focus {
  opacity: .75 !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn .btn-white-outline:focus {
  opacity: .6 !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrap,
.item-content,
.form-wrapper,
.embla {
  border-radius: 1rem !important;
}
.item-tag {
  border-radius: 12.5rem;
}
.nav.nav-tabs .nav-link {
  border-radius: .5rem !important;
}
.form-control {
  border-radius: .5rem !important;
}
.cid-ugTWN2y5vU {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugTWN2y5vU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ugTWN2y5vU .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugTWN2y5vU .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugTWN2y5vU .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-ugTWN2y5vU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugTWN2y5vU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugTWN2y5vU .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ugTWN2y5vU .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ugTWN2y5vU .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-ugTWN2y5vU .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-ugTWN2y5vU .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ugTWN2y5vU .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-ugTWN2y5vU .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ugTWN2y5vU .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugTWN2y5vU .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugTWN2y5vU .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-ugTWN2y5vU .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #f96e47;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-ugTWN2y5vU .nav-link::before {
    left: 8px;
  }
}
.cid-ugTWN2y5vU .nav-link:hover {
  opacity: 1;
}
.cid-ugTWN2y5vU .nav-link:hover::before {
  opacity: 1;
}
.cid-ugTWN2y5vU .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugTWN2y5vU .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ugTWN2y5vU .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-ugTWN2y5vU .navbar-caption:hover,
.cid-ugTWN2y5vU .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-ugTWN2y5vU .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugTWN2y5vU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ugTWN2y5vU .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #000000;
  box-shadow: none;
  position: relative;
  border: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-ugTWN2y5vU .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-ugTWN2y5vU .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-ugTWN2y5vU .menu-container {
    margin: 16px;
  }
}
.cid-ugTWN2y5vU .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-ugTWN2y5vU .iconfont-wrapper:hover,
.cid-ugTWN2y5vU .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-ugTWN2y5vU .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
}
.cid-ugTWN2y5vU .nav-item:focus,
.cid-ugTWN2y5vU .nav-link:focus {
  outline: none;
}
.cid-ugTWN2y5vU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugTWN2y5vU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugTWN2y5vU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugTWN2y5vU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugTWN2y5vU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugTWN2y5vU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugTWN2y5vU .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ugTWN2y5vU .navbar.opened {
  transition: all 0.3s;
}
.cid-ugTWN2y5vU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugTWN2y5vU .navbar .navbar-logo img {
  width: auto;
}
.cid-ugTWN2y5vU .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugTWN2y5vU .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ugTWN2y5vU .navbar.collapsed {
  justify-content: center;
}
.cid-ugTWN2y5vU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugTWN2y5vU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugTWN2y5vU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ugTWN2y5vU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugTWN2y5vU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugTWN2y5vU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ugTWN2y5vU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugTWN2y5vU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugTWN2y5vU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugTWN2y5vU .navbar {
    min-height: 72px;
  }
  .cid-ugTWN2y5vU .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugTWN2y5vU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugTWN2y5vU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugTWN2y5vU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugTWN2y5vU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugTWN2y5vU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ugTWN2y5vU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugTWN2y5vU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugTWN2y5vU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugTWN2y5vU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugTWN2y5vU .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugTWN2y5vU .dropdown-item.active,
.cid-ugTWN2y5vU .dropdown-item:active {
  background-color: transparent;
}
.cid-ugTWN2y5vU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugTWN2y5vU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugTWN2y5vU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugTWN2y5vU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ugTWN2y5vU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugTWN2y5vU .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugTWN2y5vU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugTWN2y5vU .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugTWN2y5vU .navbar-buttons {
    text-align: left;
  }
}
.cid-ugTWN2y5vU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugTWN2y5vU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f96e47;
}
.cid-ugTWN2y5vU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugTWN2y5vU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugTWN2y5vU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugTWN2y5vU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugTWN2y5vU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugTWN2y5vU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugTWN2y5vU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugTWN2y5vU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugTWN2y5vU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugTWN2y5vU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugTWN2y5vU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugTWN2y5vU .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugTWN2y5vU .navbar {
    height: 70px;
  }
  .cid-ugTWN2y5vU .navbar.opened {
    height: auto;
  }
  .cid-ugTWN2y5vU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugTWN2y5vU .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugTWN2y5vU .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugTWN2y5vU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugTWN2y5vU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ugTWN2y5vU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugTWN2y5vU .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-ugTWN2y5vU .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ugTWN2y5vU .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-ugTWN2y5vU .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-ugTWN2y5vU .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-ugTWN2y5vU .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugTWN2y5vU .navbar-brand {
    margin-right: auto;
  }
  .cid-ugTWN2y5vU .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
  }
  .cid-ugTWN2y5vU .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugTWN2y5vU .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugTWN2y5vU .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ugTWN2y5vU .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugTWN2y5vU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugTWN2y5vU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ugTWN2y5vU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugTWN2y5vU .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ugTWN2y5vU .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ugTWN2y5vU .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugTWN2y5vU .navbar-brand,
.cid-ugTWN2y5vU .navbar-toggler,
.cid-ugTWN2y5vU .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ugTWT8InOz {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-ugTWT8InOz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugTWT8InOz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugTWT8InOz .items-wrapper {
  justify-content: flex-end;
}
.cid-ugTWT8InOz .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ugTWT8InOz .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugTWT8InOz .image-wrapper img {
  height: 720px;
  width: 720px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1700px) {
  .cid-ugTWT8InOz .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-ugTWT8InOz .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-ugTWT8InOz .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-ugTWT8InOz .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-ugTWT8InOz .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-ugTWT8InOz .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-ugTWT8InOz .content-wrapper {
    padding-left: 0;
  }
}
.cid-ugTWT8InOz .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-ugTWT8InOz .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ugTWT8InOz .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-ugTWT8InOz .mbr-desc {
  color: #272b2e;
}
.cid-ugTWT8InOz .mbr-section-title {
  color: #272b2e;
}
.cid-ugTWT8InOz .mbr-text,
.cid-ugTWT8InOz .text-wrapper {
  color: #272b2e;
}
.cid-ugTWT8InOz .mbr-section-title,
.cid-ugTWT8InOz .mbr-section-btn {
  color: #ffffff;
}
.cid-ugTWT8InOz .mbr-text {
  color: #ffffff;
}
.cid-uOcQ3lMRXA {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uOcQ3lMRXA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOcQ3lMRXA .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-uOcQ3lMRXA .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uOcQ3lMRXA .container {
    padding: 0 12px;
  }
}
.cid-uOcQ3lMRXA .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOcQ3lMRXA .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uOcQ3lMRXA .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uOcQ3lMRXA .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #272b2e;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uOcQ3lMRXA .mbr-section-title {
  color: #222222;
}
.cid-uOcRUsZQCw {
  padding-top: 0rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-color: #15171a;
}
.cid-uOcRUsZQCw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOcRUsZQCw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOcRUsZQCw .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOcRUsZQCw .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOcRUsZQCw .container {
    padding: 0 16px;
  }
}
.cid-uOcRUsZQCw .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uOcRUsZQCw .row {
    margin: 0 10px;
  }
}
.cid-uOcRUsZQCw .row .card {
  position: relative;
  padding: 0;
}
.cid-uOcRUsZQCw .row .card .decor-wrapper_1 {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #272b2e;
  border-radius: 15rem;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uOcRUsZQCw .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uOcRUsZQCw .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uOcRUsZQCw .row .card .decor-wrapper_2 {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #15171a;
  border-radius: 14%;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uOcRUsZQCw .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uOcRUsZQCw .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uOcRUsZQCw .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uOcRUsZQCw .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-uOcRUsZQCw .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOcRUsZQCw .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOcRUsZQCw .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(45deg);
  border-radius: 100%;
}
.cid-uOcRUsZQCw .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOcRUsZQCw .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uOcRUsZQCw .title-wrapper .mbr-text {
  margin: 0;
}
.cid-uOcRUsZQCw .mbr-section-title {
  color: #fdfcfc;
}
.cid-uOcRUsZQCw .mbr-text {
  color: #F9A600;
}
.cid-uOcRUsZQCw .mbr-text,
.cid-uOcRUsZQCw .mbr-section-btn {
  color: #ffffff;
}
.cid-uOcRZIPas1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uOcRZIPas1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOcRZIPas1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOcRZIPas1 img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-uOcRZIPas1 img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-uOcRZIPas1 .row {
  flex-direction: row-reverse;
}
.cid-uOcRZIPas1 .row {
  align-items: center;
}
.cid-uOcRZIPas1 .mbr-section-title {
  color: #000000;
}
.cid-uOcRZIPas1 .mbr-text,
.cid-uOcRZIPas1 .mbr-section-btn {
  color: #000000;
}
.cid-ugTWOV2aVX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-ugTWOV2aVX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugTWOV2aVX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugTWOV2aVX .items-wrap {
  justify-content: center;
}
.cid-ugTWOV2aVX .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ugTWOV2aVX .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugTWOV2aVX .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ugTWOV2aVX .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-ugTWOV2aVX .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-ugTWOV2aVX .item {
    margin-bottom: 16px;
  }
}
.cid-ugTWOV2aVX .item:hover .item-wrapper,
.cid-ugTWOV2aVX .item:focus .item-wrapper {
  border: 2px solid #7dabab;
}
.cid-ugTWOV2aVX .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ugTWOV2aVX .item .item-wrapper {
    padding: 20px 16px;
  }
}
.cid-ugTWOV2aVX .item .item-wrapper .icon-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ugTWOV2aVX .item .item-wrapper .icon-wrapper {
    margin-bottom: 24px;
  }
}
.cid-ugTWOV2aVX .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 56px;
  background: linear-gradient(230deg, #f96e47, #7dabab);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-ugTWOV2aVX .item .item-wrapper .card-box .title-wrap .item-title,
.cid-ugTWOV2aVX .item .item-wrapper .card-box .title-wrap .item-title_2 {
  margin-bottom: 16px;
}
.cid-ugTWOV2aVX .item .item-wrapper .card-box .title-wrap .item-text,
.cid-ugTWOV2aVX .item .item-wrapper .card-box .title-wrap .item-text_2 {
  margin-bottom: 0;
}
.cid-ugTWOV2aVX .item .card_1 {
  background-color: #272b2e;
  border: 2px solid #272b2e;
}
.cid-ugTWOV2aVX .item .card_2 {
  background-color: #1e2124;
  border: 2px solid #1e2124;
}
.cid-ugTWOV2aVX .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ugTWOV2aVX .item-title {
  color: #f2f2f2;
}
.cid-ugTWOV2aVX .item-title_2 {
  color: #f2f2f2;
}
.cid-ugTWOV2aVX .item-text {
  color: #b9b9b9;
}
.cid-ugTWOV2aVX .item-text_2 {
  color: #b9b9b9;
}
.cid-uOcUa37H7h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOcUa37H7h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOcUa37H7h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOcUa37H7h .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOcUa37H7h .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOcUa37H7h .container {
    padding: 0;
  }
}
.cid-uOcUa37H7h .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOcUa37H7h .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uOcUa37H7h .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOcUa37H7h .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uOcUa37H7h .mbr-section-title {
  color: #000000;
}
.cid-uOcUa37H7h .mbr-text {
  color: #000000;
}
.cid-ugTWPMoBld {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-ugTWPMoBld .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugTWPMoBld .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugTWPMoBld .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ugTWPMoBld .item {
    margin-bottom: 16px;
  }
}
.cid-ugTWPMoBld .item:nth-child(2n) .item-wrapper {
  flex-direction: row-reverse;
}
.cid-ugTWPMoBld .item:nth-child(2n) .item-wrapper .item-img {
  padding-left: 0;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-ugTWPMoBld .item:nth-child(2n) .item-wrapper .item-img {
    padding-right: 0;
  }
}
.cid-ugTWPMoBld .item .item-wrapper {
  display: flex;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ugTWPMoBld .item .item-wrapper {
    display: block;
  }
}
.cid-ugTWPMoBld .item .item-wrapper .item-content {
  display: flex;
  align-items: flex-end;
  background-color: #272b2e;
  padding: 64px 40px;
  width: 35%;
}
@media (max-width: 1200px) {
  .cid-ugTWPMoBld .item .item-wrapper .item-content {
    padding: 64px 24px;
  }
}
@media (max-width: 992px) {
  .cid-ugTWPMoBld .item .item-wrapper .item-content {
    width: 100%;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}
.cid-ugTWPMoBld .item .item-wrapper .item-content .title-wrap {
  width: 100%;
}
.cid-ugTWPMoBld .item .item-wrapper .item-content .title-wrap .item-title {
  margin-bottom: 24px;
}
.cid-ugTWPMoBld .item .item-wrapper .item-content .title-wrap .item-desc {
  margin-bottom: 0;
}
.cid-ugTWPMoBld .item .item-wrapper .item-img {
  width: 65%;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-ugTWPMoBld .item .item-wrapper .item-img {
    width: 100%;
    padding-left: 0;
  }
}
.cid-ugTWPMoBld .item .item-wrapper .item-img img {
  height: 830px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ugTWPMoBld .item .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-ugTWPMoBld .item-title {
  color: #ffffff;
}
.cid-ugTWPMoBld .item-desc {
  color: #ffffff;
}
.cid-uOcVKLjIpQ {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  background: linear-gradient(to right top, #ffffff, #ffffff);
}
.cid-uOcVKLjIpQ .img-wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-uOcVKLjIpQ .img-wrap img {
  width: 64%;
  margin: auto;
}
.cid-uOcVKLjIpQ .mbr-text,
.cid-uOcVKLjIpQ .mbr-section-btn {
  color: #000000;
}
.cid-uOcVKLjIpQ .mbr-section-title {
  color: #000000;
}
.cid-uOcVKLjIpQ .buttons-wrap .link {
  display: flex;
}
.cid-uOcVKLjIpQ .mbr-arrow {
  bottom: 0;
}
.cid-uOcVKLjIpQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOcVKLjIpQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOcRQsQA6R {
  padding-top: 0rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-color: #15171a;
}
.cid-uOcRQsQA6R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOcRQsQA6R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOcRQsQA6R .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOcRQsQA6R .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOcRQsQA6R .container {
    padding: 0 16px;
  }
}
.cid-uOcRQsQA6R .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uOcRQsQA6R .row {
    margin: 0 10px;
  }
}
.cid-uOcRQsQA6R .row .card {
  position: relative;
  padding: 0;
}
.cid-uOcRQsQA6R .row .card .decor-wrapper_1 {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #272b2e;
  border-radius: 15rem;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uOcRQsQA6R .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uOcRQsQA6R .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uOcRQsQA6R .row .card .decor-wrapper_2 {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #15171a;
  border-radius: 14%;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uOcRQsQA6R .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uOcRQsQA6R .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uOcRQsQA6R .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uOcRQsQA6R .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-uOcRQsQA6R .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOcRQsQA6R .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOcRQsQA6R .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(45deg);
  border-radius: 100%;
}
.cid-uOcRQsQA6R .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOcRQsQA6R .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uOcRQsQA6R .title-wrapper .mbr-text {
  margin: 0;
}
.cid-uOcRQsQA6R .mbr-section-title {
  color: #fdfcfc;
}
.cid-uOcRQsQA6R .mbr-text {
  color: #F9A600;
}
.cid-uOcRQsQA6R .mbr-text,
.cid-uOcRQsQA6R .mbr-section-btn {
  color: #ffffff;
}
.cid-uOcSIfrmEI {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOcSIfrmEI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOcSIfrmEI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOcSIfrmEI .container,
.cid-uOcSIfrmEI .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uOcSIfrmEI .container,
  .cid-uOcSIfrmEI .container-fluid {
    padding: 0 20px;
  }
}
.cid-uOcSIfrmEI .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #ffffff;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uOcSIfrmEI .row {
    padding: 85px 8px;
  }
}
.cid-uOcSIfrmEI .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uOcSIfrmEI .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uOcSIfrmEI .text-wrapper {
  padding: 0 30%;
}
@media (max-width: 992px) {
  .cid-uOcSIfrmEI .text-wrapper {
    padding: 0;
  }
}
.cid-uOcSIfrmEI .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOcSIfrmEI .mbr-section-title {
  color: #ffffff;
}
.cid-uOcSIfrmEI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOcSIfrmEI .mbr-text {
  color: #000000;
}
.cid-uOcSIfrmEI .mbr-section-title,
.cid-uOcSIfrmEI .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uOcQoB3t3b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOcQoB3t3b .wrapper {
  background: #272b2e;
}
.cid-uOcQoB3t3b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOcQoB3t3b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOcQoB3t3b .mbr-section-title {
  color: #ffffff;
}
.cid-uOcQoB3t3b .mbr-text {
  color: #ffffff;
}
.cid-uOcPh6ipQx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOcPh6ipQx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOcPh6ipQx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOcPh6ipQx .card {
  justify-content: flex-end;
}
.cid-uOcPh6ipQx .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOcPh6ipQx .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOcPh6ipQx .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uOcPh6ipQx .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOcPh6ipQx .mbr-section-btn {
  margin-bottom: 40px;
}
.cid-uOcPh6ipQx .mbr-section-btn .btn::after,
.cid-uOcPh6ipQx .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uOcPh6ipQx .mbr-section-btn .btn:hover,
.cid-uOcPh6ipQx .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uOcPh6ipQx .mbr-section-btn .btn:hover::after,
.cid-uOcPh6ipQx .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uOcPh6ipQx .items-wrapper {
  margin: 0 -20px;
}
.cid-uOcPh6ipQx .items-wrapper .item {
  margin-bottom: 40px;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uOcPh6ipQx .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uOcPh6ipQx .items-wrapper .item:hover .item-wrapper .item-img .image-wrap img,
.cid-uOcPh6ipQx .items-wrapper .item:focus .item-wrapper .item-img .image-wrap img {
  transform: scale(1.05) translateX(10px);
}
.cid-uOcPh6ipQx .items-wrapper .item:nth-child(2n) {
  transform: translateY(40px);
}
@media (max-width: 992px) {
  .cid-uOcPh6ipQx .items-wrapper .item:nth-child(2n) {
    transform: none;
  }
}
.cid-uOcPh6ipQx .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  border: 2px solid #2c2c2c;
}
.cid-uOcPh6ipQx .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: -40px;
}
.cid-uOcPh6ipQx .items-wrapper .item .item-wrapper .item-img .image-wrap {
  overflow: hidden;
}
.cid-uOcPh6ipQx .items-wrapper .item .item-wrapper .item-img .image-wrap img {
  height: 310px;
  object-fit: cover;
  transition: all .3s ease;
  border-radius: 0 !important;
  transform: scale(1.05) translateX(0);
}
.cid-uOcPh6ipQx .items-wrapper .item .item-wrapper .date-wrapper {
  position: absolute;
  left: 3px;
  bottom: -20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOcPh6ipQx .items-wrapper .item .item-wrapper .date-wrapper {
    bottom: -10px;
  }
}
.cid-uOcPh6ipQx .items-wrapper .item .item-wrapper .date-wrapper .item-date {
  display: inline-block;
  margin-bottom: 0;
  background-color: #121212;
  padding: 10px 25px;
  border-radius: 3rem;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uOcPh6ipQx .items-wrapper .item .item-wrapper .date-wrapper .item-date:hover,
.cid-uOcPh6ipQx .items-wrapper .item .item-wrapper .date-wrapper .item-date:focus {
  color: #e24c4a;
}
.cid-uOcPh6ipQx .items-wrapper .item .item-wrapper .item-content {
  padding: 80px 40px 40px 40px;
  background-color: #121212;
}
@media (max-width: 992px) {
  .cid-uOcPh6ipQx .items-wrapper .item .item-wrapper .item-content {
    padding: 80px 20px 20px 20px;
  }
}
.cid-uOcPh6ipQx .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
.cid-uOcPh6ipQx .items-wrapper .item .item-wrapper .item-content .item-title:hover,
.cid-uOcPh6ipQx .items-wrapper .item .item-wrapper .item-content .item-title:focus {
  text-decoration-color: inherit;
}
.cid-uOcPh6ipQx .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uOcPh6ipQx .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uOcPh6ipQx .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin: 0 3px 3px 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uOcPh6ipQx .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap:hover,
.cid-uOcPh6ipQx .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uOcPh6ipQx .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-uOcPh6ipQx .items-wrapper .item .item-wrapper .item-content .item-btn .btn {
  margin-bottom: 0;
}
.cid-uOcPh6ipQx .mbr-section-title {
  color: #ffffff;
}
.cid-uOcPh6ipQx .mbr-tag {
  color: #adadad;
}
.cid-uOcPh6ipQx .item-date {
  color: #c7c7c7;
}
.cid-uOcPh6ipQx .item-title {
  color: #ffffff;
}
.cid-uOcPh6ipQx .item-text {
  color: #ffffff;
}
.cid-uOcPh6ipQx .list {
  color: #adadad;
}
.cid-uOcPh6ipQx .main-btn {
  text-align: right;
}
.cid-uOcRnkrjUa {
  padding-top: 0rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-color: #15171a;
}
.cid-uOcRnkrjUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOcRnkrjUa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOcRnkrjUa .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOcRnkrjUa .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOcRnkrjUa .container {
    padding: 0 16px;
  }
}
.cid-uOcRnkrjUa .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uOcRnkrjUa .row {
    margin: 0 10px;
  }
}
.cid-uOcRnkrjUa .row .card {
  position: relative;
  padding: 0;
}
.cid-uOcRnkrjUa .row .card .decor-wrapper_1 {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #272b2e;
  border-radius: 15rem;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uOcRnkrjUa .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uOcRnkrjUa .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uOcRnkrjUa .row .card .decor-wrapper_2 {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #15171a;
  border-radius: 14%;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uOcRnkrjUa .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uOcRnkrjUa .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uOcRnkrjUa .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uOcRnkrjUa .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-uOcRnkrjUa .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOcRnkrjUa .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOcRnkrjUa .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(45deg);
  border-radius: 100%;
}
.cid-uOcRnkrjUa .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOcRnkrjUa .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uOcRnkrjUa .title-wrapper .mbr-text {
  margin: 0;
}
.cid-uOcRnkrjUa .mbr-section-title {
  color: #fdfcfc;
}
.cid-uOcRnkrjUa .mbr-text {
  color: #F9A600;
}
.cid-uOcRnkrjUa .mbr-text,
.cid-uOcRnkrjUa .mbr-section-btn {
  color: #ffffff;
}
.cid-ugTWXQjfkY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugTWXQjfkY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugTWXQjfkY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugTWXQjfkY .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ugTWXQjfkY .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugTWXQjfkY .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ugTWXQjfkY .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugTWXQjfkY .tabs-wrapper {
  padding-bottom: 24px;
  border-bottom: 1px solid #b9b9b9;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-ugTWXQjfkY .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugTWXQjfkY .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-ugTWXQjfkY .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-ugTWXQjfkY .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #b9b9b9;
  padding: 14px 32px;
  margin-bottom: 0;
  background-color: #272b2e;
  border: none;
}
.cid-ugTWXQjfkY .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #7e8d98;
  background-color: #ffffff;
}
.cid-ugTWXQjfkY .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ugTWXQjfkY .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-ugTWXQjfkY .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-ugTWXQjfkY .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-ugTWXQjfkY .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ugTWXQjfkY .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-ugTWXQjfkY .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-ugTWXQjfkY .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-ugTWXQjfkY .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 24px;
}
.cid-ugTWXQjfkY .tab-content .tab-pane .content-wrapper .text-wrapper .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-ugTWXQjfkY .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ugTWXQjfkY .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ugTWXQjfkY .item-title {
  color: #000000;
}
.cid-ugTWXQjfkY .item-text {
  color: #ffffff;
}
.cid-ugTWXQjfkY .mbr-section-title,
.cid-ugTWXQjfkY .tabs-wrapper {
  color: #000000;
}
.cid-uOcOJr9WE2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #15171a;
}
.cid-uOcOJr9WE2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOcOJr9WE2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOcOJr9WE2 .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uOcOJr9WE2 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uOcOJr9WE2 .content-wrapper {
    padding: 0;
  }
}
.cid-uOcOJr9WE2 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOcOJr9WE2 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOcOJr9WE2 .content-wrapper .google-map iframe {
  height: 700px;
  border: 2px solid #ffffff !important;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uOcOJr9WE2 .content-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uOcOJr9WE2 .content-wrapper .google-map iframe {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
.cid-uOcOJr9WE2 .mbr-section-title {
  color: #ffffff;
}
.cid-ugTXeOw4aS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-ugTXeOw4aS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugTXeOw4aS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugTXeOw4aS .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-ugTXeOw4aS .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugTXeOw4aS .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ugTXeOw4aS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ugTXeOw4aS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ugTXeOw4aS .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-ugTXeOw4aS .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugTXeOw4aS .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-ugTXeOw4aS .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ugTXeOw4aS .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-ugTXeOw4aS .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-ugTXeOw4aS .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-ugTXeOw4aS .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-ugTXeOw4aS .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #ffffff;
}
.cid-ugTXeOw4aS .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-ugTXeOw4aS .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugTXeOw4aS .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-ugTXeOw4aS .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ugTXeOw4aS .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ugTXeOw4aS .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-ugTXeOw4aS .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ugTXeOw4aS .list-wrapper .list .item-wrap:hover,
.cid-ugTXeOw4aS .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-ugTXeOw4aS .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-ugTXeOw4aS .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-ugTXeOw4aS .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-ugTXeOw4aS .mbr-section-title {
  color: #ffffff;
}
.cid-ugTXeOw4aS .mbr-text {
  color: #ffffff;
}
.cid-ugTXeOw4aS .mbr-desc {
  color: #ffffff;
}
.cid-ugTXeOw4aS .list {
  color: #ffffff;
}
.cid-uOcYDrBTSr {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uOcYDrBTSr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uOcYDrBTSr .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uOcYDrBTSr .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOcYDrBTSr .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-uOcYDrBTSr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOcYDrBTSr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOcYDrBTSr .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uOcYDrBTSr .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uOcYDrBTSr .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-uOcYDrBTSr .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uOcYDrBTSr .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uOcYDrBTSr .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uOcYDrBTSr .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uOcYDrBTSr .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uOcYDrBTSr .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uOcYDrBTSr .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-uOcYDrBTSr .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #f96e47;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uOcYDrBTSr .nav-link::before {
    left: 8px;
  }
}
.cid-uOcYDrBTSr .nav-link:hover {
  opacity: 1;
}
.cid-uOcYDrBTSr .nav-link:hover::before {
  opacity: 1;
}
.cid-uOcYDrBTSr .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uOcYDrBTSr .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uOcYDrBTSr .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-uOcYDrBTSr .navbar-caption:hover,
.cid-uOcYDrBTSr .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-uOcYDrBTSr .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uOcYDrBTSr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uOcYDrBTSr .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #000000;
  box-shadow: none;
  position: relative;
  border: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uOcYDrBTSr .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uOcYDrBTSr .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-uOcYDrBTSr .menu-container {
    margin: 16px;
  }
}
.cid-uOcYDrBTSr .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uOcYDrBTSr .iconfont-wrapper:hover,
.cid-uOcYDrBTSr .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uOcYDrBTSr .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
}
.cid-uOcYDrBTSr .nav-item:focus,
.cid-uOcYDrBTSr .nav-link:focus {
  outline: none;
}
.cid-uOcYDrBTSr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOcYDrBTSr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOcYDrBTSr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOcYDrBTSr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOcYDrBTSr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOcYDrBTSr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOcYDrBTSr .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uOcYDrBTSr .navbar.opened {
  transition: all 0.3s;
}
.cid-uOcYDrBTSr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOcYDrBTSr .navbar .navbar-logo img {
  width: auto;
}
.cid-uOcYDrBTSr .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uOcYDrBTSr .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uOcYDrBTSr .navbar.collapsed {
  justify-content: center;
}
.cid-uOcYDrBTSr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOcYDrBTSr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOcYDrBTSr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uOcYDrBTSr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOcYDrBTSr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOcYDrBTSr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uOcYDrBTSr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOcYDrBTSr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOcYDrBTSr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOcYDrBTSr .navbar {
    min-height: 72px;
  }
  .cid-uOcYDrBTSr .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uOcYDrBTSr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOcYDrBTSr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOcYDrBTSr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOcYDrBTSr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOcYDrBTSr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uOcYDrBTSr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOcYDrBTSr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uOcYDrBTSr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOcYDrBTSr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOcYDrBTSr .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uOcYDrBTSr .dropdown-item.active,
.cid-uOcYDrBTSr .dropdown-item:active {
  background-color: transparent;
}
.cid-uOcYDrBTSr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOcYDrBTSr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOcYDrBTSr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOcYDrBTSr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uOcYDrBTSr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uOcYDrBTSr .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uOcYDrBTSr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOcYDrBTSr .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uOcYDrBTSr .navbar-buttons {
    text-align: left;
  }
}
.cid-uOcYDrBTSr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOcYDrBTSr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f96e47;
}
.cid-uOcYDrBTSr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOcYDrBTSr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOcYDrBTSr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOcYDrBTSr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOcYDrBTSr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOcYDrBTSr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOcYDrBTSr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOcYDrBTSr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOcYDrBTSr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOcYDrBTSr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOcYDrBTSr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOcYDrBTSr .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOcYDrBTSr .navbar {
    height: 70px;
  }
  .cid-uOcYDrBTSr .navbar.opened {
    height: auto;
  }
  .cid-uOcYDrBTSr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOcYDrBTSr .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uOcYDrBTSr .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uOcYDrBTSr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uOcYDrBTSr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uOcYDrBTSr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uOcYDrBTSr .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uOcYDrBTSr .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uOcYDrBTSr .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uOcYDrBTSr .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-uOcYDrBTSr .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uOcYDrBTSr .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uOcYDrBTSr .navbar-brand {
    margin-right: auto;
  }
  .cid-uOcYDrBTSr .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
  }
  .cid-uOcYDrBTSr .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uOcYDrBTSr .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uOcYDrBTSr .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uOcYDrBTSr .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uOcYDrBTSr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uOcYDrBTSr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uOcYDrBTSr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uOcYDrBTSr .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uOcYDrBTSr .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uOcYDrBTSr .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uOcYDrBTSr .navbar-brand,
.cid-uOcYDrBTSr .navbar-toggler,
.cid-uOcYDrBTSr .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uOcYDmZdRE {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uOcYDmZdRE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOcYDmZdRE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOcYDmZdRE .items-wrapper {
  justify-content: flex-end;
}
.cid-uOcYDmZdRE .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOcYDmZdRE .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOcYDmZdRE .image-wrapper img {
  height: 720px;
  width: 720px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1700px) {
  .cid-uOcYDmZdRE .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-uOcYDmZdRE .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uOcYDmZdRE .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uOcYDmZdRE .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uOcYDmZdRE .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-uOcYDmZdRE .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uOcYDmZdRE .content-wrapper {
    padding-left: 0;
  }
}
.cid-uOcYDmZdRE .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uOcYDmZdRE .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOcYDmZdRE .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uOcYDmZdRE .mbr-desc {
  color: #272b2e;
}
.cid-uOcYDmZdRE .mbr-section-title {
  color: #272b2e;
}
.cid-uOcYDmZdRE .mbr-text,
.cid-uOcYDmZdRE .text-wrapper {
  color: #272b2e;
}
.cid-uOcYDmZdRE .mbr-section-title,
.cid-uOcYDmZdRE .mbr-section-btn {
  color: #ffffff;
}
.cid-uOcYDmZdRE .mbr-text {
  color: #ffffff;
}
.cid-uOcYDv5Yuz {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uOcYDv5Yuz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOcYDv5Yuz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOcYDv5Yuz .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOcYDv5Yuz .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOcYDv5Yuz .container {
    padding: 0;
  }
}
.cid-uOcYDv5Yuz .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOcYDv5Yuz .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uOcYDv5Yuz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOcYDv5Yuz .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uOcYDv5Yuz .mbr-section-title {
  color: #000000;
}
.cid-uOcYDv5Yuz .mbr-text {
  color: #000000;
}
.cid-uOcYDG9Oeq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #15171a;
}
.cid-uOcYDG9Oeq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOcYDG9Oeq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOcYDG9Oeq .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uOcYDG9Oeq .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uOcYDG9Oeq .content-wrapper {
    padding: 0;
  }
}
.cid-uOcYDG9Oeq .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOcYDG9Oeq .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOcYDG9Oeq .content-wrapper .google-map iframe {
  height: 700px;
  border: 2px solid #ffffff !important;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uOcYDG9Oeq .content-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uOcYDG9Oeq .content-wrapper .google-map iframe {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
.cid-uOcYDG9Oeq .mbr-section-title {
  color: #ffffff;
}
.cid-uOcYDHh29k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uOcYDHh29k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOcYDHh29k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOcYDHh29k .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uOcYDHh29k .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOcYDHh29k .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOcYDHh29k .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOcYDHh29k .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOcYDHh29k .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uOcYDHh29k .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOcYDHh29k .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uOcYDHh29k .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOcYDHh29k .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uOcYDHh29k .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uOcYDHh29k .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-uOcYDHh29k .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uOcYDHh29k .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uOcYDHh29k .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uOcYDHh29k .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOcYDHh29k .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uOcYDHh29k .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uOcYDHh29k .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOcYDHh29k .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uOcYDHh29k .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOcYDHh29k .list-wrapper .list .item-wrap:hover,
.cid-uOcYDHh29k .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-uOcYDHh29k .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uOcYDHh29k .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uOcYDHh29k .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uOcYDHh29k .mbr-section-title {
  color: #ffffff;
}
.cid-uOcYDHh29k .mbr-text {
  color: #ffffff;
}
.cid-uOcYDHh29k .mbr-desc {
  color: #ffffff;
}
.cid-uOcYDHh29k .list {
  color: #ffffff;
}
.cid-uOd2haysUS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uOd2haysUS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uOd2haysUS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uOd2haysUS .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOd2haysUS .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-uOd2haysUS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOd2haysUS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOd2haysUS .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uOd2haysUS .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uOd2haysUS .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-uOd2haysUS .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uOd2haysUS .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uOd2haysUS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uOd2haysUS .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uOd2haysUS .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uOd2haysUS .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uOd2haysUS .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-uOd2haysUS .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #f96e47;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uOd2haysUS .nav-link::before {
    left: 8px;
  }
}
.cid-uOd2haysUS .nav-link:hover {
  opacity: 1;
}
.cid-uOd2haysUS .nav-link:hover::before {
  opacity: 1;
}
.cid-uOd2haysUS .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uOd2haysUS .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uOd2haysUS .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-uOd2haysUS .navbar-caption:hover,
.cid-uOd2haysUS .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-uOd2haysUS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uOd2haysUS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uOd2haysUS .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #000000;
  box-shadow: none;
  position: relative;
  border: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uOd2haysUS .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uOd2haysUS .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-uOd2haysUS .menu-container {
    margin: 16px;
  }
}
.cid-uOd2haysUS .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uOd2haysUS .iconfont-wrapper:hover,
.cid-uOd2haysUS .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uOd2haysUS .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
}
.cid-uOd2haysUS .nav-item:focus,
.cid-uOd2haysUS .nav-link:focus {
  outline: none;
}
.cid-uOd2haysUS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOd2haysUS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOd2haysUS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOd2haysUS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOd2haysUS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOd2haysUS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOd2haysUS .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uOd2haysUS .navbar.opened {
  transition: all 0.3s;
}
.cid-uOd2haysUS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOd2haysUS .navbar .navbar-logo img {
  width: auto;
}
.cid-uOd2haysUS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uOd2haysUS .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uOd2haysUS .navbar.collapsed {
  justify-content: center;
}
.cid-uOd2haysUS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOd2haysUS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOd2haysUS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uOd2haysUS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOd2haysUS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOd2haysUS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uOd2haysUS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOd2haysUS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOd2haysUS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOd2haysUS .navbar {
    min-height: 72px;
  }
  .cid-uOd2haysUS .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uOd2haysUS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOd2haysUS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOd2haysUS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOd2haysUS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOd2haysUS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uOd2haysUS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOd2haysUS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uOd2haysUS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOd2haysUS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOd2haysUS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uOd2haysUS .dropdown-item.active,
.cid-uOd2haysUS .dropdown-item:active {
  background-color: transparent;
}
.cid-uOd2haysUS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOd2haysUS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOd2haysUS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOd2haysUS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uOd2haysUS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uOd2haysUS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uOd2haysUS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOd2haysUS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uOd2haysUS .navbar-buttons {
    text-align: left;
  }
}
.cid-uOd2haysUS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOd2haysUS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f96e47;
}
.cid-uOd2haysUS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOd2haysUS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOd2haysUS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOd2haysUS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOd2haysUS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOd2haysUS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOd2haysUS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOd2haysUS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOd2haysUS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOd2haysUS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOd2haysUS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOd2haysUS .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOd2haysUS .navbar {
    height: 70px;
  }
  .cid-uOd2haysUS .navbar.opened {
    height: auto;
  }
  .cid-uOd2haysUS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOd2haysUS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uOd2haysUS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uOd2haysUS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uOd2haysUS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uOd2haysUS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uOd2haysUS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uOd2haysUS .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uOd2haysUS .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uOd2haysUS .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-uOd2haysUS .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uOd2haysUS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uOd2haysUS .navbar-brand {
    margin-right: auto;
  }
  .cid-uOd2haysUS .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
  }
  .cid-uOd2haysUS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uOd2haysUS .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uOd2haysUS .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uOd2haysUS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uOd2haysUS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uOd2haysUS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uOd2haysUS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uOd2haysUS .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uOd2haysUS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uOd2haysUS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uOd2haysUS .navbar-brand,
.cid-uOd2haysUS .navbar-toggler,
.cid-uOd2haysUS .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uOd2h9Lmsd {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uOd2h9Lmsd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd2h9Lmsd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd2h9Lmsd .items-wrapper {
  justify-content: flex-end;
}
.cid-uOd2h9Lmsd .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOd2h9Lmsd .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOd2h9Lmsd .image-wrapper img {
  height: 720px;
  width: 720px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1700px) {
  .cid-uOd2h9Lmsd .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-uOd2h9Lmsd .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uOd2h9Lmsd .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uOd2h9Lmsd .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uOd2h9Lmsd .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-uOd2h9Lmsd .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uOd2h9Lmsd .content-wrapper {
    padding-left: 0;
  }
}
.cid-uOd2h9Lmsd .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uOd2h9Lmsd .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOd2h9Lmsd .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uOd2h9Lmsd .mbr-desc {
  color: #272b2e;
}
.cid-uOd2h9Lmsd .mbr-section-title {
  color: #272b2e;
}
.cid-uOd2h9Lmsd .mbr-text,
.cid-uOd2h9Lmsd .text-wrapper {
  color: #272b2e;
}
.cid-uOd2h9Lmsd .mbr-section-title,
.cid-uOd2h9Lmsd .mbr-section-btn {
  color: #ffffff;
}
.cid-uOd2h9Lmsd .mbr-text {
  color: #ffffff;
}
.cid-uOd2hbI9Zn {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uOd2hbI9Zn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd2hbI9Zn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd2hbI9Zn .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOd2hbI9Zn .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOd2hbI9Zn .container {
    padding: 0;
  }
}
.cid-uOd2hbI9Zn .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOd2hbI9Zn .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uOd2hbI9Zn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOd2hbI9Zn .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uOd2hbI9Zn .mbr-section-title {
  color: #000000;
}
.cid-uOd2hbI9Zn .mbr-text {
  color: #000000;
}
.cid-uOd2hcxDZU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #15171a;
}
.cid-uOd2hcxDZU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd2hcxDZU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd2hcxDZU .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uOd2hcxDZU .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uOd2hcxDZU .content-wrapper {
    padding: 0;
  }
}
.cid-uOd2hcxDZU .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOd2hcxDZU .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOd2hcxDZU .content-wrapper .google-map iframe {
  height: 700px;
  border: 2px solid #ffffff !important;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uOd2hcxDZU .content-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uOd2hcxDZU .content-wrapper .google-map iframe {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
.cid-uOd2hcxDZU .mbr-section-title {
  color: #ffffff;
}
.cid-uOd2hdwFH9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uOd2hdwFH9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd2hdwFH9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd2hdwFH9 .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uOd2hdwFH9 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOd2hdwFH9 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOd2hdwFH9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOd2hdwFH9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOd2hdwFH9 .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uOd2hdwFH9 .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOd2hdwFH9 .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uOd2hdwFH9 .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOd2hdwFH9 .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uOd2hdwFH9 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uOd2hdwFH9 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-uOd2hdwFH9 .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uOd2hdwFH9 .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uOd2hdwFH9 .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uOd2hdwFH9 .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOd2hdwFH9 .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uOd2hdwFH9 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uOd2hdwFH9 .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOd2hdwFH9 .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uOd2hdwFH9 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOd2hdwFH9 .list-wrapper .list .item-wrap:hover,
.cid-uOd2hdwFH9 .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-uOd2hdwFH9 .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uOd2hdwFH9 .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uOd2hdwFH9 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uOd2hdwFH9 .mbr-section-title {
  color: #ffffff;
}
.cid-uOd2hdwFH9 .mbr-text {
  color: #ffffff;
}
.cid-uOd2hdwFH9 .mbr-desc {
  color: #ffffff;
}
.cid-uOd2hdwFH9 .list {
  color: #ffffff;
}
.cid-uOd31ENp1t {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uOd31ENp1t .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uOd31ENp1t .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uOd31ENp1t .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOd31ENp1t .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-uOd31ENp1t .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOd31ENp1t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOd31ENp1t .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uOd31ENp1t .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uOd31ENp1t .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-uOd31ENp1t .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uOd31ENp1t .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uOd31ENp1t .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uOd31ENp1t .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uOd31ENp1t .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uOd31ENp1t .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uOd31ENp1t .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-uOd31ENp1t .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #f96e47;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uOd31ENp1t .nav-link::before {
    left: 8px;
  }
}
.cid-uOd31ENp1t .nav-link:hover {
  opacity: 1;
}
.cid-uOd31ENp1t .nav-link:hover::before {
  opacity: 1;
}
.cid-uOd31ENp1t .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uOd31ENp1t .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uOd31ENp1t .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-uOd31ENp1t .navbar-caption:hover,
.cid-uOd31ENp1t .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-uOd31ENp1t .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uOd31ENp1t .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uOd31ENp1t .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #000000;
  box-shadow: none;
  position: relative;
  border: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uOd31ENp1t .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uOd31ENp1t .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-uOd31ENp1t .menu-container {
    margin: 16px;
  }
}
.cid-uOd31ENp1t .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uOd31ENp1t .iconfont-wrapper:hover,
.cid-uOd31ENp1t .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uOd31ENp1t .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
}
.cid-uOd31ENp1t .nav-item:focus,
.cid-uOd31ENp1t .nav-link:focus {
  outline: none;
}
.cid-uOd31ENp1t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOd31ENp1t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOd31ENp1t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOd31ENp1t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOd31ENp1t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOd31ENp1t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOd31ENp1t .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uOd31ENp1t .navbar.opened {
  transition: all 0.3s;
}
.cid-uOd31ENp1t .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOd31ENp1t .navbar .navbar-logo img {
  width: auto;
}
.cid-uOd31ENp1t .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uOd31ENp1t .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uOd31ENp1t .navbar.collapsed {
  justify-content: center;
}
.cid-uOd31ENp1t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOd31ENp1t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOd31ENp1t .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uOd31ENp1t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOd31ENp1t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOd31ENp1t .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uOd31ENp1t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOd31ENp1t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOd31ENp1t .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOd31ENp1t .navbar {
    min-height: 72px;
  }
  .cid-uOd31ENp1t .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uOd31ENp1t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOd31ENp1t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOd31ENp1t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOd31ENp1t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOd31ENp1t .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uOd31ENp1t .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOd31ENp1t .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uOd31ENp1t .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOd31ENp1t .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOd31ENp1t .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uOd31ENp1t .dropdown-item.active,
.cid-uOd31ENp1t .dropdown-item:active {
  background-color: transparent;
}
.cid-uOd31ENp1t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOd31ENp1t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOd31ENp1t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOd31ENp1t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uOd31ENp1t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uOd31ENp1t .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uOd31ENp1t ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOd31ENp1t .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uOd31ENp1t .navbar-buttons {
    text-align: left;
  }
}
.cid-uOd31ENp1t button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOd31ENp1t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f96e47;
}
.cid-uOd31ENp1t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOd31ENp1t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOd31ENp1t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOd31ENp1t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOd31ENp1t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOd31ENp1t nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOd31ENp1t nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOd31ENp1t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOd31ENp1t .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOd31ENp1t a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOd31ENp1t .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOd31ENp1t .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOd31ENp1t .navbar {
    height: 70px;
  }
  .cid-uOd31ENp1t .navbar.opened {
    height: auto;
  }
  .cid-uOd31ENp1t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOd31ENp1t .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uOd31ENp1t .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uOd31ENp1t .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uOd31ENp1t .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uOd31ENp1t .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uOd31ENp1t .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uOd31ENp1t .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uOd31ENp1t .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uOd31ENp1t .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-uOd31ENp1t .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uOd31ENp1t .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uOd31ENp1t .navbar-brand {
    margin-right: auto;
  }
  .cid-uOd31ENp1t .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
  }
  .cid-uOd31ENp1t .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uOd31ENp1t .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uOd31ENp1t .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uOd31ENp1t .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uOd31ENp1t .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uOd31ENp1t .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uOd31ENp1t .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uOd31ENp1t .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uOd31ENp1t .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uOd31ENp1t .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uOd31ENp1t .navbar-brand,
.cid-uOd31ENp1t .navbar-toggler,
.cid-uOd31ENp1t .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uOd31BOTXC {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uOd31BOTXC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd31BOTXC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd31BOTXC .items-wrapper {
  justify-content: flex-end;
}
.cid-uOd31BOTXC .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOd31BOTXC .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOd31BOTXC .image-wrapper img {
  height: 720px;
  width: 720px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1700px) {
  .cid-uOd31BOTXC .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-uOd31BOTXC .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uOd31BOTXC .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uOd31BOTXC .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uOd31BOTXC .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-uOd31BOTXC .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uOd31BOTXC .content-wrapper {
    padding-left: 0;
  }
}
.cid-uOd31BOTXC .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uOd31BOTXC .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOd31BOTXC .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uOd31BOTXC .mbr-desc {
  color: #272b2e;
}
.cid-uOd31BOTXC .mbr-section-title {
  color: #272b2e;
}
.cid-uOd31BOTXC .mbr-text,
.cid-uOd31BOTXC .text-wrapper {
  color: #272b2e;
}
.cid-uOd31BOTXC .mbr-section-title,
.cid-uOd31BOTXC .mbr-section-btn {
  color: #ffffff;
}
.cid-uOd31BOTXC .mbr-text {
  color: #ffffff;
}
.cid-uOd31CTRft {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uOd31CTRft .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd31CTRft .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-uOd31CTRft .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uOd31CTRft .container {
    padding: 0 12px;
  }
}
.cid-uOd31CTRft .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOd31CTRft .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uOd31CTRft .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uOd31CTRft .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #272b2e;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uOd31CTRft .mbr-section-title {
  color: #222222;
}
.cid-uOd31DSKi2 {
  padding-top: 0rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-color: #15171a;
}
.cid-uOd31DSKi2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd31DSKi2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd31DSKi2 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOd31DSKi2 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOd31DSKi2 .container {
    padding: 0 16px;
  }
}
.cid-uOd31DSKi2 .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uOd31DSKi2 .row {
    margin: 0 10px;
  }
}
.cid-uOd31DSKi2 .row .card {
  position: relative;
  padding: 0;
}
.cid-uOd31DSKi2 .row .card .decor-wrapper_1 {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #272b2e;
  border-radius: 15rem;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uOd31DSKi2 .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uOd31DSKi2 .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uOd31DSKi2 .row .card .decor-wrapper_2 {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #15171a;
  border-radius: 14%;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uOd31DSKi2 .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uOd31DSKi2 .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uOd31DSKi2 .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uOd31DSKi2 .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-uOd31DSKi2 .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOd31DSKi2 .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOd31DSKi2 .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(45deg);
  border-radius: 100%;
}
.cid-uOd31DSKi2 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOd31DSKi2 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uOd31DSKi2 .title-wrapper .mbr-text {
  margin: 0;
}
.cid-uOd31DSKi2 .mbr-section-title {
  color: #fdfcfc;
}
.cid-uOd31DSKi2 .mbr-text {
  color: #F9A600;
}
.cid-uOd31DSKi2 .mbr-text,
.cid-uOd31DSKi2 .mbr-section-btn {
  color: #ffffff;
}
.cid-uOd31FRjH0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uOd31FRjH0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd31FRjH0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd31FRjH0 img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-uOd31FRjH0 img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-uOd31FRjH0 .row {
  flex-direction: row-reverse;
}
.cid-uOd31FRjH0 .row {
  align-items: center;
}
.cid-uOd31FRjH0 .mbr-section-title {
  color: #000000;
}
.cid-uOd31FRjH0 .mbr-text,
.cid-uOd31FRjH0 .mbr-section-btn {
  color: #000000;
}
.cid-uOd31GLgc9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uOd31GLgc9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd31GLgc9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd31GLgc9 .items-wrap {
  justify-content: center;
}
.cid-uOd31GLgc9 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOd31GLgc9 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOd31GLgc9 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOd31GLgc9 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-uOd31GLgc9 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uOd31GLgc9 .item {
    margin-bottom: 16px;
  }
}
.cid-uOd31GLgc9 .item:hover .item-wrapper,
.cid-uOd31GLgc9 .item:focus .item-wrapper {
  border: 2px solid #7dabab;
}
.cid-uOd31GLgc9 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOd31GLgc9 .item .item-wrapper {
    padding: 20px 16px;
  }
}
.cid-uOd31GLgc9 .item .item-wrapper .icon-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOd31GLgc9 .item .item-wrapper .icon-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uOd31GLgc9 .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 56px;
  background: linear-gradient(230deg, #f96e47, #7dabab);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uOd31GLgc9 .item .item-wrapper .card-box .title-wrap .item-title,
.cid-uOd31GLgc9 .item .item-wrapper .card-box .title-wrap .item-title_2 {
  margin-bottom: 16px;
}
.cid-uOd31GLgc9 .item .item-wrapper .card-box .title-wrap .item-text,
.cid-uOd31GLgc9 .item .item-wrapper .card-box .title-wrap .item-text_2 {
  margin-bottom: 0;
}
.cid-uOd31GLgc9 .item .card_1 {
  background-color: #272b2e;
  border: 2px solid #272b2e;
}
.cid-uOd31GLgc9 .item .card_2 {
  background-color: #1e2124;
  border: 2px solid #1e2124;
}
.cid-uOd31GLgc9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uOd31GLgc9 .item-title {
  color: #f2f2f2;
}
.cid-uOd31GLgc9 .item-title_2 {
  color: #f2f2f2;
}
.cid-uOd31GLgc9 .item-text {
  color: #b9b9b9;
}
.cid-uOd31GLgc9 .item-text_2 {
  color: #b9b9b9;
}
.cid-uOd31I0lAt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOd31I0lAt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd31I0lAt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd31I0lAt .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOd31I0lAt .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOd31I0lAt .container {
    padding: 0;
  }
}
.cid-uOd31I0lAt .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOd31I0lAt .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uOd31I0lAt .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOd31I0lAt .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uOd31I0lAt .mbr-section-title {
  color: #000000;
}
.cid-uOd31I0lAt .mbr-text {
  color: #000000;
}
.cid-uOd31J4Hf5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uOd31J4Hf5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd31J4Hf5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd31J4Hf5 .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOd31J4Hf5 .item {
    margin-bottom: 16px;
  }
}
.cid-uOd31J4Hf5 .item:nth-child(2n) .item-wrapper {
  flex-direction: row-reverse;
}
.cid-uOd31J4Hf5 .item:nth-child(2n) .item-wrapper .item-img {
  padding-left: 0;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uOd31J4Hf5 .item:nth-child(2n) .item-wrapper .item-img {
    padding-right: 0;
  }
}
.cid-uOd31J4Hf5 .item .item-wrapper {
  display: flex;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOd31J4Hf5 .item .item-wrapper {
    display: block;
  }
}
.cid-uOd31J4Hf5 .item .item-wrapper .item-content {
  display: flex;
  align-items: flex-end;
  background-color: #272b2e;
  padding: 64px 40px;
  width: 35%;
}
@media (max-width: 1200px) {
  .cid-uOd31J4Hf5 .item .item-wrapper .item-content {
    padding: 64px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uOd31J4Hf5 .item .item-wrapper .item-content {
    width: 100%;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}
.cid-uOd31J4Hf5 .item .item-wrapper .item-content .title-wrap {
  width: 100%;
}
.cid-uOd31J4Hf5 .item .item-wrapper .item-content .title-wrap .item-title {
  margin-bottom: 24px;
}
.cid-uOd31J4Hf5 .item .item-wrapper .item-content .title-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uOd31J4Hf5 .item .item-wrapper .item-img {
  width: 65%;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uOd31J4Hf5 .item .item-wrapper .item-img {
    width: 100%;
    padding-left: 0;
  }
}
.cid-uOd31J4Hf5 .item .item-wrapper .item-img img {
  height: 830px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOd31J4Hf5 .item .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-uOd31J4Hf5 .item-title {
  color: #ffffff;
}
.cid-uOd31J4Hf5 .item-desc {
  color: #ffffff;
}
.cid-uOd31KcWK8 {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  background: linear-gradient(to right top, #ffffff, #ffffff);
}
.cid-uOd31KcWK8 .img-wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-uOd31KcWK8 .img-wrap img {
  width: 61%;
  margin: auto;
}
.cid-uOd31KcWK8 .mbr-text,
.cid-uOd31KcWK8 .mbr-section-btn {
  color: #000000;
}
.cid-uOd31KcWK8 .mbr-section-title {
  color: #000000;
}
.cid-uOd31KcWK8 .buttons-wrap .link {
  display: flex;
}
.cid-uOd31KcWK8 .mbr-arrow {
  bottom: 0;
}
.cid-uOd31KcWK8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd31KcWK8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd31Lf3D4 {
  padding-top: 0rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-color: #15171a;
}
.cid-uOd31Lf3D4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd31Lf3D4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd31Lf3D4 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOd31Lf3D4 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOd31Lf3D4 .container {
    padding: 0 16px;
  }
}
.cid-uOd31Lf3D4 .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uOd31Lf3D4 .row {
    margin: 0 10px;
  }
}
.cid-uOd31Lf3D4 .row .card {
  position: relative;
  padding: 0;
}
.cid-uOd31Lf3D4 .row .card .decor-wrapper_1 {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #272b2e;
  border-radius: 15rem;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uOd31Lf3D4 .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uOd31Lf3D4 .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uOd31Lf3D4 .row .card .decor-wrapper_2 {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #15171a;
  border-radius: 14%;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uOd31Lf3D4 .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uOd31Lf3D4 .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uOd31Lf3D4 .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uOd31Lf3D4 .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-uOd31Lf3D4 .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOd31Lf3D4 .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOd31Lf3D4 .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(45deg);
  border-radius: 100%;
}
.cid-uOd31Lf3D4 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOd31Lf3D4 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uOd31Lf3D4 .title-wrapper .mbr-text {
  margin: 0;
}
.cid-uOd31Lf3D4 .mbr-section-title {
  color: #fdfcfc;
}
.cid-uOd31Lf3D4 .mbr-text {
  color: #F9A600;
}
.cid-uOd31Lf3D4 .mbr-text,
.cid-uOd31Lf3D4 .mbr-section-btn {
  color: #ffffff;
}
.cid-uOd31Mls8T {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOd31Mls8T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd31Mls8T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd31Mls8T .container,
.cid-uOd31Mls8T .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uOd31Mls8T .container,
  .cid-uOd31Mls8T .container-fluid {
    padding: 0 20px;
  }
}
.cid-uOd31Mls8T .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #ffffff;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uOd31Mls8T .row {
    padding: 85px 8px;
  }
}
.cid-uOd31Mls8T .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uOd31Mls8T .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uOd31Mls8T .text-wrapper {
  padding: 0 30%;
}
@media (max-width: 992px) {
  .cid-uOd31Mls8T .text-wrapper {
    padding: 0;
  }
}
.cid-uOd31Mls8T .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOd31Mls8T .mbr-section-title {
  color: #ffffff;
}
.cid-uOd31Mls8T .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOd31Mls8T .mbr-text {
  color: #000000;
}
.cid-uOd31Mls8T .mbr-section-title,
.cid-uOd31Mls8T .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uOd31NszhL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOd31NszhL .wrapper {
  background: #272b2e;
}
.cid-uOd31NszhL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd31NszhL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd31NszhL .mbr-section-title {
  color: #ffffff;
}
.cid-uOd31NszhL .mbr-text {
  color: #ffffff;
}
.cid-uOd31OsUmf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uOd31OsUmf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd31OsUmf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd31OsUmf .card {
  justify-content: flex-end;
}
.cid-uOd31OsUmf .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOd31OsUmf .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOd31OsUmf .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uOd31OsUmf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOd31OsUmf .mbr-section-btn {
  margin-bottom: 40px;
}
.cid-uOd31OsUmf .mbr-section-btn .btn::after,
.cid-uOd31OsUmf .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uOd31OsUmf .mbr-section-btn .btn:hover,
.cid-uOd31OsUmf .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uOd31OsUmf .mbr-section-btn .btn:hover::after,
.cid-uOd31OsUmf .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uOd31OsUmf .items-wrapper {
  margin: 0 -20px;
}
.cid-uOd31OsUmf .items-wrapper .item {
  margin-bottom: 40px;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uOd31OsUmf .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uOd31OsUmf .items-wrapper .item:hover .item-wrapper .item-img .image-wrap img,
.cid-uOd31OsUmf .items-wrapper .item:focus .item-wrapper .item-img .image-wrap img {
  transform: scale(1.05) translateX(10px);
}
.cid-uOd31OsUmf .items-wrapper .item:nth-child(2n) {
  transform: translateY(40px);
}
@media (max-width: 992px) {
  .cid-uOd31OsUmf .items-wrapper .item:nth-child(2n) {
    transform: none;
  }
}
.cid-uOd31OsUmf .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  border: 2px solid #2c2c2c;
}
.cid-uOd31OsUmf .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: -40px;
}
.cid-uOd31OsUmf .items-wrapper .item .item-wrapper .item-img .image-wrap {
  overflow: hidden;
}
.cid-uOd31OsUmf .items-wrapper .item .item-wrapper .item-img .image-wrap img {
  height: 310px;
  object-fit: cover;
  transition: all .3s ease;
  border-radius: 0 !important;
  transform: scale(1.05) translateX(0);
}
.cid-uOd31OsUmf .items-wrapper .item .item-wrapper .date-wrapper {
  position: absolute;
  left: 3px;
  bottom: -20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOd31OsUmf .items-wrapper .item .item-wrapper .date-wrapper {
    bottom: -10px;
  }
}
.cid-uOd31OsUmf .items-wrapper .item .item-wrapper .date-wrapper .item-date {
  display: inline-block;
  margin-bottom: 0;
  background-color: #121212;
  padding: 10px 25px;
  border-radius: 3rem;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uOd31OsUmf .items-wrapper .item .item-wrapper .date-wrapper .item-date:hover,
.cid-uOd31OsUmf .items-wrapper .item .item-wrapper .date-wrapper .item-date:focus {
  color: #e24c4a;
}
.cid-uOd31OsUmf .items-wrapper .item .item-wrapper .item-content {
  padding: 80px 40px 40px 40px;
  background-color: #121212;
}
@media (max-width: 992px) {
  .cid-uOd31OsUmf .items-wrapper .item .item-wrapper .item-content {
    padding: 80px 20px 20px 20px;
  }
}
.cid-uOd31OsUmf .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
.cid-uOd31OsUmf .items-wrapper .item .item-wrapper .item-content .item-title:hover,
.cid-uOd31OsUmf .items-wrapper .item .item-wrapper .item-content .item-title:focus {
  text-decoration-color: inherit;
}
.cid-uOd31OsUmf .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uOd31OsUmf .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uOd31OsUmf .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin: 0 3px 3px 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uOd31OsUmf .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap:hover,
.cid-uOd31OsUmf .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uOd31OsUmf .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-uOd31OsUmf .items-wrapper .item .item-wrapper .item-content .item-btn .btn {
  margin-bottom: 0;
}
.cid-uOd31OsUmf .mbr-section-title {
  color: #ffffff;
}
.cid-uOd31OsUmf .mbr-tag {
  color: #adadad;
}
.cid-uOd31OsUmf .item-date {
  color: #c7c7c7;
}
.cid-uOd31OsUmf .item-title {
  color: #ffffff;
}
.cid-uOd31OsUmf .item-text {
  color: #ffffff;
}
.cid-uOd31OsUmf .list {
  color: #adadad;
}
.cid-uOd31OsUmf .main-btn {
  text-align: right;
}
.cid-uOd31PGyRZ {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uOd31PGyRZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd31PGyRZ .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-uOd31PGyRZ .container {
    padding: 0 20px;
  }
}
.cid-uOd31PGyRZ .row {
  margin: 0;
}
.cid-uOd31PGyRZ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOd31PGyRZ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOd31PGyRZ .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uOd31PGyRZ .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uOd31PGyRZ .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uOd31PGyRZ .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uOd31PGyRZ .mbr-section-title {
  color: #000000;
}
.cid-uOd31QKMRU {
  padding-top: 0rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-color: #15171a;
}
.cid-uOd31QKMRU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd31QKMRU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd31QKMRU .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOd31QKMRU .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOd31QKMRU .container {
    padding: 0 16px;
  }
}
.cid-uOd31QKMRU .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uOd31QKMRU .row {
    margin: 0 10px;
  }
}
.cid-uOd31QKMRU .row .card {
  position: relative;
  padding: 0;
}
.cid-uOd31QKMRU .row .card .decor-wrapper_1 {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #272b2e;
  border-radius: 15rem;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uOd31QKMRU .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uOd31QKMRU .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uOd31QKMRU .row .card .decor-wrapper_2 {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #15171a;
  border-radius: 14%;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uOd31QKMRU .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uOd31QKMRU .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uOd31QKMRU .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uOd31QKMRU .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-uOd31QKMRU .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOd31QKMRU .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOd31QKMRU .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(45deg);
  border-radius: 100%;
}
.cid-uOd31QKMRU .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOd31QKMRU .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uOd31QKMRU .title-wrapper .mbr-text {
  margin: 0;
}
.cid-uOd31QKMRU .mbr-section-title {
  color: #fdfcfc;
}
.cid-uOd31QKMRU .mbr-text {
  color: #F9A600;
}
.cid-uOd31QKMRU .mbr-text,
.cid-uOd31QKMRU .mbr-section-btn {
  color: #ffffff;
}
.cid-uOd31RMWD6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOd31RMWD6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd31RMWD6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd31RMWD6 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOd31RMWD6 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOd31RMWD6 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOd31RMWD6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOd31RMWD6 .tabs-wrapper {
  padding-bottom: 24px;
  border-bottom: 1px solid #b9b9b9;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uOd31RMWD6 .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOd31RMWD6 .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uOd31RMWD6 .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-uOd31RMWD6 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #b9b9b9;
  padding: 14px 32px;
  margin-bottom: 0;
  background-color: #272b2e;
  border: none;
}
.cid-uOd31RMWD6 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #7e8d98;
  background-color: #ffffff;
}
.cid-uOd31RMWD6 .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOd31RMWD6 .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uOd31RMWD6 .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uOd31RMWD6 .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uOd31RMWD6 .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOd31RMWD6 .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uOd31RMWD6 .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uOd31RMWD6 .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uOd31RMWD6 .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 24px;
}
.cid-uOd31RMWD6 .tab-content .tab-pane .content-wrapper .text-wrapper .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uOd31RMWD6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uOd31RMWD6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOd31RMWD6 .item-title {
  color: #000000;
}
.cid-uOd31RMWD6 .item-text {
  color: #ffffff;
}
.cid-uOd31RMWD6 .mbr-section-title,
.cid-uOd31RMWD6 .tabs-wrapper {
  color: #000000;
}
.cid-uOd4aOK6Bs {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOd4aOK6Bs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd4aOK6Bs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd4aOK6Bs .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #15171a;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uOd4aOK6Bs .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uOd4aOK6Bs .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uOd4aOK6Bs .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uOd4aOK6Bs .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOd4aOK6Bs .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOd4aOK6Bs .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uOd4aOK6Bs .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uOd4aOK6Bs .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uOd4aOK6Bs .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uOd4aOK6Bs .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-uOd4aOK6Bs .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uOd4aOK6Bs .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uOd4aOK6Bs .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOd4aOK6Bs .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOd4aOK6Bs .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOd4aOK6Bs .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #f4f4f4;
}
.cid-uOd4aOK6Bs .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #f4f4f4;
}
.cid-uOd4aOK6Bs .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uOd4aOK6Bs .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOd4aOK6Bs .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uOd4aOK6Bs .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOd4aOK6Bs .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uOd4aOK6Bs .panel-title-edit {
  color: #f4f4f4;
}
.cid-uOd4aOK6Bs .panel-text {
  color: #d7d2d2;
}
.cid-uOd31Tvatl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #15171a;
}
.cid-uOd31Tvatl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd31Tvatl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd31Tvatl .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uOd31Tvatl .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uOd31Tvatl .content-wrapper {
    padding: 0;
  }
}
.cid-uOd31Tvatl .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOd31Tvatl .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOd31Tvatl .content-wrapper .google-map iframe {
  height: 700px;
  border: 2px solid #ffffff !important;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uOd31Tvatl .content-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uOd31Tvatl .content-wrapper .google-map iframe {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
.cid-uOd31Tvatl .mbr-section-title {
  color: #ffffff;
}
.cid-uOd31UEUCP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uOd31UEUCP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd31UEUCP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd31UEUCP .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uOd31UEUCP .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOd31UEUCP .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOd31UEUCP .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOd31UEUCP .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOd31UEUCP .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uOd31UEUCP .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOd31UEUCP .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uOd31UEUCP .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOd31UEUCP .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uOd31UEUCP .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uOd31UEUCP .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-uOd31UEUCP .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uOd31UEUCP .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uOd31UEUCP .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uOd31UEUCP .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOd31UEUCP .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uOd31UEUCP .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uOd31UEUCP .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOd31UEUCP .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uOd31UEUCP .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOd31UEUCP .list-wrapper .list .item-wrap:hover,
.cid-uOd31UEUCP .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-uOd31UEUCP .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uOd31UEUCP .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uOd31UEUCP .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uOd31UEUCP .mbr-section-title {
  color: #ffffff;
}
.cid-uOd31UEUCP .mbr-text {
  color: #ffffff;
}
.cid-uOd31UEUCP .mbr-desc {
  color: #ffffff;
}
.cid-uOd31UEUCP .list {
  color: #ffffff;
}
.cid-uOd5BXwgmm {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uOd5BXwgmm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uOd5BXwgmm .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uOd5BXwgmm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOd5BXwgmm .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-uOd5BXwgmm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOd5BXwgmm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOd5BXwgmm .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uOd5BXwgmm .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uOd5BXwgmm .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-uOd5BXwgmm .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uOd5BXwgmm .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uOd5BXwgmm .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uOd5BXwgmm .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uOd5BXwgmm .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uOd5BXwgmm .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uOd5BXwgmm .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-uOd5BXwgmm .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #f96e47;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uOd5BXwgmm .nav-link::before {
    left: 8px;
  }
}
.cid-uOd5BXwgmm .nav-link:hover {
  opacity: 1;
}
.cid-uOd5BXwgmm .nav-link:hover::before {
  opacity: 1;
}
.cid-uOd5BXwgmm .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uOd5BXwgmm .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uOd5BXwgmm .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-uOd5BXwgmm .navbar-caption:hover,
.cid-uOd5BXwgmm .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-uOd5BXwgmm .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uOd5BXwgmm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uOd5BXwgmm .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #000000;
  box-shadow: none;
  position: relative;
  border: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uOd5BXwgmm .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uOd5BXwgmm .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-uOd5BXwgmm .menu-container {
    margin: 16px;
  }
}
.cid-uOd5BXwgmm .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uOd5BXwgmm .iconfont-wrapper:hover,
.cid-uOd5BXwgmm .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uOd5BXwgmm .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
}
.cid-uOd5BXwgmm .nav-item:focus,
.cid-uOd5BXwgmm .nav-link:focus {
  outline: none;
}
.cid-uOd5BXwgmm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOd5BXwgmm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOd5BXwgmm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOd5BXwgmm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOd5BXwgmm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOd5BXwgmm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOd5BXwgmm .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uOd5BXwgmm .navbar.opened {
  transition: all 0.3s;
}
.cid-uOd5BXwgmm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOd5BXwgmm .navbar .navbar-logo img {
  width: auto;
}
.cid-uOd5BXwgmm .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uOd5BXwgmm .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uOd5BXwgmm .navbar.collapsed {
  justify-content: center;
}
.cid-uOd5BXwgmm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOd5BXwgmm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOd5BXwgmm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uOd5BXwgmm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOd5BXwgmm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOd5BXwgmm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uOd5BXwgmm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOd5BXwgmm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOd5BXwgmm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOd5BXwgmm .navbar {
    min-height: 72px;
  }
  .cid-uOd5BXwgmm .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uOd5BXwgmm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOd5BXwgmm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOd5BXwgmm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOd5BXwgmm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOd5BXwgmm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uOd5BXwgmm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOd5BXwgmm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uOd5BXwgmm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOd5BXwgmm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOd5BXwgmm .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uOd5BXwgmm .dropdown-item.active,
.cid-uOd5BXwgmm .dropdown-item:active {
  background-color: transparent;
}
.cid-uOd5BXwgmm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOd5BXwgmm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOd5BXwgmm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOd5BXwgmm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uOd5BXwgmm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uOd5BXwgmm .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uOd5BXwgmm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOd5BXwgmm .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uOd5BXwgmm .navbar-buttons {
    text-align: left;
  }
}
.cid-uOd5BXwgmm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOd5BXwgmm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f96e47;
}
.cid-uOd5BXwgmm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOd5BXwgmm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOd5BXwgmm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOd5BXwgmm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOd5BXwgmm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOd5BXwgmm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOd5BXwgmm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOd5BXwgmm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOd5BXwgmm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOd5BXwgmm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOd5BXwgmm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOd5BXwgmm .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOd5BXwgmm .navbar {
    height: 70px;
  }
  .cid-uOd5BXwgmm .navbar.opened {
    height: auto;
  }
  .cid-uOd5BXwgmm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOd5BXwgmm .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uOd5BXwgmm .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uOd5BXwgmm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uOd5BXwgmm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uOd5BXwgmm .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uOd5BXwgmm .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uOd5BXwgmm .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uOd5BXwgmm .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uOd5BXwgmm .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-uOd5BXwgmm .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uOd5BXwgmm .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uOd5BXwgmm .navbar-brand {
    margin-right: auto;
  }
  .cid-uOd5BXwgmm .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
  }
  .cid-uOd5BXwgmm .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uOd5BXwgmm .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uOd5BXwgmm .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uOd5BXwgmm .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uOd5BXwgmm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uOd5BXwgmm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uOd5BXwgmm .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uOd5BXwgmm .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uOd5BXwgmm .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uOd5BXwgmm .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uOd5BXwgmm .navbar-brand,
.cid-uOd5BXwgmm .navbar-toggler,
.cid-uOd5BXwgmm .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uOd5BSBt5g {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uOd5BSBt5g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd5BSBt5g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd5BSBt5g .items-wrapper {
  justify-content: flex-end;
}
.cid-uOd5BSBt5g .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOd5BSBt5g .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOd5BSBt5g .image-wrapper img {
  height: 720px;
  width: 720px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1700px) {
  .cid-uOd5BSBt5g .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-uOd5BSBt5g .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uOd5BSBt5g .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uOd5BSBt5g .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uOd5BSBt5g .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-uOd5BSBt5g .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uOd5BSBt5g .content-wrapper {
    padding-left: 0;
  }
}
.cid-uOd5BSBt5g .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uOd5BSBt5g .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOd5BSBt5g .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uOd5BSBt5g .mbr-desc {
  color: #272b2e;
}
.cid-uOd5BSBt5g .mbr-section-title {
  color: #272b2e;
}
.cid-uOd5BSBt5g .mbr-text,
.cid-uOd5BSBt5g .text-wrapper {
  color: #272b2e;
}
.cid-uOd5BSBt5g .mbr-section-title,
.cid-uOd5BSBt5g .mbr-section-btn {
  color: #ffffff;
}
.cid-uOd5BSBt5g .mbr-text {
  color: #ffffff;
}
.cid-uOd5BUCLUu {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uOd5BUCLUu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd5BUCLUu .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-uOd5BUCLUu .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uOd5BUCLUu .container {
    padding: 0 12px;
  }
}
.cid-uOd5BUCLUu .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOd5BUCLUu .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uOd5BUCLUu .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uOd5BUCLUu .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #272b2e;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uOd5BUCLUu .mbr-section-title {
  color: #222222;
}
.cid-uOd5BWendI {
  padding-top: 0rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-color: #15171a;
}
.cid-uOd5BWendI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd5BWendI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd5BWendI .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOd5BWendI .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOd5BWendI .container {
    padding: 0 16px;
  }
}
.cid-uOd5BWendI .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uOd5BWendI .row {
    margin: 0 10px;
  }
}
.cid-uOd5BWendI .row .card {
  position: relative;
  padding: 0;
}
.cid-uOd5BWendI .row .card .decor-wrapper_1 {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #272b2e;
  border-radius: 15rem;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uOd5BWendI .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uOd5BWendI .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uOd5BWendI .row .card .decor-wrapper_2 {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #15171a;
  border-radius: 14%;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uOd5BWendI .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uOd5BWendI .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uOd5BWendI .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uOd5BWendI .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-uOd5BWendI .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOd5BWendI .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOd5BWendI .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(45deg);
  border-radius: 100%;
}
.cid-uOd5BWendI .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOd5BWendI .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uOd5BWendI .title-wrapper .mbr-text {
  margin: 0;
}
.cid-uOd5BWendI .mbr-section-title {
  color: #fdfcfc;
}
.cid-uOd5BWendI .mbr-text {
  color: #F9A600;
}
.cid-uOd5BWendI .mbr-text,
.cid-uOd5BWendI .mbr-section-btn {
  color: #ffffff;
}
.cid-uOd5BZVkhu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uOd5BZVkhu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd5BZVkhu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd5BZVkhu img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-uOd5BZVkhu img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-uOd5BZVkhu .row {
  flex-direction: row-reverse;
}
.cid-uOd5BZVkhu .row {
  align-items: center;
}
.cid-uOd5BZVkhu .mbr-section-title {
  color: #000000;
}
.cid-uOd5BZVkhu .mbr-text,
.cid-uOd5BZVkhu .mbr-section-btn {
  color: #000000;
}
.cid-uOd5C1cB3f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uOd5C1cB3f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd5C1cB3f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd5C1cB3f .items-wrap {
  justify-content: center;
}
.cid-uOd5C1cB3f .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOd5C1cB3f .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOd5C1cB3f .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOd5C1cB3f .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-uOd5C1cB3f .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uOd5C1cB3f .item {
    margin-bottom: 16px;
  }
}
.cid-uOd5C1cB3f .item:hover .item-wrapper,
.cid-uOd5C1cB3f .item:focus .item-wrapper {
  border: 2px solid #7dabab;
}
.cid-uOd5C1cB3f .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOd5C1cB3f .item .item-wrapper {
    padding: 20px 16px;
  }
}
.cid-uOd5C1cB3f .item .item-wrapper .icon-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOd5C1cB3f .item .item-wrapper .icon-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uOd5C1cB3f .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 56px;
  background: linear-gradient(230deg, #f96e47, #7dabab);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uOd5C1cB3f .item .item-wrapper .card-box .title-wrap .item-title,
.cid-uOd5C1cB3f .item .item-wrapper .card-box .title-wrap .item-title_2 {
  margin-bottom: 16px;
}
.cid-uOd5C1cB3f .item .item-wrapper .card-box .title-wrap .item-text,
.cid-uOd5C1cB3f .item .item-wrapper .card-box .title-wrap .item-text_2 {
  margin-bottom: 0;
}
.cid-uOd5C1cB3f .item .card_1 {
  background-color: #272b2e;
  border: 2px solid #272b2e;
}
.cid-uOd5C1cB3f .item .card_2 {
  background-color: #1e2124;
  border: 2px solid #1e2124;
}
.cid-uOd5C1cB3f .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uOd5C1cB3f .item-title {
  color: #f2f2f2;
}
.cid-uOd5C1cB3f .item-title_2 {
  color: #f2f2f2;
}
.cid-uOd5C1cB3f .item-text {
  color: #b9b9b9;
}
.cid-uOd5C1cB3f .item-text_2 {
  color: #b9b9b9;
}
.cid-uOd5C2zHoN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOd5C2zHoN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd5C2zHoN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd5C2zHoN .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOd5C2zHoN .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOd5C2zHoN .container {
    padding: 0;
  }
}
.cid-uOd5C2zHoN .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOd5C2zHoN .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uOd5C2zHoN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOd5C2zHoN .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uOd5C2zHoN .mbr-section-title {
  color: #000000;
}
.cid-uOd5C2zHoN .mbr-text {
  color: #000000;
}
.cid-uOd5C3TPJu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uOd5C3TPJu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd5C3TPJu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd5C3TPJu .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOd5C3TPJu .item {
    margin-bottom: 16px;
  }
}
.cid-uOd5C3TPJu .item:nth-child(2n) .item-wrapper {
  flex-direction: row-reverse;
}
.cid-uOd5C3TPJu .item:nth-child(2n) .item-wrapper .item-img {
  padding-left: 0;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uOd5C3TPJu .item:nth-child(2n) .item-wrapper .item-img {
    padding-right: 0;
  }
}
.cid-uOd5C3TPJu .item .item-wrapper {
  display: flex;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOd5C3TPJu .item .item-wrapper {
    display: block;
  }
}
.cid-uOd5C3TPJu .item .item-wrapper .item-content {
  display: flex;
  align-items: flex-end;
  background-color: #272b2e;
  padding: 64px 40px;
  width: 35%;
}
@media (max-width: 1200px) {
  .cid-uOd5C3TPJu .item .item-wrapper .item-content {
    padding: 64px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uOd5C3TPJu .item .item-wrapper .item-content {
    width: 100%;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}
.cid-uOd5C3TPJu .item .item-wrapper .item-content .title-wrap {
  width: 100%;
}
.cid-uOd5C3TPJu .item .item-wrapper .item-content .title-wrap .item-title {
  margin-bottom: 24px;
}
.cid-uOd5C3TPJu .item .item-wrapper .item-content .title-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uOd5C3TPJu .item .item-wrapper .item-img {
  width: 65%;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uOd5C3TPJu .item .item-wrapper .item-img {
    width: 100%;
    padding-left: 0;
  }
}
.cid-uOd5C3TPJu .item .item-wrapper .item-img img {
  height: 830px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOd5C3TPJu .item .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-uOd5C3TPJu .item-title {
  color: #ffffff;
}
.cid-uOd5C3TPJu .item-desc {
  color: #ffffff;
}
.cid-uOd5C59tVJ {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  background: linear-gradient(to right top, #ffffff, #ffffff);
}
.cid-uOd5C59tVJ .img-wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-uOd5C59tVJ .img-wrap img {
  width: 61%;
  margin: auto;
}
.cid-uOd5C59tVJ .mbr-text,
.cid-uOd5C59tVJ .mbr-section-btn {
  color: #000000;
}
.cid-uOd5C59tVJ .mbr-section-title {
  color: #000000;
}
.cid-uOd5C59tVJ .buttons-wrap .link {
  display: flex;
}
.cid-uOd5C59tVJ .mbr-arrow {
  bottom: 0;
}
.cid-uOd5C59tVJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd5C59tVJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd5C6uoAa {
  padding-top: 0rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-color: #15171a;
}
.cid-uOd5C6uoAa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd5C6uoAa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd5C6uoAa .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOd5C6uoAa .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOd5C6uoAa .container {
    padding: 0 16px;
  }
}
.cid-uOd5C6uoAa .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uOd5C6uoAa .row {
    margin: 0 10px;
  }
}
.cid-uOd5C6uoAa .row .card {
  position: relative;
  padding: 0;
}
.cid-uOd5C6uoAa .row .card .decor-wrapper_1 {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #272b2e;
  border-radius: 15rem;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uOd5C6uoAa .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uOd5C6uoAa .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uOd5C6uoAa .row .card .decor-wrapper_2 {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #15171a;
  border-radius: 14%;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uOd5C6uoAa .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uOd5C6uoAa .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uOd5C6uoAa .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uOd5C6uoAa .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-uOd5C6uoAa .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOd5C6uoAa .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOd5C6uoAa .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(45deg);
  border-radius: 100%;
}
.cid-uOd5C6uoAa .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOd5C6uoAa .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uOd5C6uoAa .title-wrapper .mbr-text {
  margin: 0;
}
.cid-uOd5C6uoAa .mbr-section-title {
  color: #fdfcfc;
}
.cid-uOd5C6uoAa .mbr-text {
  color: #F9A600;
}
.cid-uOd5C6uoAa .mbr-text,
.cid-uOd5C6uoAa .mbr-section-btn {
  color: #ffffff;
}
.cid-uOd5C7Rcxa {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOd5C7Rcxa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd5C7Rcxa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd5C7Rcxa .container,
.cid-uOd5C7Rcxa .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uOd5C7Rcxa .container,
  .cid-uOd5C7Rcxa .container-fluid {
    padding: 0 20px;
  }
}
.cid-uOd5C7Rcxa .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #ffffff;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uOd5C7Rcxa .row {
    padding: 85px 8px;
  }
}
.cid-uOd5C7Rcxa .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uOd5C7Rcxa .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uOd5C7Rcxa .text-wrapper {
  padding: 0 30%;
}
@media (max-width: 992px) {
  .cid-uOd5C7Rcxa .text-wrapper {
    padding: 0;
  }
}
.cid-uOd5C7Rcxa .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOd5C7Rcxa .mbr-section-title {
  color: #ffffff;
}
.cid-uOd5C7Rcxa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOd5C7Rcxa .mbr-text {
  color: #000000;
}
.cid-uOd5C7Rcxa .mbr-section-title,
.cid-uOd5C7Rcxa .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uOd5C9m4Ah {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOd5C9m4Ah .wrapper {
  background: #272b2e;
}
.cid-uOd5C9m4Ah .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd5C9m4Ah .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd5C9m4Ah .mbr-section-title {
  color: #ffffff;
}
.cid-uOd5C9m4Ah .mbr-text {
  color: #ffffff;
}
.cid-uOd5CaCL8I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOd5CaCL8I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd5CaCL8I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd5CaCL8I .card {
  justify-content: flex-end;
}
.cid-uOd5CaCL8I .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOd5CaCL8I .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOd5CaCL8I .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uOd5CaCL8I .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOd5CaCL8I .mbr-section-btn {
  margin-bottom: 40px;
}
.cid-uOd5CaCL8I .mbr-section-btn .btn::after,
.cid-uOd5CaCL8I .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uOd5CaCL8I .mbr-section-btn .btn:hover,
.cid-uOd5CaCL8I .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uOd5CaCL8I .mbr-section-btn .btn:hover::after,
.cid-uOd5CaCL8I .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uOd5CaCL8I .items-wrapper {
  margin: 0 -20px;
}
.cid-uOd5CaCL8I .items-wrapper .item {
  margin-bottom: 40px;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uOd5CaCL8I .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uOd5CaCL8I .items-wrapper .item:hover .item-wrapper .item-img .image-wrap img,
.cid-uOd5CaCL8I .items-wrapper .item:focus .item-wrapper .item-img .image-wrap img {
  transform: scale(1.05) translateX(10px);
}
.cid-uOd5CaCL8I .items-wrapper .item:nth-child(2n) {
  transform: translateY(40px);
}
@media (max-width: 992px) {
  .cid-uOd5CaCL8I .items-wrapper .item:nth-child(2n) {
    transform: none;
  }
}
.cid-uOd5CaCL8I .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  border: 2px solid #2c2c2c;
}
.cid-uOd5CaCL8I .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: -40px;
}
.cid-uOd5CaCL8I .items-wrapper .item .item-wrapper .item-img .image-wrap {
  overflow: hidden;
}
.cid-uOd5CaCL8I .items-wrapper .item .item-wrapper .item-img .image-wrap img {
  height: 310px;
  object-fit: cover;
  transition: all .3s ease;
  border-radius: 0 !important;
  transform: scale(1.05) translateX(0);
}
.cid-uOd5CaCL8I .items-wrapper .item .item-wrapper .date-wrapper {
  position: absolute;
  left: 3px;
  bottom: -20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOd5CaCL8I .items-wrapper .item .item-wrapper .date-wrapper {
    bottom: -10px;
  }
}
.cid-uOd5CaCL8I .items-wrapper .item .item-wrapper .date-wrapper .item-date {
  display: inline-block;
  margin-bottom: 0;
  background-color: #121212;
  padding: 10px 25px;
  border-radius: 3rem;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uOd5CaCL8I .items-wrapper .item .item-wrapper .date-wrapper .item-date:hover,
.cid-uOd5CaCL8I .items-wrapper .item .item-wrapper .date-wrapper .item-date:focus {
  color: #e24c4a;
}
.cid-uOd5CaCL8I .items-wrapper .item .item-wrapper .item-content {
  padding: 80px 40px 40px 40px;
  background-color: #121212;
}
@media (max-width: 992px) {
  .cid-uOd5CaCL8I .items-wrapper .item .item-wrapper .item-content {
    padding: 80px 20px 20px 20px;
  }
}
.cid-uOd5CaCL8I .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
.cid-uOd5CaCL8I .items-wrapper .item .item-wrapper .item-content .item-title:hover,
.cid-uOd5CaCL8I .items-wrapper .item .item-wrapper .item-content .item-title:focus {
  text-decoration-color: inherit;
}
.cid-uOd5CaCL8I .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uOd5CaCL8I .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uOd5CaCL8I .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin: 0 3px 3px 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uOd5CaCL8I .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap:hover,
.cid-uOd5CaCL8I .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uOd5CaCL8I .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-uOd5CaCL8I .items-wrapper .item .item-wrapper .item-content .item-btn .btn {
  margin-bottom: 0;
}
.cid-uOd5CaCL8I .mbr-section-title {
  color: #ffffff;
}
.cid-uOd5CaCL8I .mbr-tag {
  color: #adadad;
}
.cid-uOd5CaCL8I .item-date {
  color: #c7c7c7;
}
.cid-uOd5CaCL8I .item-title {
  color: #ffffff;
}
.cid-uOd5CaCL8I .item-text {
  color: #ffffff;
}
.cid-uOd5CaCL8I .list {
  color: #adadad;
}
.cid-uOd5CaCL8I .main-btn {
  text-align: right;
}
.cid-uOd5CdmXno {
  padding-top: 0rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-color: #15171a;
}
.cid-uOd5CdmXno .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd5CdmXno .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd5CdmXno .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOd5CdmXno .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOd5CdmXno .container {
    padding: 0 16px;
  }
}
.cid-uOd5CdmXno .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uOd5CdmXno .row {
    margin: 0 10px;
  }
}
.cid-uOd5CdmXno .row .card {
  position: relative;
  padding: 0;
}
.cid-uOd5CdmXno .row .card .decor-wrapper_1 {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #272b2e;
  border-radius: 15rem;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uOd5CdmXno .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uOd5CdmXno .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uOd5CdmXno .row .card .decor-wrapper_2 {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #15171a;
  border-radius: 14%;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uOd5CdmXno .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uOd5CdmXno .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uOd5CdmXno .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uOd5CdmXno .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-uOd5CdmXno .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOd5CdmXno .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOd5CdmXno .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(45deg);
  border-radius: 100%;
}
.cid-uOd5CdmXno .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOd5CdmXno .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uOd5CdmXno .title-wrapper .mbr-text {
  margin: 0;
}
.cid-uOd5CdmXno .mbr-section-title {
  color: #fdfcfc;
}
.cid-uOd5CdmXno .mbr-text {
  color: #F9A600;
}
.cid-uOd5CdmXno .mbr-text,
.cid-uOd5CdmXno .mbr-section-btn {
  color: #ffffff;
}
.cid-uOd5CeO462 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOd5CeO462 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd5CeO462 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd5CeO462 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOd5CeO462 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOd5CeO462 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOd5CeO462 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOd5CeO462 .tabs-wrapper {
  padding-bottom: 24px;
  border-bottom: 1px solid #b9b9b9;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uOd5CeO462 .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOd5CeO462 .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uOd5CeO462 .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-uOd5CeO462 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #b9b9b9;
  padding: 14px 32px;
  margin-bottom: 0;
  background-color: #272b2e;
  border: none;
}
.cid-uOd5CeO462 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #7e8d98;
  background-color: #ffffff;
}
.cid-uOd5CeO462 .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOd5CeO462 .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uOd5CeO462 .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uOd5CeO462 .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uOd5CeO462 .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOd5CeO462 .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uOd5CeO462 .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uOd5CeO462 .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uOd5CeO462 .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 24px;
}
.cid-uOd5CeO462 .tab-content .tab-pane .content-wrapper .text-wrapper .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uOd5CeO462 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uOd5CeO462 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOd5CeO462 .item-title {
  color: #000000;
}
.cid-uOd5CeO462 .item-text {
  color: #ffffff;
}
.cid-uOd5CeO462 .mbr-section-title,
.cid-uOd5CeO462 .tabs-wrapper {
  color: #000000;
}
.cid-uOd5CgNTbA {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOd5CgNTbA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd5CgNTbA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd5CgNTbA .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #15171a;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uOd5CgNTbA .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uOd5CgNTbA .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uOd5CgNTbA .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uOd5CgNTbA .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOd5CgNTbA .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOd5CgNTbA .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uOd5CgNTbA .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uOd5CgNTbA .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uOd5CgNTbA .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uOd5CgNTbA .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-uOd5CgNTbA .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uOd5CgNTbA .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uOd5CgNTbA .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOd5CgNTbA .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOd5CgNTbA .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOd5CgNTbA .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #f4f4f4;
}
.cid-uOd5CgNTbA .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #f4f4f4;
}
.cid-uOd5CgNTbA .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uOd5CgNTbA .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOd5CgNTbA .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uOd5CgNTbA .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOd5CgNTbA .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uOd5CgNTbA .panel-title-edit {
  color: #f4f4f4;
}
.cid-uOd5CgNTbA .panel-text {
  color: #d7d2d2;
}
.cid-uOd5CgNTbA .mbr-section-title,
.cid-uOd5CgNTbA .mbr-section-btn,
.cid-uOd5CgNTbA .title-wrapper {
  color: #ffffff;
}
.cid-uOd5CiuHX1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #15171a;
}
.cid-uOd5CiuHX1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd5CiuHX1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd5CiuHX1 .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uOd5CiuHX1 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uOd5CiuHX1 .content-wrapper {
    padding: 0;
  }
}
.cid-uOd5CiuHX1 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOd5CiuHX1 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOd5CiuHX1 .content-wrapper .google-map iframe {
  height: 700px;
  border: 2px solid #ffffff !important;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uOd5CiuHX1 .content-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uOd5CiuHX1 .content-wrapper .google-map iframe {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
.cid-uOd5CiuHX1 .mbr-section-title {
  color: #ffffff;
}
.cid-uOd5CjSdkJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uOd5CjSdkJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd5CjSdkJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd5CjSdkJ .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uOd5CjSdkJ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOd5CjSdkJ .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOd5CjSdkJ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOd5CjSdkJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOd5CjSdkJ .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uOd5CjSdkJ .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOd5CjSdkJ .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uOd5CjSdkJ .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOd5CjSdkJ .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uOd5CjSdkJ .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uOd5CjSdkJ .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-uOd5CjSdkJ .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uOd5CjSdkJ .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uOd5CjSdkJ .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uOd5CjSdkJ .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOd5CjSdkJ .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uOd5CjSdkJ .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uOd5CjSdkJ .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOd5CjSdkJ .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uOd5CjSdkJ .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOd5CjSdkJ .list-wrapper .list .item-wrap:hover,
.cid-uOd5CjSdkJ .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-uOd5CjSdkJ .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uOd5CjSdkJ .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uOd5CjSdkJ .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uOd5CjSdkJ .mbr-section-title {
  color: #ffffff;
}
.cid-uOd5CjSdkJ .mbr-text {
  color: #ffffff;
}
.cid-uOd5CjSdkJ .mbr-desc {
  color: #ffffff;
}
.cid-uOd5CjSdkJ .list {
  color: #ffffff;
}
.cid-uOd7TzYUCs {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uOd7TzYUCs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uOd7TzYUCs .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uOd7TzYUCs .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOd7TzYUCs .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-uOd7TzYUCs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOd7TzYUCs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOd7TzYUCs .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uOd7TzYUCs .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uOd7TzYUCs .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-uOd7TzYUCs .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uOd7TzYUCs .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uOd7TzYUCs .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uOd7TzYUCs .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uOd7TzYUCs .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uOd7TzYUCs .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uOd7TzYUCs .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-uOd7TzYUCs .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #f96e47;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uOd7TzYUCs .nav-link::before {
    left: 8px;
  }
}
.cid-uOd7TzYUCs .nav-link:hover {
  opacity: 1;
}
.cid-uOd7TzYUCs .nav-link:hover::before {
  opacity: 1;
}
.cid-uOd7TzYUCs .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uOd7TzYUCs .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uOd7TzYUCs .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-uOd7TzYUCs .navbar-caption:hover,
.cid-uOd7TzYUCs .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-uOd7TzYUCs .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uOd7TzYUCs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uOd7TzYUCs .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #000000;
  box-shadow: none;
  position: relative;
  border: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uOd7TzYUCs .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uOd7TzYUCs .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-uOd7TzYUCs .menu-container {
    margin: 16px;
  }
}
.cid-uOd7TzYUCs .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uOd7TzYUCs .iconfont-wrapper:hover,
.cid-uOd7TzYUCs .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uOd7TzYUCs .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
}
.cid-uOd7TzYUCs .nav-item:focus,
.cid-uOd7TzYUCs .nav-link:focus {
  outline: none;
}
.cid-uOd7TzYUCs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOd7TzYUCs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOd7TzYUCs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOd7TzYUCs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOd7TzYUCs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOd7TzYUCs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOd7TzYUCs .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uOd7TzYUCs .navbar.opened {
  transition: all 0.3s;
}
.cid-uOd7TzYUCs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOd7TzYUCs .navbar .navbar-logo img {
  width: auto;
}
.cid-uOd7TzYUCs .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uOd7TzYUCs .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uOd7TzYUCs .navbar.collapsed {
  justify-content: center;
}
.cid-uOd7TzYUCs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOd7TzYUCs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOd7TzYUCs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uOd7TzYUCs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOd7TzYUCs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOd7TzYUCs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uOd7TzYUCs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOd7TzYUCs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOd7TzYUCs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOd7TzYUCs .navbar {
    min-height: 72px;
  }
  .cid-uOd7TzYUCs .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uOd7TzYUCs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOd7TzYUCs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOd7TzYUCs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOd7TzYUCs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOd7TzYUCs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uOd7TzYUCs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOd7TzYUCs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uOd7TzYUCs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOd7TzYUCs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOd7TzYUCs .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uOd7TzYUCs .dropdown-item.active,
.cid-uOd7TzYUCs .dropdown-item:active {
  background-color: transparent;
}
.cid-uOd7TzYUCs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOd7TzYUCs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOd7TzYUCs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOd7TzYUCs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uOd7TzYUCs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uOd7TzYUCs .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uOd7TzYUCs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOd7TzYUCs .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uOd7TzYUCs .navbar-buttons {
    text-align: left;
  }
}
.cid-uOd7TzYUCs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOd7TzYUCs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f96e47;
}
.cid-uOd7TzYUCs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOd7TzYUCs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOd7TzYUCs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOd7TzYUCs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOd7TzYUCs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOd7TzYUCs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOd7TzYUCs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOd7TzYUCs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOd7TzYUCs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOd7TzYUCs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOd7TzYUCs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOd7TzYUCs .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOd7TzYUCs .navbar {
    height: 70px;
  }
  .cid-uOd7TzYUCs .navbar.opened {
    height: auto;
  }
  .cid-uOd7TzYUCs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOd7TzYUCs .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uOd7TzYUCs .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uOd7TzYUCs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uOd7TzYUCs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uOd7TzYUCs .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uOd7TzYUCs .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uOd7TzYUCs .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uOd7TzYUCs .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uOd7TzYUCs .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-uOd7TzYUCs .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uOd7TzYUCs .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uOd7TzYUCs .navbar-brand {
    margin-right: auto;
  }
  .cid-uOd7TzYUCs .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
  }
  .cid-uOd7TzYUCs .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uOd7TzYUCs .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uOd7TzYUCs .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uOd7TzYUCs .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uOd7TzYUCs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uOd7TzYUCs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uOd7TzYUCs .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uOd7TzYUCs .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uOd7TzYUCs .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uOd7TzYUCs .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uOd7TzYUCs .navbar-brand,
.cid-uOd7TzYUCs .navbar-toggler,
.cid-uOd7TzYUCs .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uOd7TwJJi1 {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uOd7TwJJi1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd7TwJJi1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd7TwJJi1 .items-wrapper {
  justify-content: flex-end;
}
.cid-uOd7TwJJi1 .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOd7TwJJi1 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOd7TwJJi1 .image-wrapper img {
  height: 720px;
  width: 720px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1700px) {
  .cid-uOd7TwJJi1 .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-uOd7TwJJi1 .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uOd7TwJJi1 .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uOd7TwJJi1 .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uOd7TwJJi1 .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-uOd7TwJJi1 .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uOd7TwJJi1 .content-wrapper {
    padding-left: 0;
  }
}
.cid-uOd7TwJJi1 .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uOd7TwJJi1 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOd7TwJJi1 .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uOd7TwJJi1 .mbr-desc {
  color: #272b2e;
}
.cid-uOd7TwJJi1 .mbr-section-title {
  color: #272b2e;
}
.cid-uOd7TwJJi1 .mbr-text,
.cid-uOd7TwJJi1 .text-wrapper {
  color: #272b2e;
}
.cid-uOd7TwJJi1 .mbr-section-title,
.cid-uOd7TwJJi1 .mbr-section-btn {
  color: #ffffff;
}
.cid-uOd7TwJJi1 .mbr-text {
  color: #ffffff;
}
.cid-uOd7Ty0QaL {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uOd7Ty0QaL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd7Ty0QaL .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-uOd7Ty0QaL .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uOd7Ty0QaL .container {
    padding: 0 12px;
  }
}
.cid-uOd7Ty0QaL .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOd7Ty0QaL .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uOd7Ty0QaL .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uOd7Ty0QaL .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #272b2e;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uOd7Ty0QaL .mbr-section-title {
  color: #222222;
}
.cid-uOd7Tz1C4F {
  padding-top: 0rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-color: #15171a;
}
.cid-uOd7Tz1C4F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd7Tz1C4F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd7Tz1C4F .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOd7Tz1C4F .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOd7Tz1C4F .container {
    padding: 0 16px;
  }
}
.cid-uOd7Tz1C4F .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uOd7Tz1C4F .row {
    margin: 0 10px;
  }
}
.cid-uOd7Tz1C4F .row .card {
  position: relative;
  padding: 0;
}
.cid-uOd7Tz1C4F .row .card .decor-wrapper_1 {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #272b2e;
  border-radius: 15rem;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uOd7Tz1C4F .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uOd7Tz1C4F .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uOd7Tz1C4F .row .card .decor-wrapper_2 {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #15171a;
  border-radius: 14%;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uOd7Tz1C4F .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uOd7Tz1C4F .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uOd7Tz1C4F .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uOd7Tz1C4F .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-uOd7Tz1C4F .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOd7Tz1C4F .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOd7Tz1C4F .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(45deg);
  border-radius: 100%;
}
.cid-uOd7Tz1C4F .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOd7Tz1C4F .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uOd7Tz1C4F .title-wrapper .mbr-text {
  margin: 0;
}
.cid-uOd7Tz1C4F .mbr-section-title {
  color: #fdfcfc;
}
.cid-uOd7Tz1C4F .mbr-text {
  color: #F9A600;
}
.cid-uOd7Tz1C4F .mbr-text,
.cid-uOd7Tz1C4F .mbr-section-btn {
  color: #ffffff;
}
.cid-uOd7TBmsvG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uOd7TBmsvG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd7TBmsvG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd7TBmsvG img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-uOd7TBmsvG img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-uOd7TBmsvG .row {
  flex-direction: row-reverse;
}
.cid-uOd7TBmsvG .row {
  align-items: center;
}
.cid-uOd7TBmsvG .mbr-section-title {
  color: #000000;
}
.cid-uOd7TBmsvG .mbr-text,
.cid-uOd7TBmsvG .mbr-section-btn {
  color: #000000;
}
.cid-uOd7TCxkUJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uOd7TCxkUJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd7TCxkUJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd7TCxkUJ .items-wrap {
  justify-content: center;
}
.cid-uOd7TCxkUJ .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOd7TCxkUJ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOd7TCxkUJ .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOd7TCxkUJ .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-uOd7TCxkUJ .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uOd7TCxkUJ .item {
    margin-bottom: 16px;
  }
}
.cid-uOd7TCxkUJ .item:hover .item-wrapper,
.cid-uOd7TCxkUJ .item:focus .item-wrapper {
  border: 2px solid #7dabab;
}
.cid-uOd7TCxkUJ .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOd7TCxkUJ .item .item-wrapper {
    padding: 20px 16px;
  }
}
.cid-uOd7TCxkUJ .item .item-wrapper .icon-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOd7TCxkUJ .item .item-wrapper .icon-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uOd7TCxkUJ .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 56px;
  background: linear-gradient(230deg, #f96e47, #7dabab);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uOd7TCxkUJ .item .item-wrapper .card-box .title-wrap .item-title,
.cid-uOd7TCxkUJ .item .item-wrapper .card-box .title-wrap .item-title_2 {
  margin-bottom: 16px;
}
.cid-uOd7TCxkUJ .item .item-wrapper .card-box .title-wrap .item-text,
.cid-uOd7TCxkUJ .item .item-wrapper .card-box .title-wrap .item-text_2 {
  margin-bottom: 0;
}
.cid-uOd7TCxkUJ .item .card_1 {
  background-color: #272b2e;
  border: 2px solid #272b2e;
}
.cid-uOd7TCxkUJ .item .card_2 {
  background-color: #1e2124;
  border: 2px solid #1e2124;
}
.cid-uOd7TCxkUJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uOd7TCxkUJ .item-title {
  color: #f2f2f2;
}
.cid-uOd7TCxkUJ .item-title_2 {
  color: #f2f2f2;
}
.cid-uOd7TCxkUJ .item-text {
  color: #b9b9b9;
}
.cid-uOd7TCxkUJ .item-text_2 {
  color: #b9b9b9;
}
.cid-uOd7TE5wFD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOd7TE5wFD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd7TE5wFD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd7TE5wFD .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOd7TE5wFD .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOd7TE5wFD .container {
    padding: 0;
  }
}
.cid-uOd7TE5wFD .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOd7TE5wFD .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uOd7TE5wFD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOd7TE5wFD .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uOd7TE5wFD .mbr-section-title {
  color: #000000;
}
.cid-uOd7TE5wFD .mbr-text {
  color: #000000;
}
.cid-uOd7TFhSu2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uOd7TFhSu2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd7TFhSu2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd7TFhSu2 .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOd7TFhSu2 .item {
    margin-bottom: 16px;
  }
}
.cid-uOd7TFhSu2 .item:nth-child(2n) .item-wrapper {
  flex-direction: row-reverse;
}
.cid-uOd7TFhSu2 .item:nth-child(2n) .item-wrapper .item-img {
  padding-left: 0;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uOd7TFhSu2 .item:nth-child(2n) .item-wrapper .item-img {
    padding-right: 0;
  }
}
.cid-uOd7TFhSu2 .item .item-wrapper {
  display: flex;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOd7TFhSu2 .item .item-wrapper {
    display: block;
  }
}
.cid-uOd7TFhSu2 .item .item-wrapper .item-content {
  display: flex;
  align-items: flex-end;
  background-color: #272b2e;
  padding: 64px 40px;
  width: 35%;
}
@media (max-width: 1200px) {
  .cid-uOd7TFhSu2 .item .item-wrapper .item-content {
    padding: 64px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uOd7TFhSu2 .item .item-wrapper .item-content {
    width: 100%;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}
.cid-uOd7TFhSu2 .item .item-wrapper .item-content .title-wrap {
  width: 100%;
}
.cid-uOd7TFhSu2 .item .item-wrapper .item-content .title-wrap .item-title {
  margin-bottom: 24px;
}
.cid-uOd7TFhSu2 .item .item-wrapper .item-content .title-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uOd7TFhSu2 .item .item-wrapper .item-img {
  width: 65%;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uOd7TFhSu2 .item .item-wrapper .item-img {
    width: 100%;
    padding-left: 0;
  }
}
.cid-uOd7TFhSu2 .item .item-wrapper .item-img img {
  height: 830px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOd7TFhSu2 .item .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-uOd7TFhSu2 .item-title {
  color: #ffffff;
}
.cid-uOd7TFhSu2 .item-desc {
  color: #ffffff;
}
.cid-uOd7TGym1U {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  background: linear-gradient(to right top, #ffffff, #ffffff);
}
.cid-uOd7TGym1U .img-wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-uOd7TGym1U .img-wrap img {
  width: 61%;
  margin: auto;
}
.cid-uOd7TGym1U .mbr-text,
.cid-uOd7TGym1U .mbr-section-btn {
  color: #000000;
}
.cid-uOd7TGym1U .mbr-section-title {
  color: #000000;
}
.cid-uOd7TGym1U .buttons-wrap .link {
  display: flex;
}
.cid-uOd7TGym1U .mbr-arrow {
  bottom: 0;
}
.cid-uOd7TGym1U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd7TGym1U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd7THUkfK {
  padding-top: 0rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-color: #15171a;
}
.cid-uOd7THUkfK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd7THUkfK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd7THUkfK .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOd7THUkfK .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOd7THUkfK .container {
    padding: 0 16px;
  }
}
.cid-uOd7THUkfK .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uOd7THUkfK .row {
    margin: 0 10px;
  }
}
.cid-uOd7THUkfK .row .card {
  position: relative;
  padding: 0;
}
.cid-uOd7THUkfK .row .card .decor-wrapper_1 {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #272b2e;
  border-radius: 15rem;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uOd7THUkfK .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uOd7THUkfK .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uOd7THUkfK .row .card .decor-wrapper_2 {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #15171a;
  border-radius: 14%;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uOd7THUkfK .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uOd7THUkfK .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uOd7THUkfK .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uOd7THUkfK .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-uOd7THUkfK .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOd7THUkfK .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOd7THUkfK .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(45deg);
  border-radius: 100%;
}
.cid-uOd7THUkfK .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOd7THUkfK .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uOd7THUkfK .title-wrapper .mbr-text {
  margin: 0;
}
.cid-uOd7THUkfK .mbr-section-title {
  color: #fdfcfc;
}
.cid-uOd7THUkfK .mbr-text {
  color: #F9A600;
}
.cid-uOd7THUkfK .mbr-text,
.cid-uOd7THUkfK .mbr-section-btn {
  color: #ffffff;
}
.cid-uOd7TIYyem {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOd7TIYyem .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd7TIYyem .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd7TIYyem .container,
.cid-uOd7TIYyem .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uOd7TIYyem .container,
  .cid-uOd7TIYyem .container-fluid {
    padding: 0 20px;
  }
}
.cid-uOd7TIYyem .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #ffffff;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uOd7TIYyem .row {
    padding: 85px 8px;
  }
}
.cid-uOd7TIYyem .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uOd7TIYyem .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uOd7TIYyem .text-wrapper {
  padding: 0 30%;
}
@media (max-width: 992px) {
  .cid-uOd7TIYyem .text-wrapper {
    padding: 0;
  }
}
.cid-uOd7TIYyem .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOd7TIYyem .mbr-section-title {
  color: #ffffff;
}
.cid-uOd7TIYyem .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOd7TIYyem .mbr-text {
  color: #000000;
}
.cid-uOd7TIYyem .mbr-section-title,
.cid-uOd7TIYyem .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uOd7TKPDGU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOd7TKPDGU .wrapper {
  background: #272b2e;
}
.cid-uOd7TKPDGU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd7TKPDGU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd7TKPDGU .mbr-section-title {
  color: #ffffff;
}
.cid-uOd7TKPDGU .mbr-text {
  color: #ffffff;
}
.cid-uOd7TNutkg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOd7TNutkg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd7TNutkg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd7TNutkg .card {
  justify-content: flex-end;
}
.cid-uOd7TNutkg .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOd7TNutkg .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOd7TNutkg .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uOd7TNutkg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOd7TNutkg .mbr-section-btn {
  margin-bottom: 40px;
}
.cid-uOd7TNutkg .mbr-section-btn .btn::after,
.cid-uOd7TNutkg .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uOd7TNutkg .mbr-section-btn .btn:hover,
.cid-uOd7TNutkg .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uOd7TNutkg .mbr-section-btn .btn:hover::after,
.cid-uOd7TNutkg .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uOd7TNutkg .items-wrapper {
  margin: 0 -20px;
}
.cid-uOd7TNutkg .items-wrapper .item {
  margin-bottom: 40px;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uOd7TNutkg .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uOd7TNutkg .items-wrapper .item:hover .item-wrapper .item-img .image-wrap img,
.cid-uOd7TNutkg .items-wrapper .item:focus .item-wrapper .item-img .image-wrap img {
  transform: scale(1.05) translateX(10px);
}
.cid-uOd7TNutkg .items-wrapper .item:nth-child(2n) {
  transform: translateY(40px);
}
@media (max-width: 992px) {
  .cid-uOd7TNutkg .items-wrapper .item:nth-child(2n) {
    transform: none;
  }
}
.cid-uOd7TNutkg .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  border: 2px solid #2c2c2c;
}
.cid-uOd7TNutkg .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: -40px;
}
.cid-uOd7TNutkg .items-wrapper .item .item-wrapper .item-img .image-wrap {
  overflow: hidden;
}
.cid-uOd7TNutkg .items-wrapper .item .item-wrapper .item-img .image-wrap img {
  height: 310px;
  object-fit: cover;
  transition: all .3s ease;
  border-radius: 0 !important;
  transform: scale(1.05) translateX(0);
}
.cid-uOd7TNutkg .items-wrapper .item .item-wrapper .date-wrapper {
  position: absolute;
  left: 3px;
  bottom: -20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOd7TNutkg .items-wrapper .item .item-wrapper .date-wrapper {
    bottom: -10px;
  }
}
.cid-uOd7TNutkg .items-wrapper .item .item-wrapper .date-wrapper .item-date {
  display: inline-block;
  margin-bottom: 0;
  background-color: #121212;
  padding: 10px 25px;
  border-radius: 3rem;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uOd7TNutkg .items-wrapper .item .item-wrapper .date-wrapper .item-date:hover,
.cid-uOd7TNutkg .items-wrapper .item .item-wrapper .date-wrapper .item-date:focus {
  color: #e24c4a;
}
.cid-uOd7TNutkg .items-wrapper .item .item-wrapper .item-content {
  padding: 80px 40px 40px 40px;
  background-color: #121212;
}
@media (max-width: 992px) {
  .cid-uOd7TNutkg .items-wrapper .item .item-wrapper .item-content {
    padding: 80px 20px 20px 20px;
  }
}
.cid-uOd7TNutkg .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
.cid-uOd7TNutkg .items-wrapper .item .item-wrapper .item-content .item-title:hover,
.cid-uOd7TNutkg .items-wrapper .item .item-wrapper .item-content .item-title:focus {
  text-decoration-color: inherit;
}
.cid-uOd7TNutkg .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uOd7TNutkg .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uOd7TNutkg .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin: 0 3px 3px 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uOd7TNutkg .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap:hover,
.cid-uOd7TNutkg .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uOd7TNutkg .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-uOd7TNutkg .items-wrapper .item .item-wrapper .item-content .item-btn .btn {
  margin-bottom: 0;
}
.cid-uOd7TNutkg .mbr-section-title {
  color: #ffffff;
}
.cid-uOd7TNutkg .mbr-tag {
  color: #adadad;
}
.cid-uOd7TNutkg .item-date {
  color: #c7c7c7;
}
.cid-uOd7TNutkg .item-title {
  color: #ffffff;
}
.cid-uOd7TNutkg .item-text {
  color: #ffffff;
}
.cid-uOd7TNutkg .list {
  color: #adadad;
}
.cid-uOd7TNutkg .main-btn {
  text-align: right;
}
.cid-uOd7TS7rHL {
  padding-top: 0rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-color: #15171a;
}
.cid-uOd7TS7rHL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd7TS7rHL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd7TS7rHL .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOd7TS7rHL .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOd7TS7rHL .container {
    padding: 0 16px;
  }
}
.cid-uOd7TS7rHL .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uOd7TS7rHL .row {
    margin: 0 10px;
  }
}
.cid-uOd7TS7rHL .row .card {
  position: relative;
  padding: 0;
}
.cid-uOd7TS7rHL .row .card .decor-wrapper_1 {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #272b2e;
  border-radius: 15rem;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uOd7TS7rHL .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uOd7TS7rHL .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uOd7TS7rHL .row .card .decor-wrapper_2 {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #15171a;
  border-radius: 14%;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uOd7TS7rHL .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uOd7TS7rHL .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uOd7TS7rHL .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uOd7TS7rHL .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-uOd7TS7rHL .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOd7TS7rHL .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOd7TS7rHL .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(45deg);
  border-radius: 100%;
}
.cid-uOd7TS7rHL .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOd7TS7rHL .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uOd7TS7rHL .title-wrapper .mbr-text {
  margin: 0;
}
.cid-uOd7TS7rHL .mbr-section-title {
  color: #fdfcfc;
}
.cid-uOd7TS7rHL .mbr-text {
  color: #F9A600;
}
.cid-uOd7TS7rHL .mbr-text,
.cid-uOd7TS7rHL .mbr-section-btn {
  color: #ffffff;
}
.cid-uOd7TV3q0Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOd7TV3q0Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd7TV3q0Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd7TV3q0Y .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOd7TV3q0Y .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOd7TV3q0Y .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOd7TV3q0Y .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOd7TV3q0Y .tabs-wrapper {
  padding-bottom: 24px;
  border-bottom: 1px solid #b9b9b9;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uOd7TV3q0Y .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOd7TV3q0Y .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uOd7TV3q0Y .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-uOd7TV3q0Y .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #b9b9b9;
  padding: 14px 32px;
  margin-bottom: 0;
  background-color: #272b2e;
  border: none;
}
.cid-uOd7TV3q0Y .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #7e8d98;
  background-color: #ffffff;
}
.cid-uOd7TV3q0Y .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOd7TV3q0Y .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uOd7TV3q0Y .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uOd7TV3q0Y .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uOd7TV3q0Y .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOd7TV3q0Y .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uOd7TV3q0Y .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uOd7TV3q0Y .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uOd7TV3q0Y .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 24px;
}
.cid-uOd7TV3q0Y .tab-content .tab-pane .content-wrapper .text-wrapper .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uOd7TV3q0Y .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uOd7TV3q0Y .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOd7TV3q0Y .item-title {
  color: #000000;
}
.cid-uOd7TV3q0Y .item-text {
  color: #ffffff;
}
.cid-uOd7TV3q0Y .mbr-section-title,
.cid-uOd7TV3q0Y .tabs-wrapper {
  color: #000000;
}
.cid-uOd7TWD8Sl {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOd7TWD8Sl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd7TWD8Sl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd7TWD8Sl .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #15171a;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uOd7TWD8Sl .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uOd7TWD8Sl .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uOd7TWD8Sl .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uOd7TWD8Sl .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOd7TWD8Sl .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOd7TWD8Sl .card-wrapper .panel-group {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uOd7TWD8Sl .card-wrapper .panel-group {
    width: 100%;
    display: block;
  }
}
.cid-uOd7TWD8Sl .card-wrapper .panel-group .card {
  position: relative;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uOd7TWD8Sl .card-wrapper .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uOd7TWD8Sl .card-wrapper .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-uOd7TWD8Sl .card-wrapper .panel-group .card:nth-child(5) {
  border-top: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uOd7TWD8Sl .card-wrapper .panel-group .card:nth-child(5) {
    border-top: none;
  }
}
.cid-uOd7TWD8Sl .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOd7TWD8Sl .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOd7TWD8Sl .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOd7TWD8Sl .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: 1px solid #f4f4f4;
}
.cid-uOd7TWD8Sl .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #f4f4f4;
}
.cid-uOd7TWD8Sl .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-180deg);
}
.cid-uOd7TWD8Sl .card-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOd7TWD8Sl .card-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uOd7TWD8Sl .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOd7TWD8Sl .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uOd7TWD8Sl .panel-title-edit {
  color: #f4f4f4;
}
.cid-uOd7TWD8Sl .panel-text {
  color: #d7d2d2;
}
.cid-uOd7TY6RaC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #15171a;
}
.cid-uOd7TY6RaC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd7TY6RaC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd7TY6RaC .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uOd7TY6RaC .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uOd7TY6RaC .content-wrapper {
    padding: 0;
  }
}
.cid-uOd7TY6RaC .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOd7TY6RaC .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOd7TY6RaC .content-wrapper .google-map iframe {
  height: 700px;
  border: 2px solid #ffffff !important;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uOd7TY6RaC .content-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uOd7TY6RaC .content-wrapper .google-map iframe {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
.cid-uOd7TY6RaC .mbr-section-title {
  color: #ffffff;
}
.cid-uOd7TZhSyu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uOd7TZhSyu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOd7TZhSyu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOd7TZhSyu .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uOd7TZhSyu .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOd7TZhSyu .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOd7TZhSyu .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOd7TZhSyu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOd7TZhSyu .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uOd7TZhSyu .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOd7TZhSyu .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uOd7TZhSyu .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOd7TZhSyu .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uOd7TZhSyu .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uOd7TZhSyu .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-uOd7TZhSyu .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uOd7TZhSyu .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uOd7TZhSyu .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uOd7TZhSyu .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOd7TZhSyu .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uOd7TZhSyu .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uOd7TZhSyu .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOd7TZhSyu .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uOd7TZhSyu .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOd7TZhSyu .list-wrapper .list .item-wrap:hover,
.cid-uOd7TZhSyu .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-uOd7TZhSyu .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uOd7TZhSyu .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uOd7TZhSyu .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uOd7TZhSyu .mbr-section-title {
  color: #ffffff;
}
.cid-uOd7TZhSyu .mbr-text {
  color: #ffffff;
}
.cid-uOd7TZhSyu .mbr-desc {
  color: #ffffff;
}
.cid-uOd7TZhSyu .list {
  color: #ffffff;
}
