.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Schibsted Grotesk;
}
.display-1 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 5.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.875rem;
}
.display-2 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 3rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2.2rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.85rem;
    font-size: calc( 2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.85rem;
    font-size: calc( 2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* 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: #a78aff !important;
}
.bg-info {
  background-color: #1659ff !important;
}
.bg-warning {
  background-color: #49ff39 !important;
}
.bg-danger {
  background-color: #ff4c39 !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: 0 0 33px 0 #ffffff;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff398a !important;
  border-color: #ff398a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ff398a !important;
  border-color: #ff398a !important;
  box-shadow: 0 0 33px 0 #ff398a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff6ca8 !important;
  border-color: #ff6ca8 !important;
}
.btn-info,
.btn-info:active {
  background-color: #1659ff !important;
  border-color: #1659ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #1659ff !important;
  border-color: #1659ff !important;
  box-shadow: 0 0 33px 0 #1659ff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #497dff !important;
  border-color: #497dff !important;
}
.btn-success,
.btn-success:active {
  background-color: #a78aff !important;
  border-color: #a78aff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #a78aff !important;
  border-color: #a78aff !important;
  box-shadow: 0 0 33px 0 #a78aff;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #cdbdff !important;
  border-color: #cdbdff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #49ff39 !important;
  border-color: #49ff39 !important;
  color: #053900 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #49ff39 !important;
  border-color: #49ff39 !important;
  box-shadow: 0 0 33px 0 #49ff39;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #053900 !important;
  background-color: #78ff6c !important;
  border-color: #78ff6c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff4c39 !important;
  border-color: #ff4c39 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff4c39 !important;
  border-color: #ff4c39 !important;
  box-shadow: 0 0 33px 0 #ff4c39;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff7a6c !important;
  border-color: #ff7a6c !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  box-shadow: 0 0 33px 0 #eff0ec;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #232323 !important;
  border-color: #232323 !important;
  box-shadow: 0 0 33px 0 #232323;
}
.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: #ffffff !important;
  background-color: transparent !important;
  border-color: #ffffff !important;
  box-shadow: 0 0 33px 0 #ffffff;
}
.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: #ff398a;
  color: #ff398a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff398a !important;
  background-color: transparent !important;
  border-color: #ff398a !important;
  box-shadow: 0 0 33px 0 #ff398a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff398a !important;
  border-color: #ff398a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #1659ff;
  color: #1659ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #1659ff !important;
  background-color: transparent !important;
  border-color: #1659ff !important;
  box-shadow: 0 0 33px 0 #1659ff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1659ff !important;
  border-color: #1659ff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #a78aff;
  color: #a78aff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a78aff !important;
  background-color: transparent !important;
  border-color: #a78aff !important;
  box-shadow: 0 0 33px 0 #a78aff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #a78aff !important;
  border-color: #a78aff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #49ff39;
  color: #49ff39;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #49ff39 !important;
  background-color: transparent !important;
  border-color: #49ff39 !important;
  box-shadow: 0 0 33px 0 #49ff39;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #053900 !important;
  background-color: #49ff39 !important;
  border-color: #49ff39 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff4c39;
  color: #ff4c39;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff4c39 !important;
  background-color: transparent !important;
  border-color: #ff4c39 !important;
  box-shadow: 0 0 33px 0 #ff4c39;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4c39 !important;
  border-color: #ff4c39 !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: #232323 !important;
  background-color: transparent !important;
  border-color: #232323 !important;
  box-shadow: 0 0 33px 0 #232323;
}
.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: #fafafa !important;
  background-color: transparent !important;
  border-color: #fafafa !important;
  box-shadow: 0 0 33px 0 #fafafa;
}
.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: #ff398a !important;
}
.text-success {
  color: #a78aff !important;
}
.text-info {
  color: #1659ff !important;
}
.text-warning {
  color: #49ff39 !important;
}
.text-danger {
  color: #ff4c39 !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: #d20056 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #5a24ff !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0032af !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #11d200 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #d21400 !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: #1659ff;
}
.alert-warning {
  background-color: #49ff39;
}
.alert-danger {
  background-color: #ff4c39;
}
.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: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e2eaff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 10px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
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: #ffffff !important;
  background: #ff398a !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,
.mbr-section-btn-item .btn {
  padding: 10px 44px;
  border-radius: 10px !important;
}
.item-wrap {
  border-radius: 10px !important;
}
ul.navbar-nav {
  border-radius: 10px !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.form-wrapper {
  border-radius: 0 !important;
}
.cid-uRhtE7TDWF .navbar-dropdown {
  position: relative !important;
}
.cid-uRhtE7TDWF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRhtE7TDWF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRhtE7TDWF .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-uRhtE7TDWF .dropdown-item:hover,
.cid-uRhtE7TDWF .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-uRhtE7TDWF .dropdown-item:hover span {
  color: white;
}
.cid-uRhtE7TDWF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRhtE7TDWF .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRhtE7TDWF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRhtE7TDWF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRhtE7TDWF .nav-link {
  position: relative;
}
.cid-uRhtE7TDWF .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-uRhtE7TDWF .container {
    flex-wrap: nowrap;
  }
}
.cid-uRhtE7TDWF .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uRhtE7TDWF .iconfont-wrapper:hover {
  color: #0047ff !important;
}
.cid-uRhtE7TDWF .dropdown-menu,
.cid-uRhtE7TDWF .navbar.opened {
  background: #1f2329 !important;
}
.cid-uRhtE7TDWF .nav-item:focus,
.cid-uRhtE7TDWF .nav-link:focus {
  outline: none;
}
.cid-uRhtE7TDWF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRhtE7TDWF .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uRhtE7TDWF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRhtE7TDWF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRhtE7TDWF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRhtE7TDWF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRhtE7TDWF .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1f2329;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uRhtE7TDWF .navbar.opened {
  transition: all 0.3s;
}
.cid-uRhtE7TDWF .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-uRhtE7TDWF .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uRhtE7TDWF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRhtE7TDWF .navbar.collapsed {
  justify-content: center;
}
.cid-uRhtE7TDWF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRhtE7TDWF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRhtE7TDWF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRhtE7TDWF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRhtE7TDWF .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-uRhtE7TDWF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRhtE7TDWF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRhtE7TDWF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRhtE7TDWF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRhtE7TDWF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRhtE7TDWF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRhtE7TDWF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRhtE7TDWF .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-uRhtE7TDWF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRhtE7TDWF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRhtE7TDWF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRhtE7TDWF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uRhtE7TDWF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRhtE7TDWF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRhtE7TDWF .navbar.navbar-short {
  min-height: 96px;
}
.cid-uRhtE7TDWF .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uRhtE7TDWF .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uRhtE7TDWF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uRhtE7TDWF .navbar-brand .navbar-caption:hover,
.cid-uRhtE7TDWF .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uRhtE7TDWF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRhtE7TDWF .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uRhtE7TDWF .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0047ff !important;
}
.cid-uRhtE7TDWF .dropdown-item.active,
.cid-uRhtE7TDWF .dropdown-item:active {
  background-color: transparent;
}
.cid-uRhtE7TDWF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRhtE7TDWF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRhtE7TDWF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRhtE7TDWF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2329;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uRhtE7TDWF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uRhtE7TDWF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uRhtE7TDWF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRhtE7TDWF ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uRhtE7TDWF ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
  }
}
.cid-uRhtE7TDWF .navbar-buttons {
  text-align: center;
}
.cid-uRhtE7TDWF .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-uRhtE7TDWF .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uRhtE7TDWF .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uRhtE7TDWF button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #1f2329 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uRhtE7TDWF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRhtE7TDWF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uRhtE7TDWF button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uRhtE7TDWF button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uRhtE7TDWF button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uRhtE7TDWF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRhtE7TDWF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRhtE7TDWF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRhtE7TDWF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRhtE7TDWF .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRhtE7TDWF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRhtE7TDWF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRhtE7TDWF .navbar {
    height: 70px;
  }
  .cid-uRhtE7TDWF .navbar.opened {
    height: auto;
  }
  .cid-uRhtE7TDWF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRhtE7TDWF .navbar-nav {
  margin: 0 auto;
}
.cid-uRhtE7TDWF .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uRhtE7TDWF .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-uRhtE7TDWF .nav-item .nav-link::after {
  color: #0047ff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uRhtE7TDWF .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #0047ff 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-uRhtE7TDWF .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uRhtE7TDWF .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uRhtE7TDWF .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uRhtE7TDWF .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-uRhtE7TDWF .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uRhtE7TDWF .navbar {
    justify-content: flex-start !important;
  }
  .cid-uRhtE7TDWF .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uRhtE7TDWF .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uRhtE7TDWF .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uRhtE7TDWF .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uRhtE7TDWF .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uRhtE7TDWF .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uRhtE7TDWF .content-wrap {
  min-height: 90px;
}
.cid-uRhqsGtlQh {
  padding-top: 7rem;
  padding-bottom: 8rem;
}
.cid-uRhqsGtlQh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRhqsGtlQh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
@media (min-width: 992px) {
  .cid-uRhqsGtlQh img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uRhqsGtlQh img {
    padding-bottom: 2rem;
  }
}
.cid-uRhqsGtlQh .row {
  align-items: center;
}
.cid-uRhqsGtlQh .mbr-section-title {
  color: #ffffff;
}
.cid-uRhqsGtlQh .mbr-text,
.cid-uRhqsGtlQh .mbr-section-btn {
  color: #ffffff;
}
.cid-uRhqsGtlQh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRmM2GQJTY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/black-bkg.png-1920x1080.png");
}
.cid-uRmM2GQJTY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRmM2GQJTY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRmM2GQJTY .items-wrapper {
  justify-content: flex-end;
}
.cid-uRmM2GQJTY .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uRmM2GQJTY .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRmM2GQJTY .image-wrapper img {
  height: 720px;
  width: 720px;
  object-fit: cover;
  border-radius: 100% !important;
  width: 500px;
  height: 500px;
}
@media (max-width: 1700px) {
  .cid-uRmM2GQJTY .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-uRmM2GQJTY .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uRmM2GQJTY .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uRmM2GQJTY .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
@media (max-width: 1200px) {
  .cid-uRmM2GQJTY .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uRmM2GQJTY .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uRmM2GQJTY .content-wrapper {
  padding-left: 120px;
  padding-left: 0;
  padding-right: 120px;
}
@media (max-width: 1200px) {
  .cid-uRmM2GQJTY .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uRmM2GQJTY .content-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 1200px) {
  .cid-uRmM2GQJTY .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uRmM2GQJTY .content-wrapper {
    padding-right: 0;
  }
}
.cid-uRmM2GQJTY .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uRmM2GQJTY .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uRmM2GQJTY .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uRmM2GQJTY .mbr-desc {
  color: #272b2e;
}
.cid-uRmM2GQJTY .mbr-section-title {
  color: #272b2e;
}
.cid-uRmM2GQJTY .mbr-text,
.cid-uRmM2GQJTY .text-wrapper {
  color: #272b2e;
}
.cid-uRmM2GQJTY .mbr-section-title,
.cid-uRmM2GQJTY .mbr-section-btn {
  color: #f4f4f4;
}
.cid-uRmM2GQJTY .mbr-text {
  color: #f4f4f4;
}
.cid-uSdPrJxnhC {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uSdPrJxnhC .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uSdPrJxnhC .mbr-section-subtitle {
  font-weight: 700;
}
.cid-uSdPrJxnhC .mbr-section-btn {
  margin-top: 2rem;
}
.cid-uSdPrJxnhC .card-text {
  margin-bottom: 0.8rem;
}
.cid-uSdPrJxnhC .count {
  font-family: 'Ubuntu', sans-serif;
}
.cid-uSdPrJxnhC .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-uSdPrJxnhC .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-uSdPrJxnhC .media-block {
    padding-left: 5rem;
  }
}
.cid-uSdPrJxnhC .cards-block {
  margin: auto;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uSdPrJxnhC .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uSdPrJxnhC .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-uSdPrJxnhC .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2rem;
  }
  .cid-uSdPrJxnhC .mbr-section-subtitle {
    text-align: center;
  }
  .cid-uSdPrJxnhC .mbr-section-title {
    text-align: center;
  }
  .cid-uSdPrJxnhC .mbr-content-text {
    text-align: center;
  }
  .cid-uSdPrJxnhC .mbr-section-btn {
    text-align: center;
    margin-right: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uSdPrJxnhC .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) {
  .cid-uSdPrJxnhC .container {
    padding: 0;
  }
}
.cid-uSdPrJxnhC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSdPrJxnhC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSdPrJxnhC H6 {
  color: #ff840a;
}
.cid-uRqe3FQ8Su {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #136410;
}
.cid-uRqe3FQ8Su .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRqe3FQ8Su .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-uRqe3FQ8Su .container {
    padding: 0 30px;
  }
}
.cid-uRqe3FQ8Su .row {
  justify-content: center;
}
.cid-uRqe3FQ8Su .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #ffffff;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uRqe3FQ8Su .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uRqe3FQ8Su .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRqe3FQ8Su .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uRqe3FQ8Su .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uRqe3FQ8Su .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uRqe3FQ8Su .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uRqe3FQ8Su .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uRqe3FQ8Su .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uRqe3FQ8Su .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #f92c50;
}
.cid-uRqe3FQ8Su .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000000;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uRqe3FQ8Su .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uRqe3FQ8Su .mbr-desc {
  color: #ffffff;
}
.cid-uRmUu6Kp3X {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ebebeb;
}
.cid-uRmUu6Kp3X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRmUu6Kp3X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRmUu6Kp3X .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uRmUu6Kp3X .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRmUu6Kp3X .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uRmUu6Kp3X .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uRmUu6Kp3X .embla__slide .slide-content {
  width: 100%;
}
.cid-uRmUu6Kp3X .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uRmUu6Kp3X .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 32px;
}
.cid-uRmUu6Kp3X .embla__slide .slide-content .item-wrapper .item-img img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRmUu6Kp3X .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uRmUu6Kp3X .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uRmUu6Kp3X .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 20px;
}
.cid-uRmUu6Kp3X .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uRmUu6Kp3X .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uRmUu6Kp3X .embla__button--next,
.cid-uRmUu6Kp3X .embla__button--prev {
  display: flex;
}
.cid-uRmUu6Kp3X .embla__button {
  top: -8.4rem;
  width: 64px;
  height: 64px;
  font-size: 22px;
  background-color: #0047ff !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uRmUu6Kp3X .embla__button {
    top: 0;
  }
}
.cid-uRmUu6Kp3X .embla__button:hover {
  background-color: #f47451 !important;
  color: #ffffff !important;
}
.cid-uRmUu6Kp3X .embla__button.embla__button--prev {
  right: 72px;
}
.cid-uRmUu6Kp3X .embla__button.embla__button--next {
  right: 0;
}
.cid-uRmUu6Kp3X .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uRmUu6Kp3X .embla {
    padding-top: 6rem;
  }
}
.cid-uRmUu6Kp3X .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uRmUu6Kp3X .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uRmUu6Kp3X .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uRmUu6Kp3X .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uRmUu6Kp3X .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uRmUu6Kp3X .mbr-section-title {
  color: #000c3f;
}
.cid-uRmUu6Kp3X .item-name {
  color: #000c3f;
}
.cid-uRmUu6Kp3X .item-text {
  color: #000c3f;
}
.cid-uRn4Whln3Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/black-bkg.png-1920x1080.png");
}
.cid-uRn4Whln3Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRn4Whln3Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRn4Whln3Q .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uRn4Whln3Q .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uRn4Whln3Q .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uRn4Whln3Q .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uRn4Whln3Q .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uRn4Whln3Q .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRn4Whln3Q .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRn4Whln3Q .image-wrapper img {
    height: 350px;
  }
}
.cid-uRn4Whln3Q .mbr-section-title {
  color: #ffffff;
}
.cid-uRn4Whln3Q .mbr-text,
.cid-uRn4Whln3Q .text-wrapper {
  color: #9aa0a6;
}
.cid-uRql6LQp2j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRql6LQp2j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRql6LQp2j .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-uRql6LQp2j .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uRql6LQp2j img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uRql6LQp2j img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-uRql6LQp2j .card {
  margin-bottom: 2rem;
}
.cid-uRql6LQp2j .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #ffa600;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uRql6LQp2j .row {
  justify-content: space-between;
}
.cid-uRql6LQp2j .card-box {
  display: flex;
  align-items: center;
}
.cid-uRql6LQp2j .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uRql6LQp2j .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-uRql6LQp2j .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uRql6LQp2j .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uRql6LQp2j .card-text {
  color: #808080;
}
.cid-uRql6LQp2j .card-title,
.cid-uRql6LQp2j .iconfont-wrapper {
  color: #232323;
  text-align: left;
}
.cid-uRql6LQp2j .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uRql6LQp2j .card-link,
.cid-uRql6LQp2j .link-icon,
.cid-uRql6LQp2j .link-align {
  color: #232323;
}
.cid-uSoDMJruPD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uSoDMJruPD .container {
    padding: 0 16px;
  }
}
.cid-uSoDMJruPD .row {
  position: relative;
  z-index: 1;
}
.cid-uSoDMJruPD .title-wrapper {
  margin-bottom: 80px;
}
.cid-uSoDMJruPD .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uSoDMJruPD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSoDMJruPD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uSoDMJruPD .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uSoDMJruPD .embla__slide .slide-content {
  width: 100%;
}
.cid-uSoDMJruPD .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSoDMJruPD .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uSoDMJruPD .embla__button--next,
.cid-uSoDMJruPD .embla__button--prev {
  display: flex;
}
.cid-uSoDMJruPD .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uSoDMJruPD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSoDMJruPD .embla__button:hover {
  opacity: .7 !important;
}
.cid-uSoDMJruPD .embla__button.embla__button--prev {
  left: 0;
}
.cid-uSoDMJruPD .embla__button.embla__button--next {
  right: 0;
}
.cid-uSoDMJruPD .embla {
  position: relative;
  width: 100%;
}
.cid-uSoDMJruPD .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSoDMJruPD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSoDMJruPD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSoDMJruPD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSoDMJruPD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSoDMJruPD .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uRqdiriMnw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRqdiriMnw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRqdiriMnw .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-uRqdiriMnw .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uRqdiriMnw img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uRqdiriMnw img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uRqdiriMnw .card-link {
  position: relative;
  width: fit-content;
  margin-top: 1rem;
}
.cid-uRqdiriMnw .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uRqdiriMnw .card-link:hover a {
  background-image: none !important;
}
.cid-uRqdiriMnw .card-link:hover {
  cursor: pointer;
}
.cid-uRqdiriMnw .card-link:hover:before {
  width: 0%;
}
.cid-uRqdiriMnw .card {
  margin-bottom: 3rem;
}
.cid-uRqdiriMnw .mbr-iconfont {
  display: inline-flex;
  font-size: 1.5rem;
  color: #ffa600;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uRqdiriMnw .row {
  justify-content: center;
}
.cid-uRqdiriMnw .card-box {
  align-items: center;
  border-bottom: 1px solid #ffa600;
  padding-bottom: .8rem;
}
.cid-uRqdiriMnw .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-uRqdiriMnw .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uRqdiriMnw .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uRqdiriMnw .card-text {
  color: #232323;
}
.cid-uRqdiriMnw .card-title,
.cid-uRqdiriMnw .iconfont-wrapper {
  color: #232323;
  text-align: left;
}
.cid-uRqdiriMnw .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uRqdiriMnw .card-link,
.cid-uRqdiriMnw .link-icon,
.cid-uRqdiriMnw .link-align {
  color: #232323;
}
.cid-uRql9A1gGE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/black-bkg.png-1920x1080.png");
}
.cid-uRql9A1gGE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRql9A1gGE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRql9A1gGE .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uRql9A1gGE .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uRql9A1gGE .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uRql9A1gGE .container {
    padding: 0 22px;
  }
}
.cid-uRql9A1gGE .card {
  justify-content: center;
}
.cid-uRql9A1gGE .content-wrapper {
  padding-right: 32px;
  padding-right: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uRql9A1gGE .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uRql9A1gGE .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uRql9A1gGE .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uRql9A1gGE .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uRql9A1gGE .content-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uRql9A1gGE .content-wrapper .border-wrap {
  height: 1px;
  width: 100%;
  background-color: #ffb164;
  margin-bottom: 16px;
}
.cid-uRql9A1gGE .content-wrapper .contacts-wrap .item-contact {
  margin-bottom: 16px;
}
.cid-uRql9A1gGE .content-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uRql9A1gGE .content-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #f4f4f4;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uRql9A1gGE .content-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uRql9A1gGE .content-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uRql9A1gGE .content-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #ffffff;
}
.cid-uRql9A1gGE .content-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uRql9A1gGE .content-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uRql9A1gGE .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uRql9A1gGE .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uRql9A1gGE .content-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uRql9A1gGE .content-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uRql9A1gGE .content-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uRql9A1gGE .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uRql9A1gGE .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uRql9A1gGE .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ffffff;
}
.cid-uRql9A1gGE .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffa600;
  transition: all 0.3s ease-in-out;
}
.cid-uRql9A1gGE .form-wrapper {
  position: relative;
  padding: 60px 40px;
}
@media (max-width: 992px) {
  .cid-uRql9A1gGE .form-wrapper {
    padding: 20px;
  }
}
.cid-uRql9A1gGE .form-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRql9A1gGE .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uRql9A1gGE .form-wrapper .dragArea.row .form-group {
  margin-bottom: 18px !important;
}
.cid-uRql9A1gGE .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uRql9A1gGE .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 15px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: #bbbbbb;
}
.cid-uRql9A1gGE .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uRql9A1gGE .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uRql9A1gGE .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uRql9A1gGE .form-wrapper .dragArea.row .form-group textarea {
  min-height: 230px;
}
.cid-uRql9A1gGE .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uRql9A1gGE .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #1659ff;
  border-color: #ffffff;
  border-radius: 0;
}
.cid-uRql9A1gGE .form-wrapper .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #ffffff;
}
.cid-uRql9A1gGE .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uRql9A1gGE .mbr-section-title {
  color: #ffffff;
}
.cid-uRql9A1gGE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRql9A1gGE .mbr-text {
  color: #ffffff;
}
.cid-uRql9A1gGE .mbr-desc {
  color: #ffffff;
}
.cid-uRql9A1gGE .mbr-contact {
  color: #ffffff;
}
.cid-uRql9A1gGE .mbr-contact,
.cid-uRql9A1gGE .item-contact {
  color: #ffffff;
}
.cid-uRhBOYVBO9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uRhBOYVBO9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRhBOYVBO9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRhBOYVBO9 .row {
  justify-content: center;
}
.cid-uRhBOYVBO9 .card {
  justify-content: center;
}
.cid-uRhBOYVBO9 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRhBOYVBO9 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uRhBOYVBO9 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uRhBOYVBO9 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uRhBOYVBO9 .nav-wrapper .list .item-wrap:hover,
.cid-uRhBOYVBO9 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uRhBOYVBO9 .list,
.cid-uRhBOYVBO9 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uRhBOYVBO9 .list,
.cid-uRhBOYVBO9 .item-wrap,
.cid-uRhBOYVBO9 .nav-wrapper {
  color: #1659ff;
}
