body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Castoro Titling', display;
  font-size: 3.2rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-2 {
  font-family: 'Castoro Titling', display;
  font-size: 2.2rem;
  line-height: 1.4;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Comfortaa', display;
  font-size: 1rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Comfortaa', display;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Comfortaa', display;
  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: 2.24rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem !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: #e31d86 !important;
}
.bg-success {
  background-color: #ffffff !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: #e31d86 !important;
  border-color: #e31d86 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a0145e !important;
  border-color: #a0145e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a0145e !important;
  border-color: #a0145e !important;
}
.btn-primary:hover {
  background-color: #e31d86 !important;
  border-color: #e31d86 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(to left, #000000, #e31d86);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary:hover {
  background-color: #e31d86 !important;
  border-color: #e31d86 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: linear-gradient(to left, #000000, #000000);
  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: #e31d86 !important;
  border-color: #e31d86 !important;
}
.btn-info:hover,
.btn-info:focus {
  background: linear-gradient(to left, #000000, #82786e);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success:hover {
  background-color: #e31d86 !important;
  border-color: #e31d86 !important;
}
.btn-success:hover,
.btn-success:focus {
  background: linear-gradient(to left, #000000, #ffffff);
  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: #e31d86 !important;
  border-color: #e31d86 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background: linear-gradient(to left, #000000, #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: #e31d86 !important;
  border-color: #e31d86 !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background: linear-gradient(to left, #000000, #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: #e31d86 !important;
  border-color: #e31d86 !important;
}
.btn-white:hover,
.btn-white:focus {
  background: linear-gradient(to left, #000000, #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: #e31d86 !important;
  border-color: #e31d86 !important;
}
.btn-black:hover,
.btn-black:focus {
  background: linear-gradient(to left, #000000, #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: #e31d86;
  color: #e31d86;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e31d86;
  border-color: #e31d86;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e31d86 !important;
  border-color: #e31d86 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background: linear-gradient(to left, #000000, #e31d86);
  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: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background: linear-gradient(to left, #000000, #000000);
  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, #000000, #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: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background: linear-gradient(to left, #000000, #ffffff);
  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, #000000, #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, #000000, #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, #000000, #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, #000000, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.text-primary {
  color: #e31d86 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #ffffff !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: #ee78b7 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #333333 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ffffff !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: #e31d86;
  border-color: #e31d86;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e31d86;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9d3e7;
}
.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: #e31d86;
}
/* 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: #e31d86;
  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: #e31d86;
  border-bottom-color: #e31d86;
}
.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: #e31d86 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000000 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23e31d86' %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-tDRW2SoTYI .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-tDRW2SoTYI .btn {
  white-space: nowrap;
}
.cid-tDRW2SoTYI .nav-link,
.cid-tDRW2SoTYI .icons-menu .mbr-iconfont,
.cid-tDRW2SoTYI .dropdown-item {
  transition: all 0.1s;
}
.cid-tDRW2SoTYI .nav-link:hover,
.cid-tDRW2SoTYI .icons-menu .mbr-iconfont:hover,
.cid-tDRW2SoTYI .dropdown-item:hover {
  color: #000000 !important;
}
@media (max-width: 992px) {
  .cid-tDRW2SoTYI .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-tDRW2SoTYI .container {
  display: flex;
  margin: auto;
}
.cid-tDRW2SoTYI .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #040402;
}
.cid-tDRW2SoTYI .navbar.opened {
  transition: all 0.3s;
}
.cid-tDRW2SoTYI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDRW2SoTYI .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDRW2SoTYI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDRW2SoTYI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDRW2SoTYI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tDRW2SoTYI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDRW2SoTYI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDRW2SoTYI .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-tDRW2SoTYI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDRW2SoTYI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDRW2SoTYI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDRW2SoTYI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDRW2SoTYI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDRW2SoTYI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDRW2SoTYI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDRW2SoTYI .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-tDRW2SoTYI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tDRW2SoTYI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDRW2SoTYI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDRW2SoTYI .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-tDRW2SoTYI .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tDRW2SoTYI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDRW2SoTYI .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-tDRW2SoTYI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tDRW2SoTYI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tDRW2SoTYI .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-tDRW2SoTYI .nav-dropdown .link {
  padding: 0.4rem 1rem !important;
  margin: 0.2em 0.5rem;
}
.cid-tDRW2SoTYI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDRW2SoTYI .mbr-iconfont {
  color: #f65dae !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDRW2SoTYI .navbar-caption {
  padding-right: 4rem;
}
.cid-tDRW2SoTYI .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-tDRW2SoTYI .dropdown-menu,
.cid-tDRW2SoTYI .navbar.opened {
  background: #191919 !important;
}
.cid-tDRW2SoTYI .nav-item:focus,
.cid-tDRW2SoTYI .nav-link:focus {
  outline: none;
}
.cid-tDRW2SoTYI .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-tDRW2SoTYI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDRW2SoTYI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tDRW2SoTYI .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-tDRW2SoTYI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDRW2SoTYI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-tDRW2SoTYI .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDRW2SoTYI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDRW2SoTYI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDRW2SoTYI .dropdown-item.active,
.cid-tDRW2SoTYI .dropdown-item:active {
  background-color: transparent;
}
.cid-tDRW2SoTYI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDRW2SoTYI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDRW2SoTYI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDRW2SoTYI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-tDRW2SoTYI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDRW2SoTYI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDRW2SoTYI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tDRW2SoTYI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDRW2SoTYI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDRW2SoTYI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDRW2SoTYI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDRW2SoTYI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDRW2SoTYI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDRW2SoTYI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDRW2SoTYI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDRW2SoTYI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDRW2SoTYI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDRW2SoTYI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDRW2SoTYI .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tDRW2SoTYI a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tDRW2SoTYI .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-tDRW2SoTYI .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDRW2SoTYI .navbar {
    height: 77px;
  }
  .cid-tDRW2SoTYI .navbar.opened {
    height: auto;
  }
  .cid-tDRW2SoTYI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDRW2SoTYI .nav-link {
  margin: auto !important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tDRXD900r5 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tDRXD900r5 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #000000, #e31d86);
}
.cid-tDRXD900r5 .mbr-text,
.cid-tDRXD900r5 .mbr-section-btn {
  color: #999999;
}
.cid-tDRY1hIdyw {
  padding-top: 90px;
  padding-bottom: 30px;
}
.cid-tDRY1hIdyw .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #000000, #e31d86);
}
.cid-tDRY1hIdyw .mbr-text,
.cid-tDRY1hIdyw .mbr-section-btn {
  color: #e5e5e5;
}
.cid-tDRY1hIdyw img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tDRY1hIdyw img {
    width: 96%;
  }
}
.cid-tDRY1hIdyw .mbr-section-title,
.cid-tDRY1hIdyw .title-wrapper {
  color: #e31d86;
}
.cid-tDS0I46TSZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #040402;
}
.cid-tDS0I46TSZ img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 767px) {
  .cid-tDS0I46TSZ .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tDS0I46TSZ .card-wrapper {
  background: #191919;
  padding: 3rem;
}
.cid-tDS0I46TSZ .card-wrapper:hover {
  background: linear-gradient(to left, #000000, #e31d86);
}
.cid-tDS0I46TSZ .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}
.cid-tDS0I46TSZ .icon-wrapper {
  padding: 0 1rem;
}
.cid-tDS0I46TSZ .card-box {
  padding-top: 2rem;
}
.cid-tDS0I46TSZ .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #000000, #e31d86);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tDS0I46TSZ .card-title {
  color: #e5e5e5;
}
.cid-tDS0I46TSZ .mbr-subtitle {
  color: #ffffff;
}
.cid-tDS0I46TSZ .main-title {
  color: #ffffff;
}
.cid-tDS0I46TSZ .main-subtitle {
  color: #999999;
}
.cid-tDS0I46TSZ .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tDS0I46TSZ .card:hover {
  transform: translateY(-10px);
}
.cid-tDS0I46TSZ .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-tDS0I46TSZ .card:hover .card-title,
.cid-tDS0I46TSZ .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-tDS0I46TSZ .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-tDS0I46TSZ .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tDSAIS9uh0 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2b2b2b;
}
.cid-tDSAIS9uh0 .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #000000, #e31d86);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tDSAIS9uh0 .card-wrapper {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-tDSAIS9uh0 .card-wrapper {
    padding: 0;
  }
}
.cid-tDSAIS9uh0 .card-text {
  color: #e5e5e5;
  text-align: left;
}
.cid-tDXXbUWX7b {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-tDXXbUWX7b h3 {
  background: linear-gradient(to left, #000000, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tDXXbUWX7b .count,
.cid-tDXXbUWX7b .card-img {
  color: #fb41a4;
}
.cid-tDXXbUWX7b .mbr-subtitle {
  color: #999999;
}
.cid-tDS4hLWOWI {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-tDS4hLWOWI svg {
  position: absolute;
  bottom: -9.5rem;
  left: 50%;
  transform: translate(-50%) scaleX(-2) rotate(-12deg);
  filter: fliph;
  animation: wave2 5s ease-in-out infinite;
}
@keyframes wave2 {
  from {
    transform: translate(-50%) scaleX(-2) rotate(-10deg);
  }
  50% {
    transform: translate(-50%) scaleX(-2.2) scaleY(1.1) rotate(-13deg);
  }
  to {
    transform: translate(-50%) scaleX(-2) rotate(-10deg);
  }
}
.cid-tDS4hLWOWI #e12_areaS3 {
  fill: #fcda04 !important;
}
.cid-tDS4hLWOWI #e19_areaS3 {
  fill: #ff0303 !important;
}
.cid-tDS4hLWOWI .carousel-control {
  background: #000;
  opacity: 0.2;
}
.cid-tDS4hLWOWI .carousel {
  width: 80%;
  margin: auto;
}
.cid-tDS4hLWOWI .mbr-section-subtitle {
  color: #716c80;
}
.cid-tDS4hLWOWI .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tDS4hLWOWI .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-tDS4hLWOWI .carousel-item .wrap-img {
  text-align: center;
}
.cid-tDS4hLWOWI .carousel-item .wrap-img img {
  transition: all 0.3s;
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-tDS4hLWOWI .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tDS4hLWOWI .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-tDS4hLWOWI .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-tDS4hLWOWI .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-tDS4hLWOWI .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-tDS4hLWOWI .cloneditem-1,
.cid-tDS4hLWOWI .cloneditem-2,
.cid-tDS4hLWOWI .cloneditem-3,
.cid-tDS4hLWOWI .cloneditem-4,
.cid-tDS4hLWOWI .cloneditem-5 {
  display: none;
}
.cid-tDS4hLWOWI .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tDS4hLWOWI .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-tDS4hLWOWI .carousel-inner {
    opacity: 0.8;
  }
  .cid-tDS4hLWOWI .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-tDS4hLWOWI .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-tDS4hLWOWI .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-tDS4hLWOWI .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-tDS4hLWOWI .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-tDS4hLWOWI .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tDS4hLWOWI .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tDS4hLWOWI .carousel-inner.slides2 .cloneditem-1,
  .cid-tDS4hLWOWI .carousel-inner.slides2 .cloneditem-2,
  .cid-tDS4hLWOWI .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-tDS4hLWOWI .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-tDS4hLWOWI .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-tDS4hLWOWI .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-tDS4hLWOWI .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-tDS4hLWOWI .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-tDS4hLWOWI .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tDS4hLWOWI .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tDS4hLWOWI .carousel-inner.slides3 .cloneditem-1,
  .cid-tDS4hLWOWI .carousel-inner.slides3 .cloneditem-2,
  .cid-tDS4hLWOWI .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-tDS4hLWOWI .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-tDS4hLWOWI .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-tDS4hLWOWI .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-tDS4hLWOWI .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-tDS4hLWOWI .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-tDS4hLWOWI .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tDS4hLWOWI .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tDS4hLWOWI .carousel-inner.slides4 .cloneditem-1,
  .cid-tDS4hLWOWI .carousel-inner.slides4 .cloneditem-2,
  .cid-tDS4hLWOWI .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-tDS4hLWOWI .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-tDS4hLWOWI .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-tDS4hLWOWI .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-tDS4hLWOWI .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-tDS4hLWOWI .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-tDS4hLWOWI .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tDS4hLWOWI .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tDS4hLWOWI .carousel-inner.slides5 .cloneditem-1,
  .cid-tDS4hLWOWI .carousel-inner.slides5 .cloneditem-2,
  .cid-tDS4hLWOWI .carousel-inner.slides5 .cloneditem-3,
  .cid-tDS4hLWOWI .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-tDS4hLWOWI .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-tDS4hLWOWI .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-tDS4hLWOWI .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-tDS4hLWOWI .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-tDS4hLWOWI .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-tDS4hLWOWI .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tDS4hLWOWI .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tDS4hLWOWI .carousel-inner.slides6 .cloneditem-1,
  .cid-tDS4hLWOWI .carousel-inner.slides6 .cloneditem-2,
  .cid-tDS4hLWOWI .carousel-inner.slides6 .cloneditem-3,
  .cid-tDS4hLWOWI .carousel-inner.slides6 .cloneditem-4,
  .cid-tDS4hLWOWI .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-tDS4hLWOWI H2 {
  color: #e31d86;
}
.cid-tDS4hLWOWI .carousel-control-prev {
  position: absolute!important;
  left: -50px !important;
}
.cid-tDS4hLWOWI .carousel-control-next {
  position: absolute!important;
  right: -50px !important;
}
@media (max-width: 576px) {
  .cid-tDS4hLWOWI .carousel-control-prev {
    left: -10px !important;
  }
  .cid-tDS4hLWOWI .carousel-control-next {
    right: -10px !important;
  }
}
.cid-tDXWCV0CRT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-tDXWCV0CRT .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #000000, #e31d86);
}
.cid-tDXWCV0CRT .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tDXWCV0CRT .btn-col {
    justify-content: center;
  }
}
.cid-tDXWCV0CRT .mbr-text,
.cid-tDXWCV0CRT .mbr-section-btn {
  color: #cccccc;
}
.cid-tDXWCV0CRT p {
  margin: 0;
}
.cid-tDSbSbfJGN {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #2b2b2b;
}
.cid-tDSbSbfJGN .mbr-section-subtitle {
  color: #767676;
}
.cid-tDSbSbfJGN .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tDSbSbfJGN .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDSbSbfJGN .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tDSbSbfJGN .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tDSbSbfJGN .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #365c9a;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tDSbSbfJGN .icon-focus {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-tDSbSbfJGN .icon-focus:before {
  content: '+';
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tDSbSbfJGN .icon-video {
  font-size: 1.5rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-tDSbSbfJGN .icon-video:before {
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-left: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tDSbSbfJGN .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tDSbSbfJGN ul {
  font-size: 0;
}
.cid-tDSbSbfJGN .mbr-gallery-filter ul {
  text-align: center;
}
.cid-tDSbSbfJGN .mbr-gallery-filter ul li .btn {
  border: none !important;
  background-color: transparent;
  color: #ff822a !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-tDSbSbfJGN .mbr-gallery-filter ul li .btn.active {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
}
.cid-tDSbSbfJGN .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-tDSbSbfJGN .mbr-gallery-filter ul li:first-child,
.cid-tDSbSbfJGN .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-tDSbSbfJGN .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-tDSbSbfJGN .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-tDSbSbfJGN .btn {
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.cid-tDSbSbfJGN .btn.active:after {
  animation: none;
}
.cid-tDSbSbfJGN .btn:active {
  box-shadow: none !important;
}
.cid-tDSbSbfJGN .btn:hover {
  background: transparent !important;
}
.cid-tDSbSbfJGN .btn:hover:before {
  background: transparent !important;
}
.cid-tDSbSbfJGN .btn:before {
  background-color: transparent !important;
}
.cid-tDSbSbfJGN .btn:focus {
  box-shadow: none !important;
}
.cid-tDSbSbfJGN .mbr-section-title,
.cid-tDSbSbfJGN .mbr-gallery-filter ul {
  color: #e31d86;
}
.cid-tOUWHzB8u5 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #2b2b2b;
}
.cid-tOUWHzB8u5 .mbr-section-subtitle {
  color: #767676;
}
.cid-tOUWHzB8u5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tOUWHzB8u5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tOUWHzB8u5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tOUWHzB8u5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tOUWHzB8u5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #365c9a;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tOUWHzB8u5 .icon-focus {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-tOUWHzB8u5 .icon-focus:before {
  content: '+';
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tOUWHzB8u5 .icon-video {
  font-size: 1.5rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-tOUWHzB8u5 .icon-video:before {
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-left: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tOUWHzB8u5 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tOUWHzB8u5 ul {
  font-size: 0;
}
.cid-tOUWHzB8u5 .mbr-gallery-filter ul {
  text-align: center;
}
.cid-tOUWHzB8u5 .mbr-gallery-filter ul li .btn {
  border: none !important;
  background-color: transparent;
  color: #ff822a !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-tOUWHzB8u5 .mbr-gallery-filter ul li .btn.active {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
}
.cid-tOUWHzB8u5 .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-tOUWHzB8u5 .mbr-gallery-filter ul li:first-child,
.cid-tOUWHzB8u5 .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-tOUWHzB8u5 .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-tOUWHzB8u5 .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-tOUWHzB8u5 .btn {
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.cid-tOUWHzB8u5 .btn.active:after {
  animation: none;
}
.cid-tOUWHzB8u5 .btn:active {
  box-shadow: none !important;
}
.cid-tOUWHzB8u5 .btn:hover {
  background: transparent !important;
}
.cid-tOUWHzB8u5 .btn:hover:before {
  background: transparent !important;
}
.cid-tOUWHzB8u5 .btn:before {
  background-color: transparent !important;
}
.cid-tOUWHzB8u5 .btn:focus {
  box-shadow: none !important;
}
.cid-tOUWHzB8u5 .mbr-section-title,
.cid-tOUWHzB8u5 .mbr-gallery-filter ul {
  color: #e31d86;
}
.cid-uG6mT1rFgN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e9e9e9;
}
.cid-uG6mT1rFgN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG6mT1rFgN .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-uG6mT1rFgN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uG6mT1rFgN .row {
  flex-direction: row-reverse;
}
.cid-uG6mT1rFgN img {
  width: 100%;
}
.cid-tDSKZCMeTL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-tDSKZCMeTL .mbr-text1 {
  color: #999999;
}
.cid-tDSKZCMeTL .mbr-text2 {
  color: #999999;
}
.cid-tDSKZCMeTL p {
  margin: 0;
}
.cid-tDXT8Rb4XU .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-tDXT8Rb4XU .btn {
  white-space: nowrap;
}
.cid-tDXT8Rb4XU .nav-link,
.cid-tDXT8Rb4XU .icons-menu .mbr-iconfont,
.cid-tDXT8Rb4XU .dropdown-item {
  transition: all 0.1s;
}
.cid-tDXT8Rb4XU .nav-link:hover,
.cid-tDXT8Rb4XU .icons-menu .mbr-iconfont:hover,
.cid-tDXT8Rb4XU .dropdown-item:hover {
  color: #000000 !important;
}
@media (max-width: 992px) {
  .cid-tDXT8Rb4XU .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-tDXT8Rb4XU .container {
  display: flex;
  margin: auto;
}
.cid-tDXT8Rb4XU .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #040402;
}
.cid-tDXT8Rb4XU .navbar.opened {
  transition: all 0.3s;
}
.cid-tDXT8Rb4XU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDXT8Rb4XU .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDXT8Rb4XU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDXT8Rb4XU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDXT8Rb4XU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tDXT8Rb4XU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDXT8Rb4XU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDXT8Rb4XU .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-tDXT8Rb4XU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDXT8Rb4XU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDXT8Rb4XU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDXT8Rb4XU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDXT8Rb4XU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDXT8Rb4XU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDXT8Rb4XU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDXT8Rb4XU .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-tDXT8Rb4XU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tDXT8Rb4XU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDXT8Rb4XU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDXT8Rb4XU .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-tDXT8Rb4XU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tDXT8Rb4XU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDXT8Rb4XU .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-tDXT8Rb4XU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tDXT8Rb4XU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tDXT8Rb4XU .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-tDXT8Rb4XU .nav-dropdown .link {
  padding: 0.4rem 1rem !important;
  margin: 0.2em 0.5rem;
}
.cid-tDXT8Rb4XU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDXT8Rb4XU .mbr-iconfont {
  color: #f65dae !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDXT8Rb4XU .navbar-caption {
  padding-right: 4rem;
}
.cid-tDXT8Rb4XU .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-tDXT8Rb4XU .dropdown-menu,
.cid-tDXT8Rb4XU .navbar.opened {
  background: #191919 !important;
}
.cid-tDXT8Rb4XU .nav-item:focus,
.cid-tDXT8Rb4XU .nav-link:focus {
  outline: none;
}
.cid-tDXT8Rb4XU .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-tDXT8Rb4XU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDXT8Rb4XU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tDXT8Rb4XU .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-tDXT8Rb4XU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDXT8Rb4XU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-tDXT8Rb4XU .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDXT8Rb4XU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDXT8Rb4XU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDXT8Rb4XU .dropdown-item.active,
.cid-tDXT8Rb4XU .dropdown-item:active {
  background-color: transparent;
}
.cid-tDXT8Rb4XU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDXT8Rb4XU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDXT8Rb4XU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDXT8Rb4XU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-tDXT8Rb4XU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDXT8Rb4XU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDXT8Rb4XU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tDXT8Rb4XU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDXT8Rb4XU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDXT8Rb4XU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDXT8Rb4XU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDXT8Rb4XU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDXT8Rb4XU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDXT8Rb4XU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDXT8Rb4XU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDXT8Rb4XU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDXT8Rb4XU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDXT8Rb4XU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDXT8Rb4XU .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tDXT8Rb4XU a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tDXT8Rb4XU .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-tDXT8Rb4XU .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDXT8Rb4XU .navbar {
    height: 77px;
  }
  .cid-tDXT8Rb4XU .navbar.opened {
    height: auto;
  }
  .cid-tDXT8Rb4XU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDXT8Rb4XU .nav-link {
  margin: auto !important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tDXT8RGyPj {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tDXT8RGyPj .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #000000, #e31d86);
}
.cid-tDXT8RGyPj .mbr-text,
.cid-tDXT8RGyPj .mbr-section-btn {
  color: #999999;
}
.cid-tDXYw2FlXy {
  background: #ffffff;
}
.cid-tDXYw2FlXy .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tDXYw2FlXy .mbr-figure {
  margin: 0 auto;
}
.cid-tDXYw2FlXy figcaption {
  position: relative;
}
.cid-tDXYw2FlXy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tDXYw2FlXy .image-block {
    width: 100% !important;
  }
}
.cid-tDXYw2FlXy .mbr-figure-caption div {
  color: #232323;
}
.cid-tDXT8SDbj8 {
  padding-top: 90px;
  padding-bottom: 30px;
}
.cid-tDXT8SDbj8 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #000000, #e31d86);
}
.cid-tDXT8SDbj8 .mbr-text,
.cid-tDXT8SDbj8 .mbr-section-btn {
  color: #e5e5e5;
}
.cid-tDXT8SDbj8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tDXT8SDbj8 img {
    width: 96%;
  }
}
.cid-tDXT8SDbj8 .mbr-section-title,
.cid-tDXT8SDbj8 .title-wrapper {
  color: #f65dae;
}
.cid-tDY1twb45y {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #111111;
}
.cid-tDY1twb45y h3 {
  background: linear-gradient(to left, #000000, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tDY1twb45y .count,
.cid-tDY1twb45y .card-img {
  color: #e2090d;
}
.cid-tDY1twb45y .mbr-subtitle {
  color: #e5e5e5;
  text-align: left;
}
.cid-uG6q4MUsHB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uG6q4MUsHB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG6q4MUsHB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG6q4MUsHB .item {
  padding-bottom: 2rem;
}
.cid-uG6q4MUsHB .item-wrapper {
  position: relative;
}
.cid-uG6q4MUsHB .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uG6q4MUsHB .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uG6q4MUsHB .carousel-control,
.cid-uG6q4MUsHB .close {
  background: #1b1b1b;
}
.cid-uG6q4MUsHB .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uG6q4MUsHB .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uG6q4MUsHB .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uG6q4MUsHB .carousel-control-next span {
  margin-left: 5px;
}
.cid-uG6q4MUsHB .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uG6q4MUsHB .close::before {
  content: '\e91a';
}
.cid-uG6q4MUsHB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uG6q4MUsHB .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uG6q4MUsHB .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uG6q4MUsHB .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uG6q4MUsHB .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uG6q4MUsHB .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uG6q4MUsHB .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uG6q4MUsHB .carousel-indicators li.active,
.cid-uG6q4MUsHB .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uG6q4MUsHB .carousel-indicators li::after,
.cid-uG6q4MUsHB .carousel-indicators li::before {
  content: none;
}
.cid-uG6q4MUsHB .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uG6q4MUsHB .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uG6q4MUsHB .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uG6q4MUsHB .carousel-indicators {
    display: none;
  }
}
.cid-uG6q4MUsHB .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uG6q4MUsHB .carousel-inner > .active {
  display: block;
}
.cid-uG6q4MUsHB .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uG6q4MUsHB .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uG6q4MUsHB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uG6q4MUsHB .carousel-control,
  .cid-uG6q4MUsHB .carousel-indicators,
  .cid-uG6q4MUsHB .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uG6q4MUsHB .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uG6q4MUsHB .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uG6q4MUsHB .carousel-indicators .active,
.cid-uG6q4MUsHB .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uG6q4MUsHB .carousel-indicators .active {
  background: #fff;
}
.cid-uG6q4MUsHB .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uG6q4MUsHB .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uG6q4MUsHB .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uG6q4MUsHB .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uG6q4MUsHB .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uG6q4MUsHB .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uG6q4MUsHB .carousel {
  width: 100%;
}
.cid-uG6q4MUsHB .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uG6q4MUsHB .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uG6q4MUsHB .modal.fade .modal-dialog,
.cid-uG6q4MUsHB .modal.in .modal-dialog {
  transform: none;
}
.cid-uG6q4MUsHB .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uG6q4MUsHB H6 {
  text-align: center;
}
.cid-tDXT8WWnyA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-tDXT8WWnyA .mbr-text1 {
  color: #999999;
}
.cid-tDXT8WWnyA .mbr-text2 {
  color: #999999;
}
.cid-tDXT8WWnyA p {
  margin: 0;
}
.cid-tDY5EWPUy8 .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-tDY5EWPUy8 .btn {
  white-space: nowrap;
}
.cid-tDY5EWPUy8 .nav-link,
.cid-tDY5EWPUy8 .icons-menu .mbr-iconfont,
.cid-tDY5EWPUy8 .dropdown-item {
  transition: all 0.1s;
}
.cid-tDY5EWPUy8 .nav-link:hover,
.cid-tDY5EWPUy8 .icons-menu .mbr-iconfont:hover,
.cid-tDY5EWPUy8 .dropdown-item:hover {
  color: #000000 !important;
}
@media (max-width: 992px) {
  .cid-tDY5EWPUy8 .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-tDY5EWPUy8 .container {
  display: flex;
  margin: auto;
}
.cid-tDY5EWPUy8 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #040402;
}
.cid-tDY5EWPUy8 .navbar.opened {
  transition: all 0.3s;
}
.cid-tDY5EWPUy8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDY5EWPUy8 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tDY5EWPUy8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDY5EWPUy8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDY5EWPUy8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tDY5EWPUy8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDY5EWPUy8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDY5EWPUy8 .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-tDY5EWPUy8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDY5EWPUy8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDY5EWPUy8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDY5EWPUy8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDY5EWPUy8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDY5EWPUy8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDY5EWPUy8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDY5EWPUy8 .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-tDY5EWPUy8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tDY5EWPUy8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDY5EWPUy8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDY5EWPUy8 .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-tDY5EWPUy8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tDY5EWPUy8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDY5EWPUy8 .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-tDY5EWPUy8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tDY5EWPUy8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tDY5EWPUy8 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-tDY5EWPUy8 .nav-dropdown .link {
  padding: 0.4rem 1rem !important;
  margin: 0.2em 0.5rem;
}
.cid-tDY5EWPUy8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDY5EWPUy8 .mbr-iconfont {
  color: #f65dae !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDY5EWPUy8 .navbar-caption {
  padding-right: 4rem;
}
.cid-tDY5EWPUy8 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-tDY5EWPUy8 .dropdown-menu,
.cid-tDY5EWPUy8 .navbar.opened {
  background: #191919 !important;
}
.cid-tDY5EWPUy8 .nav-item:focus,
.cid-tDY5EWPUy8 .nav-link:focus {
  outline: none;
}
.cid-tDY5EWPUy8 .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-tDY5EWPUy8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDY5EWPUy8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tDY5EWPUy8 .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-tDY5EWPUy8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDY5EWPUy8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-tDY5EWPUy8 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDY5EWPUy8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDY5EWPUy8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDY5EWPUy8 .dropdown-item.active,
.cid-tDY5EWPUy8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tDY5EWPUy8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDY5EWPUy8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDY5EWPUy8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDY5EWPUy8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-tDY5EWPUy8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDY5EWPUy8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDY5EWPUy8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tDY5EWPUy8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDY5EWPUy8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tDY5EWPUy8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDY5EWPUy8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDY5EWPUy8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDY5EWPUy8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDY5EWPUy8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDY5EWPUy8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDY5EWPUy8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDY5EWPUy8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDY5EWPUy8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDY5EWPUy8 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tDY5EWPUy8 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tDY5EWPUy8 .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-tDY5EWPUy8 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDY5EWPUy8 .navbar {
    height: 77px;
  }
  .cid-tDY5EWPUy8 .navbar.opened {
    height: auto;
  }
  .cid-tDY5EWPUy8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDY5EWPUy8 .nav-link {
  margin: auto !important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tDY5EXimq8 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tDY5EXimq8 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #000000, #e31d86);
}
.cid-tDY5EXimq8 .mbr-text,
.cid-tDY5EXimq8 .mbr-section-btn {
  color: #999999;
}
.cid-tDY5EXAYml {
  background: #ffffff;
}
.cid-tDY5EXAYml .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tDY5EXAYml .mbr-figure {
  margin: 0 auto;
}
.cid-tDY5EXAYml figcaption {
  position: relative;
}
.cid-tDY5EXAYml figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tDY5EXAYml .image-block {
    width: 100% !important;
  }
}
.cid-tDY5EXAYml .mbr-figure-caption div {
  color: #232323;
}
.cid-tDY5EXIas6 {
  padding-top: 90px;
  padding-bottom: 30px;
}
.cid-tDY5EXIas6 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #000000, #e31d86);
}
.cid-tDY5EXIas6 .mbr-text,
.cid-tDY5EXIas6 .mbr-section-btn {
  color: #e5e5e5;
}
.cid-tDY5EXIas6 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tDY5EXIas6 img {
    width: 96%;
  }
}
.cid-tDY5EXIas6 .mbr-section-title,
.cid-tDY5EXIas6 .title-wrapper {
  color: #f65dae;
}
.cid-tDY5EY95oJ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #111111;
}
.cid-tDY5EY95oJ h3 {
  background: linear-gradient(to left, #000000, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tDY5EY95oJ .count,
.cid-tDY5EY95oJ .card-img {
  color: #e2090d;
}
.cid-tDY5EY95oJ .mbr-subtitle {
  color: #cccccc;
  text-align: left;
}
.cid-tDY6Vd3jxP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-tDY6Vd3jxP .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-tDY6Vd3jxP .card-wrapper {
    padding: 0;
  }
}
.cid-tDY6Vd3jxP .content {
  padding: 0 3rem;
}
@media (max-width: 1600px) {
  .cid-tDY6Vd3jxP .content {
    padding: 0 1rem;
  }
}
.cid-tDY6Vd3jxP .img-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-tDY6Vd3jxP .img-wrapper:before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  right: -300px;
  border-radius: 50%;
  bottom: -350px;
  opacity: 0.3;
  background: #e31d86;
  z-index: 2;
  pointer-events: none;
}
.cid-tDY6Vd3jxP img {
  width: 100%;
}
.cid-tDY6Vd3jxP .card-wrapper .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #000000, #e31d86);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tDY6Vd3jxP .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #000000, #e31d86);
}
.cid-tDY6Vd3jxP .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-tDY6Vd3jxP h4 {
  margin: 0;
}
.cid-tDY6Vd3jxP .card-text {
  color: #999999;
}
.cid-tDY6Vd3jxP .mbr-text {
  color: #000000;
}
.cid-tDY6Vd3jxP .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-tDY6Vd3jxP .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-tDY6Vd3jxP .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-tDY6Vd3jxP .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tDY6Vd3jxP .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-tDY6Vd3jxP .icon-wrap {
  background: linear-gradient(to left, #000000, #e31d86);
  width: 100px;
  height: 100px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 5;
  position: absolute;
  bottom: 3rem;
  right: 3rem;
}
.cid-tDY6Vd3jxP .icon-wrap .mbr-iconfont {
  font-size: 2.6rem;
  color: white;
  padding-left: 10px;
}
.cid-tDY6Vd3jxP H3 {
  color: #787324;
}
.cid-tDY6Vd3jxP .mbr-section-title,
.cid-tDY6Vd3jxP .title-wrapper {
  color: #ffffff;
}
.cid-tDY6Vd3jxP .mbr-text,
.cid-tDY6Vd3jxP .mbr-section-btn {
  color: #999999;
}
.cid-tDY6Vd3jxP .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tDY6Vd3jxP .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tDY6Vd3jxP .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tDY6Vd3jxP a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tDY6Vd3jxP a.close:hover {
  color: #ffffff;
}
.cid-tDY5EYpfS8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-tDY5EYpfS8 .mbr-text1 {
  color: #999999;
}
.cid-tDY5EYpfS8 .mbr-text2 {
  color: #999999;
}
.cid-tDY5EYpfS8 p {
  margin: 0;
}
.cid-tE4BjAWOzc .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-tE4BjAWOzc .btn {
  white-space: nowrap;
}
.cid-tE4BjAWOzc .nav-link,
.cid-tE4BjAWOzc .icons-menu .mbr-iconfont,
.cid-tE4BjAWOzc .dropdown-item {
  transition: all 0.1s;
}
.cid-tE4BjAWOzc .nav-link:hover,
.cid-tE4BjAWOzc .icons-menu .mbr-iconfont:hover,
.cid-tE4BjAWOzc .dropdown-item:hover {
  color: #000000 !important;
}
@media (max-width: 992px) {
  .cid-tE4BjAWOzc .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-tE4BjAWOzc .container {
  display: flex;
  margin: auto;
}
.cid-tE4BjAWOzc .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #040402;
}
.cid-tE4BjAWOzc .navbar.opened {
  transition: all 0.3s;
}
.cid-tE4BjAWOzc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tE4BjAWOzc .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tE4BjAWOzc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tE4BjAWOzc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tE4BjAWOzc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tE4BjAWOzc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tE4BjAWOzc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tE4BjAWOzc .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-tE4BjAWOzc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tE4BjAWOzc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tE4BjAWOzc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tE4BjAWOzc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tE4BjAWOzc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tE4BjAWOzc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tE4BjAWOzc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tE4BjAWOzc .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-tE4BjAWOzc .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tE4BjAWOzc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tE4BjAWOzc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tE4BjAWOzc .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-tE4BjAWOzc .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tE4BjAWOzc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tE4BjAWOzc .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-tE4BjAWOzc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tE4BjAWOzc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tE4BjAWOzc .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-tE4BjAWOzc .nav-dropdown .link {
  padding: 0.4rem 1rem !important;
  margin: 0.2em 0.5rem;
}
.cid-tE4BjAWOzc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tE4BjAWOzc .mbr-iconfont {
  color: #f65dae !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tE4BjAWOzc .navbar-caption {
  padding-right: 4rem;
}
.cid-tE4BjAWOzc .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-tE4BjAWOzc .dropdown-menu,
.cid-tE4BjAWOzc .navbar.opened {
  background: #191919 !important;
}
.cid-tE4BjAWOzc .nav-item:focus,
.cid-tE4BjAWOzc .nav-link:focus {
  outline: none;
}
.cid-tE4BjAWOzc .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-tE4BjAWOzc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tE4BjAWOzc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tE4BjAWOzc .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-tE4BjAWOzc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tE4BjAWOzc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-tE4BjAWOzc .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tE4BjAWOzc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tE4BjAWOzc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tE4BjAWOzc .dropdown-item.active,
.cid-tE4BjAWOzc .dropdown-item:active {
  background-color: transparent;
}
.cid-tE4BjAWOzc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tE4BjAWOzc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tE4BjAWOzc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tE4BjAWOzc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-tE4BjAWOzc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tE4BjAWOzc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tE4BjAWOzc ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tE4BjAWOzc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tE4BjAWOzc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tE4BjAWOzc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tE4BjAWOzc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tE4BjAWOzc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tE4BjAWOzc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tE4BjAWOzc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tE4BjAWOzc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tE4BjAWOzc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tE4BjAWOzc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tE4BjAWOzc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tE4BjAWOzc .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tE4BjAWOzc a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tE4BjAWOzc .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-tE4BjAWOzc .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tE4BjAWOzc .navbar {
    height: 77px;
  }
  .cid-tE4BjAWOzc .navbar.opened {
    height: auto;
  }
  .cid-tE4BjAWOzc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tE4BjAWOzc .nav-link {
  margin: auto !important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tE4BjBtTXg {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tE4BjBtTXg .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #000000, #e31d86);
}
.cid-tE4BjBtTXg .mbr-text,
.cid-tE4BjBtTXg .mbr-section-btn {
  color: #999999;
}
.cid-tE4BjBF2Ag {
  background: #ffffff;
}
.cid-tE4BjBF2Ag .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tE4BjBF2Ag .mbr-figure {
  margin: 0 auto;
}
.cid-tE4BjBF2Ag figcaption {
  position: relative;
}
.cid-tE4BjBF2Ag figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tE4BjBF2Ag .image-block {
    width: 100% !important;
  }
}
.cid-tE4BjBF2Ag .mbr-figure-caption div {
  color: #232323;
}
.cid-tMygStesMk {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-tMygStesMk .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #b2ccd2);
}
.cid-tMygStesMk .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tMygStesMk .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-tMygStesMk .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-tMygStesMk .mbr-text,
.cid-tMygStesMk .mbr-section-btn {
  color: #ffffff;
}
.cid-tMygStesMk .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-tMygStesMk .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-tMygStesMk .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-tMygStesMk .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-tMygStesMk .main-row {
    margin: 0;
  }
  .cid-tMygStesMk .mbr-section-title,
  .cid-tMygStesMk .mbr-text,
  .cid-tMygStesMk .list,
  .cid-tMygStesMk .mbr-section-btn {
    text-align: center !important;
  }
  .cid-tMygStesMk .text-content {
    padding: 0;
  }
}
.cid-tMygStesMk .mbr-section-title {
  color: #e31d86;
  text-align: left;
}
.cid-tMygStesMk .list {
  color: #ffb300;
}
.cid-tMygStesMk .mbr-text,
.cid-tMygStesMk .mbr-section-btn DIV {
  text-align: left;
}
.cid-tE4BjBYecU {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #111111;
}
.cid-tE4BjBYecU h3 {
  background: linear-gradient(to left, #000000, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tE4BjBYecU .count,
.cid-tE4BjBYecU .card-img {
  color: #e2090d;
}
.cid-tE4BjBYecU .mbr-subtitle {
  color: #cccccc;
  text-align: left;
}
.cid-u27ajWNP1i {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-u27ajWNP1i .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #b2ccd2);
}
.cid-u27ajWNP1i .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-u27ajWNP1i .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-u27ajWNP1i .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-u27ajWNP1i .mbr-text,
.cid-u27ajWNP1i .mbr-section-btn {
  color: #ffffff;
}
.cid-u27ajWNP1i .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-u27ajWNP1i .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-u27ajWNP1i .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-u27ajWNP1i .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-u27ajWNP1i .main-row {
    margin: 0;
  }
  .cid-u27ajWNP1i .mbr-section-title,
  .cid-u27ajWNP1i .mbr-text,
  .cid-u27ajWNP1i .list,
  .cid-u27ajWNP1i .mbr-section-btn {
    text-align: center !important;
  }
  .cid-u27ajWNP1i .text-content {
    padding: 0;
  }
}
.cid-u27ajWNP1i .mbr-section-title {
  color: #e31d86;
  text-align: center;
}
.cid-u27ajWNP1i .list {
  color: #ffb300;
}
.cid-u27ajWNP1i .mbr-text,
.cid-u27ajWNP1i .mbr-section-btn DIV {
  text-align: left;
}
.cid-tMt0A68VTv {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-tMt0A68VTv .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #b2ccd2);
}
.cid-tMt0A68VTv .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tMt0A68VTv .text-content {
  padding-right: 1.5rem;
}
.cid-tMt0A68VTv .mbr-text,
.cid-tMt0A68VTv .mbr-section-btn {
  color: #ffffff;
}
.cid-tMt0A68VTv .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-tMt0A68VTv .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-tMt0A68VTv .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-tMt0A68VTv .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-tMt0A68VTv .main-row {
    margin: 0;
  }
  .cid-tMt0A68VTv .mbr-section-title,
  .cid-tMt0A68VTv .mbr-text,
  .cid-tMt0A68VTv .list,
  .cid-tMt0A68VTv .mbr-section-btn {
    text-align: center !important;
  }
  .cid-tMt0A68VTv .text-content {
    padding: 0;
  }
}
.cid-tMt0A68VTv .mbr-section-title {
  color: #e31d86;
  text-align: center;
}
.cid-tMt0A68VTv .list {
  color: #ffb300;
}
.cid-tMt0A68VTv .mbr-text,
.cid-tMt0A68VTv .mbr-section-btn DIV {
  text-align: left;
}
.cid-tMt1MKs4U4 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-tMt1MKs4U4 .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #b2ccd2);
}
.cid-tMt1MKs4U4 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tMt1MKs4U4 .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-tMt1MKs4U4 .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-tMt1MKs4U4 .mbr-text,
.cid-tMt1MKs4U4 .mbr-section-btn {
  color: #ffffff;
}
.cid-tMt1MKs4U4 .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-tMt1MKs4U4 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-tMt1MKs4U4 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-tMt1MKs4U4 .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-tMt1MKs4U4 .main-row {
    margin: 0;
  }
  .cid-tMt1MKs4U4 .mbr-section-title,
  .cid-tMt1MKs4U4 .mbr-text,
  .cid-tMt1MKs4U4 .list,
  .cid-tMt1MKs4U4 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-tMt1MKs4U4 .text-content {
    padding: 0;
  }
}
.cid-tMt1MKs4U4 .mbr-section-title {
  color: #e31d86;
  text-align: center;
}
.cid-tMt1MKs4U4 .list {
  color: #ffb300;
}
.cid-tMt1MKs4U4 .mbr-text,
.cid-tMt1MKs4U4 .mbr-section-btn DIV {
  text-align: left;
}
.cid-u27abcQSod {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-u27abcQSod .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #b2ccd2);
}
.cid-u27abcQSod .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-u27abcQSod .text-content {
  padding-right: 1.5rem;
}
.cid-u27abcQSod .mbr-text,
.cid-u27abcQSod .mbr-section-btn {
  color: #ffffff;
}
.cid-u27abcQSod .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-u27abcQSod .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-u27abcQSod .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-u27abcQSod .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-u27abcQSod .main-row {
    margin: 0;
  }
  .cid-u27abcQSod .mbr-section-title,
  .cid-u27abcQSod .mbr-text,
  .cid-u27abcQSod .list,
  .cid-u27abcQSod .mbr-section-btn {
    text-align: center !important;
  }
  .cid-u27abcQSod .text-content {
    padding: 0;
  }
}
.cid-u27abcQSod .mbr-section-title {
  color: #e31d86;
  text-align: center;
}
.cid-u27abcQSod .list {
  color: #ffb300;
}
.cid-u27abcQSod .mbr-text,
.cid-u27abcQSod .mbr-section-btn DIV {
  text-align: left;
}
.cid-u27bTnnWWc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u27bTnnWWc img,
.cid-u27bTnnWWc .item-img {
  width: 100%;
}
.cid-u27bTnnWWc .item:focus,
.cid-u27bTnnWWc span:focus {
  outline: none;
}
.cid-u27bTnnWWc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u27bTnnWWc .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u27bTnnWWc .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u27bTnnWWc .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u27bTnnWWc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u27bTnnWWc .mbr-section-title {
  color: #232323;
}
.cid-u27bTnnWWc .mbr-text,
.cid-u27bTnnWWc .mbr-section-btn {
  text-align: left;
}
.cid-u27bTnnWWc .item-title {
  text-align: left;
}
.cid-u27bTnnWWc .item-subtitle {
  text-align: center;
}
.cid-tE4BjCP6Oj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-tE4BjCP6Oj .mbr-text1 {
  color: #999999;
}
.cid-tE4BjCP6Oj .mbr-text2 {
  color: #999999;
}
.cid-tE4BjCP6Oj p {
  margin: 0;
}
.cid-tE4Bshu3Md .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-tE4Bshu3Md .btn {
  white-space: nowrap;
}
.cid-tE4Bshu3Md .nav-link,
.cid-tE4Bshu3Md .icons-menu .mbr-iconfont,
.cid-tE4Bshu3Md .dropdown-item {
  transition: all 0.1s;
}
.cid-tE4Bshu3Md .nav-link:hover,
.cid-tE4Bshu3Md .icons-menu .mbr-iconfont:hover,
.cid-tE4Bshu3Md .dropdown-item:hover {
  color: #000000 !important;
}
@media (max-width: 992px) {
  .cid-tE4Bshu3Md .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-tE4Bshu3Md .container {
  display: flex;
  margin: auto;
}
.cid-tE4Bshu3Md .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #040402;
}
.cid-tE4Bshu3Md .navbar.opened {
  transition: all 0.3s;
}
.cid-tE4Bshu3Md .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tE4Bshu3Md .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tE4Bshu3Md .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tE4Bshu3Md .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tE4Bshu3Md .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tE4Bshu3Md .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tE4Bshu3Md .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tE4Bshu3Md .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-tE4Bshu3Md .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tE4Bshu3Md .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tE4Bshu3Md .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tE4Bshu3Md .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tE4Bshu3Md .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tE4Bshu3Md .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tE4Bshu3Md .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tE4Bshu3Md .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-tE4Bshu3Md .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tE4Bshu3Md .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tE4Bshu3Md .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tE4Bshu3Md .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-tE4Bshu3Md .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tE4Bshu3Md .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tE4Bshu3Md .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-tE4Bshu3Md .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tE4Bshu3Md .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tE4Bshu3Md .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-tE4Bshu3Md .nav-dropdown .link {
  padding: 0.4rem 1rem !important;
  margin: 0.2em 0.5rem;
}
.cid-tE4Bshu3Md .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tE4Bshu3Md .mbr-iconfont {
  color: #f65dae !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tE4Bshu3Md .navbar-caption {
  padding-right: 4rem;
}
.cid-tE4Bshu3Md .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-tE4Bshu3Md .dropdown-menu,
.cid-tE4Bshu3Md .navbar.opened {
  background: #191919 !important;
}
.cid-tE4Bshu3Md .nav-item:focus,
.cid-tE4Bshu3Md .nav-link:focus {
  outline: none;
}
.cid-tE4Bshu3Md .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-tE4Bshu3Md .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tE4Bshu3Md .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tE4Bshu3Md .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-tE4Bshu3Md .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tE4Bshu3Md .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-tE4Bshu3Md .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tE4Bshu3Md .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tE4Bshu3Md .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tE4Bshu3Md .dropdown-item.active,
.cid-tE4Bshu3Md .dropdown-item:active {
  background-color: transparent;
}
.cid-tE4Bshu3Md .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tE4Bshu3Md .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tE4Bshu3Md .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tE4Bshu3Md .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-tE4Bshu3Md .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tE4Bshu3Md .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tE4Bshu3Md ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tE4Bshu3Md .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tE4Bshu3Md button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tE4Bshu3Md button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tE4Bshu3Md button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tE4Bshu3Md button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tE4Bshu3Md button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tE4Bshu3Md button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tE4Bshu3Md nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tE4Bshu3Md nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tE4Bshu3Md nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tE4Bshu3Md nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tE4Bshu3Md .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tE4Bshu3Md a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tE4Bshu3Md .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-tE4Bshu3Md .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tE4Bshu3Md .navbar {
    height: 77px;
  }
  .cid-tE4Bshu3Md .navbar.opened {
    height: auto;
  }
  .cid-tE4Bshu3Md .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tE4Bshu3Md .nav-link {
  margin: auto !important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tE4BshMSHt {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tE4BshMSHt .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #000000, #e31d86);
}
.cid-tE4BshMSHt .mbr-text,
.cid-tE4BshMSHt .mbr-section-btn {
  color: #999999;
}
.cid-tE4BshVtqm {
  background: #ffffff;
}
.cid-tE4BshVtqm .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tE4BshVtqm .mbr-figure {
  margin: 0 auto;
}
.cid-tE4BshVtqm figcaption {
  position: relative;
}
.cid-tE4BshVtqm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tE4BshVtqm .image-block {
    width: 100% !important;
  }
}
.cid-tE4BshVtqm .mbr-figure-caption div {
  color: #232323;
}
.cid-tMEDPPmcWS {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-tMEDPPmcWS .box {
  max-width: 700px;
  margin: auto;
  padding: 0 3rem;
}
.cid-tMEDPPmcWS .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tMEDPPmcWS .btn:hover,
.cid-tMEDPPmcWS .btn:active {
  box-shadow: none!important;
}
.cid-tMEDPPmcWS .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tMEDPPmcWS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMEDPPmcWS .img-col {
  padding: 0;
}
.cid-tMEDPPmcWS img {
  max-height: 100vh;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tMEDPPmcWS .box {
    padding: 2rem;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-tMEDPPmcWS .box {
    padding: 1rem;
  }
}
.cid-tMEDPPmcWS .mbr-section-title {
  color: #e31d86;
}
.cid-tE4Bsidien {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #111111;
}
.cid-tE4Bsidien h3 {
  background: linear-gradient(to left, #000000, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tE4Bsidien .count,
.cid-tE4Bsidien .card-img {
  color: #e2090d;
}
.cid-tE4Bsidien .mbr-subtitle {
  color: #cccccc;
  text-align: left;
}
.cid-tE4BsirLGm {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #111111;
}
.cid-tE4BsirLGm .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-tE4BsirLGm .card-wrapper {
    padding: 0;
  }
}
.cid-tE4BsirLGm .content {
  padding: 0 3rem;
}
@media (max-width: 1600px) {
  .cid-tE4BsirLGm .content {
    padding: 0 1rem;
  }
}
.cid-tE4BsirLGm .img-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-tE4BsirLGm .img-wrapper:before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  right: -300px;
  border-radius: 50%;
  bottom: -350px;
  opacity: 0.3;
  background: #e31d86;
  z-index: 2;
  pointer-events: none;
}
.cid-tE4BsirLGm img {
  width: 100%;
}
.cid-tE4BsirLGm .card-wrapper .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #000000, #e31d86);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tE4BsirLGm .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #000000, #e31d86);
}
.cid-tE4BsirLGm .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-tE4BsirLGm h4 {
  margin: 0;
}
.cid-tE4BsirLGm .card-text {
  color: #999999;
}
.cid-tE4BsirLGm .mbr-text {
  color: #000000;
}
.cid-tE4BsirLGm .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-tE4BsirLGm .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-tE4BsirLGm .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-tE4BsirLGm .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tE4BsirLGm .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-tE4BsirLGm .icon-wrap {
  background: linear-gradient(to left, #000000, #e31d86);
  width: 100px;
  height: 100px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 5;
  position: absolute;
  bottom: 3rem;
  right: 3rem;
}
.cid-tE4BsirLGm .icon-wrap .mbr-iconfont {
  font-size: 2.6rem;
  color: white;
  padding-left: 10px;
}
.cid-tE4BsirLGm H3 {
  color: #787324;
}
.cid-tE4BsirLGm .mbr-section-title,
.cid-tE4BsirLGm .title-wrapper {
  color: #ffffff;
}
.cid-tE4BsirLGm .mbr-text,
.cid-tE4BsirLGm .mbr-section-btn {
  color: #999999;
}
.cid-tE4BsirLGm .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tE4BsirLGm .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tE4BsirLGm .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tE4BsirLGm a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tE4BsirLGm a.close:hover {
  color: #ffffff;
}
.cid-tKXiZwHwMx {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #111111;
}
.cid-tKXiZwHwMx .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-tKXiZwHwMx .card-wrapper {
    padding: 0;
  }
}
.cid-tKXiZwHwMx img {
  width: 100%;
}
.cid-tKXiZwHwMx .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #000000, #e31d86);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tKXiZwHwMx .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #000000, #e31d86);
}
.cid-tKXiZwHwMx .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-tKXiZwHwMx h4 {
  margin: 0;
}
.cid-tKXiZwHwMx .card-text {
  color: #999999;
}
.cid-tKXiZwHwMx .mbr-text {
  color: #000000;
}
.cid-tKXiZwHwMx .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-tKXiZwHwMx .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-tKXiZwHwMx .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-tKXiZwHwMx .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tKXiZwHwMx .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-tKXiZwHwMx H3 {
  color: #787324;
}
.cid-tKXiZwHwMx .mbr-section-title,
.cid-tKXiZwHwMx .title-wrapper {
  color: #fb41a4;
}
.cid-tKXiZwHwMx .mbr-text,
.cid-tKXiZwHwMx .mbr-section-btn {
  color: #999999;
}
.cid-tE4S5i0uUt {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-tE4S5i0uUt .mbr-section-subtitle {
  color: #767676;
}
.cid-tE4S5i0uUt .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tE4S5i0uUt .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tE4S5i0uUt .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tE4S5i0uUt .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tE4S5i0uUt .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #365c9a;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tE4S5i0uUt .icon-focus {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-tE4S5i0uUt .icon-focus:before {
  content: '+';
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tE4S5i0uUt .icon-video {
  font-size: 1.5rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-tE4S5i0uUt .icon-video:before {
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-left: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tE4S5i0uUt .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tE4S5i0uUt ul {
  font-size: 0;
}
.cid-tE4S5i0uUt .mbr-gallery-filter ul {
  text-align: center;
}
.cid-tE4S5i0uUt .mbr-gallery-filter ul li .btn {
  border: none !important;
  background-color: transparent;
  color: #ff822a !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-tE4S5i0uUt .mbr-gallery-filter ul li .btn.active {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
}
.cid-tE4S5i0uUt .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-tE4S5i0uUt .mbr-gallery-filter ul li:first-child,
.cid-tE4S5i0uUt .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-tE4S5i0uUt .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-tE4S5i0uUt .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tE4S5i0uUt .btn {
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.cid-tE4S5i0uUt .btn.active:after {
  animation: none;
}
.cid-tE4S5i0uUt .btn:active {
  box-shadow: none !important;
}
.cid-tE4S5i0uUt .btn:hover {
  background: transparent !important;
}
.cid-tE4S5i0uUt .btn:hover:before {
  background: transparent !important;
}
.cid-tE4S5i0uUt .btn:before {
  background-color: transparent !important;
}
.cid-tE4S5i0uUt .btn:focus {
  box-shadow: none !important;
}
.cid-tE4S5i0uUt .mbr-section-title,
.cid-tE4S5i0uUt .mbr-gallery-filter ul {
  color: #e31d86;
}
.cid-tE4Bsj4DiW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-tE4Bsj4DiW .mbr-text1 {
  color: #999999;
}
.cid-tE4Bsj4DiW .mbr-text2 {
  color: #999999;
}
.cid-tE4Bsj4DiW p {
  margin: 0;
}
.cid-tE4Bz4ngSD .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-tE4Bz4ngSD .btn {
  white-space: nowrap;
}
.cid-tE4Bz4ngSD .nav-link,
.cid-tE4Bz4ngSD .icons-menu .mbr-iconfont,
.cid-tE4Bz4ngSD .dropdown-item {
  transition: all 0.1s;
}
.cid-tE4Bz4ngSD .nav-link:hover,
.cid-tE4Bz4ngSD .icons-menu .mbr-iconfont:hover,
.cid-tE4Bz4ngSD .dropdown-item:hover {
  color: #000000 !important;
}
@media (max-width: 992px) {
  .cid-tE4Bz4ngSD .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-tE4Bz4ngSD .container {
  display: flex;
  margin: auto;
}
.cid-tE4Bz4ngSD .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #040402;
}
.cid-tE4Bz4ngSD .navbar.opened {
  transition: all 0.3s;
}
.cid-tE4Bz4ngSD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tE4Bz4ngSD .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tE4Bz4ngSD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tE4Bz4ngSD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tE4Bz4ngSD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tE4Bz4ngSD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tE4Bz4ngSD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tE4Bz4ngSD .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-tE4Bz4ngSD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tE4Bz4ngSD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tE4Bz4ngSD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tE4Bz4ngSD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tE4Bz4ngSD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tE4Bz4ngSD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tE4Bz4ngSD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tE4Bz4ngSD .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-tE4Bz4ngSD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tE4Bz4ngSD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tE4Bz4ngSD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tE4Bz4ngSD .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-tE4Bz4ngSD .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tE4Bz4ngSD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tE4Bz4ngSD .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-tE4Bz4ngSD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tE4Bz4ngSD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tE4Bz4ngSD .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-tE4Bz4ngSD .nav-dropdown .link {
  padding: 0.4rem 1rem !important;
  margin: 0.2em 0.5rem;
}
.cid-tE4Bz4ngSD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tE4Bz4ngSD .mbr-iconfont {
  color: #f65dae !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tE4Bz4ngSD .navbar-caption {
  padding-right: 4rem;
}
.cid-tE4Bz4ngSD .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-tE4Bz4ngSD .dropdown-menu,
.cid-tE4Bz4ngSD .navbar.opened {
  background: #191919 !important;
}
.cid-tE4Bz4ngSD .nav-item:focus,
.cid-tE4Bz4ngSD .nav-link:focus {
  outline: none;
}
.cid-tE4Bz4ngSD .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-tE4Bz4ngSD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tE4Bz4ngSD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tE4Bz4ngSD .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-tE4Bz4ngSD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tE4Bz4ngSD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-tE4Bz4ngSD .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tE4Bz4ngSD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tE4Bz4ngSD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tE4Bz4ngSD .dropdown-item.active,
.cid-tE4Bz4ngSD .dropdown-item:active {
  background-color: transparent;
}
.cid-tE4Bz4ngSD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tE4Bz4ngSD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tE4Bz4ngSD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tE4Bz4ngSD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-tE4Bz4ngSD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tE4Bz4ngSD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tE4Bz4ngSD ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tE4Bz4ngSD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tE4Bz4ngSD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tE4Bz4ngSD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tE4Bz4ngSD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tE4Bz4ngSD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tE4Bz4ngSD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tE4Bz4ngSD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tE4Bz4ngSD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tE4Bz4ngSD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tE4Bz4ngSD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tE4Bz4ngSD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tE4Bz4ngSD .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tE4Bz4ngSD a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tE4Bz4ngSD .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-tE4Bz4ngSD .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tE4Bz4ngSD .navbar {
    height: 77px;
  }
  .cid-tE4Bz4ngSD .navbar.opened {
    height: auto;
  }
  .cid-tE4Bz4ngSD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tE4Bz4ngSD .nav-link {
  margin: auto !important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tE4Bz4FS99 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tE4Bz4FS99 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #000000, #e31d86);
}
.cid-tE4Bz4FS99 .mbr-text,
.cid-tE4Bz4FS99 .mbr-section-btn {
  color: #999999;
}
.cid-tE4Bz4Ru3p {
  background: #ffffff;
}
.cid-tE4Bz4Ru3p .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tE4Bz4Ru3p .mbr-figure {
  margin: 0 auto;
}
.cid-tE4Bz4Ru3p figcaption {
  position: relative;
}
.cid-tE4Bz4Ru3p figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tE4Bz4Ru3p .image-block {
    width: 100% !important;
  }
}
.cid-tE4Bz4Ru3p .mbr-figure-caption div {
  color: #232323;
}
.cid-tE4Bz4Y6Kx {
  padding-top: 90px;
  padding-bottom: 30px;
}
.cid-tE4Bz4Y6Kx .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #000000, #e31d86);
}
.cid-tE4Bz4Y6Kx .mbr-text,
.cid-tE4Bz4Y6Kx .mbr-section-btn {
  color: #e5e5e5;
}
.cid-tE4Bz4Y6Kx img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tE4Bz4Y6Kx img {
    width: 96%;
  }
}
.cid-tE4Bz4Y6Kx .mbr-section-title,
.cid-tE4Bz4Y6Kx .title-wrapper {
  color: #f65dae;
}
.cid-tE4Bz57qpA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-tE4Bz57qpA h3 {
  background: linear-gradient(to left, #000000, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tE4Bz57qpA .count,
.cid-tE4Bz57qpA .card-img {
  color: #e2090d;
}
.cid-tE4Bz57qpA .mbr-subtitle {
  color: #cccccc;
  text-align: left;
}
.cid-tE4Bz6227P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-tE4Bz6227P .mbr-text1 {
  color: #999999;
}
.cid-tE4Bz6227P .mbr-text2 {
  color: #999999;
}
.cid-tE4Bz6227P p {
  margin: 0;
}
.cid-tElegMFbID .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-tElegMFbID .btn {
  white-space: nowrap;
}
.cid-tElegMFbID .nav-link,
.cid-tElegMFbID .icons-menu .mbr-iconfont,
.cid-tElegMFbID .dropdown-item {
  transition: all 0.1s;
}
.cid-tElegMFbID .nav-link:hover,
.cid-tElegMFbID .icons-menu .mbr-iconfont:hover,
.cid-tElegMFbID .dropdown-item:hover {
  color: #000000 !important;
}
@media (max-width: 992px) {
  .cid-tElegMFbID .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-tElegMFbID .container {
  display: flex;
  margin: auto;
}
.cid-tElegMFbID .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #040402;
}
.cid-tElegMFbID .navbar.opened {
  transition: all 0.3s;
}
.cid-tElegMFbID .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tElegMFbID .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tElegMFbID .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tElegMFbID .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tElegMFbID .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tElegMFbID .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tElegMFbID .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tElegMFbID .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-tElegMFbID .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tElegMFbID .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tElegMFbID .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tElegMFbID .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tElegMFbID .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tElegMFbID .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tElegMFbID .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tElegMFbID .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-tElegMFbID .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tElegMFbID .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tElegMFbID .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tElegMFbID .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-tElegMFbID .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tElegMFbID .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tElegMFbID .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-tElegMFbID .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tElegMFbID .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tElegMFbID .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-tElegMFbID .nav-dropdown .link {
  padding: 0.4rem 1rem !important;
  margin: 0.2em 0.5rem;
}
.cid-tElegMFbID .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tElegMFbID .mbr-iconfont {
  color: #f65dae !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tElegMFbID .navbar-caption {
  padding-right: 4rem;
}
.cid-tElegMFbID .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-tElegMFbID .dropdown-menu,
.cid-tElegMFbID .navbar.opened {
  background: #191919 !important;
}
.cid-tElegMFbID .nav-item:focus,
.cid-tElegMFbID .nav-link:focus {
  outline: none;
}
.cid-tElegMFbID .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-tElegMFbID .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tElegMFbID .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tElegMFbID .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-tElegMFbID .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tElegMFbID .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-tElegMFbID .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tElegMFbID .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tElegMFbID .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tElegMFbID .dropdown-item.active,
.cid-tElegMFbID .dropdown-item:active {
  background-color: transparent;
}
.cid-tElegMFbID .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tElegMFbID .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tElegMFbID .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tElegMFbID .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-tElegMFbID .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tElegMFbID .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tElegMFbID ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tElegMFbID .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tElegMFbID button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tElegMFbID button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tElegMFbID button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tElegMFbID button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tElegMFbID button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tElegMFbID button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tElegMFbID nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tElegMFbID nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tElegMFbID nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tElegMFbID nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tElegMFbID .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tElegMFbID a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tElegMFbID .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-tElegMFbID .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tElegMFbID .navbar {
    height: 77px;
  }
  .cid-tElegMFbID .navbar.opened {
    height: auto;
  }
  .cid-tElegMFbID .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tElegMFbID .nav-link {
  margin: auto !important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tElegMZmzm {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tElegMZmzm .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #000000, #e31d86);
}
.cid-tElegMZmzm .mbr-text,
.cid-tElegMZmzm .mbr-section-btn {
  color: #999999;
}
.cid-tElegNasae {
  background: #ffffff;
}
.cid-tElegNasae .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tElegNasae .mbr-figure {
  margin: 0 auto;
}
.cid-tElegNasae figcaption {
  position: relative;
}
.cid-tElegNasae figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tElegNasae .image-block {
    width: 100% !important;
  }
}
.cid-tElegNasae .mbr-figure-caption div {
  color: #232323;
}
.cid-tElegNrVQs {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #111111;
}
.cid-tElegNrVQs h3 {
  background: linear-gradient(to left, #000000, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tElegNrVQs .count,
.cid-tElegNrVQs .card-img {
  color: #e2090d;
}
.cid-tElegNrVQs .mbr-subtitle {
  color: #cccccc;
  text-align: left;
}
.cid-tElg30ahFT {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-tElg30ahFT img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-tElg30ahFT .link-wrapper {
  margin-bottom: 1rem;
}
.cid-tElg30ahFT .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-tElg30ahFT .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #000000, #e31d86);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tElg30ahFT .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-tElg30ahFT .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tElg30ahFT .first:hover:before {
  content: none;
}
.cid-tElg30ahFT .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #000000, #e31d86);
  content: "";
}
.cid-tElg30ahFT .last:hover:after {
  content: none;
}
.cid-tElg30ahFT .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #000000, #e31d86);
  content: "";
}
.cid-tElg30ahFT .mbr-section-text {
  color: #999999;
}
.cid-tElg30ahFT .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-tElg30ahFT .card .img-wrapper {
  overflow: hidden;
}
.cid-tElg30ahFT .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-tElg30ahFT .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-tElg30ahFT .card:hover .card-wrapper {
  background: linear-gradient(to left, #000000, #e31d86);
  color: #ffffff !important;
}
.cid-tElg30ahFT .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-tElf5Yezbw {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #040402;
}
.cid-tElf5Yezbw .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-tElf5Yezbw .card-wrapper {
    padding: 0;
  }
}
.cid-tElf5Yezbw .row {
  flex-direction: row-reverse;
}
.cid-tElf5Yezbw .form-control,
.cid-tElf5Yezbw .field-input {
  padding: 1rem;
}
.cid-tElf5Yezbw .form-row > .col,
.cid-tElf5Yezbw .col-auto {
  padding-right: 8px;
  padding-left: 8px;
}
.cid-tElf5Yezbw .btn {
  margin: 0 !important;
  height: 56px;
  border-radius: 3px !important;
  padding: 0 1.5rem;
}
.cid-tElf5Yezbw .btn span {
  font-size: 1rem;
}
.cid-tElf5Yezbw .form-control,
.cid-tElf5Yezbw .field-input {
  padding: 1rem;
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tElf5Yezbw .form-control::-webkit-input-placeholder,
.cid-tElf5Yezbw .field-input::-webkit-input-placeholder,
.cid-tElf5Yezbw .form-control::-webkit-input-placeholder,
.cid-tElf5Yezbw .field-input::-webkit-input-placeholder {
  color: #999999;
}
.cid-tElf5Yezbw .form-control:-moz-placeholder,
.cid-tElf5Yezbw .field-input:-moz-placeholder,
.cid-tElf5Yezbw .form-control:-moz-placeholder,
.cid-tElf5Yezbw .field-input:-moz-placeholder {
  color: #999999;
}
.cid-tElf5Yezbw .form-control:hover,
.cid-tElf5Yezbw .field-input:hover,
.cid-tElf5Yezbw .form-control:focus,
.cid-tElf5Yezbw .field-input:focus {
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tElf5Yezbw .form-control:hover::-webkit-input-placeholder,
.cid-tElf5Yezbw .field-input:hover::-webkit-input-placeholder,
.cid-tElf5Yezbw .form-control:focus::-webkit-input-placeholder,
.cid-tElf5Yezbw .field-input:focus::-webkit-input-placeholder,
.cid-tElf5Yezbw .form-control:hover::-webkit-input-placeholder,
.cid-tElf5Yezbw .field-input:hover::-webkit-input-placeholder,
.cid-tElf5Yezbw .form-control:focus::-webkit-input-placeholder,
.cid-tElf5Yezbw .field-input:focus::-webkit-input-placeholder {
  color: #999999;
}
.cid-tElf5Yezbw .form-control:hover:-moz-placeholder,
.cid-tElf5Yezbw .field-input:hover:-moz-placeholder,
.cid-tElf5Yezbw .form-control:focus:-moz-placeholder,
.cid-tElf5Yezbw .field-input:focus:-moz-placeholder,
.cid-tElf5Yezbw .form-control:hover:-moz-placeholder,
.cid-tElf5Yezbw .field-input:hover:-moz-placeholder,
.cid-tElf5Yezbw .form-control:focus:-moz-placeholder,
.cid-tElf5Yezbw .field-input:focus:-moz-placeholder {
  color: #999999;
}
.cid-tElf5Yezbw .jq-number__spin:hover,
.cid-tElf5Yezbw .jq-number__spin:focus {
  background-color: #040402;
  border-color: #555555;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tElf5Yezbw .jq-number__spin {
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tElf5Yezbw .jq-selectbox li,
.cid-tElf5Yezbw .jq-selectbox li {
  background-color: #040402;
  color: #ffffff;
}
.cid-tElf5Yezbw .jq-selectbox li:hover,
.cid-tElf5Yezbw .jq-selectbox li.selected {
  background-color: #040402;
  color: #ffffff;
}
.cid-tElf5Yezbw .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tElf5Yezbw .jq-number__spin.minus:hover:after,
.cid-tElf5Yezbw .jq-number__spin.plus:hover:after {
  border-top-color: #040402;
  border-bottom-color: #040402;
}
.cid-tElf5Yezbw .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tElf5Yezbw .jq-number__spin.minus:after,
.cid-tElf5Yezbw .jq-number__spin.plus:after {
  border-top-color: #040402;
  border-bottom-color: #040402;
}
.cid-tElf5Yezbw input::-webkit-clear-button {
  display: none;
}
.cid-tElf5Yezbw input::-webkit-inner-spin-button {
  display: none;
}
.cid-tElf5Yezbw input::-webkit-outer-spin-button {
  display: none;
}
.cid-tElf5Yezbw input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tElf5Yezbw H4 {
  color: #ffffff;
}
.cid-tElf5Yezbw P {
  color: #999999;
}
@media (max-width: 767px) {
  .cid-tElf5Yezbw .col {
    min-width: 100%;
  }
  .cid-tElf5Yezbw .col-auto {
    margin: auto;
  }
  .cid-tElf5Yezbw .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-tElf5Yezbw .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
.cid-tElf5Yezbw .content {
  padding: 0 3rem;
}
@media (max-width: 1600px) {
  .cid-tElf5Yezbw .content {
    padding: 0 1rem;
  }
}
.cid-tElf5Yezbw .img-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-tElf5Yezbw .img-wrapper:before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  right: -300px;
  border-radius: 50%;
  bottom: -350px;
  opacity: 0.3;
  background: #e31d86;
  z-index: 2;
  pointer-events: none;
}
.cid-tElf5Yezbw img {
  width: 100%;
}
.cid-tElf5Yezbw .card-wrapper .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #000000, #e31d86);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tElf5Yezbw .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #000000, #e31d86);
}
.cid-tElf5Yezbw .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-tElf5Yezbw h4 {
  margin: 0;
}
.cid-tElf5Yezbw .card-text {
  color: #999999;
}
.cid-tElf5Yezbw .mbr-text {
  color: #000000;
}
.cid-tElf5Yezbw .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-tElf5Yezbw .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  .cid-tElf5Yezbw .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-tElf5Yezbw .icon-wrap {
  background: linear-gradient(to left, #000000, #e31d86);
  width: 100px;
  height: 100px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 5;
  position: absolute;
  bottom: 3rem;
  right: 3rem;
}
.cid-tElf5Yezbw .icon-wrap .mbr-iconfont {
  font-size: 2.6rem;
  color: white;
}
.cid-tElf5Yezbw H3 {
  color: #787324;
}
.cid-tElf5Yezbw .mbr-section-title,
.cid-tElf5Yezbw .title-wrapper {
  color: #ffffff;
}
.cid-tElf5Yezbw .mbr-text,
.cid-tElf5Yezbw .mbr-section-btn {
  color: #999999;
}
.cid-tElf5Yezbw .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tElf5Yezbw .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tElf5Yezbw .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tElf5Yezbw a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tElf5Yezbw a.close:hover {
  color: #ffffff;
}
.cid-tElegO3Lyc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-tElegO3Lyc .mbr-text1 {
  color: #999999;
}
.cid-tElegO3Lyc .mbr-text2 {
  color: #999999;
}
.cid-tElegO3Lyc p {
  margin: 0;
}
