.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Reddit Sans;
}
.display-1 {
  font-family: 'Reddit Sans', sans-serif;
  font-size: 3.4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Reddit Sans', sans-serif;
  font-size: 2.2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'Reddit Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Reddit Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Arimo', sans-serif;
  font-size: 1.2rem;
  line-height: 1.15;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.72rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #fff1e2 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #45cb20 !important;
}
.bg-danger {
  background-color: #ff951b !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,
.btn-secondary:active {
  background-color: #ed463f !important;
  border-color: #ed463f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f1736e !important;
  border-color: #f1736e !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f1736e !important;
  border-color: #f1736e !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #fff1e2 !important;
  border-color: #fff1e2 !important;
  color: #e27500 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #e27500 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #45cb20 !important;
  border-color: #45cb20 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #61e03e !important;
  border-color: #61e03e !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #61e03e !important;
  border-color: #61e03e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff951b !important;
  border-color: #ff951b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffad4e !important;
  border-color: #ffad4e !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ffad4e !important;
  border-color: #ffad4e !important;
}
.btn-white,
.btn-white:active {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
  color: #787878 !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: #787878 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #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: #ed463f;
  color: #ed463f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c31912 !important;
  background-color: transparent !important;
  border-color: #c31912 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ed463f !important;
  border-color: #ed463f !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: #fff1e2;
  color: #fff1e2;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffc78b !important;
  background-color: transparent !important;
  border-color: #ffc78b !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #e27500 !important;
  background-color: #fff1e2 !important;
  border-color: #fff1e2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #45cb20;
  color: #45cb20;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #2c8014 !important;
  background-color: transparent !important;
  border-color: #2c8014 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #45cb20 !important;
  border-color: #45cb20 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff951b;
  color: #ff951b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c36900 !important;
  background-color: transparent !important;
  border-color: #c36900 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff951b !important;
  border-color: #ff951b !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: #ed463f !important;
}
.text-success {
  color: #fff1e2 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #45cb20 !important;
}
.text-danger {
  color: #ff951b !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: #b51811 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ffc07c !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: #277312 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b46000 !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: #45cb20;
}
.alert-danger {
  background-color: #ff951b;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #cdf5c2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff4e7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Arimo', sans-serif;
  font-size: 1.2rem;
  line-height: 1.15;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Arimo', sans-serif;
  font-size: 1.2rem;
  line-height: 1.15;
  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: #ed463f !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 {
  width: 100%;
}
.mbr-section-btn .btn {
  justify-content: space-between;
  padding: 10px 10px 10px 30px;
  border-radius: 12px !important;
  font-weight: 400 !important;
  width: 100%;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont {
  border-radius: 100% !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border: 2px solid;
  border-radius: 8px !important;
  transition: all 0.3s ease-in-out;
}
.mbr-desc,
.item-desc,
.nav-item {
  border-radius: 100px;
}
.form-control {
  border-radius: 12px !important;
}
.mbr-iconfont {
  border-radius: 12px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.content-wrap,
.desc-wrap,
.slider-wrap,
.item-content,
.items-wrapper,
.embla__viewport {
  border-radius: 1rem !important;
}
.contacts-wrapper {
  border-radius: 8px !important;
}
.banner .mbr-section-btn .btn {
  width: auto !important;
  padding: 10px 15px;
  justify-content: center;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uzRILN7NaN .navbar {
  padding: 0.5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-uzRILN7NaN .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #000000;
}
.cid-uzRILN7NaN .navbar-fixed-top {
  padding-top: 0;
}
.cid-uzRILN7NaN .navbar-collapse {
  flex-basis: auto;
}
.cid-uzRILN7NaN .dropdown-item {
  padding: 0;
}
.cid-uzRILN7NaN .dropdown-menu {
  border: 0px solid lightgray;
  background: #0b1d32 !important;
}
.cid-uzRILN7NaN .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uzRILN7NaN .menu-content-top {
    width: 100%;
  }
  .cid-uzRILN7NaN .menu-content-top .menu-logo {
    display: none;
  }
  .cid-uzRILN7NaN .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-uzRILN7NaN .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-uzRILN7NaN .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-uzRILN7NaN .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uzRILN7NaN .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-uzRILN7NaN .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all 0.3s;
  background: #0b1d32;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-uzRILN7NaN .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uzRILN7NaN .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #ffffff;
}
.cid-uzRILN7NaN .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-uzRILN7NaN a {
  font-style: normal;
}
.cid-uzRILN7NaN .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-uzRILN7NaN .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uzRILN7NaN .nav-item a {
  padding: 20px 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uzRILN7NaN .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-uzRILN7NaN .content-text {
  margin-bottom: 0;
}
.cid-uzRILN7NaN .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uzRILN7NaN .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uzRILN7NaN .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uzRILN7NaN .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uzRILN7NaN .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uzRILN7NaN .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uzRILN7NaN .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uzRILN7NaN .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uzRILN7NaN .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzRILN7NaN .nav-dropdown .link {
  font-weight: 400;
}
.cid-uzRILN7NaN .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uzRILN7NaN .content-right-side {
  text-align: center;
}
.cid-uzRILN7NaN .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uzRILN7NaN .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uzRILN7NaN .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-uzRILN7NaN .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uzRILN7NaN .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uzRILN7NaN .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uzRILN7NaN .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uzRILN7NaN .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-uzRILN7NaN .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-uzRILN7NaN .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-uzRILN7NaN .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uzRILN7NaN .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uzRILN7NaN .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uzRILN7NaN .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uzRILN7NaN .navbar {
    display: block;
    padding: 0;
  }
  .cid-uzRILN7NaN .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-uzRILN7NaN .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-uzRILN7NaN .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-uzRILN7NaN .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uzRILN7NaN .navbar-toggler {
    display: none;
  }
  .cid-uzRILN7NaN .navbar-collapse {
    justify-content: center;
  }
}
.cid-uzRILN7NaN .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uzRILN7NaN .btn {
  display: inline-flex;
  align-items: center;
}
.cid-uzRILN7NaN .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-uzRILN7NaN .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uzRILN7NaN .menu-logo {
  margin-right: auto;
}
.cid-uzRILN7NaN .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uzRILN7NaN .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uzRILN7NaN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uzRILN7NaN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uzRILN7NaN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uzRILN7NaN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uzRILN7NaN .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uzRILN7NaN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uzRILN7NaN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uzRILN7NaN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uzRILN7NaN .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uzRILN7NaN .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uzRILN7NaN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzRILN7NaN .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uzRILN7NaN .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uzRILN7NaN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uzRILN7NaN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzRILN7NaN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uzRILN7NaN .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzRILN7NaN .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uzRILN7NaN .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uzRILN7NaN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-uzRILN7NaN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uzRILN7NaN .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uzRILN7NaN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uzRILN7NaN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  align-self: auto;
}
.cid-uzRILN7NaN button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-uzRILN7NaN button.navbar-toggler:focus {
  outline: none;
}
.cid-uzRILN7NaN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uzRILN7NaN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzRILN7NaN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzRILN7NaN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzRILN7NaN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzRILN7NaN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzRILN7NaN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzRILN7NaN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzRILN7NaN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzRILN7NaN .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-uzRILN7NaN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzRILN7NaN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzRILN7NaN .collapsed .btn {
  display: flex;
}
.cid-uzRILN7NaN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uzRILN7NaN .collapsed .navbar-collapse.collapsing,
.cid-uzRILN7NaN .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uzRILN7NaN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uzRILN7NaN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uzRILN7NaN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uzRILN7NaN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uzRILN7NaN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uzRILN7NaN .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uzRILN7NaN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uzRILN7NaN .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uzRILN7NaN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uzRILN7NaN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uzRILN7NaN .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uzRILN7NaN .collapsed button.navbar-toggler {
  display: block;
}
.cid-uzRILN7NaN .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uzRILN7NaN .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uzRILN7NaN .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uzRILN7NaN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uzRILN7NaN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uzRILN7NaN .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uzRILN7NaN .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-uzRILN7NaN .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzRILN7NaN .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uzRILN7NaN .navbar-collapse.collapsing,
  .cid-uzRILN7NaN .navbar-collapse.show {
    display: block !important;
  }
  .cid-uzRILN7NaN .navbar-collapse.collapsing .navbar-nav,
  .cid-uzRILN7NaN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uzRILN7NaN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uzRILN7NaN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uzRILN7NaN .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uzRILN7NaN .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uzRILN7NaN .navbar-collapse.collapsing .navbar-buttons,
  .cid-uzRILN7NaN .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-uzRILN7NaN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uzRILN7NaN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uzRILN7NaN .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-uzRILN7NaN .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-uzRILN7NaN .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-uzRILN7NaN img {
    height: 3.8rem !important;
  }
  .cid-uzRILN7NaN .btn {
    display: flex;
  }
  .cid-uzRILN7NaN button.navbar-toggler {
    display: block;
  }
  .cid-uzRILN7NaN .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uzRILN7NaN .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uzRILN7NaN .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uzRILN7NaN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uzRILN7NaN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uzRILN7NaN .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uzRILN7NaN .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uzRILN7NaN .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uzRILN7NaN .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uzRILN7NaN .nav-link:focus {
  outline: none;
}
.cid-uzRILN7NaN .navbar-toggler {
  position: relative;
}
.cid-uzRILN7NaN .dropdown-item.active,
.cid-uzRILN7NaN .dropdown-item:active {
  background: #0b1d32;
  color: initial;
}
.cid-uzRKRRvIx9 {
  display: flex;
  padding-top: 15rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/pexels-skylar-kang-6375558-2000x1325.jpg");
}
.cid-uzRKRRvIx9 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uzRKRRvIx9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzRKRRvIx9 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzRKRRvIx9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzRKRRvIx9 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uzRKRRvIx9 {
    align-items: center;
  }
  .cid-uzRKRRvIx9 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uzRKRRvIx9 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uzRKRRvIx9 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uzRKRRvIx9 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uzRKRRvIx9 .content-wrap {
    width: 100%;
  }
}
.cid-uzRKRRvIx9 .mbr-section-subtitle,
.cid-uzRKRRvIx9 .line {
  color: #3ca7ff;
}
.cid-uzRKRRvIx9 .mbr-text,
.cid-uzRKRRvIx9 .mbr-section-btn {
  text-align: right;
}
.cid-uzRKRRvIx9 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uzRMuxoafu {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uzRMuxoafu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzRMuxoafu .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-uzRMuxoafu .container {
    padding: 0 22px;
  }
}
.cid-uzRMuxoafu .row {
  justify-content: center;
}
.cid-uzRMuxoafu .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uzRMuxoafu .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzRMuxoafu .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uzRMuxoafu .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uzRMuxoafu .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uzRMuxoafu .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #ffffff;
}
.cid-uzRMuxoafu .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzRMuxoafu .mbr-section-title {
  color: #ffffff;
}
.cid-uzRMuxoafu .mbr-text {
  color: #ffffff;
}
.cid-uzRMuxoafu .mbr-section-title,
.cid-uzRMuxoafu .icon-wrapper {
  color: #ffd700;
}
.cid-uzROxRL5Jj {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #080813;
}
.cid-uzROxRL5Jj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzROxRL5Jj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzROxRL5Jj .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #323046;
  background-color: #292739;
}
@media (max-width: 992px) {
  .cid-uzROxRL5Jj .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uzROxRL5Jj .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #3ca7ff, #292739 50%);
  opacity: .5;
}
.cid-uzROxRL5Jj .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uzROxRL5Jj .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzROxRL5Jj .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #323046;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uzROxRL5Jj .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uzROxRL5Jj .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uzROxRL5Jj .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uzROxRL5Jj .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uzROxRL5Jj .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #3ca7ff;
  border-radius: 100%;
}
.cid-uzROxRL5Jj .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #080813;
}
.cid-uzROxRL5Jj .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uzROxRL5Jj .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uzROxRL5Jj .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uzROxRL5Jj .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzROxRL5Jj .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uzROxRL5Jj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzROxRL5Jj .panel-title-edit {
  color: #ffffff;
}
.cid-uzROxRL5Jj .panel-text {
  color: #ffffff;
}
.cid-uzRSMvfbFH {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uzRSMvfbFH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzRSMvfbFH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uzRSMvfbFH .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uzRSMvfbFH .row {
    margin: 0;
  }
}
.cid-uzRSMvfbFH .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uzRSMvfbFH .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uzRSMvfbFH .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uzRSMvfbFH .content-wrapper {
    padding: 24px;
  }
}
.cid-uzRSMvfbFH .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uzRSMvfbFH .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uzRSMvfbFH .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzRSMvfbFH .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uzRSMvfbFH .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uzRSMvfbFH .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uzRSMvfbFH .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uzRSMvfbFH .items {
    border-top: 1px solid #72716b;
  }
}
.cid-uzRSMvfbFH .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uzRSMvfbFH .items .item {
    padding: 24px;
  }
}
.cid-uzRSMvfbFH .items .item:last-child {
  border: none;
}
.cid-uzRSMvfbFH .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-uzRSMvfbFH .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uzRSMvfbFH .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uzRSMvfbFH .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-uzRSMvfbFH .mbr-section-title {
  color: #F9F6E0;
}
.cid-uzRSMvfbFH .mbr-text {
  color: #F9F6E0;
  text-align: left;
}
.cid-uzRSMvfbFH .card-title {
  color: #F9F6E0;
}
.cid-uzRSMvfbFH .card-number {
  color: #E0B548;
}
.cid-uzRSMvfbFH .card-text {
  color: #F9F6E0;
}
.cid-uzRSMvfbFH .mbr-section-title,
.cid-uzRSMvfbFH .mbr-section-btn {
  text-align: left;
  color: #3ca7ff;
}
.cid-uzRSMvfbFH .card-title,
.cid-uzRSMvfbFH .title-wrapper {
  color: #ffd700;
}
.cid-uzRUEYTjeJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uzRUEYTjeJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzRUEYTjeJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzRUEYTjeJ .items-wrap {
  justify-content: center;
}
.cid-uzRUEYTjeJ .items-wrap .card {
  justify-content: flex-end;
}
.cid-uzRUEYTjeJ .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uzRUEYTjeJ .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uzRUEYTjeJ .nav-wrapper {
  margin-bottom: 32px;
}
.cid-uzRUEYTjeJ .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uzRUEYTjeJ .nav-wrapper .list .item-wrap {
  padding: 5px 10px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uzRUEYTjeJ .nav-wrapper .list .item-wrap:hover,
.cid-uzRUEYTjeJ .nav-wrapper .list .item-wrap:focus {
  color: #bcfe1e;
}
.cid-uzRUEYTjeJ .mbr-copy {
  margin-bottom: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uzRUEYTjeJ .mbr-copy {
    text-align: center;
  }
}
.cid-uzRUEYTjeJ .mbr-section-title {
  color: #3ca7ff;
  text-align: center;
}
.cid-uzRUEYTjeJ .list,
.cid-uzRUEYTjeJ .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uzRUEYTjeJ .buttonClass {
  font-size: 17px;
  font-family: Arial;
  width: 140px;
  height: 50px;
  border-width: 1px;
  color: #ffffff;
  border-color: #057fd0;
  font-weight: bold;
  border-radius: 10px;
  box-shadow: 0px 1px 0px 0px #f0f7fa;
  text-shadow: 0px -1px 0px #5b6178;
  background: linear-gradient(#3ca7ff, #019ad2);
  padding: 15px;
}
.cid-uzRUEYTjeJ .buttonClass:hover {
  background: linear-gradient(#019ad2, #33bdef);
}
.cid-uzXjw2Lrgn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0b1d32;
}
.cid-uzXjw2Lrgn .mbr-text {
  color: #ffffff;
}
.cid-uzXjw2Lrgn .copyright {
  font-size: .90rem;
}
.cid-uzRVuMfVW0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0b1d32;
  overflow: hidden;
}
.cid-uzRVuMfVW0 .copyright {
  font-size: .90rem;
}
.cid-uzSqEZoEpl .navbar {
  padding: 0.5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-uzSqEZoEpl .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #000000;
}
.cid-uzSqEZoEpl .navbar-fixed-top {
  padding-top: 0;
}
.cid-uzSqEZoEpl .navbar-collapse {
  flex-basis: auto;
}
.cid-uzSqEZoEpl .dropdown-item {
  padding: 0;
}
.cid-uzSqEZoEpl .dropdown-menu {
  border: 0px solid lightgray;
  background: #0b1d32 !important;
}
.cid-uzSqEZoEpl .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uzSqEZoEpl .menu-content-top {
    width: 100%;
  }
  .cid-uzSqEZoEpl .menu-content-top .menu-logo {
    display: none;
  }
  .cid-uzSqEZoEpl .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-uzSqEZoEpl .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-uzSqEZoEpl .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-uzSqEZoEpl .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uzSqEZoEpl .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-uzSqEZoEpl .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all 0.3s;
  background: #0b1d32;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-uzSqEZoEpl .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uzSqEZoEpl .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #ffffff;
}
.cid-uzSqEZoEpl .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-uzSqEZoEpl a {
  font-style: normal;
}
.cid-uzSqEZoEpl .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-uzSqEZoEpl .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uzSqEZoEpl .nav-item a {
  padding: 20px 0 !important;
  margin: 0 0.5rem !important;
}
.cid-uzSqEZoEpl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-uzSqEZoEpl .content-text {
  margin-bottom: 0;
}
.cid-uzSqEZoEpl .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uzSqEZoEpl .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uzSqEZoEpl .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uzSqEZoEpl .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uzSqEZoEpl .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uzSqEZoEpl .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uzSqEZoEpl .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uzSqEZoEpl .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uzSqEZoEpl .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzSqEZoEpl .nav-dropdown .link {
  font-weight: 400;
}
.cid-uzSqEZoEpl .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uzSqEZoEpl .content-right-side {
  text-align: center;
}
.cid-uzSqEZoEpl .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uzSqEZoEpl .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uzSqEZoEpl .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-uzSqEZoEpl .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uzSqEZoEpl .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uzSqEZoEpl .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uzSqEZoEpl .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uzSqEZoEpl .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-uzSqEZoEpl .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-uzSqEZoEpl .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-uzSqEZoEpl .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uzSqEZoEpl .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uzSqEZoEpl .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uzSqEZoEpl .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uzSqEZoEpl .navbar {
    display: block;
    padding: 0;
  }
  .cid-uzSqEZoEpl .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-uzSqEZoEpl .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-uzSqEZoEpl .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-uzSqEZoEpl .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uzSqEZoEpl .navbar-toggler {
    display: none;
  }
  .cid-uzSqEZoEpl .navbar-collapse {
    justify-content: center;
  }
}
.cid-uzSqEZoEpl .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uzSqEZoEpl .btn {
  display: inline-flex;
  align-items: center;
}
.cid-uzSqEZoEpl .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-uzSqEZoEpl .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uzSqEZoEpl .menu-logo {
  margin-right: auto;
}
.cid-uzSqEZoEpl .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uzSqEZoEpl .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uzSqEZoEpl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uzSqEZoEpl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uzSqEZoEpl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uzSqEZoEpl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uzSqEZoEpl .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uzSqEZoEpl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uzSqEZoEpl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uzSqEZoEpl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uzSqEZoEpl .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uzSqEZoEpl .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uzSqEZoEpl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzSqEZoEpl .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uzSqEZoEpl .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uzSqEZoEpl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uzSqEZoEpl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzSqEZoEpl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uzSqEZoEpl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzSqEZoEpl .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uzSqEZoEpl .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uzSqEZoEpl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-uzSqEZoEpl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uzSqEZoEpl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uzSqEZoEpl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uzSqEZoEpl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  align-self: auto;
}
.cid-uzSqEZoEpl button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-uzSqEZoEpl button.navbar-toggler:focus {
  outline: none;
}
.cid-uzSqEZoEpl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uzSqEZoEpl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzSqEZoEpl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzSqEZoEpl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzSqEZoEpl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzSqEZoEpl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzSqEZoEpl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzSqEZoEpl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzSqEZoEpl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzSqEZoEpl .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-uzSqEZoEpl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzSqEZoEpl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzSqEZoEpl .collapsed .btn {
  display: flex;
}
.cid-uzSqEZoEpl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uzSqEZoEpl .collapsed .navbar-collapse.collapsing,
.cid-uzSqEZoEpl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uzSqEZoEpl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uzSqEZoEpl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uzSqEZoEpl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uzSqEZoEpl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uzSqEZoEpl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uzSqEZoEpl .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uzSqEZoEpl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uzSqEZoEpl .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uzSqEZoEpl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uzSqEZoEpl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uzSqEZoEpl .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uzSqEZoEpl .collapsed button.navbar-toggler {
  display: block;
}
.cid-uzSqEZoEpl .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uzSqEZoEpl .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uzSqEZoEpl .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uzSqEZoEpl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uzSqEZoEpl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uzSqEZoEpl .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uzSqEZoEpl .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-uzSqEZoEpl .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzSqEZoEpl .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uzSqEZoEpl .navbar-collapse.collapsing,
  .cid-uzSqEZoEpl .navbar-collapse.show {
    display: block !important;
  }
  .cid-uzSqEZoEpl .navbar-collapse.collapsing .navbar-nav,
  .cid-uzSqEZoEpl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uzSqEZoEpl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uzSqEZoEpl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uzSqEZoEpl .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uzSqEZoEpl .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uzSqEZoEpl .navbar-collapse.collapsing .navbar-buttons,
  .cid-uzSqEZoEpl .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-uzSqEZoEpl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uzSqEZoEpl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uzSqEZoEpl .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-uzSqEZoEpl .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-uzSqEZoEpl .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-uzSqEZoEpl img {
    height: 3.8rem !important;
  }
  .cid-uzSqEZoEpl .btn {
    display: flex;
  }
  .cid-uzSqEZoEpl button.navbar-toggler {
    display: block;
  }
  .cid-uzSqEZoEpl .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uzSqEZoEpl .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uzSqEZoEpl .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uzSqEZoEpl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uzSqEZoEpl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uzSqEZoEpl .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uzSqEZoEpl .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uzSqEZoEpl .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uzSqEZoEpl .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uzSqEZoEpl .nav-link:focus {
  outline: none;
}
.cid-uzSqEZoEpl .navbar-toggler {
  position: relative;
}
.cid-uzSqEZoEpl .dropdown-item.active,
.cid-uzSqEZoEpl .dropdown-item:active {
  background: #0b1d32;
  color: initial;
}
.cid-uzXgUi0cso {
  padding-top: 13rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uzXgUi0cso .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzXgUi0cso .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzXgUi0cso .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uzXgUi0cso .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uzXgUi0cso .container {
    padding: 0;
  }
}
.cid-uzXgUi0cso .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzXgUi0cso .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uzXgUi0cso .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzXgUi0cso .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uzXgUi0cso .mbr-section-title {
  color: #ffd700;
  text-align: center;
}
.cid-uzXgUi0cso .mbr-text {
  color: #ffffff;
}
.cid-uzSqF1HsYr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uzSqF1HsYr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzSqF1HsYr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzSqF1HsYr .items-wrap {
  justify-content: center;
}
.cid-uzSqF1HsYr .items-wrap .card {
  justify-content: flex-end;
}
.cid-uzSqF1HsYr .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uzSqF1HsYr .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uzSqF1HsYr .nav-wrapper {
  margin-bottom: 32px;
}
.cid-uzSqF1HsYr .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uzSqF1HsYr .nav-wrapper .list .item-wrap {
  padding: 5px 10px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uzSqF1HsYr .nav-wrapper .list .item-wrap:hover,
.cid-uzSqF1HsYr .nav-wrapper .list .item-wrap:focus {
  color: #bcfe1e;
}
.cid-uzSqF1HsYr .mbr-copy {
  margin-bottom: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uzSqF1HsYr .mbr-copy {
    text-align: center;
  }
}
.cid-uzSqF1HsYr .mbr-section-title {
  color: #3ca7ff;
  text-align: center;
}
.cid-uzSqF1HsYr .list,
.cid-uzSqF1HsYr .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-uzSqF1HsYr .buttonClass {
  font-size: 17px;
  font-family: Arial;
  width: 140px;
  height: 50px;
  border-width: 1px;
  color: #ffffff;
  border-color: #057fd0;
  font-weight: bold;
  border-radius: 10px;
  box-shadow: 0px 1px 0px 0px #f0f7fa;
  text-shadow: 0px -1px 0px #5b6178;
  background: linear-gradient(#3ca7ff, #019ad2);
  padding: 15px;
}
.cid-uzSqF1HsYr .buttonClass:hover {
  background: linear-gradient(#019ad2, #33bdef);
}
.cid-uzSqF2d8zN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0b1d32;
  overflow: hidden;
}
.cid-uzSqF2d8zN .copyright {
  font-size: .90rem;
}
.cid-uzXjw2Lrgn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0b1d32;
}
.cid-uzXjw2Lrgn .mbr-text {
  color: #ffffff;
}
.cid-uzXjw2Lrgn .copyright {
  font-size: .90rem;
}
