body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 5.5rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 8.8rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.8rem;
  line-height: 1.4;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 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.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem !important;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((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: 1rem 3rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #5758e0 !important;
}
.bg-success {
  background-color: #5758e0 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #5b686b !important;
}
.bg-danger {
  background-color: #465052 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2526c6 !important;
  border-color: #2526c6 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2526c6 !important;
  border-color: #2526c6 !important;
}
.btn-primary:hover {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(to left, #55b4d4, #5758e0);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-secondary:hover {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: linear-gradient(to left, #55b4d4, #55b4d4);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info:hover {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-info:hover,
.btn-info:focus {
  background: linear-gradient(to left, #55b4d4, #82786e);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success,
.btn-success:active {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2526c6 !important;
  border-color: #2526c6 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2526c6 !important;
  border-color: #2526c6 !important;
}
.btn-success:hover {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-success:hover,
.btn-success:focus {
  background: linear-gradient(to left, #55b4d4, #5758e0);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning,
.btn-warning:active {
  background-color: #5b686b !important;
  border-color: #5b686b !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-warning:hover {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background: linear-gradient(to left, #55b4d4, #5b686b);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger,
.btn-danger:active {
  background-color: #465052 !important;
  border-color: #465052 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-danger:hover {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background: linear-gradient(to left, #55b4d4, #465052);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-white:hover,
.btn-white:focus {
  background: linear-gradient(to left, #55b4d4, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-black:hover,
.btn-black:focus {
  background: linear-gradient(to left, #55b4d4, #000000);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-primary-outline {
  color: white!important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #5758e0;
  color: #5758e0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #5758e0;
  border-color: #5758e0;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background: linear-gradient(to left, #55b4d4, #5758e0);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary-outline {
  color: white!important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #55b4d4;
  color: #55b4d4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #55b4d4;
  border-color: #55b4d4;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background: linear-gradient(to left, #55b4d4, #55b4d4);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info-outline {
  color: white!important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #82786e;
  color: #82786e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background: linear-gradient(to left, #55b4d4, #82786e);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success-outline {
  color: white!important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #5758e0;
  color: #5758e0;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #5758e0;
  border-color: #5758e0;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background: linear-gradient(to left, #55b4d4, #5758e0);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning-outline {
  color: white!important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #5b686b;
  color: #5b686b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #5b686b;
  border-color: #5b686b;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5b686b !important;
  border-color: #5b686b !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background: linear-gradient(to left, #55b4d4, #5b686b);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger-outline {
  color: white!important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #465052;
  color: #465052;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #465052;
  border-color: #465052;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #465052 !important;
  border-color: #465052 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background: linear-gradient(to left, #55b4d4, #465052);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-black-outline {
  color: white!important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  background: linear-gradient(to left, #55b4d4, #333333);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white-outline {
  color: white!important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  background: linear-gradient(to left, #55b4d4, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.text-primary {
  color: #5758e0 !important;
}
.text-secondary {
  color: #55b4d4 !important;
}
.text-success {
  color: #5758e0 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #5b686b !important;
}
.text-danger {
  color: #465052 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #adaef0 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #a6d8e9 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #adaef0 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e9b9e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #758689 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #5b686b;
}
.alert-danger {
  background-color: #465052;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5758e0;
  border-color: #5758e0;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #5758e0;
}
.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: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #9ba7aa;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #bac2c4;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
blockquote {
  border-color: #5758e0;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #5758e0;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #5758e0;
  border-bottom-color: #5758e0;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #5758e0 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #55b4d4 !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='%235758e0' %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;
}
.btn {
  transition: none;
}
.cid-s1YNw91RvB .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YNw91RvB .btn {
  white-space: nowrap;
}
.cid-s1YNw91RvB .nav-link,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont,
.cid-s1YNw91RvB .dropdown-item {
  transition: all 0.1s;
}
.cid-s1YNw91RvB .nav-link:hover,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont:hover,
.cid-s1YNw91RvB .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 992px) {
  .cid-s1YNw91RvB .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s1YNw91RvB .container {
  display: flex;
  margin: auto;
}
.cid-s1YNw91RvB .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-s1YNw91RvB .navbar.opened {
  transition: all .3s;
}
.cid-s1YNw91RvB .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s1YNw91RvB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1YNw91RvB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1YNw91RvB .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: 55%;
}
.cid-s1YNw91RvB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1YNw91RvB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1YNw91RvB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1YNw91RvB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1YNw91RvB .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: 55%;
  }
  .cid-s1YNw91RvB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1YNw91RvB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1YNw91RvB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s1YNw91RvB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1YNw91RvB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1YNw91RvB .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1YNw91RvB .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s1YNw91RvB .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s1YNw91RvB .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1YNw91RvB .navbar-caption {
  padding-right: 4rem;
}
.cid-s1YNw91RvB .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-s1YNw91RvB .dropdown-menu,
.cid-s1YNw91RvB .navbar.opened {
  background: #191919 !important;
}
.cid-s1YNw91RvB .nav-item:focus,
.cid-s1YNw91RvB .nav-link:focus {
  outline: none;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YNw91RvB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1YNw91RvB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-s1YNw91RvB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1YNw91RvB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1YNw91RvB .dropdown-item.active,
.cid-s1YNw91RvB .dropdown-item:active {
  background-color: transparent;
}
.cid-s1YNw91RvB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1YNw91RvB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1YNw91RvB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1YNw91RvB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s1YNw91RvB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1YNw91RvB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1YNw91RvB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s1YNw91RvB .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1YNw91RvB .navbar {
    height: 77px;
  }
  .cid-s1YNw91RvB .navbar.opened {
    height: auto;
  }
  .cid-s1YNw91RvB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1YNw91RvB .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tp14V60Vvc {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/image3-2-1169x770.webp");
}
.cid-tp14V60Vvc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tp14V60Vvc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tp14V60Vvc .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tp14V60Vvc .mbr-text {
  color: #FFFFFF;
  margin-top: 15px;
}
.cid-tp14V60Vvc .mbr-section-btn {
  margin-top: 30px;
}
.cid-tp14V60Vvc .mbr-text,
.cid-tp14V60Vvc .mbr-section-btn {
  text-align: center;
}
.cid-tp11UCThNO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #465052;
}
.cid-tp11UCThNO .wrapper {
  text-align: end;
}
.cid-tp11UCThNO .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tp11UCThNO .row {
  flex-direction: row-reverse;
}
.cid-tp11UCThNO .wrapper {
  text-align: left;
}
.cid-tp11UCThNO .mbr-section-title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tp11UCThNO .row {
    text-align: center;
  }
  .cid-tp11UCThNO .wrapper {
    text-align: center;
    margin-top: 2rem;
  }
  .cid-tp11UCThNO .mbr-section-title {
    text-align: center;
  }
}
.cid-tp11UCThNO .btn {
  padding: .8rem 4rem;
  position: relative;
  color: #C0BCB7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tp11UCThNO .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-tp11UCThNO .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tp11UCThNO .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tp11UCThNO .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-tp11UCThNO .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-u56DOUJymq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u56DOUJymq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u56DOUJymq .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-u56DOUJymq .container {
    padding: 0 22px;
  }
}
.cid-u56DOUJymq .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u56DOUJymq .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u56DOUJymq .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u56DOUJymq .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u56DOUJymq .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tp2Pi7BYCj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #191919;
}
.cid-tp2Pi7BYCj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tp2Pi7BYCj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tp2Pi7BYCj .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tp2Pi7BYCj .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tp2Pi7BYCj .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tp2Pi7BYCj .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tp2Pi7BYCj .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-tp2Pi7BYCj .text-wrapper {
  width: 100%;
}
.cid-tp2Pi7BYCj .mbr-section-title {
  color: #f49846;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tp2Pi7BYCj .mbr-section-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .cid-tp2Pi7BYCj .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-tp2Pi7BYCj .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-tp2Pi7BYCj .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tp2Pi7BYCj .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tp2Pi7BYCj .mbr-text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .cid-tp2Pi7BYCj .mbr-text {
    padding-right: 0;
  }
}
.cid-tp2Pi7BYCj .mbr-section-btn {
  margin-top: 40px;
}
.cid-tp2Pi7BYCj .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tp2Pi7BYCj .col-img {
    order: 1;
  }
}
.cid-tp2Pi7BYCj .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tp2Pi7BYCj .img-container {
    padding-right: 20px;
  }
}
.cid-tp2Pi7BYCj .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-tp2Pi7BYCj .image-wrapper {
    padding: 15px;
  }
}
.cid-tp2Pi7BYCj .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-tp2Pi7BYCj .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-tp2Pi7BYCj .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-tp2Pi7BYCj .mbr-text,
.cid-tp2Pi7BYCj .mbr-section-btn {
  text-align: center;
}
.cid-tp2Pi7BYCj P {
  color: #ffffff;
  text-align: center;
}
.cid-tp2TT3yeXO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #465052;
}
.cid-tp2TT3yeXO .wrapper {
  text-align: end;
}
.cid-tp2TT3yeXO .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tp2TT3yeXO .row {
    text-align: center;
  }
  .cid-tp2TT3yeXO .wrapper {
    text-align: center;
    margin-top: 2rem;
  }
  .cid-tp2TT3yeXO .mbr-section-title {
    text-align: center;
  }
}
.cid-tp2TT3yeXO .btn {
  padding: .8rem 4rem;
  position: relative;
  color: #C0BCB7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tp2TT3yeXO .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-tp2TT3yeXO .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tp2TT3yeXO .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tp2TT3yeXO .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-tp2TT3yeXO .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-tEiwCHWyY2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #191919;
}
.cid-tEiwCHWyY2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEiwCHWyY2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEiwCHWyY2 .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tEiwCHWyY2 .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tEiwCHWyY2 .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tEiwCHWyY2 .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tEiwCHWyY2 .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-tEiwCHWyY2 .text-wrapper {
  width: 100%;
}
.cid-tEiwCHWyY2 .mbr-section-title {
  color: #f49846;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tEiwCHWyY2 .mbr-section-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .cid-tEiwCHWyY2 .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-tEiwCHWyY2 .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-tEiwCHWyY2 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tEiwCHWyY2 .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tEiwCHWyY2 .mbr-text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .cid-tEiwCHWyY2 .mbr-text {
    padding-right: 0;
  }
}
.cid-tEiwCHWyY2 .mbr-section-btn {
  margin-top: 40px;
}
.cid-tEiwCHWyY2 .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tEiwCHWyY2 .col-img {
    order: 1;
  }
}
.cid-tEiwCHWyY2 .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tEiwCHWyY2 .img-container {
    padding-right: 20px;
  }
}
.cid-tEiwCHWyY2 .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-tEiwCHWyY2 .image-wrapper {
    padding: 15px;
  }
}
.cid-tEiwCHWyY2 .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-tEiwCHWyY2 .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-tEiwCHWyY2 .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-tEiwCHWyY2 .mbr-text,
.cid-tEiwCHWyY2 .mbr-section-btn {
  text-align: center;
}
.cid-tEiwCHWyY2 P {
  color: #ffffff;
  text-align: center;
}
.cid-tpRSBkD5he {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #465052;
}
.cid-tpRSBkD5he .wrapper {
  text-align: end;
}
.cid-tpRSBkD5he .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tpRSBkD5he .row {
  flex-direction: row-reverse;
}
.cid-tpRSBkD5he .wrapper {
  text-align: left;
}
.cid-tpRSBkD5he .mbr-section-title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tpRSBkD5he .row {
    text-align: center;
  }
  .cid-tpRSBkD5he .wrapper {
    text-align: center;
    margin-top: 2rem;
  }
  .cid-tpRSBkD5he .mbr-section-title {
    text-align: center;
  }
}
.cid-tpRSBkD5he .btn {
  padding: .8rem 4rem;
  position: relative;
  color: #C0BCB7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tpRSBkD5he .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-tpRSBkD5he .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tpRSBkD5he .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tpRSBkD5he .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-tpRSBkD5he .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-tWlBNzwZDm {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-tWlBNzwZDm .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #5758e0);
}
.cid-tWlBNzwZDm .mbr-text,
.cid-tWlBNzwZDm .mbr-section-btn {
  color: #e5e5e5;
}
.cid-tWlBNzwZDm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWlBNzwZDm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWlBNzwZDm .mbr-section-title,
.cid-tWlBNzwZDm .title-wrapper {
  text-align: center;
}
.cid-tp3fuE6gPB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #465052;
  position: relative;
  overflow: hidden;
}
.cid-tp3fuE6gPB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tp3fuE6gPB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tp3fuE6gPB .col-text {
  position: relative;
  width: 33vw;
}
@media (max-width: 991px) {
  .cid-tp3fuE6gPB .col-text {
    width: 65vw;
  }
}
@media (max-width: 767px) {
  .cid-tp3fuE6gPB .col-text {
    width: 70vw;
  }
}
@media (max-width: 575px) {
  .cid-tp3fuE6gPB .col-text {
    width: 100%;
  }
}
.cid-tp3fuE6gPB .text-wrap {
  position: relative;
  z-index: 3;
  padding: 5%;
}
@media (max-width: 767px) {
  .cid-tp3fuE6gPB .text-wrap {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .cid-tp3fuE6gPB .text-wrap {
    width: 100%;
    max-width: 70vw;
    margin: 0 auto;
  }
}
.cid-tp3fuE6gPB .mbr-section-title {
  color: #ffffff;
  opacity: 0.8;
}
.cid-tp3fuE6gPB .mbr-section-subtitle {
  color: #181817;
}
.cid-tp3fuE6gPB .mbr-text {
  color: #181817;
  margin-bottom: 1rem;
  opacity: 0.8;
}
.cid-tp3fuE6gPB .mbr-section-btn {
  margin-top: 1rem;
}
.cid-tp3fuE6gPB .img-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #000000;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-tp3fuE6gPB .img-bg {
    width: 380px;
  }
}
@media (max-width: 575px) {
  .cid-tp3fuE6gPB .img-bg {
    width: calc(100% - 2rem);
  }
}
.cid-tp3fuE6gPB .mbr-text,
.cid-tp3fuE6gPB .mbr-section-btn {
  color: #ffffff;
}
.cid-s1YPV5pGou {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-s1YPV5pGou img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 767px) {
  .cid-s1YPV5pGou .container-fluid {
    padding: 0 2rem;
  }
}
.cid-s1YPV5pGou .card-wrapper {
  background: #191919;
  padding: 3rem;
}
.cid-s1YPV5pGou .card-wrapper:hover {
  background: linear-gradient(to left, #55b4d4, #5758e0);
}
.cid-s1YPV5pGou .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 2rem;
}
.cid-s1YPV5pGou .icon-wrapper {
  padding: 0 0.6rem;
}
.cid-s1YPV5pGou .card-box {
  padding-top: 2rem;
}
.cid-s1YPV5pGou .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #55b4d4, #5758e0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s1YPV5pGou .card-title {
  color: #e5e5e5;
}
.cid-s1YPV5pGou .mbr-subtitle {
  color: #ffffff;
}
.cid-s1YPV5pGou .main-title {
  color: #ffffff;
}
.cid-s1YPV5pGou .main-subtitle {
  color: #ffffff;
}
.cid-s1YPV5pGou .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-s1YPV5pGou .card:hover {
  transform: translateY(-10px);
}
.cid-s1YPV5pGou .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-s1YPV5pGou .card:hover .card-title,
.cid-s1YPV5pGou .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-s1YPV5pGou .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-s1YPV5pGou .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-u56AY8bPTm {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-u56AY8bPTm img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 767px) {
  .cid-u56AY8bPTm .container-fluid {
    padding: 0 2rem;
  }
}
.cid-u56AY8bPTm .card-wrapper {
  background: #191919;
  padding: 3rem;
}
.cid-u56AY8bPTm .card-wrapper:hover {
  background: linear-gradient(to left, #55b4d4, #5758e0);
}
.cid-u56AY8bPTm .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 2rem;
}
.cid-u56AY8bPTm .icon-wrapper {
  padding: 0 0.6rem;
}
.cid-u56AY8bPTm .card-box {
  padding-top: 2rem;
}
.cid-u56AY8bPTm .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #55b4d4, #5758e0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-u56AY8bPTm .card-title {
  color: #e5e5e5;
}
.cid-u56AY8bPTm .mbr-subtitle {
  color: #ffffff;
}
.cid-u56AY8bPTm .main-title {
  color: #ffffff;
}
.cid-u56AY8bPTm .main-subtitle {
  color: #ffffff;
}
.cid-u56AY8bPTm .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u56AY8bPTm .card:hover {
  transform: translateY(-10px);
}
.cid-u56AY8bPTm .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-u56AY8bPTm .card:hover .card-title,
.cid-u56AY8bPTm .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-u56AY8bPTm .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-u56AY8bPTm .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-s1YPqSpOCZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-s1YPqSpOCZ .mbr-text1 {
  color: #999999;
}
.cid-s1YPqSpOCZ .mbr-text2 {
  color: #999999;
}
.cid-s1YPqSpOCZ p {
  margin: 0;
}
.cid-tp7vzMUHpe .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tp7vzMUHpe .btn {
  white-space: nowrap;
}
.cid-tp7vzMUHpe .nav-link,
.cid-tp7vzMUHpe .icons-menu .mbr-iconfont,
.cid-tp7vzMUHpe .dropdown-item {
  transition: all 0.1s;
}
.cid-tp7vzMUHpe .nav-link:hover,
.cid-tp7vzMUHpe .icons-menu .mbr-iconfont:hover,
.cid-tp7vzMUHpe .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 992px) {
  .cid-tp7vzMUHpe .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-tp7vzMUHpe .container {
  display: flex;
  margin: auto;
}
.cid-tp7vzMUHpe .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-tp7vzMUHpe .navbar.opened {
  transition: all .3s;
}
.cid-tp7vzMUHpe .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tp7vzMUHpe .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tp7vzMUHpe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tp7vzMUHpe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tp7vzMUHpe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tp7vzMUHpe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tp7vzMUHpe .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: 55%;
}
.cid-tp7vzMUHpe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tp7vzMUHpe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tp7vzMUHpe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tp7vzMUHpe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tp7vzMUHpe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tp7vzMUHpe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tp7vzMUHpe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tp7vzMUHpe .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: 55%;
  }
  .cid-tp7vzMUHpe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tp7vzMUHpe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tp7vzMUHpe .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tp7vzMUHpe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tp7vzMUHpe .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tp7vzMUHpe .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tp7vzMUHpe .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-tp7vzMUHpe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tp7vzMUHpe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tp7vzMUHpe .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-tp7vzMUHpe .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-tp7vzMUHpe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tp7vzMUHpe .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tp7vzMUHpe .navbar-caption {
  padding-right: 4rem;
}
.cid-tp7vzMUHpe .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-tp7vzMUHpe .dropdown-menu,
.cid-tp7vzMUHpe .navbar.opened {
  background: #191919 !important;
}
.cid-tp7vzMUHpe .nav-item:focus,
.cid-tp7vzMUHpe .nav-link:focus {
  outline: none;
}
.cid-tp7vzMUHpe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tp7vzMUHpe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tp7vzMUHpe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tp7vzMUHpe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tp7vzMUHpe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tp7vzMUHpe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-tp7vzMUHpe .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tp7vzMUHpe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tp7vzMUHpe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tp7vzMUHpe .dropdown-item.active,
.cid-tp7vzMUHpe .dropdown-item:active {
  background-color: transparent;
}
.cid-tp7vzMUHpe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tp7vzMUHpe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tp7vzMUHpe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tp7vzMUHpe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-tp7vzMUHpe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tp7vzMUHpe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tp7vzMUHpe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tp7vzMUHpe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tp7vzMUHpe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tp7vzMUHpe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tp7vzMUHpe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tp7vzMUHpe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tp7vzMUHpe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tp7vzMUHpe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tp7vzMUHpe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tp7vzMUHpe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tp7vzMUHpe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tp7vzMUHpe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tp7vzMUHpe .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tp7vzMUHpe a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tp7vzMUHpe .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tp7vzMUHpe .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tp7vzMUHpe .navbar {
    height: 77px;
  }
  .cid-tp7vzMUHpe .navbar.opened {
    height: auto;
  }
  .cid-tp7vzMUHpe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tp7vzMUHpe .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tpUagRUKa1 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/image3-2-1169x770.webp");
}
.cid-tpUagRUKa1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpUagRUKa1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpUagRUKa1 .mbr-section-title {
  color: #ffffff;
}
.cid-tpUagRUKa1 .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tpUagRUKa1 .mbr-section-btn {
  margin-top: 30px;
}
.cid-tpUagRUKa1 .mbr-text,
.cid-tpUagRUKa1 .mbr-section-btn {
  color: #ffffff;
}
.cid-tp7xKTipKw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #040402;
}
.cid-tp7xKTipKw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tp7xKTipKw h1 a {
  width: fit-content;
  position: relative;
  font-weight: 600;
  display: inline-block;
  z-index: 2;
}
.cid-tp7xKTipKw h1 a:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 22px;
  background: #5758e0;
  z-index: -1;
}
.cid-tp7xKTipKw h1 a:hover {
  color: inherit !important;
}
.cid-tp7xKTipKw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tp7xKTipKw .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tp7xKTipKw .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tp7xKTipKw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tp7xKTipKw .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tp7xKTipKw .mbr-section-subtitle,
.cid-tp7xKTipKw .subtitle-wrap {
  color: #19303d;
}
.cid-tp7xKTipKw .mbr-text,
.cid-tp7xKTipKw .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tpUWYKYR4p {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #465052;
}
.cid-tpUWYKYR4p .wrapper {
  text-align: end;
}
.cid-tpUWYKYR4p .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tpUWYKYR4p .row {
  flex-direction: row-reverse;
}
.cid-tpUWYKYR4p .wrapper {
  text-align: left;
}
.cid-tpUWYKYR4p .mbr-section-title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tpUWYKYR4p .row {
    text-align: center;
  }
  .cid-tpUWYKYR4p .wrapper {
    text-align: center;
    margin-top: 2rem;
  }
  .cid-tpUWYKYR4p .mbr-section-title {
    text-align: center;
  }
}
.cid-tpUWYKYR4p .btn {
  padding: .8rem 4rem;
  position: relative;
  color: #C0BCB7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tpUWYKYR4p .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-tpUWYKYR4p .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tpUWYKYR4p .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tpUWYKYR4p .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-tpUWYKYR4p .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-tpUX05JZd7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-tpUX05JZd7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpUX05JZd7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tpUX05JZd7 .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-tpUX05JZd7 .col-img {
    order: 2;
  }
}
.cid-tpUX05JZd7 .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tpUX05JZd7 .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-tpUX05JZd7 .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-tpUX05JZd7 .col-tex {
    order: 1;
  }
}
.cid-tpUX05JZd7 .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-tpUX05JZd7 .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-tpUX05JZd7 .mbr-section-btn {
  margin-top: 60px;
}
.cid-tpUX05JZd7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tpUX05JZd7 .mbr-text,
.cid-tpUX05JZd7 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tpUXpQipNX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #465052;
}
.cid-tpUXpQipNX .wrapper {
  text-align: end;
}
.cid-tpUXpQipNX .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tpUXpQipNX .row {
  flex-direction: row-reverse;
}
.cid-tpUXpQipNX .wrapper {
  text-align: left;
}
.cid-tpUXpQipNX .mbr-section-title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tpUXpQipNX .row {
    text-align: center;
  }
  .cid-tpUXpQipNX .wrapper {
    text-align: center;
    margin-top: 2rem;
  }
  .cid-tpUXpQipNX .mbr-section-title {
    text-align: center;
  }
}
.cid-tpUXpQipNX .btn {
  padding: .8rem 4rem;
  position: relative;
  color: #C0BCB7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tpUXpQipNX .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-tpUXpQipNX .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tpUXpQipNX .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tpUXpQipNX .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-tpUXpQipNX .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-ts4c3uyvGw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-ts4c3uyvGw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ts4c3uyvGw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ts4c3uyvGw .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-ts4c3uyvGw .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-ts4c3uyvGw .col-img {
    order: 2;
  }
}
.cid-ts4c3uyvGw .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-ts4c3uyvGw .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-ts4c3uyvGw .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-ts4c3uyvGw .col-tex {
    order: 1;
  }
}
.cid-ts4c3uyvGw .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-ts4c3uyvGw .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-ts4c3uyvGw .mbr-section-btn {
  margin-top: 60px;
}
.cid-ts4c3uyvGw .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-ts4c3uyvGw .mbr-text,
.cid-ts4c3uyvGw .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ts4bY275h4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #465052;
}
.cid-ts4bY275h4 .wrapper {
  text-align: end;
}
.cid-ts4bY275h4 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ts4bY275h4 .row {
    text-align: center;
  }
  .cid-ts4bY275h4 .wrapper {
    text-align: center;
    margin-top: 2rem;
  }
  .cid-ts4bY275h4 .mbr-section-title {
    text-align: center;
  }
}
.cid-ts4bY275h4 .btn {
  padding: .8rem 4rem;
  position: relative;
  color: #C0BCB7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-ts4bY275h4 .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-ts4bY275h4 .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-ts4bY275h4 .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-ts4bY275h4 .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-ts4bY275h4 .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-tpUQjVWRA2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-tpUQjVWRA2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpUQjVWRA2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpUQjVWRA2 .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 767px) {
  .cid-tpUQjVWRA2 .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tpUQjVWRA2 .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-tpUQjVWRA2 .card-title {
  color: #ffffff;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tpUQjVWRA2 .card-title {
    margin-bottom: 20px;
  }
}
.cid-tpUQjVWRA2 .card-subtitle {
  color: #e5e5e5;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tpUQjVWRA2 .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tpUQjVWRA2 .card-text {
  color: #e5e5e5;
  margin-bottom: 0;
  text-align: center;
}
.cid-tp8eGx3moX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #465052;
}
.cid-tp8eGx3moX .wrapper {
  text-align: end;
}
.cid-tp8eGx3moX .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tp8eGx3moX .row {
  flex-direction: row-reverse;
}
.cid-tp8eGx3moX .wrapper {
  text-align: left;
}
.cid-tp8eGx3moX .mbr-section-title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tp8eGx3moX .row {
    text-align: center;
  }
  .cid-tp8eGx3moX .wrapper {
    text-align: center;
    margin-top: 2rem;
  }
  .cid-tp8eGx3moX .mbr-section-title {
    text-align: center;
  }
}
.cid-tp8eGx3moX .btn {
  padding: .8rem 4rem;
  position: relative;
  color: #C0BCB7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tp8eGx3moX .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-tp8eGx3moX .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tp8eGx3moX .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tp8eGx3moX .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-tp8eGx3moX .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-tp8d0CBYkp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-tp8d0CBYkp .mbr-text1 {
  color: #999999;
}
.cid-tp8d0CBYkp .mbr-text2 {
  color: #999999;
}
.cid-tp8d0CBYkp p {
  margin: 0;
}
.cid-tp3mst8d8S .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tp3mst8d8S .btn {
  white-space: nowrap;
}
.cid-tp3mst8d8S .nav-link,
.cid-tp3mst8d8S .icons-menu .mbr-iconfont,
.cid-tp3mst8d8S .dropdown-item {
  transition: all 0.1s;
}
.cid-tp3mst8d8S .nav-link:hover,
.cid-tp3mst8d8S .icons-menu .mbr-iconfont:hover,
.cid-tp3mst8d8S .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 992px) {
  .cid-tp3mst8d8S .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-tp3mst8d8S .container {
  display: flex;
  margin: auto;
}
.cid-tp3mst8d8S .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-tp3mst8d8S .navbar.opened {
  transition: all .3s;
}
.cid-tp3mst8d8S .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tp3mst8d8S .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tp3mst8d8S .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tp3mst8d8S .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tp3mst8d8S .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tp3mst8d8S .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tp3mst8d8S .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: 55%;
}
.cid-tp3mst8d8S .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tp3mst8d8S .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tp3mst8d8S .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tp3mst8d8S .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tp3mst8d8S .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tp3mst8d8S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tp3mst8d8S .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tp3mst8d8S .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: 55%;
  }
  .cid-tp3mst8d8S .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tp3mst8d8S .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tp3mst8d8S .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tp3mst8d8S .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tp3mst8d8S .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tp3mst8d8S .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tp3mst8d8S .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-tp3mst8d8S .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tp3mst8d8S .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tp3mst8d8S .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-tp3mst8d8S .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-tp3mst8d8S .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tp3mst8d8S .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tp3mst8d8S .navbar-caption {
  padding-right: 4rem;
}
.cid-tp3mst8d8S .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-tp3mst8d8S .dropdown-menu,
.cid-tp3mst8d8S .navbar.opened {
  background: #191919 !important;
}
.cid-tp3mst8d8S .nav-item:focus,
.cid-tp3mst8d8S .nav-link:focus {
  outline: none;
}
.cid-tp3mst8d8S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tp3mst8d8S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tp3mst8d8S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tp3mst8d8S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tp3mst8d8S .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tp3mst8d8S .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-tp3mst8d8S .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tp3mst8d8S .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tp3mst8d8S .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tp3mst8d8S .dropdown-item.active,
.cid-tp3mst8d8S .dropdown-item:active {
  background-color: transparent;
}
.cid-tp3mst8d8S .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tp3mst8d8S .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tp3mst8d8S .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tp3mst8d8S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-tp3mst8d8S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tp3mst8d8S .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tp3mst8d8S ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tp3mst8d8S .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tp3mst8d8S button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tp3mst8d8S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tp3mst8d8S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tp3mst8d8S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tp3mst8d8S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tp3mst8d8S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tp3mst8d8S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tp3mst8d8S nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tp3mst8d8S nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tp3mst8d8S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tp3mst8d8S .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tp3mst8d8S a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tp3mst8d8S .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tp3mst8d8S .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tp3mst8d8S .navbar {
    height: 77px;
  }
  .cid-tp3mst8d8S .navbar.opened {
    height: auto;
  }
  .cid-tp3mst8d8S .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tp3mst8d8S .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tp3mRKbOcv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
  background-color: #000000;
}
.cid-tp3mRKbOcv .image-wrapper {
  max-width: 600px;
}
.cid-tp3mRKbOcv .svg1 {
  width: 240px;
  position: absolute;
  z-index: 10;
  right: 15%;
  bottom: -40px;
}
.cid-tp3mRKbOcv .main {
  align-items: center;
}
.cid-tp3mRKbOcv .mbr-section-subtitle {
  margin-bottom: 20px;
  letter-spacing: 5.4px;
  color: #ffffff;
}
.cid-tp3mRKbOcv .mbr-section-title {
  margin-bottom: 28px;
  color: #ffffff;
}
.cid-tp3mRKbOcv .mbr-text,
.cid-tp3mRKbOcv .button-align {
  color: #ffffff;
  text-align: center;
}
.cid-tp3mRKbOcv .st1 {
  fill: #012b3a;
}
.cid-tp3mRKbOcv .st0 {
  fill: #5f0e38;
}
.cid-tp3mRKbOcv a {
  font-weight: 400;
}
@media (max-width: 768px) {
  .cid-tp3mRKbOcv .b {
    padding-top: 30px;
  }
}
@media (max-width: 950px) {
  .cid-tp3mRKbOcv .svg1 {
    display: none;
  }
}
.cid-tp3mRKbOcv img {
  display: block;
  width: 100%;
  -webkit-mask-image: url("../../../assets/images/group2.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.cid-tp3mRKbOcv .mbr-section-title DIV {
  text-align: center;
}
.cid-tp3opFsCbP {
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-color: #191919;
}
@media (min-width: 992px) {
  .cid-tp3opFsCbP .wrapper {
    padding: 0 28px;
  }
}
.cid-tp3opFsCbP .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tp3p4bC5Rb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-tp3p4bC5Rb .mbr-text1 {
  color: #999999;
}
.cid-tp3p4bC5Rb .mbr-text2 {
  color: #999999;
}
.cid-tp3p4bC5Rb p {
  margin: 0;
}
.cid-tpUnEtkTB5 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tpUnEtkTB5 .btn {
  white-space: nowrap;
}
.cid-tpUnEtkTB5 .nav-link,
.cid-tpUnEtkTB5 .icons-menu .mbr-iconfont,
.cid-tpUnEtkTB5 .dropdown-item {
  transition: all 0.1s;
}
.cid-tpUnEtkTB5 .nav-link:hover,
.cid-tpUnEtkTB5 .icons-menu .mbr-iconfont:hover,
.cid-tpUnEtkTB5 .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 992px) {
  .cid-tpUnEtkTB5 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-tpUnEtkTB5 .container {
  display: flex;
  margin: auto;
}
.cid-tpUnEtkTB5 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-tpUnEtkTB5 .navbar.opened {
  transition: all .3s;
}
.cid-tpUnEtkTB5 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tpUnEtkTB5 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tpUnEtkTB5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tpUnEtkTB5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tpUnEtkTB5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tpUnEtkTB5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tpUnEtkTB5 .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: 55%;
}
.cid-tpUnEtkTB5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tpUnEtkTB5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tpUnEtkTB5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tpUnEtkTB5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tpUnEtkTB5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tpUnEtkTB5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tpUnEtkTB5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tpUnEtkTB5 .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: 55%;
  }
  .cid-tpUnEtkTB5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tpUnEtkTB5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tpUnEtkTB5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tpUnEtkTB5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tpUnEtkTB5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tpUnEtkTB5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tpUnEtkTB5 .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-tpUnEtkTB5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tpUnEtkTB5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tpUnEtkTB5 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-tpUnEtkTB5 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-tpUnEtkTB5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tpUnEtkTB5 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tpUnEtkTB5 .navbar-caption {
  padding-right: 4rem;
}
.cid-tpUnEtkTB5 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-tpUnEtkTB5 .dropdown-menu,
.cid-tpUnEtkTB5 .navbar.opened {
  background: #191919 !important;
}
.cid-tpUnEtkTB5 .nav-item:focus,
.cid-tpUnEtkTB5 .nav-link:focus {
  outline: none;
}
.cid-tpUnEtkTB5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tpUnEtkTB5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tpUnEtkTB5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tpUnEtkTB5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tpUnEtkTB5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tpUnEtkTB5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-tpUnEtkTB5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tpUnEtkTB5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tpUnEtkTB5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tpUnEtkTB5 .dropdown-item.active,
.cid-tpUnEtkTB5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tpUnEtkTB5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tpUnEtkTB5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tpUnEtkTB5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tpUnEtkTB5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-tpUnEtkTB5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tpUnEtkTB5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tpUnEtkTB5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tpUnEtkTB5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tpUnEtkTB5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tpUnEtkTB5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tpUnEtkTB5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tpUnEtkTB5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tpUnEtkTB5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tpUnEtkTB5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tpUnEtkTB5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tpUnEtkTB5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tpUnEtkTB5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tpUnEtkTB5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tpUnEtkTB5 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tpUnEtkTB5 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tpUnEtkTB5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tpUnEtkTB5 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tpUnEtkTB5 .navbar {
    height: 77px;
  }
  .cid-tpUnEtkTB5 .navbar.opened {
    height: auto;
  }
  .cid-tpUnEtkTB5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpUnEtkTB5 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tpUpAQrDB9 {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-tpUpAQrDB9 H1 {
  color: #ffffff;
  text-align: center;
}
.cid-tpUpAQrDB9 h1 {
  background: linear-gradient(to left, #55b4d4, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tpUpAQrDB9 img {
  width: 100%;
}
.cid-tpUpAQrDB9 .mbr-text,
.cid-tpUpAQrDB9 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tpUrveRz10 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #465052;
}
.cid-tpUrveRz10 .wrapper {
  text-align: end;
}
.cid-tpUrveRz10 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tpUrveRz10 .row {
  flex-direction: row-reverse;
}
.cid-tpUrveRz10 .wrapper {
  text-align: left;
}
.cid-tpUrveRz10 .mbr-section-title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tpUrveRz10 .row {
    text-align: center;
  }
  .cid-tpUrveRz10 .wrapper {
    text-align: center;
    margin-top: 2rem;
  }
  .cid-tpUrveRz10 .mbr-section-title {
    text-align: center;
  }
}
.cid-tpUrveRz10 .btn {
  padding: .8rem 4rem;
  position: relative;
  color: #C0BCB7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tpUrveRz10 .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-tpUrveRz10 .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tpUrveRz10 .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tpUrveRz10 .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-tpUrveRz10 .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-tpUrrkb8Wn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-tpUrrkb8Wn .mbr-section-title,
.cid-tpUrrkb8Wn .mbr-section-subtitle {
  text-align: center;
}
.cid-tpUrrkb8Wn .card {
  border-radius: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #41392e;
}
@media (min-width: 992px) {
  .cid-tpUrrkb8Wn .right {
    padding-right: 71px;
  }
  .cid-tpUrrkb8Wn .left {
    padding-left: 71px;
  }
}
.cid-tpUrrkb8Wn .card-title {
  letter-spacing: .035em;
  color: #f49846;
}
.cid-tpUrrkb8Wn .mbr-section-subtitle,
.cid-tpUrrkb8Wn .mbr-text {
  color: #9A948D;
}
.cid-tpUrrkb8Wn .cost {
  text-align: right;
  color: #ffffff;
}
.cid-tpUrrkb8Wn .mbr-section-title {
  color: #ffffff;
}
.cid-tpUrrkb8Wn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tpUrrkb8Wn .mbr-text {
  color: #ffffff;
}
.cid-tpUrsxv0fh {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-tpUrsxv0fh .mbr-section-title,
.cid-tpUrsxv0fh .mbr-section-subtitle {
  text-align: center;
}
.cid-tpUrsxv0fh .card {
  border-radius: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #41392e;
}
@media (min-width: 992px) {
  .cid-tpUrsxv0fh .right {
    padding-right: 71px;
  }
  .cid-tpUrsxv0fh .left {
    padding-left: 71px;
  }
}
.cid-tpUrsxv0fh .card-title {
  letter-spacing: .035em;
  color: #f49846;
}
.cid-tpUrsxv0fh .mbr-section-subtitle,
.cid-tpUrsxv0fh .mbr-text {
  color: #9A948D;
}
.cid-tpUrsxv0fh .cost {
  text-align: right;
  color: #ffffff;
}
.cid-tpUrsxv0fh .mbr-section-title {
  color: #ffffff;
}
.cid-tpUrsxv0fh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tpUrsxv0fh .mbr-text {
  color: #ffffff;
}
.cid-tpUrwd5rNJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #465052;
}
.cid-tpUrwd5rNJ .wrapper {
  text-align: end;
}
.cid-tpUrwd5rNJ .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tpUrwd5rNJ .row {
    text-align: center;
  }
  .cid-tpUrwd5rNJ .wrapper {
    text-align: center;
    margin-top: 2rem;
  }
  .cid-tpUrwd5rNJ .mbr-section-title {
    text-align: center;
  }
}
.cid-tpUrwd5rNJ .btn {
  padding: .8rem 4rem;
  position: relative;
  color: #C0BCB7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tpUrwd5rNJ .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-tpUrwd5rNJ .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tpUrwd5rNJ .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tpUrwd5rNJ .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-tpUrwd5rNJ .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-tpUrFJ9SDA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-tpUrFJ9SDA .mbr-text1 {
  color: #999999;
}
.cid-tpUrFJ9SDA .mbr-text2 {
  color: #999999;
}
.cid-tpUrFJ9SDA p {
  margin: 0;
}
.cid-tp60Hxf4UZ .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tp60Hxf4UZ .btn {
  white-space: nowrap;
}
.cid-tp60Hxf4UZ .nav-link,
.cid-tp60Hxf4UZ .icons-menu .mbr-iconfont,
.cid-tp60Hxf4UZ .dropdown-item {
  transition: all 0.1s;
}
.cid-tp60Hxf4UZ .nav-link:hover,
.cid-tp60Hxf4UZ .icons-menu .mbr-iconfont:hover,
.cid-tp60Hxf4UZ .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 992px) {
  .cid-tp60Hxf4UZ .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-tp60Hxf4UZ .container {
  display: flex;
  margin: auto;
}
.cid-tp60Hxf4UZ .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-tp60Hxf4UZ .navbar.opened {
  transition: all .3s;
}
.cid-tp60Hxf4UZ .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tp60Hxf4UZ .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tp60Hxf4UZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tp60Hxf4UZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tp60Hxf4UZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tp60Hxf4UZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tp60Hxf4UZ .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: 55%;
}
.cid-tp60Hxf4UZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tp60Hxf4UZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tp60Hxf4UZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tp60Hxf4UZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tp60Hxf4UZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tp60Hxf4UZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tp60Hxf4UZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tp60Hxf4UZ .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: 55%;
  }
  .cid-tp60Hxf4UZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tp60Hxf4UZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tp60Hxf4UZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tp60Hxf4UZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tp60Hxf4UZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tp60Hxf4UZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tp60Hxf4UZ .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-tp60Hxf4UZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tp60Hxf4UZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tp60Hxf4UZ .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-tp60Hxf4UZ .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-tp60Hxf4UZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tp60Hxf4UZ .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tp60Hxf4UZ .navbar-caption {
  padding-right: 4rem;
}
.cid-tp60Hxf4UZ .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-tp60Hxf4UZ .dropdown-menu,
.cid-tp60Hxf4UZ .navbar.opened {
  background: #191919 !important;
}
.cid-tp60Hxf4UZ .nav-item:focus,
.cid-tp60Hxf4UZ .nav-link:focus {
  outline: none;
}
.cid-tp60Hxf4UZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tp60Hxf4UZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tp60Hxf4UZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tp60Hxf4UZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tp60Hxf4UZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tp60Hxf4UZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-tp60Hxf4UZ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tp60Hxf4UZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tp60Hxf4UZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tp60Hxf4UZ .dropdown-item.active,
.cid-tp60Hxf4UZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tp60Hxf4UZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tp60Hxf4UZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tp60Hxf4UZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tp60Hxf4UZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-tp60Hxf4UZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tp60Hxf4UZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tp60Hxf4UZ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tp60Hxf4UZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tp60Hxf4UZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tp60Hxf4UZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tp60Hxf4UZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tp60Hxf4UZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tp60Hxf4UZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tp60Hxf4UZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tp60Hxf4UZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tp60Hxf4UZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tp60Hxf4UZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tp60Hxf4UZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tp60Hxf4UZ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tp60Hxf4UZ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tp60Hxf4UZ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tp60Hxf4UZ .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tp60Hxf4UZ .navbar {
    height: 77px;
  }
  .cid-tp60Hxf4UZ .navbar.opened {
    height: auto;
  }
  .cid-tp60Hxf4UZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tp60Hxf4UZ .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tp633bmAQX {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/image3-2-1169x770.webp");
}
.cid-tp633bmAQX H1 {
  color: #ffffff;
}
.cid-tp633bmAQX h1 {
  background: linear-gradient(to left, #55b4d4, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tp633bmAQX .mbr-text,
.cid-tp633bmAQX .mbr-section-btn {
  color: #999999;
}
.cid-tp7zj2xgks {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #465052;
}
.cid-tp7zj2xgks .wrapper {
  text-align: end;
}
.cid-tp7zj2xgks .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tp7zj2xgks .row {
  flex-direction: row-reverse;
}
.cid-tp7zj2xgks .wrapper {
  text-align: left;
}
.cid-tp7zj2xgks .mbr-section-title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tp7zj2xgks .row {
    text-align: center;
  }
  .cid-tp7zj2xgks .wrapper {
    text-align: center;
    margin-top: 2rem;
  }
  .cid-tp7zj2xgks .mbr-section-title {
    text-align: center;
  }
}
.cid-tp7zj2xgks .btn {
  padding: .8rem 4rem;
  position: relative;
  color: #C0BCB7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tp7zj2xgks .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-tp7zj2xgks .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tp7zj2xgks .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tp7zj2xgks .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-tp7zj2xgks .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-tq0vi6K9fB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-tq0vi6K9fB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tq0vi6K9fB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tq0vi6K9fB .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-tq0vi6K9fB .row {
    flex-wrap: wrap;
  }
}
.cid-tq0vi6K9fB .col-text {
  width: 50%;
}
@media (max-width: 767px) {
  .cid-tq0vi6K9fB .col-text {
    width: 100%;
  }
}
.cid-tq0vi6K9fB .text-wrapper {
  max-width: 500px;
  padding: 16px 0;
}
@media (max-width: 991px) {
  .cid-tq0vi6K9fB .text-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 10px 8%;
  }
}
@media (max-width: 767px) {
  .cid-tq0vi6K9fB .text-wrapper {
    padding: 0;
  }
}
.cid-tq0vi6K9fB .mbr-section-title {
  color: #ffffff;
  opacity: 0.4;
  margin-bottom: 12px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tq0vi6K9fB .mbr-section-title {
    margin-bottom: 8px;
  }
}
.cid-tq0vi6K9fB .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tq0vi6K9fB .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tq0vi6K9fB .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tq0vi6K9fB .mbr-text {
  color: #272727;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tq0vi6K9fB .mbr-text {
    max-width: 290px;
  }
}
@media (max-width: 767px) {
  .cid-tq0vi6K9fB .mbr-text {
    max-width: 350px;
  }
}
@media (max-width: 575px) {
  .cid-tq0vi6K9fB .mbr-text {
    max-width: 100%;
  }
}
.cid-tq0vi6K9fB .mbr-section-btn {
  margin-top: 20px;
}
.cid-tq0vi6K9fB .col-img {
  width: 40%;
}
@media (max-width: 991px) {
  .cid-tq0vi6K9fB .col-img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tq0vi6K9fB .col-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-tq0vi6K9fB .image-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tq0vi6K9fB .image-wrapper {
    width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-tq0vi6K9fB .image-wrapper {
    width: 100%;
  }
}
.cid-tq0vi6K9fB .image-wrapper img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tq0vi6K9fB .image-wrapper img {
    max-width: 100%;
  }
}
.cid-tq0vi6K9fB .mbr-text,
.cid-tq0vi6K9fB .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tpUkIITIrD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #465052;
}
.cid-tpUkIITIrD .wrapper {
  text-align: end;
}
.cid-tpUkIITIrD .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tpUkIITIrD .row {
  flex-direction: row-reverse;
}
.cid-tpUkIITIrD .wrapper {
  text-align: left;
}
.cid-tpUkIITIrD .mbr-section-title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tpUkIITIrD .row {
    text-align: center;
  }
  .cid-tpUkIITIrD .wrapper {
    text-align: center;
    margin-top: 2rem;
  }
  .cid-tpUkIITIrD .mbr-section-title {
    text-align: center;
  }
}
.cid-tpUkIITIrD .btn {
  padding: .8rem 4rem;
  position: relative;
  color: #C0BCB7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tpUkIITIrD .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-tpUkIITIrD .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tpUkIITIrD .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tpUkIITIrD .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-tpUkIITIrD .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-tp6819N0jW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #212428;
}
.cid-tp6819N0jW .item-img {
  margin-bottom: 1.5rem;
}
.cid-tp6819N0jW img,
.cid-tp6819N0jW .item-img {
  width: 100%;
  border-radius: 1.5rem;
  object-fit: cover;
  height: 400px;
}
.cid-tp6819N0jW .item:focus,
.cid-tp6819N0jW span:focus {
  outline: none;
}
.cid-tp6819N0jW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tp6819N0jW .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tp6819N0jW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tp6819N0jW .mbr-section-title {
  color: #ffffff;
}
.cid-tp6819N0jW .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-tp6819N0jW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u5GobIGAQ8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #465052;
}
.cid-u5GobIGAQ8 .wrapper {
  text-align: end;
}
.cid-u5GobIGAQ8 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u5GobIGAQ8 .row {
    text-align: center;
  }
  .cid-u5GobIGAQ8 .wrapper {
    text-align: center;
    margin-top: 2rem;
  }
  .cid-u5GobIGAQ8 .mbr-section-title {
    text-align: center;
  }
}
.cid-u5GobIGAQ8 .btn {
  padding: .8rem 4rem;
  position: relative;
  color: #C0BCB7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-u5GobIGAQ8 .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-u5GobIGAQ8 .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-u5GobIGAQ8 .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-u5GobIGAQ8 .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-u5GobIGAQ8 .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-u7mtd5K73t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #191919;
}
.cid-u7mtd5K73t .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7mtd5K73t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7mtd5K73t .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-u7mtd5K73t .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-u7mtd5K73t .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-u7mtd5K73t .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u7mtd5K73t .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-u7mtd5K73t .text-wrapper {
  width: 100%;
}
.cid-u7mtd5K73t .mbr-section-title {
  color: #f49846;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u7mtd5K73t .mbr-section-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .cid-u7mtd5K73t .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-u7mtd5K73t .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-u7mtd5K73t .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u7mtd5K73t .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-u7mtd5K73t .mbr-text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .cid-u7mtd5K73t .mbr-text {
    padding-right: 0;
  }
}
.cid-u7mtd5K73t .mbr-section-btn {
  margin-top: 40px;
}
.cid-u7mtd5K73t .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u7mtd5K73t .col-img {
    order: 1;
  }
}
.cid-u7mtd5K73t .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u7mtd5K73t .img-container {
    padding-right: 20px;
  }
}
.cid-u7mtd5K73t .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-u7mtd5K73t .image-wrapper {
    padding: 15px;
  }
}
.cid-u7mtd5K73t .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-u7mtd5K73t .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-u7mtd5K73t .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-u7mtd5K73t .mbr-text,
.cid-u7mtd5K73t .mbr-section-btn {
  text-align: center;
}
.cid-u7mtd5K73t P {
  color: #ffffff;
  text-align: center;
}
.cid-u7mtnBgUYX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #465052;
}
.cid-u7mtnBgUYX .wrapper {
  text-align: end;
}
.cid-u7mtnBgUYX .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-u7mtnBgUYX .row {
  flex-direction: row-reverse;
}
.cid-u7mtnBgUYX .wrapper {
  text-align: left;
}
.cid-u7mtnBgUYX .mbr-section-title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-u7mtnBgUYX .row {
    text-align: center;
  }
  .cid-u7mtnBgUYX .wrapper {
    text-align: center;
    margin-top: 2rem;
  }
  .cid-u7mtnBgUYX .mbr-section-title {
    text-align: center;
  }
}
.cid-u7mtnBgUYX .btn {
  padding: .8rem 4rem;
  position: relative;
  color: #C0BCB7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-u7mtnBgUYX .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-u7mtnBgUYX .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-u7mtnBgUYX .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-u7mtnBgUYX .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-u7mtnBgUYX .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-tEiAxCoUKr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #191919;
}
.cid-tEiAxCoUKr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEiAxCoUKr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEiAxCoUKr .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tEiAxCoUKr .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tEiAxCoUKr .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tEiAxCoUKr .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tEiAxCoUKr .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-tEiAxCoUKr .text-wrapper {
  width: 100%;
}
.cid-tEiAxCoUKr .mbr-section-title {
  color: #f49846;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tEiAxCoUKr .mbr-section-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .cid-tEiAxCoUKr .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-tEiAxCoUKr .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-tEiAxCoUKr .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tEiAxCoUKr .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tEiAxCoUKr .mbr-text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .cid-tEiAxCoUKr .mbr-text {
    padding-right: 0;
  }
}
.cid-tEiAxCoUKr .mbr-section-btn {
  margin-top: 40px;
}
.cid-tEiAxCoUKr .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tEiAxCoUKr .col-img {
    order: 1;
  }
}
.cid-tEiAxCoUKr .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tEiAxCoUKr .img-container {
    padding-right: 20px;
  }
}
.cid-tEiAxCoUKr .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-tEiAxCoUKr .image-wrapper {
    padding: 15px;
  }
}
.cid-tEiAxCoUKr .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-tEiAxCoUKr .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-tEiAxCoUKr .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-tEiAxCoUKr .mbr-text,
.cid-tEiAxCoUKr .mbr-section-btn {
  text-align: center;
}
.cid-tEiAxCoUKr P {
  color: #ffffff;
  text-align: center;
}
.cid-tp7rd8PXcs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #465052;
}
.cid-tp7rd8PXcs .wrapper {
  text-align: end;
}
.cid-tp7rd8PXcs .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tp7rd8PXcs .row {
    text-align: center;
  }
  .cid-tp7rd8PXcs .wrapper {
    text-align: center;
    margin-top: 2rem;
  }
  .cid-tp7rd8PXcs .mbr-section-title {
    text-align: center;
  }
}
.cid-tp7rd8PXcs .btn {
  padding: .8rem 4rem;
  position: relative;
  color: #C0BCB7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tp7rd8PXcs .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-tp7rd8PXcs .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tp7rd8PXcs .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tp7rd8PXcs .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-tp7rd8PXcs .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-tEiBzQE4M1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #191919;
}
.cid-tEiBzQE4M1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEiBzQE4M1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEiBzQE4M1 .row {
  flex-direction: row-reverse;
}
.cid-tEiBzQE4M1 .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tEiBzQE4M1 .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tEiBzQE4M1 .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tEiBzQE4M1 .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tEiBzQE4M1 .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-tEiBzQE4M1 .text-wrapper {
  width: 100%;
}
.cid-tEiBzQE4M1 .mbr-section-title {
  color: #f49846;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tEiBzQE4M1 .mbr-section-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .cid-tEiBzQE4M1 .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-tEiBzQE4M1 .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-tEiBzQE4M1 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tEiBzQE4M1 .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tEiBzQE4M1 .mbr-text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .cid-tEiBzQE4M1 .mbr-text {
    padding-right: 0;
  }
}
.cid-tEiBzQE4M1 .mbr-section-btn {
  margin-top: 40px;
}
.cid-tEiBzQE4M1 .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tEiBzQE4M1 .col-img {
    order: 1;
  }
}
.cid-tEiBzQE4M1 .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tEiBzQE4M1 .img-container {
    padding-left: 20px;
  }
}
.cid-tEiBzQE4M1 .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-tEiBzQE4M1 .image-wrapper {
    padding: 15px;
  }
}
.cid-tEiBzQE4M1 .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-tEiBzQE4M1 .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-tEiBzQE4M1 .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-tEiBzQE4M1 .mbr-text,
.cid-tEiBzQE4M1 .mbr-section-btn {
  text-align: center;
}
.cid-tEiBzQE4M1 P {
  color: #ffffff;
  text-align: center;
}
.cid-tp7tb5Hanj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #465052;
}
.cid-tp7tb5Hanj .wrapper {
  text-align: end;
}
.cid-tp7tb5Hanj .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tp7tb5Hanj .row {
  flex-direction: row-reverse;
}
.cid-tp7tb5Hanj .wrapper {
  text-align: left;
}
.cid-tp7tb5Hanj .mbr-section-title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tp7tb5Hanj .row {
    text-align: center;
  }
  .cid-tp7tb5Hanj .wrapper {
    text-align: center;
    margin-top: 2rem;
  }
  .cid-tp7tb5Hanj .mbr-section-title {
    text-align: center;
  }
}
.cid-tp7tb5Hanj .btn {
  padding: .8rem 4rem;
  position: relative;
  color: #C0BCB7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tp7tb5Hanj .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-tp7tb5Hanj .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tp7tb5Hanj .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tp7tb5Hanj .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-tp7tb5Hanj .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-tEiCcZkqo0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #191919;
}
.cid-tEiCcZkqo0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEiCcZkqo0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEiCcZkqo0 .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tEiCcZkqo0 .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tEiCcZkqo0 .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tEiCcZkqo0 .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tEiCcZkqo0 .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-tEiCcZkqo0 .text-wrapper {
  width: 100%;
}
.cid-tEiCcZkqo0 .mbr-section-title {
  color: #f49846;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tEiCcZkqo0 .mbr-section-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .cid-tEiCcZkqo0 .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-tEiCcZkqo0 .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-tEiCcZkqo0 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tEiCcZkqo0 .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tEiCcZkqo0 .mbr-text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .cid-tEiCcZkqo0 .mbr-text {
    padding-right: 0;
  }
}
.cid-tEiCcZkqo0 .mbr-section-btn {
  margin-top: 40px;
}
.cid-tEiCcZkqo0 .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tEiCcZkqo0 .col-img {
    order: 1;
  }
}
.cid-tEiCcZkqo0 .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tEiCcZkqo0 .img-container {
    padding-right: 20px;
  }
}
.cid-tEiCcZkqo0 .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-tEiCcZkqo0 .image-wrapper {
    padding: 15px;
  }
}
.cid-tEiCcZkqo0 .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-tEiCcZkqo0 .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-tEiCcZkqo0 .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-tEiCcZkqo0 .mbr-text,
.cid-tEiCcZkqo0 .mbr-section-btn {
  text-align: center;
}
.cid-tEiCcZkqo0 P {
  color: #ffffff;
  text-align: center;
}
.cid-tp7tcrHFtj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #465052;
}
.cid-tp7tcrHFtj .wrapper {
  text-align: end;
}
.cid-tp7tcrHFtj .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tp7tcrHFtj .row {
    text-align: center;
  }
  .cid-tp7tcrHFtj .wrapper {
    text-align: center;
    margin-top: 2rem;
  }
  .cid-tp7tcrHFtj .mbr-section-title {
    text-align: center;
  }
}
.cid-tp7tcrHFtj .btn {
  padding: .8rem 4rem;
  position: relative;
  color: #C0BCB7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tp7tcrHFtj .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-tp7tcrHFtj .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tp7tcrHFtj .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tp7tcrHFtj .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-tp7tcrHFtj .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-tEiDhZspld {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #191919;
}
.cid-tEiDhZspld .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEiDhZspld .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEiDhZspld .row {
  flex-direction: row-reverse;
}
.cid-tEiDhZspld .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tEiDhZspld .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tEiDhZspld .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tEiDhZspld .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tEiDhZspld .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-tEiDhZspld .text-wrapper {
  width: 100%;
}
.cid-tEiDhZspld .mbr-section-title {
  color: #f49846;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tEiDhZspld .mbr-section-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .cid-tEiDhZspld .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-tEiDhZspld .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-tEiDhZspld .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tEiDhZspld .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tEiDhZspld .mbr-text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .cid-tEiDhZspld .mbr-text {
    padding-right: 0;
  }
}
.cid-tEiDhZspld .mbr-section-btn {
  margin-top: 40px;
}
.cid-tEiDhZspld .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tEiDhZspld .col-img {
    order: 1;
  }
}
.cid-tEiDhZspld .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tEiDhZspld .img-container {
    padding-left: 20px;
  }
}
.cid-tEiDhZspld .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-tEiDhZspld .image-wrapper {
    padding: 15px;
  }
}
.cid-tEiDhZspld .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-tEiDhZspld .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-tEiDhZspld .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-tEiDhZspld .mbr-text,
.cid-tEiDhZspld .mbr-section-btn {
  text-align: center;
}
.cid-tEiDhZspld P {
  color: #ffffff;
  text-align: center;
}
.cid-tp7tJMVf2V {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #465052;
}
.cid-tp7tJMVf2V .wrapper {
  text-align: end;
}
.cid-tp7tJMVf2V .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tp7tJMVf2V .row {
  flex-direction: row-reverse;
}
.cid-tp7tJMVf2V .wrapper {
  text-align: left;
}
.cid-tp7tJMVf2V .mbr-section-title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tp7tJMVf2V .row {
    text-align: center;
  }
  .cid-tp7tJMVf2V .wrapper {
    text-align: center;
    margin-top: 2rem;
  }
  .cid-tp7tJMVf2V .mbr-section-title {
    text-align: center;
  }
}
.cid-tp7tJMVf2V .btn {
  padding: .8rem 4rem;
  position: relative;
  color: #C0BCB7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tp7tJMVf2V .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-tp7tJMVf2V .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tp7tJMVf2V .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tp7tJMVf2V .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-tp7tJMVf2V .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-tp8dfM86yv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-tp8dfM86yv .mbr-text1 {
  color: #999999;
}
.cid-tp8dfM86yv .mbr-text2 {
  color: #999999;
}
.cid-tp8dfM86yv p {
  margin: 0;
}
.cid-tp8dUl7b92 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tp8dUl7b92 .btn {
  white-space: nowrap;
}
.cid-tp8dUl7b92 .nav-link,
.cid-tp8dUl7b92 .icons-menu .mbr-iconfont,
.cid-tp8dUl7b92 .dropdown-item {
  transition: all 0.1s;
}
.cid-tp8dUl7b92 .nav-link:hover,
.cid-tp8dUl7b92 .icons-menu .mbr-iconfont:hover,
.cid-tp8dUl7b92 .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 992px) {
  .cid-tp8dUl7b92 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-tp8dUl7b92 .container {
  display: flex;
  margin: auto;
}
.cid-tp8dUl7b92 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-tp8dUl7b92 .navbar.opened {
  transition: all .3s;
}
.cid-tp8dUl7b92 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tp8dUl7b92 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tp8dUl7b92 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tp8dUl7b92 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tp8dUl7b92 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tp8dUl7b92 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tp8dUl7b92 .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: 55%;
}
.cid-tp8dUl7b92 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tp8dUl7b92 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tp8dUl7b92 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tp8dUl7b92 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tp8dUl7b92 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tp8dUl7b92 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tp8dUl7b92 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tp8dUl7b92 .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: 55%;
  }
  .cid-tp8dUl7b92 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tp8dUl7b92 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tp8dUl7b92 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tp8dUl7b92 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tp8dUl7b92 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tp8dUl7b92 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tp8dUl7b92 .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-tp8dUl7b92 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tp8dUl7b92 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tp8dUl7b92 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-tp8dUl7b92 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-tp8dUl7b92 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tp8dUl7b92 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tp8dUl7b92 .navbar-caption {
  padding-right: 4rem;
}
.cid-tp8dUl7b92 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-tp8dUl7b92 .dropdown-menu,
.cid-tp8dUl7b92 .navbar.opened {
  background: #191919 !important;
}
.cid-tp8dUl7b92 .nav-item:focus,
.cid-tp8dUl7b92 .nav-link:focus {
  outline: none;
}
.cid-tp8dUl7b92 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tp8dUl7b92 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tp8dUl7b92 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tp8dUl7b92 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tp8dUl7b92 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tp8dUl7b92 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-tp8dUl7b92 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tp8dUl7b92 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tp8dUl7b92 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tp8dUl7b92 .dropdown-item.active,
.cid-tp8dUl7b92 .dropdown-item:active {
  background-color: transparent;
}
.cid-tp8dUl7b92 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tp8dUl7b92 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tp8dUl7b92 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tp8dUl7b92 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-tp8dUl7b92 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tp8dUl7b92 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tp8dUl7b92 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tp8dUl7b92 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tp8dUl7b92 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tp8dUl7b92 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tp8dUl7b92 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tp8dUl7b92 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tp8dUl7b92 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tp8dUl7b92 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tp8dUl7b92 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tp8dUl7b92 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tp8dUl7b92 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tp8dUl7b92 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tp8dUl7b92 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tp8dUl7b92 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tp8dUl7b92 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tp8dUl7b92 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tp8dUl7b92 .navbar {
    height: 77px;
  }
  .cid-tp8dUl7b92 .navbar.opened {
    height: auto;
  }
  .cid-tp8dUl7b92 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tp8dUl7b92 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tp8f2Mwa6j {
  background-color: #040402;
}
.cid-tp8f2Mwa6j H1 {
  color: #ffffff;
}
.cid-tp8f2Mwa6j h1 {
  background: linear-gradient(to left, #55b4d4, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tp8f2Mwa6j img {
  width: 100%;
}
.cid-tp8f2Mwa6j .mbr-text,
.cid-tp8f2Mwa6j .mbr-section-btn {
  color: #ffffff;
}
.cid-tp8g1nPvLK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #465052;
  position: relative;
  overflow: hidden;
}
.cid-tp8g1nPvLK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tp8g1nPvLK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tp8g1nPvLK .col-text {
  position: relative;
  width: 33vw;
}
@media (max-width: 991px) {
  .cid-tp8g1nPvLK .col-text {
    width: 65vw;
  }
}
@media (max-width: 767px) {
  .cid-tp8g1nPvLK .col-text {
    width: 70vw;
  }
}
@media (max-width: 575px) {
  .cid-tp8g1nPvLK .col-text {
    width: 100%;
  }
}
.cid-tp8g1nPvLK .text-wrap {
  position: relative;
  z-index: 3;
  padding: 5%;
}
@media (max-width: 767px) {
  .cid-tp8g1nPvLK .text-wrap {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .cid-tp8g1nPvLK .text-wrap {
    width: 100%;
    max-width: 70vw;
    margin: 0 auto;
  }
}
.cid-tp8g1nPvLK .mbr-section-title {
  color: #ffffff;
  opacity: 0.8;
}
.cid-tp8g1nPvLK .mbr-section-subtitle {
  color: #181817;
}
.cid-tp8g1nPvLK .mbr-text {
  color: #181817;
  margin-bottom: 1rem;
  opacity: 0.8;
}
.cid-tp8g1nPvLK .mbr-section-btn {
  margin-top: 1rem;
}
.cid-tp8g1nPvLK .img-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #000000;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-tp8g1nPvLK .img-bg {
    width: 380px;
  }
}
@media (max-width: 575px) {
  .cid-tp8g1nPvLK .img-bg {
    width: calc(100% - 2rem);
  }
}
.cid-tp8g1nPvLK .mbr-text,
.cid-tp8g1nPvLK .mbr-section-btn {
  color: #ffffff;
}
.cid-tp8glEOS1G {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-tp8glEOS1G .mbr-text1 {
  color: #999999;
}
.cid-tp8glEOS1G .mbr-text2 {
  color: #999999;
}
.cid-tp8glEOS1G p {
  margin: 0;
}
.cid-uVfBNsFSax .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVfBNsFSax .btn {
  white-space: nowrap;
}
.cid-uVfBNsFSax .nav-link,
.cid-uVfBNsFSax .icons-menu .mbr-iconfont,
.cid-uVfBNsFSax .dropdown-item {
  transition: all 0.1s;
}
.cid-uVfBNsFSax .nav-link:hover,
.cid-uVfBNsFSax .icons-menu .mbr-iconfont:hover,
.cid-uVfBNsFSax .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 992px) {
  .cid-uVfBNsFSax .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uVfBNsFSax .container {
  display: flex;
  margin: auto;
}
.cid-uVfBNsFSax .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-uVfBNsFSax .navbar.opened {
  transition: all .3s;
}
.cid-uVfBNsFSax .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uVfBNsFSax .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uVfBNsFSax .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVfBNsFSax .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uVfBNsFSax .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVfBNsFSax .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVfBNsFSax .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: 55%;
}
.cid-uVfBNsFSax .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVfBNsFSax .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uVfBNsFSax .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uVfBNsFSax .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVfBNsFSax .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVfBNsFSax .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVfBNsFSax .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVfBNsFSax .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: 55%;
  }
  .cid-uVfBNsFSax .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uVfBNsFSax .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVfBNsFSax .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVfBNsFSax .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVfBNsFSax .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uVfBNsFSax .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uVfBNsFSax .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uVfBNsFSax .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uVfBNsFSax .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uVfBNsFSax .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uVfBNsFSax .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uVfBNsFSax .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVfBNsFSax .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uVfBNsFSax .navbar-caption {
  padding-right: 4rem;
}
.cid-uVfBNsFSax .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uVfBNsFSax .dropdown-menu,
.cid-uVfBNsFSax .navbar.opened {
  background: #191919 !important;
}
.cid-uVfBNsFSax .nav-item:focus,
.cid-uVfBNsFSax .nav-link:focus {
  outline: none;
}
.cid-uVfBNsFSax .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVfBNsFSax .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVfBNsFSax .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVfBNsFSax .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVfBNsFSax .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVfBNsFSax .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uVfBNsFSax .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVfBNsFSax .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVfBNsFSax .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVfBNsFSax .dropdown-item.active,
.cid-uVfBNsFSax .dropdown-item:active {
  background-color: transparent;
}
.cid-uVfBNsFSax .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVfBNsFSax .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVfBNsFSax .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVfBNsFSax .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uVfBNsFSax .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVfBNsFSax .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVfBNsFSax ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uVfBNsFSax .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVfBNsFSax button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVfBNsFSax button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVfBNsFSax button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uVfBNsFSax button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uVfBNsFSax button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uVfBNsFSax button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uVfBNsFSax nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVfBNsFSax nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uVfBNsFSax nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uVfBNsFSax nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVfBNsFSax .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uVfBNsFSax a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVfBNsFSax .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uVfBNsFSax .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVfBNsFSax .navbar {
    height: 77px;
  }
  .cid-uVfBNsFSax .navbar.opened {
    height: auto;
  }
  .cid-uVfBNsFSax .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVfBNsFSax .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uVfBNtb09G {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/image3-2-1169x770.webp");
}
.cid-uVfBNtb09G H1 {
  color: #ffffff;
}
.cid-uVfBNtb09G h1 {
  background: linear-gradient(to left, #55b4d4, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uVfBNtb09G .mbr-text,
.cid-uVfBNtb09G .mbr-section-btn {
  color: #999999;
}
.cid-uVfBNtvYmV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #465052;
}
.cid-uVfBNtvYmV .wrapper {
  text-align: end;
}
.cid-uVfBNtvYmV .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uVfBNtvYmV .row {
  flex-direction: row-reverse;
}
.cid-uVfBNtvYmV .wrapper {
  text-align: left;
}
.cid-uVfBNtvYmV .mbr-section-title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uVfBNtvYmV .row {
    text-align: center;
  }
  .cid-uVfBNtvYmV .wrapper {
    text-align: center;
    margin-top: 2rem;
  }
  .cid-uVfBNtvYmV .mbr-section-title {
    text-align: center;
  }
}
.cid-uVfBNtvYmV .btn {
  padding: .8rem 4rem;
  position: relative;
  color: #C0BCB7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uVfBNtvYmV .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-uVfBNtvYmV .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uVfBNtvYmV .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uVfBNtvYmV .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-uVfBNtvYmV .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-uVfBNtPmPg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-uVfBNtPmPg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVfBNtPmPg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVfBNtPmPg .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uVfBNtPmPg .row {
    flex-wrap: wrap;
  }
}
.cid-uVfBNtPmPg .col-text {
  width: 50%;
}
@media (max-width: 767px) {
  .cid-uVfBNtPmPg .col-text {
    width: 100%;
  }
}
.cid-uVfBNtPmPg .text-wrapper {
  max-width: 500px;
  padding: 16px 0;
}
@media (max-width: 991px) {
  .cid-uVfBNtPmPg .text-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 10px 8%;
  }
}
@media (max-width: 767px) {
  .cid-uVfBNtPmPg .text-wrapper {
    padding: 0;
  }
}
.cid-uVfBNtPmPg .mbr-section-title {
  color: #ffffff;
  opacity: 0.4;
  margin-bottom: 12px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uVfBNtPmPg .mbr-section-title {
    margin-bottom: 8px;
  }
}
.cid-uVfBNtPmPg .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uVfBNtPmPg .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uVfBNtPmPg .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-uVfBNtPmPg .mbr-text {
  color: #272727;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uVfBNtPmPg .mbr-text {
    max-width: 290px;
  }
}
@media (max-width: 767px) {
  .cid-uVfBNtPmPg .mbr-text {
    max-width: 350px;
  }
}
@media (max-width: 575px) {
  .cid-uVfBNtPmPg .mbr-text {
    max-width: 100%;
  }
}
.cid-uVfBNtPmPg .mbr-section-btn {
  margin-top: 20px;
}
.cid-uVfBNtPmPg .col-img {
  width: 40%;
}
@media (max-width: 991px) {
  .cid-uVfBNtPmPg .col-img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uVfBNtPmPg .col-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uVfBNtPmPg .image-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uVfBNtPmPg .image-wrapper {
    width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-uVfBNtPmPg .image-wrapper {
    width: 100%;
  }
}
.cid-uVfBNtPmPg .image-wrapper img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uVfBNtPmPg .image-wrapper img {
    max-width: 100%;
  }
}
.cid-uVfBNtPmPg .mbr-text,
.cid-uVfBNtPmPg .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uVfBNubSr9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #465052;
}
.cid-uVfBNubSr9 .wrapper {
  text-align: end;
}
.cid-uVfBNubSr9 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uVfBNubSr9 .row {
  flex-direction: row-reverse;
}
.cid-uVfBNubSr9 .wrapper {
  text-align: left;
}
.cid-uVfBNubSr9 .mbr-section-title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uVfBNubSr9 .row {
    text-align: center;
  }
  .cid-uVfBNubSr9 .wrapper {
    text-align: center;
    margin-top: 2rem;
  }
  .cid-uVfBNubSr9 .mbr-section-title {
    text-align: center;
  }
}
.cid-uVfBNubSr9 .btn {
  padding: .8rem 4rem;
  position: relative;
  color: #C0BCB7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uVfBNubSr9 .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-uVfBNubSr9 .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uVfBNubSr9 .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uVfBNubSr9 .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-uVfBNubSr9 .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-uVfBNuHSUC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #212428;
}
.cid-uVfBNuHSUC .item-img {
  margin-bottom: 1.5rem;
}
.cid-uVfBNuHSUC img,
.cid-uVfBNuHSUC .item-img {
  width: 100%;
  border-radius: 1.5rem;
  object-fit: cover;
  height: 400px;
}
.cid-uVfBNuHSUC .item:focus,
.cid-uVfBNuHSUC span:focus {
  outline: none;
}
.cid-uVfBNuHSUC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uVfBNuHSUC .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uVfBNuHSUC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uVfBNuHSUC .mbr-section-title {
  color: #ffffff;
}
.cid-uVfBNuHSUC .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVfBNuHSUC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVfBNvpqps {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #465052;
}
.cid-uVfBNvpqps .wrapper {
  text-align: end;
}
.cid-uVfBNvpqps .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uVfBNvpqps .row {
  flex-direction: row-reverse;
}
.cid-uVfBNvpqps .wrapper {
  text-align: left;
}
.cid-uVfBNvpqps .mbr-section-title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uVfBNvpqps .row {
    text-align: center;
  }
  .cid-uVfBNvpqps .wrapper {
    text-align: center;
    margin-top: 2rem;
  }
  .cid-uVfBNvpqps .mbr-section-title {
    text-align: center;
  }
}
.cid-uVfBNvpqps .btn {
  padding: .8rem 4rem;
  position: relative;
  color: #C0BCB7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uVfBNvpqps .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-uVfBNvpqps .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uVfBNvpqps .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uVfBNvpqps .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-uVfBNvpqps .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-uVfBNvHwFP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #191919;
}
.cid-uVfBNvHwFP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVfBNvHwFP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVfBNvHwFP .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uVfBNvHwFP .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uVfBNvHwFP .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uVfBNvHwFP .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uVfBNvHwFP .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-uVfBNvHwFP .text-wrapper {
  width: 100%;
}
.cid-uVfBNvHwFP .mbr-section-title {
  color: #f49846;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uVfBNvHwFP .mbr-section-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .cid-uVfBNvHwFP .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-uVfBNvHwFP .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uVfBNvHwFP .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uVfBNvHwFP .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uVfBNvHwFP .mbr-text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .cid-uVfBNvHwFP .mbr-text {
    padding-right: 0;
  }
}
.cid-uVfBNvHwFP .mbr-section-btn {
  margin-top: 40px;
}
.cid-uVfBNvHwFP .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uVfBNvHwFP .col-img {
    order: 1;
  }
}
.cid-uVfBNvHwFP .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uVfBNvHwFP .img-container {
    padding-right: 20px;
  }
}
.cid-uVfBNvHwFP .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-uVfBNvHwFP .image-wrapper {
    padding: 15px;
  }
}
.cid-uVfBNvHwFP .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-uVfBNvHwFP .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-uVfBNvHwFP .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-uVfBNvHwFP .mbr-text,
.cid-uVfBNvHwFP .mbr-section-btn {
  text-align: center;
}
.cid-uVfBNvHwFP P {
  color: #ffffff;
  text-align: center;
}
.cid-uVfBNw9Xpw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #465052;
}
.cid-uVfBNw9Xpw .wrapper {
  text-align: end;
}
.cid-uVfBNw9Xpw .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uVfBNw9Xpw .row {
    text-align: center;
  }
  .cid-uVfBNw9Xpw .wrapper {
    text-align: center;
    margin-top: 2rem;
  }
  .cid-uVfBNw9Xpw .mbr-section-title {
    text-align: center;
  }
}
.cid-uVfBNw9Xpw .btn {
  padding: .8rem 4rem;
  position: relative;
  color: #C0BCB7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uVfBNw9Xpw .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-uVfBNw9Xpw .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uVfBNw9Xpw .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uVfBNw9Xpw .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-uVfBNw9Xpw .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-uVfBNwtqFX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #191919;
}
.cid-uVfBNwtqFX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVfBNwtqFX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVfBNwtqFX .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uVfBNwtqFX .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uVfBNwtqFX .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uVfBNwtqFX .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uVfBNwtqFX .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-uVfBNwtqFX .text-wrapper {
  width: 100%;
}
.cid-uVfBNwtqFX .mbr-section-title {
  color: #f49846;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uVfBNwtqFX .mbr-section-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .cid-uVfBNwtqFX .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-uVfBNwtqFX .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uVfBNwtqFX .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uVfBNwtqFX .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uVfBNwtqFX .mbr-text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .cid-uVfBNwtqFX .mbr-text {
    padding-right: 0;
  }
}
.cid-uVfBNwtqFX .mbr-section-btn {
  margin-top: 40px;
}
.cid-uVfBNwtqFX .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uVfBNwtqFX .col-img {
    order: 1;
  }
}
.cid-uVfBNwtqFX .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uVfBNwtqFX .img-container {
    padding-right: 20px;
  }
}
.cid-uVfBNwtqFX .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-uVfBNwtqFX .image-wrapper {
    padding: 15px;
  }
}
.cid-uVfBNwtqFX .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-uVfBNwtqFX .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-uVfBNwtqFX .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-uVfBNwtqFX .mbr-text,
.cid-uVfBNwtqFX .mbr-section-btn {
  text-align: center;
}
.cid-uVfBNwtqFX P {
  color: #ffffff;
  text-align: center;
}
.cid-uVfBNwTQ9J {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #465052;
}
.cid-uVfBNwTQ9J .wrapper {
  text-align: end;
}
.cid-uVfBNwTQ9J .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uVfBNwTQ9J .row {
  flex-direction: row-reverse;
}
.cid-uVfBNwTQ9J .wrapper {
  text-align: left;
}
.cid-uVfBNwTQ9J .mbr-section-title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uVfBNwTQ9J .row {
    text-align: center;
  }
  .cid-uVfBNwTQ9J .wrapper {
    text-align: center;
    margin-top: 2rem;
  }
  .cid-uVfBNwTQ9J .mbr-section-title {
    text-align: center;
  }
}
.cid-uVfBNwTQ9J .btn {
  padding: .8rem 4rem;
  position: relative;
  color: #C0BCB7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uVfBNwTQ9J .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-uVfBNwTQ9J .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uVfBNwTQ9J .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uVfBNwTQ9J .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-uVfBNwTQ9J .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-uVfBNxcAaB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #191919;
}
.cid-uVfBNxcAaB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVfBNxcAaB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVfBNxcAaB .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uVfBNxcAaB .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uVfBNxcAaB .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uVfBNxcAaB .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uVfBNxcAaB .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-uVfBNxcAaB .text-wrapper {
  width: 100%;
}
.cid-uVfBNxcAaB .mbr-section-title {
  color: #f49846;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uVfBNxcAaB .mbr-section-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .cid-uVfBNxcAaB .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-uVfBNxcAaB .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uVfBNxcAaB .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uVfBNxcAaB .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uVfBNxcAaB .mbr-text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .cid-uVfBNxcAaB .mbr-text {
    padding-right: 0;
  }
}
.cid-uVfBNxcAaB .mbr-section-btn {
  margin-top: 40px;
}
.cid-uVfBNxcAaB .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uVfBNxcAaB .col-img {
    order: 1;
  }
}
.cid-uVfBNxcAaB .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uVfBNxcAaB .img-container {
    padding-right: 20px;
  }
}
.cid-uVfBNxcAaB .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-uVfBNxcAaB .image-wrapper {
    padding: 15px;
  }
}
.cid-uVfBNxcAaB .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-uVfBNxcAaB .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-uVfBNxcAaB .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-uVfBNxcAaB .mbr-text,
.cid-uVfBNxcAaB .mbr-section-btn {
  text-align: center;
}
.cid-uVfBNxcAaB P {
  color: #ffffff;
  text-align: center;
}
.cid-uVfBNxBZMo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #465052;
}
.cid-uVfBNxBZMo .wrapper {
  text-align: end;
}
.cid-uVfBNxBZMo .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uVfBNxBZMo .row {
    text-align: center;
  }
  .cid-uVfBNxBZMo .wrapper {
    text-align: center;
    margin-top: 2rem;
  }
  .cid-uVfBNxBZMo .mbr-section-title {
    text-align: center;
  }
}
.cid-uVfBNxBZMo .btn {
  padding: .8rem 4rem;
  position: relative;
  color: #C0BCB7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uVfBNxBZMo .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-uVfBNxBZMo .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uVfBNxBZMo .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uVfBNxBZMo .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-uVfBNxBZMo .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-uVfBNxVCct {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #191919;
}
.cid-uVfBNxVCct .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVfBNxVCct .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVfBNxVCct .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uVfBNxVCct .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uVfBNxVCct .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uVfBNxVCct .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uVfBNxVCct .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-uVfBNxVCct .text-wrapper {
  width: 100%;
}
.cid-uVfBNxVCct .mbr-section-title {
  color: #f49846;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uVfBNxVCct .mbr-section-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .cid-uVfBNxVCct .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-uVfBNxVCct .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uVfBNxVCct .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uVfBNxVCct .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uVfBNxVCct .mbr-text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .cid-uVfBNxVCct .mbr-text {
    padding-right: 0;
  }
}
.cid-uVfBNxVCct .mbr-section-btn {
  margin-top: 40px;
}
.cid-uVfBNxVCct .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uVfBNxVCct .col-img {
    order: 1;
  }
}
.cid-uVfBNxVCct .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uVfBNxVCct .img-container {
    padding-right: 20px;
  }
}
.cid-uVfBNxVCct .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-uVfBNxVCct .image-wrapper {
    padding: 15px;
  }
}
.cid-uVfBNxVCct .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-uVfBNxVCct .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-uVfBNxVCct .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-uVfBNxVCct .mbr-text,
.cid-uVfBNxVCct .mbr-section-btn {
  text-align: center;
}
.cid-uVfBNxVCct P {
  color: #ffffff;
  text-align: center;
}
.cid-uVfBNygbt3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #465052;
}
.cid-uVfBNygbt3 .wrapper {
  text-align: end;
}
.cid-uVfBNygbt3 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uVfBNygbt3 .row {
  flex-direction: row-reverse;
}
.cid-uVfBNygbt3 .wrapper {
  text-align: left;
}
.cid-uVfBNygbt3 .mbr-section-title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uVfBNygbt3 .row {
    text-align: center;
  }
  .cid-uVfBNygbt3 .wrapper {
    text-align: center;
    margin-top: 2rem;
  }
  .cid-uVfBNygbt3 .mbr-section-title {
    text-align: center;
  }
}
.cid-uVfBNygbt3 .btn {
  padding: .8rem 4rem;
  position: relative;
  color: #C0BCB7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uVfBNygbt3 .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-uVfBNygbt3 .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uVfBNygbt3 .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uVfBNygbt3 .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-uVfBNygbt3 .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-uVfBNyBom6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #191919;
}
.cid-uVfBNyBom6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVfBNyBom6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVfBNyBom6 .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uVfBNyBom6 .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uVfBNyBom6 .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uVfBNyBom6 .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uVfBNyBom6 .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-uVfBNyBom6 .text-wrapper {
  width: 100%;
}
.cid-uVfBNyBom6 .mbr-section-title {
  color: #f49846;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uVfBNyBom6 .mbr-section-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .cid-uVfBNyBom6 .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-uVfBNyBom6 .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uVfBNyBom6 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uVfBNyBom6 .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uVfBNyBom6 .mbr-text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .cid-uVfBNyBom6 .mbr-text {
    padding-right: 0;
  }
}
.cid-uVfBNyBom6 .mbr-section-btn {
  margin-top: 40px;
}
.cid-uVfBNyBom6 .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uVfBNyBom6 .col-img {
    order: 1;
  }
}
.cid-uVfBNyBom6 .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uVfBNyBom6 .img-container {
    padding-right: 20px;
  }
}
.cid-uVfBNyBom6 .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-uVfBNyBom6 .image-wrapper {
    padding: 15px;
  }
}
.cid-uVfBNyBom6 .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-uVfBNyBom6 .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-uVfBNyBom6 .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-uVfBNyBom6 .mbr-text,
.cid-uVfBNyBom6 .mbr-section-btn {
  text-align: center;
}
.cid-uVfBNyBom6 P {
  color: #ffffff;
  text-align: center;
}
.cid-uVfBNyX5pA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #465052;
}
.cid-uVfBNyX5pA .wrapper {
  text-align: end;
}
.cid-uVfBNyX5pA .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uVfBNyX5pA .row {
    text-align: center;
  }
  .cid-uVfBNyX5pA .wrapper {
    text-align: center;
    margin-top: 2rem;
  }
  .cid-uVfBNyX5pA .mbr-section-title {
    text-align: center;
  }
}
.cid-uVfBNyX5pA .btn {
  padding: .8rem 4rem;
  position: relative;
  color: #C0BCB7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uVfBNyX5pA .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-uVfBNyX5pA .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uVfBNyX5pA .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uVfBNyX5pA .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-uVfBNyX5pA .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-uVfBNziiNT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #191919;
}
.cid-uVfBNziiNT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVfBNziiNT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVfBNziiNT .row {
  flex-direction: row-reverse;
}
.cid-uVfBNziiNT .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uVfBNziiNT .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uVfBNziiNT .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uVfBNziiNT .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uVfBNziiNT .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-uVfBNziiNT .text-wrapper {
  width: 100%;
}
.cid-uVfBNziiNT .mbr-section-title {
  color: #f49846;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uVfBNziiNT .mbr-section-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .cid-uVfBNziiNT .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-uVfBNziiNT .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uVfBNziiNT .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uVfBNziiNT .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uVfBNziiNT .mbr-text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .cid-uVfBNziiNT .mbr-text {
    padding-right: 0;
  }
}
.cid-uVfBNziiNT .mbr-section-btn {
  margin-top: 40px;
}
.cid-uVfBNziiNT .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uVfBNziiNT .col-img {
    order: 1;
  }
}
.cid-uVfBNziiNT .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uVfBNziiNT .img-container {
    padding-left: 20px;
  }
}
.cid-uVfBNziiNT .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-uVfBNziiNT .image-wrapper {
    padding: 15px;
  }
}
.cid-uVfBNziiNT .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-uVfBNziiNT .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-uVfBNziiNT .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-uVfBNziiNT .mbr-text,
.cid-uVfBNziiNT .mbr-section-btn {
  text-align: center;
}
.cid-uVfBNziiNT P {
  color: #ffffff;
  text-align: center;
}
.cid-uVfBNzHKXb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #465052;
}
.cid-uVfBNzHKXb .wrapper {
  text-align: end;
}
.cid-uVfBNzHKXb .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uVfBNzHKXb .row {
  flex-direction: row-reverse;
}
.cid-uVfBNzHKXb .wrapper {
  text-align: left;
}
.cid-uVfBNzHKXb .mbr-section-title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uVfBNzHKXb .row {
    text-align: center;
  }
  .cid-uVfBNzHKXb .wrapper {
    text-align: center;
    margin-top: 2rem;
  }
  .cid-uVfBNzHKXb .mbr-section-title {
    text-align: center;
  }
}
.cid-uVfBNzHKXb .btn {
  padding: .8rem 4rem;
  position: relative;
  color: #C0BCB7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uVfBNzHKXb .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-uVfBNzHKXb .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uVfBNzHKXb .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uVfBNzHKXb .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-uVfBNzHKXb .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-uVfBNA1lCO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #191919;
}
.cid-uVfBNA1lCO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVfBNA1lCO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVfBNA1lCO .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uVfBNA1lCO .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uVfBNA1lCO .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uVfBNA1lCO .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uVfBNA1lCO .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-uVfBNA1lCO .text-wrapper {
  width: 100%;
}
.cid-uVfBNA1lCO .mbr-section-title {
  color: #f49846;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uVfBNA1lCO .mbr-section-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .cid-uVfBNA1lCO .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-uVfBNA1lCO .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uVfBNA1lCO .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uVfBNA1lCO .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uVfBNA1lCO .mbr-text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .cid-uVfBNA1lCO .mbr-text {
    padding-right: 0;
  }
}
.cid-uVfBNA1lCO .mbr-section-btn {
  margin-top: 40px;
}
.cid-uVfBNA1lCO .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uVfBNA1lCO .col-img {
    order: 1;
  }
}
.cid-uVfBNA1lCO .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uVfBNA1lCO .img-container {
    padding-right: 20px;
  }
}
.cid-uVfBNA1lCO .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-uVfBNA1lCO .image-wrapper {
    padding: 15px;
  }
}
.cid-uVfBNA1lCO .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-uVfBNA1lCO .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-uVfBNA1lCO .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-uVfBNA1lCO .mbr-text,
.cid-uVfBNA1lCO .mbr-section-btn {
  text-align: center;
}
.cid-uVfBNA1lCO P {
  color: #ffffff;
  text-align: center;
}
.cid-uVfBNApQuz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #465052;
}
.cid-uVfBNApQuz .wrapper {
  text-align: end;
}
.cid-uVfBNApQuz .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uVfBNApQuz .row {
    text-align: center;
  }
  .cid-uVfBNApQuz .wrapper {
    text-align: center;
    margin-top: 2rem;
  }
  .cid-uVfBNApQuz .mbr-section-title {
    text-align: center;
  }
}
.cid-uVfBNApQuz .btn {
  padding: .8rem 4rem;
  position: relative;
  color: #C0BCB7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uVfBNApQuz .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-uVfBNApQuz .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uVfBNApQuz .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uVfBNApQuz .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-uVfBNApQuz .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-uVfBNAIVw4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #191919;
}
.cid-uVfBNAIVw4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVfBNAIVw4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVfBNAIVw4 .row {
  flex-direction: row-reverse;
}
.cid-uVfBNAIVw4 .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uVfBNAIVw4 .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uVfBNAIVw4 .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uVfBNAIVw4 .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uVfBNAIVw4 .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-uVfBNAIVw4 .text-wrapper {
  width: 100%;
}
.cid-uVfBNAIVw4 .mbr-section-title {
  color: #f49846;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uVfBNAIVw4 .mbr-section-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .cid-uVfBNAIVw4 .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-uVfBNAIVw4 .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uVfBNAIVw4 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uVfBNAIVw4 .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uVfBNAIVw4 .mbr-text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .cid-uVfBNAIVw4 .mbr-text {
    padding-right: 0;
  }
}
.cid-uVfBNAIVw4 .mbr-section-btn {
  margin-top: 40px;
}
.cid-uVfBNAIVw4 .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uVfBNAIVw4 .col-img {
    order: 1;
  }
}
.cid-uVfBNAIVw4 .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uVfBNAIVw4 .img-container {
    padding-left: 20px;
  }
}
.cid-uVfBNAIVw4 .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-uVfBNAIVw4 .image-wrapper {
    padding: 15px;
  }
}
.cid-uVfBNAIVw4 .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-uVfBNAIVw4 .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-uVfBNAIVw4 .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-uVfBNAIVw4 .mbr-text,
.cid-uVfBNAIVw4 .mbr-section-btn {
  text-align: center;
}
.cid-uVfBNAIVw4 P {
  color: #ffffff;
  text-align: center;
}
.cid-uVfBNB5iH1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #465052;
}
.cid-uVfBNB5iH1 .wrapper {
  text-align: end;
}
.cid-uVfBNB5iH1 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uVfBNB5iH1 .row {
  flex-direction: row-reverse;
}
.cid-uVfBNB5iH1 .wrapper {
  text-align: left;
}
.cid-uVfBNB5iH1 .mbr-section-title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uVfBNB5iH1 .row {
    text-align: center;
  }
  .cid-uVfBNB5iH1 .wrapper {
    text-align: center;
    margin-top: 2rem;
  }
  .cid-uVfBNB5iH1 .mbr-section-title {
    text-align: center;
  }
}
.cid-uVfBNB5iH1 .btn {
  padding: .8rem 4rem;
  position: relative;
  color: #C0BCB7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uVfBNB5iH1 .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-uVfBNB5iH1 .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uVfBNB5iH1 .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uVfBNB5iH1 .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-uVfBNB5iH1 .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-uVfBNBqywr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-uVfBNBqywr .mbr-text1 {
  color: #999999;
}
.cid-uVfBNBqywr .mbr-text2 {
  color: #999999;
}
.cid-uVfBNBqywr p {
  margin: 0;
}
.cid-tp3k6tVOQ6 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tp3k6tVOQ6 .btn {
  white-space: nowrap;
}
.cid-tp3k6tVOQ6 .nav-link,
.cid-tp3k6tVOQ6 .icons-menu .mbr-iconfont,
.cid-tp3k6tVOQ6 .dropdown-item {
  transition: all 0.1s;
}
.cid-tp3k6tVOQ6 .nav-link:hover,
.cid-tp3k6tVOQ6 .icons-menu .mbr-iconfont:hover,
.cid-tp3k6tVOQ6 .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 992px) {
  .cid-tp3k6tVOQ6 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-tp3k6tVOQ6 .container {
  display: flex;
  margin: auto;
}
.cid-tp3k6tVOQ6 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-tp3k6tVOQ6 .navbar.opened {
  transition: all .3s;
}
.cid-tp3k6tVOQ6 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tp3k6tVOQ6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tp3k6tVOQ6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tp3k6tVOQ6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tp3k6tVOQ6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tp3k6tVOQ6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tp3k6tVOQ6 .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: 55%;
}
.cid-tp3k6tVOQ6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tp3k6tVOQ6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tp3k6tVOQ6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tp3k6tVOQ6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tp3k6tVOQ6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tp3k6tVOQ6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tp3k6tVOQ6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tp3k6tVOQ6 .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: 55%;
  }
  .cid-tp3k6tVOQ6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tp3k6tVOQ6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tp3k6tVOQ6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tp3k6tVOQ6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tp3k6tVOQ6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tp3k6tVOQ6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tp3k6tVOQ6 .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-tp3k6tVOQ6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tp3k6tVOQ6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tp3k6tVOQ6 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-tp3k6tVOQ6 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-tp3k6tVOQ6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tp3k6tVOQ6 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tp3k6tVOQ6 .navbar-caption {
  padding-right: 4rem;
}
.cid-tp3k6tVOQ6 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-tp3k6tVOQ6 .dropdown-menu,
.cid-tp3k6tVOQ6 .navbar.opened {
  background: #191919 !important;
}
.cid-tp3k6tVOQ6 .nav-item:focus,
.cid-tp3k6tVOQ6 .nav-link:focus {
  outline: none;
}
.cid-tp3k6tVOQ6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tp3k6tVOQ6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tp3k6tVOQ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tp3k6tVOQ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tp3k6tVOQ6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tp3k6tVOQ6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-tp3k6tVOQ6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tp3k6tVOQ6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tp3k6tVOQ6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tp3k6tVOQ6 .dropdown-item.active,
.cid-tp3k6tVOQ6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tp3k6tVOQ6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tp3k6tVOQ6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tp3k6tVOQ6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tp3k6tVOQ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-tp3k6tVOQ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tp3k6tVOQ6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tp3k6tVOQ6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tp3k6tVOQ6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tp3k6tVOQ6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tp3k6tVOQ6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tp3k6tVOQ6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tp3k6tVOQ6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tp3k6tVOQ6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tp3k6tVOQ6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tp3k6tVOQ6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tp3k6tVOQ6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tp3k6tVOQ6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tp3k6tVOQ6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tp3k6tVOQ6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tp3k6tVOQ6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tp3k6tVOQ6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tp3k6tVOQ6 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tp3k6tVOQ6 .navbar {
    height: 77px;
  }
  .cid-tp3k6tVOQ6 .navbar.opened {
    height: auto;
  }
  .cid-tp3k6tVOQ6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tp3k6tVOQ6 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tp3kLkvEoh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
  background-color: #000000;
}
.cid-tp3kLkvEoh .image-wrapper {
  max-width: 600px;
}
.cid-tp3kLkvEoh .svg1 {
  width: 240px;
  position: absolute;
  z-index: 10;
  right: 15%;
  bottom: -40px;
}
.cid-tp3kLkvEoh .main {
  align-items: center;
}
.cid-tp3kLkvEoh .mbr-section-subtitle {
  margin-bottom: 20px;
  letter-spacing: 5.4px;
  color: #ffffff;
}
.cid-tp3kLkvEoh .mbr-section-title {
  margin-bottom: 28px;
  color: #ffffff;
}
.cid-tp3kLkvEoh .mbr-text,
.cid-tp3kLkvEoh .button-align {
  color: #ffffff;
  text-align: center;
}
.cid-tp3kLkvEoh .st1 {
  fill: #012b3a;
}
.cid-tp3kLkvEoh .st0 {
  fill: #5f0e38;
}
.cid-tp3kLkvEoh a {
  font-weight: 400;
}
@media (max-width: 768px) {
  .cid-tp3kLkvEoh .b {
    padding-top: 30px;
  }
}
@media (max-width: 950px) {
  .cid-tp3kLkvEoh .svg1 {
    display: none;
  }
}
.cid-tp3kLkvEoh img {
  display: block;
  width: 100%;
  -webkit-mask-image: url("../../../assets/images/group2.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.cid-tp3kLkvEoh .mbr-section-title DIV {
  text-align: center;
}
.cid-tp3q4XMJv7 {
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-color: #191919;
}
@media (min-width: 992px) {
  .cid-tp3q4XMJv7 .wrapper {
    padding: 0 28px;
  }
}
.cid-tp3q4XMJv7 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tp3men7WqQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-tp3men7WqQ .mbr-text1 {
  color: #999999;
}
.cid-tp3men7WqQ .mbr-text2 {
  color: #999999;
}
.cid-tp3men7WqQ p {
  margin: 0;
}
.cid-tp3qNj0YhH .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tp3qNj0YhH .btn {
  white-space: nowrap;
}
.cid-tp3qNj0YhH .nav-link,
.cid-tp3qNj0YhH .icons-menu .mbr-iconfont,
.cid-tp3qNj0YhH .dropdown-item {
  transition: all 0.1s;
}
.cid-tp3qNj0YhH .nav-link:hover,
.cid-tp3qNj0YhH .icons-menu .mbr-iconfont:hover,
.cid-tp3qNj0YhH .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 992px) {
  .cid-tp3qNj0YhH .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-tp3qNj0YhH .container {
  display: flex;
  margin: auto;
}
.cid-tp3qNj0YhH .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-tp3qNj0YhH .navbar.opened {
  transition: all .3s;
}
.cid-tp3qNj0YhH .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tp3qNj0YhH .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tp3qNj0YhH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tp3qNj0YhH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tp3qNj0YhH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tp3qNj0YhH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tp3qNj0YhH .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: 55%;
}
.cid-tp3qNj0YhH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tp3qNj0YhH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tp3qNj0YhH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tp3qNj0YhH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tp3qNj0YhH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tp3qNj0YhH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tp3qNj0YhH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tp3qNj0YhH .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: 55%;
  }
  .cid-tp3qNj0YhH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tp3qNj0YhH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tp3qNj0YhH .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tp3qNj0YhH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tp3qNj0YhH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tp3qNj0YhH .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tp3qNj0YhH .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-tp3qNj0YhH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tp3qNj0YhH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tp3qNj0YhH .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-tp3qNj0YhH .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-tp3qNj0YhH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tp3qNj0YhH .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tp3qNj0YhH .navbar-caption {
  padding-right: 4rem;
}
.cid-tp3qNj0YhH .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-tp3qNj0YhH .dropdown-menu,
.cid-tp3qNj0YhH .navbar.opened {
  background: #191919 !important;
}
.cid-tp3qNj0YhH .nav-item:focus,
.cid-tp3qNj0YhH .nav-link:focus {
  outline: none;
}
.cid-tp3qNj0YhH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tp3qNj0YhH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tp3qNj0YhH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tp3qNj0YhH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tp3qNj0YhH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tp3qNj0YhH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-tp3qNj0YhH .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tp3qNj0YhH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tp3qNj0YhH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tp3qNj0YhH .dropdown-item.active,
.cid-tp3qNj0YhH .dropdown-item:active {
  background-color: transparent;
}
.cid-tp3qNj0YhH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tp3qNj0YhH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tp3qNj0YhH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tp3qNj0YhH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-tp3qNj0YhH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tp3qNj0YhH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tp3qNj0YhH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tp3qNj0YhH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tp3qNj0YhH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tp3qNj0YhH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tp3qNj0YhH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tp3qNj0YhH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tp3qNj0YhH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tp3qNj0YhH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tp3qNj0YhH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tp3qNj0YhH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tp3qNj0YhH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tp3qNj0YhH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tp3qNj0YhH .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tp3qNj0YhH a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tp3qNj0YhH .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tp3qNj0YhH .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tp3qNj0YhH .navbar {
    height: 77px;
  }
  .cid-tp3qNj0YhH .navbar.opened {
    height: auto;
  }
  .cid-tp3qNj0YhH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tp3qNj0YhH .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tp3qGvv3HD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
  background-color: #000000;
}
.cid-tp3qGvv3HD .image-wrapper {
  max-width: 600px;
}
.cid-tp3qGvv3HD .svg1 {
  width: 240px;
  position: absolute;
  z-index: 10;
  right: 15%;
  bottom: -40px;
}
.cid-tp3qGvv3HD .main {
  align-items: center;
}
.cid-tp3qGvv3HD .mbr-section-subtitle {
  margin-bottom: 20px;
  letter-spacing: 5.4px;
  color: #ffffff;
}
.cid-tp3qGvv3HD .mbr-section-title {
  margin-bottom: 28px;
  color: #ffffff;
}
.cid-tp3qGvv3HD .mbr-text,
.cid-tp3qGvv3HD .button-align {
  color: #ffffff;
}
.cid-tp3qGvv3HD .st1 {
  fill: #012b3a;
}
.cid-tp3qGvv3HD .st0 {
  fill: #5f0e38;
}
.cid-tp3qGvv3HD a {
  font-weight: 400;
}
@media (max-width: 768px) {
  .cid-tp3qGvv3HD .b {
    padding-top: 30px;
  }
}
@media (max-width: 950px) {
  .cid-tp3qGvv3HD .svg1 {
    display: none;
  }
}
.cid-tp3qGvv3HD img {
  display: block;
  width: 100%;
  -webkit-mask-image: url("../../../assets/images/group2.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
