@charset "UTF-8";

::-webkit-scrollbar{
width: 18px;
height: 18px;
}
::-webkit-scrollbar-thumb{
background: linear-gradient(320deg, #ED008C 10%,#FFF000 90%);
border: 2.2px none #06060F;
border-radius: 30px;
}
::-webkit-scrollbar-thumb:hover{
background: linear-gradient(320deg, #ED008C 10%,#FFF000 90%);
}
::-webkit-scrollbar-track{
background: #010017;
border-radius: 0px;
box-shadow: inset 10px 10px 30px 0px #010017;
}

section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
    background-color: #010017;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

@media (min-width: 1700px) {
  .container-fluid {
    padding: 0 8rem !important;
  }
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

@media (max-width: 767px) {

  .align-left,
  .align-right {
    text-align: center;
  }
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container>div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 110px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}
@media (max-width: 990px) {
    .mbr-arrow-up {
      bottom: 50px;
  right: 90px;  
    }
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow>a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow>a>i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }

  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }

  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }

  .row>[class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper>img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item+.dropdown-menu {
  display: none;
}

.dropdown-item:hover+.dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.btn {
  border-width: 2px;
}
body {
  font-family: Hanken Grotesk;
}
.display-1 {
  font-family: 'K2D', sans-serif;
  font-size: 5.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.25rem;
}
.display-2 {
  font-family: 'K2D', sans-serif;
  font-size: 4.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-4 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'K2D', sans-serif;
  font-size: 3.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-7 {
  font-family: 'Quicksand', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 1600px) {
  .display-1 {
    font-size: 3.48rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 1.74rem !important;
    line-height: 1 !important;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.06rem;
    font-size: calc( 2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 10px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 10px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 10px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 10px;
}
.bg-primary {
  background-color: #010017 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #00ff8d !important;
}
.bg-warning {
  background-color: #495dff !important;
}
.bg-danger {
  background-color: #ed008c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #010017 !important;
  border-color: #010017 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #010017 !important;
  border-color: #010017 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #010017 !important;
  border-color: #010017 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffff00 !important;
  border-color: #ffff00 !important;
  color: #000000 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #000000 !important;
  background-color: #ffff00 !important;
  border-color: #ffff00 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: #ffff00 !important;
  border-color: #ffff00 !important;
}
.btn-info,
.btn-info:active {
  background-color: #00ff8d !important;
  border-color: #00ff8d !important;
  color: #000000 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #000000 !important;
  background-color: #00ff8d !important;
  border-color: #00ff8d !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #00ff8d !important;
  border-color: #00ff8d !important;
}
.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: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #495dff !important;
  border-color: #495dff !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #495dff !important;
  border-color: #495dff !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #495dff !important;
  border-color: #495dff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ed008c !important;
  border-color: #ed008c !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ed008c !important;
  border-color: #ed008c !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ed008c !important;
  border-color: #ed008c !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #010017;
  color: #010017;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #010017 !important;
  border-color: #010017 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffff00;
  color: #ffff00;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a8a800 !important;
  background-color: transparent !important;
  border-color: #a8a800 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #000000 !important;
  background-color: #ffff00 !important;
  border-color: #ffff00 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #00ff8d;
  color: #00ff8d;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #00a85d !important;
  background-color: transparent !important;
  border-color: #00a85d !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #000000 !important;
  background-color: #00ff8d !important;
  border-color: #00ff8d !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #495dff;
  color: #495dff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #001bf1 !important;
  background-color: transparent !important;
  border-color: #001bf1 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #495dff !important;
  border-color: #495dff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ed008c;
  color: #ed008c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #960059 !important;
  background-color: transparent !important;
  border-color: #960059 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ed008c !important;
  border-color: #ed008c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #010017 !important;
}
.text-secondary {
  color: #ffff00 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #00ff8d !important;
}
.text-warning {
  color: #495dff !important;
}
.text-danger {
  color: #ed008c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #999900 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #009955 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #0019e2 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #870050 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #010017;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #00ff8d;
}
.alert-warning {
  background-color: #495dff;
}
.alert-danger {
  background-color: #ed008c;
}
.mbr-gallery-filter li.active .btn {
  background-color: #010017;
  border-color: #010017;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #010017;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #837dff;
}
.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: #ccffe8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffbae3;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #010017 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #010017;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #010017;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #010017;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #010017;
  border-bottom-color: #010017;
}
.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: #010017 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffff00 !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='%23010017' %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;
}
.cid-ty5PZFBeBR .container-fluid {
  padding: 0 1rem !important;
  max-width: 100%;
}
@media (min-width: 992px) {
  .cid-ty5PZFBeBR {
    z-index: 1000;
    width: 90%;
    position: fixed;
    bottom: 94%;
    top: 6%;
    margin: 0 auto;
  }
  .cid-ty5PZFBeBR .navbar {
    bottom: 94%;
    top: 6%;
    width: 90%;
    margin: 0 auto;
    border: 2px solid #fff000 !important;
    border-radius: 10px;
    backdrop-filter: blur(10px);
  }
}
.cid-ty5PZFBeBR .dropdown-menu {
  top: 100%;
  bottom: auto;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .cid-ty5PZFBeBR {
    bottom: 12%;
    top: 88%;
  }
  .cid-ty5PZFBeBR .navbar {
    bottom: 12%;
    top: 88%;
  }
}
.cid-ty5PZFBeBR .dropdown-menu {
  top: auto;
  bottom: 100%;
}
.cid-ty5PZFBeBR .navbar-logo {
  margin-right: 1rem !important;
}
.cid-ty5PZFBeBR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ty5PZFBeBR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ty5PZFBeBR .dropdown-item:hover,
.cid-ty5PZFBeBR .dropdown-item:focus {
  background: #010017 !important;
  color: white !important;
}
.cid-ty5PZFBeBR .dropdown-item:hover span {
  color: white;
}
.cid-ty5PZFBeBR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ty5PZFBeBR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ty5PZFBeBR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ty5PZFBeBR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ty5PZFBeBR .nav-link {
  position: relative;
}
.cid-ty5PZFBeBR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ty5PZFBeBR .container {
    flex-wrap: nowrap;
  }
}
.cid-ty5PZFBeBR .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ty5PZFBeBR .dropdown-menu,
.cid-ty5PZFBeBR .navbar.opened {
  background-color: rgba(1, 0, 23, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-ty5PZFBeBR .nav-item:focus,
.cid-ty5PZFBeBR .nav-link:focus {
  outline: none;
}
.cid-ty5PZFBeBR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ty5PZFBeBR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ty5PZFBeBR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ty5PZFBeBR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ty5PZFBeBR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ty5PZFBeBR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ty5PZFBeBR .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: fixed;
  background: rgba(1, 0, 23, 0.5);
}
.cid-ty5PZFBeBR .navbar.opened {
  transition: all 0.3s;
}
.cid-ty5PZFBeBR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ty5PZFBeBR .navbar .navbar-logo img {
  width: auto;
}
.cid-ty5PZFBeBR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ty5PZFBeBR .navbar.collapsed {
  justify-content: center;
}
.cid-ty5PZFBeBR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ty5PZFBeBR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ty5PZFBeBR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-ty5PZFBeBR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  top: 0;
}
.cid-ty5PZFBeBR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ty5PZFBeBR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ty5PZFBeBR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ty5PZFBeBR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ty5PZFBeBR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ty5PZFBeBR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ty5PZFBeBR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ty5PZFBeBR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    top: 0;
  }
  .cid-ty5PZFBeBR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ty5PZFBeBR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ty5PZFBeBR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ty5PZFBeBR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ty5PZFBeBR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ty5PZFBeBR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ty5PZFBeBR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ty5PZFBeBR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ty5PZFBeBR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ty5PZFBeBR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ty5PZFBeBR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ty5PZFBeBR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ty5PZFBeBR .dropdown-item.active,
.cid-ty5PZFBeBR .dropdown-item:active {
  background-color: transparent;
}
.cid-ty5PZFBeBR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ty5PZFBeBR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ty5PZFBeBR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ty5PZFBeBR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #010017;
}
.cid-ty5PZFBeBR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
}
.cid-ty5PZFBeBR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ty5PZFBeBR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ty5PZFBeBR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ty5PZFBeBR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ty5PZFBeBR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ty5PZFBeBR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ty5PZFBeBR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty5PZFBeBR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty5PZFBeBR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ty5PZFBeBR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty5PZFBeBR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ty5PZFBeBR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ty5PZFBeBR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty5PZFBeBR .navbar-dropdown {
  padding: 0 1rem;
  backdrop-filter: blur(10px) !important;
  position: fixed;
}
.cid-ty5PZFBeBR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ty5PZFBeBR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ty5PZFBeBR .navbar {
    height: 70px;
  }
  .cid-ty5PZFBeBR .navbar.opened {
    height: auto;
  }
  .cid-ty5PZFBeBR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ty63739qFl {
  background-image: radial-gradient(circle at center right, #ffff00 0%, #ffff00 4%, #d9d903 4%, #d9d903 8%, #b5b506 8%, #b5b506 12%, #8f8f09 12%, #8f8f09 16%, #69680d 16%, #69680d 20%, #484710 20%, #484710 24%, transparent 24%, transparent 100%), radial-gradient(circle at center left, #ffff00 0%, #ffff00 4%, #d9d903 4%, #d9d903 8%, #b5b506 8%, #b5b506 12%, #8f8f09 12%, #8f8f09 16%, #69680d 16%, #69680d 20%, #484710 20%, #484710 24%, #010017 24%, #010017 100%);
}
.cid-ty63739qFl .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 12;
}
@media (min-width: 992px) {
  .cid-ty63739qFl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ty63739qFl .title-wrapper {
  padding-bottom: 2rem;
}
.cid-ty63739qFl .content-wrapper01 {
  background: -webkit-linear-gradient(-45deg, #fff000, rgba(1, 0, 23, 0.5), rgba(1, 0, 23, 0.5), #ed008c);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  width: 60vw;
  border: 0px solid rgba(255, 255, 255, 0.18);
  box-shadow: rgba(14, 14, 14, 0.19) 0px 6px 15px 0px;
  -webkit-box-shadow: rgba(14, 14, 14, 0.19) 0px 6px 15px 0px;
  border-radius: 20px;
  padding: .5rem;
}
.cid-ty63739qFl img {
  display: inline;
  border: 0px solid #ffffff;
  border-radius: 20px;
}
.cid-ty63739qFl .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-ty63739qFl .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-ty63739qFl .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-ty63739qFl .third {
  transform: rotate(5deg);
  max-height: 450px;
  width: auto;
  z-index: 10;
}
.cid-ty63739qFl .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-ty63739qFl .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-ty63739qFl .first {
    max-height: 250px;
  }
  .cid-ty63739qFl .second {
    max-height: 323px;
  }
  .cid-ty63739qFl .third {
    max-height: 408px;
  }
  .cid-ty63739qFl .fourth {
    max-height: 323px;
  }
  .cid-ty63739qFl .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-ty63739qFl .first {
    max-height: 200px;
  }
  .cid-ty63739qFl .second {
    max-height: 270px;
  }
  .cid-ty63739qFl .third {
    max-height: 350px;
  }
  .cid-ty63739qFl .fourth {
    max-height: 270px;
  }
  .cid-ty63739qFl .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-ty63739qFl .first {
    display: none;
  }
  .cid-ty63739qFl .second {
    max-height: 323px;
  }
  .cid-ty63739qFl .third {
    max-height: 408px;
  }
  .cid-ty63739qFl .fourth {
    max-height: 323px;
  }
  .cid-ty63739qFl .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-ty63739qFl .second {
    max-height: 250px;
  }
  .cid-ty63739qFl .third {
    max-height: 340px;
  }
  .cid-ty63739qFl .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-ty63739qFl .second {
    max-height: 180px;
  }
  .cid-ty63739qFl .third {
    max-height: 270px;
  }
  .cid-ty63739qFl .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-ty63739qFl .second {
    display: none;
  }
  .cid-ty63739qFl .third {
    max-height: initial;
    width: 90%;
  }
  .cid-ty63739qFl .fourth {
    display: none;
  }
}
.cid-ty63739qFl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ty63739qFl .gradient01 {
  background-image: -webkit-linear-gradient(92deg, rgba(0, 0, 0, 0), #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-ty63739qFl .tossing01 {
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-duration: 4s;
  -webkit-animation-duration: 4s;
}
.cid-ty63739qFl .tossing02 {
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-duration: 5s;
  -webkit-animation-duration: 5s;
}
.cid-ty63739qFl .tossing03 {
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-duration: 6s;
  -webkit-animation-duration: 6s;
}
.cid-ty63739qFl .tossing04 {
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-duration: 5s;
  -webkit-animation-duration: 5s;
}
.cid-ty63739qFl .tossing05 {
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-duration: 4s;
  -webkit-animation-duration: 4s;
}
@keyframes tossing {
  0% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(-4deg);
  }
}
@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(4deg);
  }
  100% {
    -webkit-transform: rotate(-4deg);
  }
}
.cid-uD98oawdby {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ff5b57;
  position: relative;
}
.cid-uD98oawdby::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#ff5b57 30%, #010017);
}
.cid-uD98oawdby .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD98oawdby .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uD98oawdby .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uD98oawdby .container {
    padding: 0 12px;
  }
}
.cid-uD98oawdby .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uD98oawdby .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uD98oawdby .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uD98oawdby .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uD98oawdby .mbr-section-title {
  color: #1D1D1F;
}
.cid-uD98oawdby .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uD98oawdby .mbr-section-title,
.cid-uD98oawdby .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-utPtkh3wqK {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #010017;
}
.cid-utPtkh3wqK .mbr-fallback-image.disabled {
  display: none;
}
.cid-utPtkh3wqK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utPtkh3wqK .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-utPtkh3wqK .mbr-text,
.cid-utPtkh3wqK .mbr-section-btn {
  text-align: left;
  color: #dfcefd;
}
.cid-utPtkh3wqK b,
.cid-utPtkh3wqK strong {
  font-weight: 900;
}
.cid-utPtkh3wqK .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-utPtkh3wqK .col01 {
  background-image: -webkit-linear-gradient(-45deg, #fff000, #fff000, #ed008c, #ed008c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-gVUVOwARSK {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #010017, #010017);
}
.cid-gVUVOwARSK .mbr-section-subtitle {
  color: #767676;
}
.cid-gVUVOwARSK .container11 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 667px;
  max-width: 961px;
  overflow: hidden;
  width: 98vw;
}
.cid-gVUVOwARSK .container11 figure {
  background-image: url("../../../assets/images/image-v2-1-1920x1280.webp");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-gVUVOwARSK #compare11 {
  background-image: url("../../../assets/images/image-v1-1920x1280.webp");
  background-size: cover;
  bottom: 0;
  border-right: 5px solid rgba(255, 255, 255, 0.7);
  box-shadow: 10px 0 15px -13px #000000;
  height: 100%;
  max-width: 98.6%;
  min-width: 0.6%;
  overflow: visible;
  position: absolute;
  width: 50%;
  animation: first 2s 1 normal ease-in-out 0.1s;
  -webkit-animation: first 2s 1 normal ease-in-out 0.1s;
}
.cid-gVUVOwARSK input#slider11 {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  cursor: col-resize;
  height: 100vw;
  left: 0;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  top: -100vw;
  width: 100%;
}
.cid-gVUVOwARSK input#slider11::-moz-range-track {
  background: transparent;
}
.cid-gVUVOwARSK input#slider11::-ms-track {
  border: none;
  background-color: transparent;
  height: 100vw;
  left: 0;
  outline: none;
  position: relative;
  top: -100vw;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: col-resize;
  color: transparent;
}
.cid-gVUVOwARSK input#slider11::-ms-fill-lower {
  background-color: transparent;
}
.cid-gVUVOwARSK input#slider11::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-gVUVOwARSK input#slider11::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-gVUVOwARSK input#slider11::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-gVUVOwARSK input#slider::-ms-tooltip {
  display: none;
}
.cid-gVUVOwARSK #compare11::before {
  background: url("https://www.unsitepourtous.be/mobi/comparision.png") no-repeat scroll 0 center transparent;
  background-size: contain;
  content: " ";
  float: right;
  height: 100%;
  margin-right: -34px;
  position: relative;
  top: 0;
  width: 64px;
}
@keyframes first {
  0% {
    width: 0%;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 50%;
  }
}
@-webkit-keyframes first {
  0% {
    width: 0%;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 50%;
  }
}
.cid-gVUVOwARSK H2 {
  color: #ffffff;
}
.cid-tLN1Y67VZh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #010017;
}
.cid-tLN1Y67VZh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLN1Y67VZh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLN1Y67VZh .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLN1Y67VZh .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tLN1Y67VZh .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-tLN1Y67VZh .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 0px solid #495dff;
}
@media (max-width: 992px) {
  .cid-tLN1Y67VZh .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-tLN1Y67VZh .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tLN1Y67VZh .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tLN1Y67VZh .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-tLN1Y67VZh .mbr-section-title {
  color: #495DFF;
}
.cid-tLN1Y67VZh .mbr-text {
  color: #dfcefd;
}
.cid-tLN1Y67VZh .mbr-section-title,
.cid-tLN1Y67VZh .mbr-section-btn {
  color: #4290ff;
}
.cid-tLN1Y67VZh .col01 {
  background-image: -webkit-linear-gradient(-45deg, #fff000, #fff000, #ed008c, #ed008c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tLN2E2kAis {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #010017;
}
.cid-tLN2E2kAis .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLN2E2kAis .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLN2E2kAis .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLN2E2kAis .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tLN2E2kAis .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-tLN2E2kAis .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 0px solid #00ff8d;
  padding-left: 0;
  border-left: none;
  padding-right: 115px;
  border-right: 0px solid #00ff8d;
}
@media (max-width: 992px) {
  .cid-tLN2E2kAis .title-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tLN2E2kAis .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-tLN2E2kAis .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tLN2E2kAis .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tLN2E2kAis .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-tLN2E2kAis .mbr-section-title {
  color: #495DFF;
}
.cid-tLN2E2kAis .mbr-text {
  color: #dfcefd;
}
.cid-tLN2E2kAis .mbr-section-title,
.cid-tLN2E2kAis .mbr-section-btn {
  color: #00ff8d;
}
.cid-tLN2E2kAis .col01 {
  background-image: -webkit-linear-gradient(-45deg, #fff000, #fff000, #ed008c, #ed008c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tLN84L82er {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #010017;
}
.cid-tLN84L82er .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLN84L82er .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLN84L82er .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLN84L82er .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tLN84L82er .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-tLN84L82er .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 0px solid #40b0bf;
}
@media (max-width: 992px) {
  .cid-tLN84L82er .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-tLN84L82er .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tLN84L82er .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tLN84L82er .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-tLN84L82er .mbr-section-title {
  color: #495DFF;
}
.cid-tLN84L82er .mbr-text {
  color: #dfcefd;
}
.cid-tLN84L82er .mbr-section-title,
.cid-tLN84L82er .mbr-section-btn {
  color: #40b0bf;
  text-align: left;
}
.cid-tLN84L82er .col01 {
  background-image: -webkit-linear-gradient(-45deg, #fff000, #fff000, #ed008c, #ed008c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tMmyAXht6Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #010017;
}
.cid-tMmyAXht6Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMmyAXht6Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMmyAXht6Y .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMmyAXht6Y .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tMmyAXht6Y .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-tMmyAXht6Y .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 0px solid #ed008c;
  padding-left: 0;
  border-left: none;
  padding-right: 115px;
  border-right: 0px solid #ed008c;
}
@media (max-width: 992px) {
  .cid-tMmyAXht6Y .title-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tMmyAXht6Y .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-tMmyAXht6Y .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tMmyAXht6Y .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tMmyAXht6Y .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-tMmyAXht6Y .mbr-section-title {
  color: #495DFF;
}
.cid-tMmyAXht6Y .mbr-text {
  color: #dfcefd;
}
.cid-tMmyAXht6Y .mbr-section-title,
.cid-tMmyAXht6Y .mbr-section-btn {
  color: #ed008c;
}
.cid-tMmyAXht6Y .col01 {
  background-image: -webkit-linear-gradient(-45deg, #fff000, #fff000, #ed008c, #ed008c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-utPInY3k69 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #010017;
}
.cid-utPInY3k69 .mbr-text {
  color: #dfcefd;
}
.cid-utPInY3k69 .mbr-section-subtitle {
  color: #dfcefd;
}
.cid-utPInY3k69 .mbr-section-title {
  color: #ffff00;
  border-bottom: 1px solid #ffff00;
  padding-bottom: 1rem;
}
.cid-utPInY3k69 span01 {
  color: #010017;
}
.cid-utPInY3k69 .highlight {
  background: url(https://s2.svgbox.net/pen-brushes.svg?ic=brush-9&color=fff000);
  margin: -4px -8px;
  padding: 4px  8px;
}
.cid-utPInY3k69 .col01 {
  background-image: -webkit-linear-gradient(-45deg, #fff000, #fff000, #ed008c, #ed008c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uzd47ugmSU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #010017;
}
.cid-uzd47ugmSU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzd47ugmSU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzd47ugmSU .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uzd47ugmSU .container {
    padding: 10px 8px;
  }
}
.cid-uzd47ugmSU .row {
  border-radius: 25px;
  background-color: #010017;
  box-shadow: inset 0 0 5rem #ffff00;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uzd47ugmSU .row {
    padding: 50px 10px;
  }
}
.cid-uzd47ugmSU .row .card {
  padding: 0;
}
.cid-uzd47ugmSU .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uzd47ugmSU .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-uzd47ugmSU .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uzd47ugmSU .mbr-section-title span {
  opacity: .5;
}
.cid-uuEVDWTAHR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #010017;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uuEVDWTAHR audio {
    width: 100% !important;
  }
}
.cid-uuEVDWTAHR audio {
  margin: auto;
  display: block;
}
.cid-uuEVDWTAHR audio::-webkit-media-controls-play-button,
.cid-uuEVDWTAHR audio::-webkit-media-controls-panel {
  background-color: #dfcefd;
}
.cid-uuEVDWTAHR .pad01 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.cid-uuEVDWTAHR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuEVDWTAHR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuEVDWTAHR .row {
  justify-content: left;
}
.cid-uuEVDWTAHR .content-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 80px 10%;
}
@media (max-width: 991px) {
  .cid-uuEVDWTAHR .content-container {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .cid-uuEVDWTAHR .content-container {
    flex-wrap: wrap;
    padding: 40px 0;
  }
}
.cid-uuEVDWTAHR .line-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  width: 2px;
  background-color: #fff000;
  display: none;
}
.cid-uuEVDWTAHR .line-frame-1 {
  top: calc(100% - 11px);
}
.cid-uuEVDWTAHR .line-frame-2 {
  bottom: calc(100% - 11px);
}
.cid-uuEVDWTAHR .point-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 3px;
  height: 3px;
  background-color: #fff000;
  display: none;
}
.cid-uuEVDWTAHR .point-frame-1 {
  top: 19px;
}
.cid-uuEVDWTAHR .point-frame-2 {
  bottom: 19px;
}
.cid-uuEVDWTAHR .title-container {
  width: 60%;
  padding: 0 100px 0 0;
}
@media (max-width: 991px) {
  .cid-uuEVDWTAHR .title-container {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 767px) {
  .cid-uuEVDWTAHR .title-container {
    width: 100%;
    padding: 0;
  }
}
.cid-uuEVDWTAHR .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 60%;
  padding: 0 0 0 80px;
}
@media (max-width: 991px) {
  .cid-uuEVDWTAHR .text-container {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-uuEVDWTAHR .text-container {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
.cid-uuEVDWTAHR .text-container01 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  width: 60%;
  padding: 0 0 0 80px;
}
@media (max-width: 991px) {
  .cid-uuEVDWTAHR .text-container01 {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-uuEVDWTAHR .text-container01 {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
.cid-uuEVDWTAHR .item-container {
  width: 100%;
}
.cid-uuEVDWTAHR .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-uuEVDWTAHR .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-uuEVDWTAHR .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .cid-uuEVDWTAHR .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uuEVDWTAHR H3 {
  color: #ffffff;
}
.cid-uuEVDWTAHR .mbr-text,
.cid-uuEVDWTAHR .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uuEVDWTAHR .color01 {
  color: #ed008c;
}
.cid-uuEVDWTAHR .col01 {
  background-image: -webkit-linear-gradient(-45deg, #fff000, #fff000, #ed008c, #ed008c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-utPLiwn9j1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #010017;
}
.cid-utPLiwn9j1 .mbr-text {
  color: #dfcefd;
}
.cid-utPLiwn9j1 .mbr-section-subtitle {
  color: #dfcefd;
}
.cid-utPLiwn9j1 .mbr-section-title {
  color: #dfcefd;
  padding-bottom: 1rem;
}
.cid-utPLiwn9j1 .line {
  width: 100%;
  border-bottom: 2px solid #ffff00;
  padding-top: 2rem;
  margin-bottom: 3rem;
}
.cid-utPLiwn9j1 .row {
  justify-content: space-between;
}
.cid-utPLiwn9j1 p {
  line-height: 1.2;
}
.cid-utPLiwn9j1 .mbr-section-maintitle {
  color: #ffff00;
  text-align: center;
}
.cid-utPLiwn9j1 .col01 {
  background-image: -webkit-linear-gradient(-45deg, #fff000, #fff000, #ed008c, #ed008c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-utPSvtHOvx {
  background-image: url("../../../assets/images/forest-audio-zone-2186x1545.webp");
}
.cid-utPSvtHOvx .mbr-fallback-image.disabled {
  display: none;
}
.cid-utPSvtHOvx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utPSvtHOvx .title-wrapper {
  margin-bottom: 125px;
}
@media (max-width: 992px) {
  .cid-utPSvtHOvx .title-wrapper {
    margin-bottom: 100px;
  }
}
.cid-utPSvtHOvx .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-utPSvtHOvx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-utPSvtHOvx .gradient01 {
  background-image: -webkit-linear-gradient(92deg, rgba(0, 0, 0, 0), #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-utPUTxPEc4 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #010017;
  flex-direction: column;
  justify-content: center;
}
.cid-utPUTxPEc4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utPUTxPEc4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-utPUTxPEc4 .container {
    padding: 0 16px;
  }
}
.cid-utPUTxPEc4 .row {
  justify-content: center;
}
.cid-utPUTxPEc4 .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-utPUTxPEc4 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-utPUTxPEc4 .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-utPUTxPEc4 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-utPUTxPEc4 .content-wrapper .mbr-section-btn .btn {
  width: 148px;
  height: 148px;
  border-radius: 100% !important;
}
.cid-utPUTxPEc4 .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-utPUTxPEc4 .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-utPUTxPEc4 .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-utPUTxPEc4 .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-utPUTxPEc4 .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-utPUTxPEc4 .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-utPUTxPEc4 .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-utPUTxPEc4 .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-utPUTxPEc4 .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-utPUTxPEc4 .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-utPUTxPEc4 .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-utPUTxPEc4 .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-utPUTxPEc4 .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-utPUTxPEc4 .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-utPUTxPEc4 .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-utPUTxPEc4 .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #ffff00 !important;
  color: #00ff8d !important;
  border-color: #ffff00 !important;
}
.cid-utPUTxPEc4 .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #010017 !important;
  color: #00ff8d !important;
}
.cid-utPUTxPEc4 .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffff00 !important;
  color: #010017 !important;
}
.cid-utPUTxPEc4 .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #00ff8d !important;
}
.cid-utPUTxPEc4 .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #00ff8d !important;
  color: #ffff00 !important;
  border-color: #00ff8d !important;
}
.cid-utPUTxPEc4 .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #495dff !important;
  color: #00ff8d !important;
}
.cid-utPUTxPEc4 .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ed008c !important;
  color: #00ff8d !important;
}
.cid-utPUTxPEc4 .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-utPUTxPEc4 .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-utPUTxPEc4 .mbr-desc {
  color: #706cff;
}
.cid-utPUTxPEc4 .mbr-section-title {
  color: #000000;
}
.cid-utPUTxPEc4 .mbr-text {
  color: #dfcefd;
}
.cid-utPUTxPEc4 .mbr-section-btn {
  text-align: center;
}
.cid-utPUTxPEc4 .col01 {
  background-image: -webkit-linear-gradient(-45deg, #fff000, #fff000, #ed008c, #ed008c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tCmBrkHWpn {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #010017;
}
.cid-tCmBrkHWpn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCmBrkHWpn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCmBrkHWpn .mbr-section-btn {
  margin-top: 1rem;
}
.cid-tCmBrkHWpn .mbr-section-title {
  color: #fff000;
  text-align: center;
}
.cid-tCmBrkHWpn .mbr-section-subtitle {
  color: #dfcefd;
}
.cid-tCmBrkHWpn .btn {
  padding: 1rem 2.6rem;
  color: #ffff00;
}
.cid-tCmBrkHWpn .btn:hover,
.cid-tCmBrkHWpn .btn:focus {
  background: #ffff00 !important;
  color: #010017 !important;
}
.cid-tCmBrkHWpn .col01 {
  background-image: -webkit-linear-gradient(-45deg, #fff000, #fff000, #ed008c, #ed008c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uxjONeaBMS {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #010017;
}
.cid-uxjONeaBMS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjONeaBMS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjONeaBMS .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .container {
    padding: 0 26px;
  }
}
.cid-uxjONeaBMS .row {
  justify-content: center;
}
.cid-uxjONeaBMS .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxjONeaBMS .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxjONeaBMS .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uxjONeaBMS .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uxjONeaBMS .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  margin-bottom: 0;
  width: 100%;
}
.cid-uxjONeaBMS .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ffff00;
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffff00;
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uxjONeaBMS .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uxjONeaBMS .mbr-section-title {
  color: #ffffff;
}
.cid-uxjONeaBMS .mbr-text {
  color: #ffffff;
}
.cid-uxjONeaBMS .list {
  color: #ffffff;
}
.cid-uxjONeaBMS .list,
.cid-uxjONeaBMS .nav-wrapper,
.cid-uxjONeaBMS .social-wrapper {
  text-align: right;
}
.cid-uxjONeaBMS .mbr-text,
.cid-uxjONeaBMS .text-wrapper {
  text-align: center !important;
}
.cid-uxjONeaBMS .gradient01 {
  background-image: -webkit-linear-gradient(92deg, rgba(0, 0, 0, 0), #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uxjONeaBMS .col01 {
  background-image: -webkit-linear-gradient(-45deg, #fff000, #fff000, #ed008c, #ed008c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tytomsuEIH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #010017;
}
.cid-tytomsuEIH h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-tytomsuEIH span {
  background-image: url("../../../assets/images/img02-2000x3000.webp");
  background-size: 1920px 600px;
  background-position: center;
  filter: blur(1px);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
  opacity: 0.5;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-tytomsuEIH .mbr-section-title {
  color: #FFFFFF;
  animation: myAnim 2s ease 0s 1 normal forwards;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes myAnim {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(-2px, 2px);
  }
  40% {
    transform: translate(-2px, -2px);
  }
  60% {
    transform: translate(2px, 2px);
  }
  80% {
    transform: translate(2px, -2px);
  }
  100% {
    transform: translate(0);
  }
}
.cid-ty5PZFBeBR .container-fluid {
  padding: 0 1rem !important;
  max-width: 100%;
}
@media (min-width: 992px) {
  .cid-ty5PZFBeBR {
    z-index: 1000;
    width: 90%;
    position: fixed;
    bottom: 94%;
    top: 6%;
    margin: 0 auto;
  }
  .cid-ty5PZFBeBR .navbar {
    bottom: 94%;
    top: 6%;
    width: 90%;
    margin: 0 auto;
    border: 2px solid #fff000 !important;
    border-radius: 10px;
    backdrop-filter: blur(10px);
  }
}
.cid-ty5PZFBeBR .dropdown-menu {
  top: 100%;
  bottom: auto;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .cid-ty5PZFBeBR {
    bottom: 12%;
    top: 88%;
  }
  .cid-ty5PZFBeBR .navbar {
    bottom: 12%;
    top: 88%;
  }
}
.cid-ty5PZFBeBR .dropdown-menu {
  top: auto;
  bottom: 100%;
}
.cid-ty5PZFBeBR .navbar-logo {
  margin-right: 1rem !important;
}
.cid-ty5PZFBeBR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ty5PZFBeBR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ty5PZFBeBR .dropdown-item:hover,
.cid-ty5PZFBeBR .dropdown-item:focus {
  background: #010017 !important;
  color: white !important;
}
.cid-ty5PZFBeBR .dropdown-item:hover span {
  color: white;
}
.cid-ty5PZFBeBR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ty5PZFBeBR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ty5PZFBeBR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ty5PZFBeBR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ty5PZFBeBR .nav-link {
  position: relative;
}
.cid-ty5PZFBeBR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ty5PZFBeBR .container {
    flex-wrap: nowrap;
  }
}
.cid-ty5PZFBeBR .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ty5PZFBeBR .dropdown-menu,
.cid-ty5PZFBeBR .navbar.opened {
  background-color: rgba(1, 0, 23, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-ty5PZFBeBR .nav-item:focus,
.cid-ty5PZFBeBR .nav-link:focus {
  outline: none;
}
.cid-ty5PZFBeBR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ty5PZFBeBR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ty5PZFBeBR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ty5PZFBeBR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ty5PZFBeBR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ty5PZFBeBR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ty5PZFBeBR .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: fixed;
  background: rgba(1, 0, 23, 0.5);
}
.cid-ty5PZFBeBR .navbar.opened {
  transition: all 0.3s;
}
.cid-ty5PZFBeBR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ty5PZFBeBR .navbar .navbar-logo img {
  width: auto;
}
.cid-ty5PZFBeBR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ty5PZFBeBR .navbar.collapsed {
  justify-content: center;
}
.cid-ty5PZFBeBR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ty5PZFBeBR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ty5PZFBeBR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-ty5PZFBeBR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  top: 0;
}
.cid-ty5PZFBeBR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ty5PZFBeBR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ty5PZFBeBR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ty5PZFBeBR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ty5PZFBeBR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ty5PZFBeBR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ty5PZFBeBR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ty5PZFBeBR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    top: 0;
  }
  .cid-ty5PZFBeBR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ty5PZFBeBR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ty5PZFBeBR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ty5PZFBeBR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ty5PZFBeBR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ty5PZFBeBR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ty5PZFBeBR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ty5PZFBeBR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ty5PZFBeBR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ty5PZFBeBR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ty5PZFBeBR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ty5PZFBeBR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ty5PZFBeBR .dropdown-item.active,
.cid-ty5PZFBeBR .dropdown-item:active {
  background-color: transparent;
}
.cid-ty5PZFBeBR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ty5PZFBeBR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ty5PZFBeBR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ty5PZFBeBR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #010017;
}
.cid-ty5PZFBeBR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
}
.cid-ty5PZFBeBR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ty5PZFBeBR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ty5PZFBeBR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ty5PZFBeBR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ty5PZFBeBR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ty5PZFBeBR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ty5PZFBeBR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty5PZFBeBR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty5PZFBeBR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ty5PZFBeBR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty5PZFBeBR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ty5PZFBeBR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ty5PZFBeBR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty5PZFBeBR .navbar-dropdown {
  padding: 0 1rem;
  backdrop-filter: blur(10px) !important;
  position: fixed;
}
.cid-ty5PZFBeBR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ty5PZFBeBR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ty5PZFBeBR .navbar {
    height: 70px;
  }
  .cid-ty5PZFBeBR .navbar.opened {
    height: auto;
  }
  .cid-ty5PZFBeBR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLNaJMgF3o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #010017;
}
.cid-tLNaJMgF3o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLNaJMgF3o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLNaJMgF3o .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tLNaJMgF3o .container-fluid {
    padding: 0;
  }
}
.cid-tLNaJMgF3o .container-fluid .row {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tLNaJMgF3o .container {
    padding: 0 20px;
  }
}
.cid-tLNaJMgF3o .card {
  position: relative;
  border-radius: 0;
  min-height: 820px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tLNaJMgF3o .card {
    min-height: 500px;
    padding: 0 20px;
  }
}
.cid-tLNaJMgF3o .card .image-back {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-tLNaJMgF3o .card .name-wrapper {
  position: relative;
  padding: 73px 0;
}
@media (max-width: 768px) {
  .cid-tLNaJMgF3o .card .name-wrapper {
    padding: 30px 0;
  }
}
.cid-tLNaJMgF3o .card .name-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLNaJMgF3o .card .name-wrapper img {
  position: relative;
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 100%;
  margin: -2rem auto;
}
@media (max-width: 768px) {
  .cid-tLNaJMgF3o .card .name-wrapper img {
    height: 200px;
    width: 200px;
  }
}
.cid-tLNaJMgF3o .card .text-wrapper {
  padding: 73px 54px;
}
@media (max-width: 768px) {
  .cid-tLNaJMgF3o .card .text-wrapper {
    padding: 45px 0;
  }
}
.cid-tLNaJMgF3o .card .text-wrapper .mbr-desc {
  margin-bottom: 20px;
  letter-spacing: 1.6px;
}
@media (max-width: 992px) {
  .cid-tLNaJMgF3o .card .text-wrapper .mbr-desc {
    margin-bottom: 10px;
  }
}
.cid-tLNaJMgF3o .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tLNaJMgF3o .card .text-wrapper .link-wrap {
  display: block;
}
.cid-tLNaJMgF3o .card .text-wrapper .link-wrap .mbr-link {
  position: relative;
  display: inline-flex;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.cid-tLNaJMgF3o .card .text-wrapper .link-wrap .mbr-link:hover::before,
.cid-tLNaJMgF3o .card .text-wrapper .link-wrap .mbr-link:focus::before {
  width: 0;
}
.cid-tLNaJMgF3o .card .text-wrapper .link-wrap .mbr-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-tLNaJMgF3o .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tLNaJMgF3o .mbr-desc {
  color: #ffffff;
}
.cid-tLNaJMgF3o .mbr-text {
  color: #ffffff;
}
.cid-tLNaJMgF3o .mbr-link {
  color: #ffffff;
}
.cid-uxjONeaBMS {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #010017;
}
.cid-uxjONeaBMS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjONeaBMS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjONeaBMS .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .container {
    padding: 0 26px;
  }
}
.cid-uxjONeaBMS .row {
  justify-content: center;
}
.cid-uxjONeaBMS .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxjONeaBMS .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxjONeaBMS .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uxjONeaBMS .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uxjONeaBMS .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  margin-bottom: 0;
  width: 100%;
}
.cid-uxjONeaBMS .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ffff00;
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffff00;
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uxjONeaBMS .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uxjONeaBMS .mbr-section-title {
  color: #ffffff;
}
.cid-uxjONeaBMS .mbr-text {
  color: #ffffff;
}
.cid-uxjONeaBMS .list {
  color: #ffffff;
}
.cid-uxjONeaBMS .list,
.cid-uxjONeaBMS .nav-wrapper,
.cid-uxjONeaBMS .social-wrapper {
  text-align: right;
}
.cid-uxjONeaBMS .mbr-text,
.cid-uxjONeaBMS .text-wrapper {
  text-align: center !important;
}
.cid-uxjONeaBMS .gradient01 {
  background-image: -webkit-linear-gradient(92deg, rgba(0, 0, 0, 0), #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uxjONeaBMS .col01 {
  background-image: -webkit-linear-gradient(-45deg, #fff000, #fff000, #ed008c, #ed008c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tLNpm5XbkM .container-fluid {
  padding: 0 1rem !important;
  max-width: 100%;
}
@media (min-width: 992px) {
  .cid-tLNpm5XbkM {
    z-index: 1000;
    width: 90%;
    position: fixed;
    bottom: 94%;
    top: 6%;
    margin: 0 auto;
  }
  .cid-tLNpm5XbkM .navbar {
    bottom: 94%;
    top: 6%;
    width: 90%;
    margin: 0 auto;
    border: 2px solid #fff000 !important;
    border-radius: 10px;
    backdrop-filter: blur(10px);
  }
}
.cid-tLNpm5XbkM .dropdown-menu {
  top: 100%;
  bottom: auto;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .cid-tLNpm5XbkM {
    bottom: 12%;
    top: 88%;
  }
  .cid-tLNpm5XbkM .navbar {
    bottom: 12%;
    top: 88%;
  }
}
.cid-tLNpm5XbkM .dropdown-menu {
  top: auto;
  bottom: 100%;
}
.cid-tLNpm5XbkM .navbar-logo {
  margin-right: 1rem !important;
}
.cid-tLNpm5XbkM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLNpm5XbkM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tLNpm5XbkM .dropdown-item:hover,
.cid-tLNpm5XbkM .dropdown-item:focus {
  background: #010017 !important;
  color: white !important;
}
.cid-tLNpm5XbkM .dropdown-item:hover span {
  color: white;
}
.cid-tLNpm5XbkM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tLNpm5XbkM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tLNpm5XbkM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tLNpm5XbkM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLNpm5XbkM .nav-link {
  position: relative;
}
.cid-tLNpm5XbkM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tLNpm5XbkM .container {
    flex-wrap: nowrap;
  }
}
.cid-tLNpm5XbkM .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLNpm5XbkM .dropdown-menu,
.cid-tLNpm5XbkM .navbar.opened {
  background-color: rgba(1, 0, 23, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-tLNpm5XbkM .nav-item:focus,
.cid-tLNpm5XbkM .nav-link:focus {
  outline: none;
}
.cid-tLNpm5XbkM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLNpm5XbkM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLNpm5XbkM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLNpm5XbkM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLNpm5XbkM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLNpm5XbkM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLNpm5XbkM .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: fixed;
  background: rgba(1, 0, 23, 0.5);
}
.cid-tLNpm5XbkM .navbar.opened {
  transition: all 0.3s;
}
.cid-tLNpm5XbkM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLNpm5XbkM .navbar .navbar-logo img {
  width: auto;
}
.cid-tLNpm5XbkM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLNpm5XbkM .navbar.collapsed {
  justify-content: center;
}
.cid-tLNpm5XbkM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLNpm5XbkM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLNpm5XbkM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tLNpm5XbkM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  top: 0;
}
.cid-tLNpm5XbkM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLNpm5XbkM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tLNpm5XbkM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLNpm5XbkM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLNpm5XbkM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLNpm5XbkM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLNpm5XbkM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLNpm5XbkM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    top: 0;
  }
  .cid-tLNpm5XbkM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLNpm5XbkM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tLNpm5XbkM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLNpm5XbkM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLNpm5XbkM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLNpm5XbkM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLNpm5XbkM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLNpm5XbkM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tLNpm5XbkM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tLNpm5XbkM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLNpm5XbkM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLNpm5XbkM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLNpm5XbkM .dropdown-item.active,
.cid-tLNpm5XbkM .dropdown-item:active {
  background-color: transparent;
}
.cid-tLNpm5XbkM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLNpm5XbkM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLNpm5XbkM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLNpm5XbkM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #010017;
}
.cid-tLNpm5XbkM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
}
.cid-tLNpm5XbkM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLNpm5XbkM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLNpm5XbkM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLNpm5XbkM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLNpm5XbkM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tLNpm5XbkM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLNpm5XbkM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLNpm5XbkM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLNpm5XbkM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLNpm5XbkM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLNpm5XbkM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLNpm5XbkM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLNpm5XbkM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLNpm5XbkM .navbar-dropdown {
  padding: 0 1rem;
  backdrop-filter: blur(10px) !important;
  position: fixed;
}
.cid-tLNpm5XbkM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLNpm5XbkM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLNpm5XbkM .navbar {
    height: 70px;
  }
  .cid-tLNpm5XbkM .navbar.opened {
    height: auto;
  }
  .cid-tLNpm5XbkM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLNpm6vg07 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #010017;
}
.cid-tLNpm6vg07 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLNpm6vg07 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLNpm6vg07 .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tLNpm6vg07 .container-fluid {
    padding: 0;
  }
}
.cid-tLNpm6vg07 .container-fluid .row {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tLNpm6vg07 .container {
    padding: 0 20px;
  }
}
.cid-tLNpm6vg07 .card {
  position: relative;
  border-radius: 0;
  min-height: 820px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tLNpm6vg07 .card {
    min-height: 500px;
    padding: 0 20px;
  }
}
.cid-tLNpm6vg07 .card .image-back {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-tLNpm6vg07 .card .name-wrapper {
  position: relative;
  padding: 73px 0;
}
@media (max-width: 768px) {
  .cid-tLNpm6vg07 .card .name-wrapper {
    padding: 30px 0;
  }
}
.cid-tLNpm6vg07 .card .name-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLNpm6vg07 .card .name-wrapper img {
  position: relative;
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 100%;
  margin: -2rem auto;
}
@media (max-width: 768px) {
  .cid-tLNpm6vg07 .card .name-wrapper img {
    height: 200px;
    width: 200px;
  }
}
.cid-tLNpm6vg07 .card .text-wrapper {
  padding: 73px 54px;
}
@media (max-width: 768px) {
  .cid-tLNpm6vg07 .card .text-wrapper {
    padding: 45px 0;
  }
}
.cid-tLNpm6vg07 .card .text-wrapper .mbr-desc {
  margin-bottom: 20px;
  letter-spacing: 1.6px;
}
@media (max-width: 992px) {
  .cid-tLNpm6vg07 .card .text-wrapper .mbr-desc {
    margin-bottom: 10px;
  }
}
.cid-tLNpm6vg07 .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tLNpm6vg07 .card .text-wrapper .link-wrap {
  display: block;
}
.cid-tLNpm6vg07 .card .text-wrapper .link-wrap .mbr-link {
  position: relative;
  display: inline-flex;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.cid-tLNpm6vg07 .card .text-wrapper .link-wrap .mbr-link:hover::before,
.cid-tLNpm6vg07 .card .text-wrapper .link-wrap .mbr-link:focus::before {
  width: 0;
}
.cid-tLNpm6vg07 .card .text-wrapper .link-wrap .mbr-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-tLNpm6vg07 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tLNpm6vg07 .mbr-desc {
  color: #ffffff;
}
.cid-tLNpm6vg07 .mbr-text {
  color: #ffffff;
}
.cid-tLNpm6vg07 .mbr-link {
  color: #ffffff;
}
.cid-uxjONeaBMS {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #010017;
}
.cid-uxjONeaBMS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjONeaBMS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjONeaBMS .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .container {
    padding: 0 26px;
  }
}
.cid-uxjONeaBMS .row {
  justify-content: center;
}
.cid-uxjONeaBMS .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxjONeaBMS .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxjONeaBMS .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uxjONeaBMS .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uxjONeaBMS .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  margin-bottom: 0;
  width: 100%;
}
.cid-uxjONeaBMS .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ffff00;
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffff00;
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uxjONeaBMS .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uxjONeaBMS .mbr-section-title {
  color: #ffffff;
}
.cid-uxjONeaBMS .mbr-text {
  color: #ffffff;
}
.cid-uxjONeaBMS .list {
  color: #ffffff;
}
.cid-uxjONeaBMS .list,
.cid-uxjONeaBMS .nav-wrapper,
.cid-uxjONeaBMS .social-wrapper {
  text-align: right;
}
.cid-uxjONeaBMS .mbr-text,
.cid-uxjONeaBMS .text-wrapper {
  text-align: center !important;
}
.cid-uxjONeaBMS .gradient01 {
  background-image: -webkit-linear-gradient(92deg, rgba(0, 0, 0, 0), #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uxjONeaBMS .col01 {
  background-image: -webkit-linear-gradient(-45deg, #fff000, #fff000, #ed008c, #ed008c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tLSrNsN2nq .container-fluid {
  padding: 0 1rem !important;
  max-width: 100%;
}
@media (min-width: 992px) {
  .cid-tLSrNsN2nq {
    z-index: 1000;
    width: 90%;
    position: fixed;
    bottom: 94%;
    top: 6%;
    margin: 0 auto;
  }
  .cid-tLSrNsN2nq .navbar {
    bottom: 94%;
    top: 6%;
    width: 90%;
    margin: 0 auto;
    border: 2px solid #fff000 !important;
    border-radius: 10px;
    backdrop-filter: blur(10px);
  }
}
.cid-tLSrNsN2nq .dropdown-menu {
  top: 100%;
  bottom: auto;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .cid-tLSrNsN2nq {
    bottom: 12%;
    top: 88%;
  }
  .cid-tLSrNsN2nq .navbar {
    bottom: 12%;
    top: 88%;
  }
}
.cid-tLSrNsN2nq .dropdown-menu {
  top: auto;
  bottom: 100%;
}
.cid-tLSrNsN2nq .navbar-logo {
  margin-right: 1rem !important;
}
.cid-tLSrNsN2nq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLSrNsN2nq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tLSrNsN2nq .dropdown-item:hover,
.cid-tLSrNsN2nq .dropdown-item:focus {
  background: #010017 !important;
  color: white !important;
}
.cid-tLSrNsN2nq .dropdown-item:hover span {
  color: white;
}
.cid-tLSrNsN2nq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tLSrNsN2nq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tLSrNsN2nq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tLSrNsN2nq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLSrNsN2nq .nav-link {
  position: relative;
}
.cid-tLSrNsN2nq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tLSrNsN2nq .container {
    flex-wrap: nowrap;
  }
}
.cid-tLSrNsN2nq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLSrNsN2nq .dropdown-menu,
.cid-tLSrNsN2nq .navbar.opened {
  background-color: rgba(1, 0, 23, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-tLSrNsN2nq .nav-item:focus,
.cid-tLSrNsN2nq .nav-link:focus {
  outline: none;
}
.cid-tLSrNsN2nq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLSrNsN2nq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLSrNsN2nq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLSrNsN2nq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLSrNsN2nq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLSrNsN2nq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLSrNsN2nq .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: fixed;
  background: rgba(1, 0, 23, 0.5);
}
.cid-tLSrNsN2nq .navbar.opened {
  transition: all 0.3s;
}
.cid-tLSrNsN2nq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLSrNsN2nq .navbar .navbar-logo img {
  width: auto;
}
.cid-tLSrNsN2nq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLSrNsN2nq .navbar.collapsed {
  justify-content: center;
}
.cid-tLSrNsN2nq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLSrNsN2nq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLSrNsN2nq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tLSrNsN2nq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  top: 0;
}
.cid-tLSrNsN2nq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLSrNsN2nq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tLSrNsN2nq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLSrNsN2nq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLSrNsN2nq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLSrNsN2nq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLSrNsN2nq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLSrNsN2nq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    top: 0;
  }
  .cid-tLSrNsN2nq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLSrNsN2nq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tLSrNsN2nq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLSrNsN2nq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLSrNsN2nq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLSrNsN2nq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLSrNsN2nq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLSrNsN2nq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tLSrNsN2nq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tLSrNsN2nq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLSrNsN2nq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLSrNsN2nq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLSrNsN2nq .dropdown-item.active,
.cid-tLSrNsN2nq .dropdown-item:active {
  background-color: transparent;
}
.cid-tLSrNsN2nq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLSrNsN2nq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLSrNsN2nq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLSrNsN2nq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #010017;
}
.cid-tLSrNsN2nq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
}
.cid-tLSrNsN2nq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLSrNsN2nq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLSrNsN2nq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLSrNsN2nq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLSrNsN2nq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tLSrNsN2nq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLSrNsN2nq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLSrNsN2nq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLSrNsN2nq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLSrNsN2nq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLSrNsN2nq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLSrNsN2nq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLSrNsN2nq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLSrNsN2nq .navbar-dropdown {
  padding: 0 1rem;
  backdrop-filter: blur(10px) !important;
  position: fixed;
}
.cid-tLSrNsN2nq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLSrNsN2nq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLSrNsN2nq .navbar {
    height: 70px;
  }
  .cid-tLSrNsN2nq .navbar.opened {
    height: auto;
  }
  .cid-tLSrNsN2nq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLSrNthzRB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #010017;
}
.cid-tLSrNthzRB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLSrNthzRB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLSrNthzRB .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tLSrNthzRB .container-fluid {
    padding: 0;
  }
}
.cid-tLSrNthzRB .container-fluid .row {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tLSrNthzRB .container {
    padding: 0 20px;
  }
}
.cid-tLSrNthzRB .card {
  position: relative;
  border-radius: 0;
  min-height: 820px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tLSrNthzRB .card {
    min-height: 500px;
    padding: 0 20px;
  }
}
.cid-tLSrNthzRB .card .image-back {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-tLSrNthzRB .card .name-wrapper {
  position: relative;
  padding: 73px 0;
}
@media (max-width: 768px) {
  .cid-tLSrNthzRB .card .name-wrapper {
    padding: 30px 0;
  }
}
.cid-tLSrNthzRB .card .name-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLSrNthzRB .card .name-wrapper img {
  position: relative;
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 100%;
  margin: -2rem auto;
}
@media (max-width: 768px) {
  .cid-tLSrNthzRB .card .name-wrapper img {
    height: 200px;
    width: 200px;
  }
}
.cid-tLSrNthzRB .card .text-wrapper {
  padding: 73px 54px;
}
@media (max-width: 768px) {
  .cid-tLSrNthzRB .card .text-wrapper {
    padding: 45px 0;
  }
}
.cid-tLSrNthzRB .card .text-wrapper .mbr-desc {
  margin-bottom: 20px;
  letter-spacing: 1.6px;
}
@media (max-width: 992px) {
  .cid-tLSrNthzRB .card .text-wrapper .mbr-desc {
    margin-bottom: 10px;
  }
}
.cid-tLSrNthzRB .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tLSrNthzRB .card .text-wrapper .link-wrap {
  display: block;
}
.cid-tLSrNthzRB .card .text-wrapper .link-wrap .mbr-link {
  position: relative;
  display: inline-flex;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.cid-tLSrNthzRB .card .text-wrapper .link-wrap .mbr-link:hover::before,
.cid-tLSrNthzRB .card .text-wrapper .link-wrap .mbr-link:focus::before {
  width: 0;
}
.cid-tLSrNthzRB .card .text-wrapper .link-wrap .mbr-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-tLSrNthzRB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tLSrNthzRB .mbr-desc {
  color: #ffffff;
}
.cid-tLSrNthzRB .mbr-text {
  color: #ffffff;
}
.cid-tLSrNthzRB .mbr-link {
  color: #ffffff;
}
.cid-uxjONeaBMS {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #010017;
}
.cid-uxjONeaBMS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjONeaBMS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjONeaBMS .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .container {
    padding: 0 26px;
  }
}
.cid-uxjONeaBMS .row {
  justify-content: center;
}
.cid-uxjONeaBMS .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxjONeaBMS .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxjONeaBMS .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uxjONeaBMS .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uxjONeaBMS .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  margin-bottom: 0;
  width: 100%;
}
.cid-uxjONeaBMS .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ffff00;
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffff00;
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uxjONeaBMS .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uxjONeaBMS .mbr-section-title {
  color: #ffffff;
}
.cid-uxjONeaBMS .mbr-text {
  color: #ffffff;
}
.cid-uxjONeaBMS .list {
  color: #ffffff;
}
.cid-uxjONeaBMS .list,
.cid-uxjONeaBMS .nav-wrapper,
.cid-uxjONeaBMS .social-wrapper {
  text-align: right;
}
.cid-uxjONeaBMS .mbr-text,
.cid-uxjONeaBMS .text-wrapper {
  text-align: center !important;
}
.cid-uxjONeaBMS .gradient01 {
  background-image: -webkit-linear-gradient(92deg, rgba(0, 0, 0, 0), #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uxjONeaBMS .col01 {
  background-image: -webkit-linear-gradient(-45deg, #fff000, #fff000, #ed008c, #ed008c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-ty5PZFBeBR .container-fluid {
  padding: 0 1rem !important;
  max-width: 100%;
}
@media (min-width: 992px) {
  .cid-ty5PZFBeBR {
    z-index: 1000;
    width: 90%;
    position: fixed;
    bottom: 94%;
    top: 6%;
    margin: 0 auto;
  }
  .cid-ty5PZFBeBR .navbar {
    bottom: 94%;
    top: 6%;
    width: 90%;
    margin: 0 auto;
    border: 2px solid #fff000 !important;
    border-radius: 10px;
    backdrop-filter: blur(10px);
  }
}
.cid-ty5PZFBeBR .dropdown-menu {
  top: 100%;
  bottom: auto;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .cid-ty5PZFBeBR {
    bottom: 12%;
    top: 88%;
  }
  .cid-ty5PZFBeBR .navbar {
    bottom: 12%;
    top: 88%;
  }
}
.cid-ty5PZFBeBR .dropdown-menu {
  top: auto;
  bottom: 100%;
}
.cid-ty5PZFBeBR .navbar-logo {
  margin-right: 1rem !important;
}
.cid-ty5PZFBeBR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ty5PZFBeBR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ty5PZFBeBR .dropdown-item:hover,
.cid-ty5PZFBeBR .dropdown-item:focus {
  background: #010017 !important;
  color: white !important;
}
.cid-ty5PZFBeBR .dropdown-item:hover span {
  color: white;
}
.cid-ty5PZFBeBR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ty5PZFBeBR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ty5PZFBeBR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ty5PZFBeBR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ty5PZFBeBR .nav-link {
  position: relative;
}
.cid-ty5PZFBeBR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ty5PZFBeBR .container {
    flex-wrap: nowrap;
  }
}
.cid-ty5PZFBeBR .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ty5PZFBeBR .dropdown-menu,
.cid-ty5PZFBeBR .navbar.opened {
  background-color: rgba(1, 0, 23, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-ty5PZFBeBR .nav-item:focus,
.cid-ty5PZFBeBR .nav-link:focus {
  outline: none;
}
.cid-ty5PZFBeBR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ty5PZFBeBR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ty5PZFBeBR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ty5PZFBeBR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ty5PZFBeBR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ty5PZFBeBR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ty5PZFBeBR .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: fixed;
  background: rgba(1, 0, 23, 0.5);
}
.cid-ty5PZFBeBR .navbar.opened {
  transition: all 0.3s;
}
.cid-ty5PZFBeBR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ty5PZFBeBR .navbar .navbar-logo img {
  width: auto;
}
.cid-ty5PZFBeBR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ty5PZFBeBR .navbar.collapsed {
  justify-content: center;
}
.cid-ty5PZFBeBR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ty5PZFBeBR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ty5PZFBeBR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-ty5PZFBeBR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  top: 0;
}
.cid-ty5PZFBeBR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ty5PZFBeBR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ty5PZFBeBR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ty5PZFBeBR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ty5PZFBeBR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ty5PZFBeBR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ty5PZFBeBR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ty5PZFBeBR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    top: 0;
  }
  .cid-ty5PZFBeBR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ty5PZFBeBR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ty5PZFBeBR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ty5PZFBeBR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ty5PZFBeBR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ty5PZFBeBR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ty5PZFBeBR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ty5PZFBeBR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ty5PZFBeBR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ty5PZFBeBR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ty5PZFBeBR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ty5PZFBeBR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ty5PZFBeBR .dropdown-item.active,
.cid-ty5PZFBeBR .dropdown-item:active {
  background-color: transparent;
}
.cid-ty5PZFBeBR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ty5PZFBeBR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ty5PZFBeBR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ty5PZFBeBR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #010017;
}
.cid-ty5PZFBeBR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
}
.cid-ty5PZFBeBR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ty5PZFBeBR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ty5PZFBeBR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ty5PZFBeBR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ty5PZFBeBR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ty5PZFBeBR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ty5PZFBeBR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty5PZFBeBR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty5PZFBeBR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ty5PZFBeBR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty5PZFBeBR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ty5PZFBeBR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ty5PZFBeBR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty5PZFBeBR .navbar-dropdown {
  padding: 0 1rem;
  backdrop-filter: blur(10px) !important;
  position: fixed;
}
.cid-ty5PZFBeBR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ty5PZFBeBR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ty5PZFBeBR .navbar {
    height: 70px;
  }
  .cid-ty5PZFBeBR .navbar.opened {
    height: auto;
  }
  .cid-ty5PZFBeBR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJf6DAfHBp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #010017;
}
.cid-tJf6DAfHBp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJf6DAfHBp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJf6DAfHBp .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tJf6DAfHBp .container-fluid {
    padding: 0 12px;
  }
}
.cid-tJf6DAfHBp .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tJf6DAfHBp .container {
    padding: 0 20px;
  }
}
.cid-tJf6DAfHBp .row {
  margin-top: -2px;
}
.cid-tJf6DAfHBp .card {
  padding: 0;
}
.cid-tJf6DAfHBp .image-wrapper img {
  height: 650px;
  width: 70%;
  object-fit: cover;
  border-bottom-right-radius: 45rem;
}
@media (max-width: 992px) {
  .cid-tJf6DAfHBp .image-wrapper img {
    height: 450px;
    width: 100%;
  }
}
.cid-tJf6DAfHBp .title-wrapper {
  padding: 0 64px 64px;
  margin-top: -4rem;
}
@media (max-width: 992px) {
  .cid-tJf6DAfHBp .title-wrapper {
    padding: 0 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-tJf6DAfHBp .title-wrapper {
    margin-top: -2rem;
  }
}
.cid-tJf6DAfHBp .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tJf6DAfHBp .title-wrapper .text-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tJf6DAfHBp .title-wrapper .text-wrapper {
    display: block;
  }
}
.cid-tJf6DAfHBp .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
  width: 50%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tJf6DAfHBp .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-tJf6DAfHBp .title-wrapper .text-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tJf6DAfHBp .title-wrapper .text-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-tJf6DAfHBp .mbr-section-title {
  color: #ffffff;
}
.cid-tJf6DAfHBp .mbr-text {
  color: #ffffff;
}
.cid-tJf6DAfHBp .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tJf6DAfHBp .mbr-section-btn {
    text-align: left;
  }
}
.cid-tJf6DAfHBp .col01 {
  background-image: -webkit-linear-gradient(-45deg, #fff000, #fff000, #ed008c, #ed008c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tLNiFSLfUR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background4.webp");
}
.cid-tLNiFSLfUR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLNiFSLfUR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-tLNiFSLfUR .container {
    padding: 0 26px;
  }
}
.cid-tLNiFSLfUR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLNiFSLfUR .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-tLNiFSLfUR .mbr-section-title {
  color: #ffffff;
}
.cid-tLNiFSLfUR .mbr-section-title,
.cid-tLNiFSLfUR .mbr-section-btn {
  text-align: center;
  color: #010017;
}
.cid-tLNiFSLfUR .font01 {
  font-size: 3.5rem;
}
.cid-tLNiFSLfUR .color01 {
  background-image: -webkit-linear-gradient(-45deg, #ff3366, #ff3366, #4fc093, #4fc093);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 1px 1px 2px white, 0 0 1em white, 0 0 0.2em #ffff00;
}
.cid-tLNiFSLfUR .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tJeLvafsY5 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #010017;
}
.cid-tJeLvafsY5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJeLvafsY5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJeLvafsY5 .iconfont-wrapper {
  background: #fff000;
  width: 160px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tJeLvafsY5 .iconfont-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJeLvafsY5 .iconfont-wrapper {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-tJeLvafsY5 .mbr-iconfont {
  font-size: 5rem;
  color: #010017;
}
.cid-tJeLvafsY5 .row {
  align-items: flex-start;
}
.cid-tJeLvafsY5 .col {
  white-space: nowrap;
}
.cid-tJeLvafsY5 .mbr-section-title {
  color: #dfcefd;
}
.cid-tJeLvafsY5 .mbr-text,
.cid-tJeLvafsY5 .mbr-section-btn {
  color: #837597;
}
.cid-tJeLvafsY5 .col-lg-4 {
  align-items: flex-end;
}
.cid-tJeLvafsY5 .mbr-section-number {
  color: #625673;
}
.cid-tJeLvafsY5 .col01 {
  background-image: -webkit-linear-gradient(-45deg, #fff000, #fff000, #ed008c, #ed008c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tJeLvafsY5 span01 {
  color: #010017;
}
.cid-tJeLvafsY5 .highlight {
  background: url(https://s2.svgbox.net/pen-brushes.svg?ic=brush-9&color=fff000);
  margin: -4px -8px;
  padding: 4px  8px;
}
.cid-tJeXsaUXsS {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #010017;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-tJeXsaUXsS audio {
    width: 100% !important;
  }
}
.cid-tJeXsaUXsS audio {
  margin: auto;
  display: block;
}
.cid-tJeXsaUXsS audio::-webkit-media-controls-play-button,
.cid-tJeXsaUXsS audio::-webkit-media-controls-panel {
  background-color: #dfcefd;
}
.cid-tJeXsaUXsS .pad01 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.cid-tJeXsaUXsS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJeXsaUXsS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJeXsaUXsS .row {
  justify-content: left;
}
.cid-tJeXsaUXsS .content-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 80px 10%;
}
@media (max-width: 991px) {
  .cid-tJeXsaUXsS .content-container {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .cid-tJeXsaUXsS .content-container {
    flex-wrap: wrap;
    padding: 40px 0;
  }
}
.cid-tJeXsaUXsS .line-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  width: 2px;
  background-color: #fff000;
  display: none;
}
.cid-tJeXsaUXsS .line-frame-1 {
  top: calc(100% - 11px);
}
.cid-tJeXsaUXsS .line-frame-2 {
  bottom: calc(100% - 11px);
}
.cid-tJeXsaUXsS .point-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 3px;
  height: 3px;
  background-color: #fff000;
  display: none;
}
.cid-tJeXsaUXsS .point-frame-1 {
  top: 19px;
}
.cid-tJeXsaUXsS .point-frame-2 {
  bottom: 19px;
}
.cid-tJeXsaUXsS .title-container {
  width: 60%;
  padding: 0 100px 0 0;
}
@media (max-width: 991px) {
  .cid-tJeXsaUXsS .title-container {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 767px) {
  .cid-tJeXsaUXsS .title-container {
    width: 100%;
    padding: 0;
  }
}
.cid-tJeXsaUXsS .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 60%;
  padding: 0 0 0 80px;
}
@media (max-width: 991px) {
  .cid-tJeXsaUXsS .text-container {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-tJeXsaUXsS .text-container {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
.cid-tJeXsaUXsS .item-container {
  width: 100%;
}
.cid-tJeXsaUXsS .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-tJeXsaUXsS .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-tJeXsaUXsS .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .cid-tJeXsaUXsS .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tJeXsaUXsS H3 {
  color: #ffffff;
}
.cid-tJeXsaUXsS .mbr-text,
.cid-tJeXsaUXsS .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tJeXsaUXsS .color01 {
  color: #ed008c;
}
.cid-tJeXsaUXsS .col01 {
  background-image: -webkit-linear-gradient(-45deg, #fff000, #fff000, #ed008c, #ed008c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tLNiIpQbQJ {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #010017;
}
.cid-tLNiIpQbQJ .item-wrapper {
  width: 100%;
}
.cid-tLNiIpQbQJ .row {
  align-items: center;
  justify-content: center;
}
.cid-tLNiIpQbQJ .b {
  margin-bottom: 30px;
}
.cid-tLNiIpQbQJ img {
  border-radius: 20px;
}
@media (max-width: 576px) {
  .cid-tLNiIpQbQJ .b,
  .cid-tLNiIpQbQJ .t {
    margin-bottom: 20px;
  }
}
.cid-uxjONeaBMS {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #010017;
}
.cid-uxjONeaBMS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjONeaBMS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjONeaBMS .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .container {
    padding: 0 26px;
  }
}
.cid-uxjONeaBMS .row {
  justify-content: center;
}
.cid-uxjONeaBMS .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxjONeaBMS .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxjONeaBMS .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uxjONeaBMS .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uxjONeaBMS .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  margin-bottom: 0;
  width: 100%;
}
.cid-uxjONeaBMS .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ffff00;
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffff00;
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uxjONeaBMS .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uxjONeaBMS .mbr-section-title {
  color: #ffffff;
}
.cid-uxjONeaBMS .mbr-text {
  color: #ffffff;
}
.cid-uxjONeaBMS .list {
  color: #ffffff;
}
.cid-uxjONeaBMS .list,
.cid-uxjONeaBMS .nav-wrapper,
.cid-uxjONeaBMS .social-wrapper {
  text-align: right;
}
.cid-uxjONeaBMS .mbr-text,
.cid-uxjONeaBMS .text-wrapper {
  text-align: center !important;
}
.cid-uxjONeaBMS .gradient01 {
  background-image: -webkit-linear-gradient(92deg, rgba(0, 0, 0, 0), #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uxjONeaBMS .col01 {
  background-image: -webkit-linear-gradient(-45deg, #fff000, #fff000, #ed008c, #ed008c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-ty5PZFBeBR .container-fluid {
  padding: 0 1rem !important;
  max-width: 100%;
}
@media (min-width: 992px) {
  .cid-ty5PZFBeBR {
    z-index: 1000;
    width: 90%;
    position: fixed;
    bottom: 94%;
    top: 6%;
    margin: 0 auto;
  }
  .cid-ty5PZFBeBR .navbar {
    bottom: 94%;
    top: 6%;
    width: 90%;
    margin: 0 auto;
    border: 2px solid #fff000 !important;
    border-radius: 10px;
    backdrop-filter: blur(10px);
  }
}
.cid-ty5PZFBeBR .dropdown-menu {
  top: 100%;
  bottom: auto;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .cid-ty5PZFBeBR {
    bottom: 12%;
    top: 88%;
  }
  .cid-ty5PZFBeBR .navbar {
    bottom: 12%;
    top: 88%;
  }
}
.cid-ty5PZFBeBR .dropdown-menu {
  top: auto;
  bottom: 100%;
}
.cid-ty5PZFBeBR .navbar-logo {
  margin-right: 1rem !important;
}
.cid-ty5PZFBeBR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ty5PZFBeBR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ty5PZFBeBR .dropdown-item:hover,
.cid-ty5PZFBeBR .dropdown-item:focus {
  background: #010017 !important;
  color: white !important;
}
.cid-ty5PZFBeBR .dropdown-item:hover span {
  color: white;
}
.cid-ty5PZFBeBR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ty5PZFBeBR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ty5PZFBeBR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ty5PZFBeBR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ty5PZFBeBR .nav-link {
  position: relative;
}
.cid-ty5PZFBeBR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ty5PZFBeBR .container {
    flex-wrap: nowrap;
  }
}
.cid-ty5PZFBeBR .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ty5PZFBeBR .dropdown-menu,
.cid-ty5PZFBeBR .navbar.opened {
  background-color: rgba(1, 0, 23, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-ty5PZFBeBR .nav-item:focus,
.cid-ty5PZFBeBR .nav-link:focus {
  outline: none;
}
.cid-ty5PZFBeBR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ty5PZFBeBR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ty5PZFBeBR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ty5PZFBeBR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ty5PZFBeBR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ty5PZFBeBR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ty5PZFBeBR .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: fixed;
  background: rgba(1, 0, 23, 0.5);
}
.cid-ty5PZFBeBR .navbar.opened {
  transition: all 0.3s;
}
.cid-ty5PZFBeBR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ty5PZFBeBR .navbar .navbar-logo img {
  width: auto;
}
.cid-ty5PZFBeBR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ty5PZFBeBR .navbar.collapsed {
  justify-content: center;
}
.cid-ty5PZFBeBR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ty5PZFBeBR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ty5PZFBeBR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-ty5PZFBeBR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  top: 0;
}
.cid-ty5PZFBeBR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ty5PZFBeBR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ty5PZFBeBR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ty5PZFBeBR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ty5PZFBeBR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ty5PZFBeBR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ty5PZFBeBR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ty5PZFBeBR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    top: 0;
  }
  .cid-ty5PZFBeBR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ty5PZFBeBR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ty5PZFBeBR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ty5PZFBeBR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ty5PZFBeBR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ty5PZFBeBR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ty5PZFBeBR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ty5PZFBeBR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ty5PZFBeBR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ty5PZFBeBR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ty5PZFBeBR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ty5PZFBeBR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ty5PZFBeBR .dropdown-item.active,
.cid-ty5PZFBeBR .dropdown-item:active {
  background-color: transparent;
}
.cid-ty5PZFBeBR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ty5PZFBeBR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ty5PZFBeBR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ty5PZFBeBR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #010017;
}
.cid-ty5PZFBeBR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
}
.cid-ty5PZFBeBR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ty5PZFBeBR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ty5PZFBeBR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ty5PZFBeBR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ty5PZFBeBR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ty5PZFBeBR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ty5PZFBeBR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty5PZFBeBR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty5PZFBeBR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ty5PZFBeBR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty5PZFBeBR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ty5PZFBeBR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ty5PZFBeBR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty5PZFBeBR .navbar-dropdown {
  padding: 0 1rem;
  backdrop-filter: blur(10px) !important;
  position: fixed;
}
.cid-ty5PZFBeBR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ty5PZFBeBR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ty5PZFBeBR .navbar {
    height: 70px;
  }
  .cid-ty5PZFBeBR .navbar.opened {
    height: auto;
  }
  .cid-ty5PZFBeBR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLT1E6cLFC {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #010017;
}
.cid-tLT1E6cLFC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLT1E6cLFC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLT1E6cLFC .row {
  align-items: flex-end;
}
.cid-tLT1E6cLFC .mbr-section-title {
  color: #ffff00;
}
.cid-tLT1E6cLFC .mbr-text,
.cid-tLT1E6cLFC .mbr-section-btn {
  color: #dfcefd;
}
.cid-tLT1E6cLFC .col-lg-4 {
  align-items: flex-end;
}
.cid-tLTrdDhbCB {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #010017;
}
.cid-tLTrdDhbCB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLTrdDhbCB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLTrdDhbCB .iconfont-wrapper {
  background: #ffff00;
  width: 160px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tLTrdDhbCB .iconfont-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tLTrdDhbCB .iconfont-wrapper {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-tLTrdDhbCB .mbr-iconfont {
  font-size: 5rem;
  color: #837597;
}
.cid-tLTrdDhbCB .row {
  align-items: flex-start;
}
.cid-tLTrdDhbCB .col {
  white-space: nowrap;
}
.cid-tLTrdDhbCB .mbr-section-title {
  color: #dfcefd;
}
.cid-tLTrdDhbCB .mbr-text,
.cid-tLTrdDhbCB .mbr-section-btn {
  color: #837597;
}
.cid-tLTrdDhbCB .col-lg-4 {
  align-items: flex-end;
}
.cid-tLTrdDhbCB .mbr-section-number {
  color: #625673;
}
.cid-tLT3HUp58E {
  background-image: url("../../../assets/images/stars01-1920x1280.webp");
}
.cid-tLT3HUp58E .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLT3HUp58E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tLT3HUp58E .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tLT3HUp58E .container {
    padding: 0 12px;
  }
}
.cid-tLT3HUp58E .row {
  justify-content: center;
}
.cid-tLT3HUp58E .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tLT3HUp58E .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-tLT3HUp58E .image-wrapper img {
  height: 470px;
  width: 470px;
  margin: 0 auto;
  border-radius: 100%;
  object-fit: cover;
}
.cid-tLT3HUp58E .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tLT3HUp58E .mbr-text {
  color: #495dff;
}
.cid-tLT3HUp58E .mbr-text01 {
  color: #ffffff;
}
.cid-tLTfemuvUC {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/astronaute01-1920x1920.webp");
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-tLTfemuvUC audio {
    width: 100% !important;
  }
}
.cid-tLTfemuvUC audio {
  margin: auto;
  display: block;
}
.cid-tLTfemuvUC audio::-webkit-media-controls-play-button,
.cid-tLTfemuvUC audio::-webkit-media-controls-panel {
  background-color: #dfcefd;
}
.cid-tLTfemuvUC .pad01 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.cid-tLTfemuvUC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLTfemuvUC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLTfemuvUC .row {
  justify-content: left;
}
.cid-tLTfemuvUC .content-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 80px 10%;
}
@media (max-width: 991px) {
  .cid-tLTfemuvUC .content-container {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .cid-tLTfemuvUC .content-container {
    flex-wrap: wrap;
    padding: 40px 0;
  }
}
.cid-tLTfemuvUC .line-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  width: 2px;
  background-color: #fff000;
  display: none;
}
.cid-tLTfemuvUC .line-frame-1 {
  top: calc(100% - 11px);
}
.cid-tLTfemuvUC .line-frame-2 {
  bottom: calc(100% - 11px);
}
.cid-tLTfemuvUC .point-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 3px;
  height: 3px;
  background-color: #fff000;
  display: none;
}
.cid-tLTfemuvUC .point-frame-1 {
  top: 19px;
}
.cid-tLTfemuvUC .point-frame-2 {
  bottom: 19px;
}
.cid-tLTfemuvUC .title-container {
  width: 60%;
  padding: 0 100px 0 0;
}
@media (max-width: 991px) {
  .cid-tLTfemuvUC .title-container {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 767px) {
  .cid-tLTfemuvUC .title-container {
    width: 100%;
    padding: 0;
  }
}
.cid-tLTfemuvUC .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 60%;
  padding: 0 0 0 80px;
}
@media (max-width: 991px) {
  .cid-tLTfemuvUC .text-container {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-tLTfemuvUC .text-container {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
.cid-tLTfemuvUC .item-container {
  width: 100%;
}
.cid-tLTfemuvUC .mbr-section-title {
  color: #ffff00;
  width: 100%;
}
.cid-tLTfemuvUC .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-tLTfemuvUC .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .cid-tLTfemuvUC .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tLTfemuvUC H3 {
  color: #ffffff;
}
.cid-tLTfemuvUC h2 {
  padding-top: 2rem;
}
.cid-tLTfemuvUC .mbr-text,
.cid-tLTfemuvUC .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tLTfemuvUC .color01 {
  color: #ed008c;
}
.cid-tLTfemuvUC .col01 {
  background-image: -webkit-linear-gradient(-45deg, #fff000, #fff000, #ed008c, #ed008c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tLTfemuvUC .size01 {
  font-size: 115%;
}
.cid-tLTpT1c4Rr {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #010017;
}
.cid-tLTpT1c4Rr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLTpT1c4Rr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLTpT1c4Rr .d-flex {
  margin-right: 0;
  margin-left: auto;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tLTpT1c4Rr .d-flex {
    margin: auto;
  }
}
.cid-tLTpT1c4Rr .image-wrapper {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-tLTpT1c4Rr .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tLTpT1c4Rr .mbr-text {
  color: #ffffff;
}
.cid-tLTpT1c4Rr .name {
  color: #dfcefd;
}
.cid-tLTpT1c4Rr .position {
  color: #dfcefd;
}
.cid-tLTpT1c4Rr .mbr-section-title {
  color: #dfcefd;
}
.cid-uxjONeaBMS {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #010017;
}
.cid-uxjONeaBMS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjONeaBMS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjONeaBMS .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .container {
    padding: 0 26px;
  }
}
.cid-uxjONeaBMS .row {
  justify-content: center;
}
.cid-uxjONeaBMS .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxjONeaBMS .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxjONeaBMS .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uxjONeaBMS .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uxjONeaBMS .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  margin-bottom: 0;
  width: 100%;
}
.cid-uxjONeaBMS .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ffff00;
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffff00;
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uxjONeaBMS .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uxjONeaBMS .mbr-section-title {
  color: #ffffff;
}
.cid-uxjONeaBMS .mbr-text {
  color: #ffffff;
}
.cid-uxjONeaBMS .list {
  color: #ffffff;
}
.cid-uxjONeaBMS .list,
.cid-uxjONeaBMS .nav-wrapper,
.cid-uxjONeaBMS .social-wrapper {
  text-align: right;
}
.cid-uxjONeaBMS .mbr-text,
.cid-uxjONeaBMS .text-wrapper {
  text-align: center !important;
}
.cid-uxjONeaBMS .gradient01 {
  background-image: -webkit-linear-gradient(92deg, rgba(0, 0, 0, 0), #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uxjONeaBMS .col01 {
  background-image: -webkit-linear-gradient(-45deg, #fff000, #fff000, #ed008c, #ed008c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tM4qP3zw3v .container-fluid {
  padding: 0 1rem !important;
  max-width: 100%;
}
@media (min-width: 992px) {
  .cid-tM4qP3zw3v {
    z-index: 1000;
    width: 90%;
    position: fixed;
    bottom: 94%;
    top: 6%;
    margin: 0 auto;
  }
  .cid-tM4qP3zw3v .navbar {
    bottom: 94%;
    top: 6%;
    width: 90%;
    margin: 0 auto;
    border: 2px solid #fff000 !important;
    border-radius: 10px;
    backdrop-filter: blur(10px);
  }
}
.cid-tM4qP3zw3v .dropdown-menu {
  top: 100%;
  bottom: auto;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .cid-tM4qP3zw3v {
    bottom: 12%;
    top: 88%;
  }
  .cid-tM4qP3zw3v .navbar {
    bottom: 12%;
    top: 88%;
  }
}
.cid-tM4qP3zw3v .dropdown-menu {
  top: auto;
  bottom: 100%;
}
.cid-tM4qP3zw3v .navbar-logo {
  margin-right: 1rem !important;
}
.cid-tM4qP3zw3v .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tM4qP3zw3v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tM4qP3zw3v .dropdown-item:hover,
.cid-tM4qP3zw3v .dropdown-item:focus {
  background: #010017 !important;
  color: white !important;
}
.cid-tM4qP3zw3v .dropdown-item:hover span {
  color: white;
}
.cid-tM4qP3zw3v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tM4qP3zw3v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tM4qP3zw3v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tM4qP3zw3v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tM4qP3zw3v .nav-link {
  position: relative;
}
.cid-tM4qP3zw3v .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tM4qP3zw3v .container {
    flex-wrap: nowrap;
  }
}
.cid-tM4qP3zw3v .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tM4qP3zw3v .dropdown-menu,
.cid-tM4qP3zw3v .navbar.opened {
  background-color: rgba(1, 0, 23, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-tM4qP3zw3v .nav-item:focus,
.cid-tM4qP3zw3v .nav-link:focus {
  outline: none;
}
.cid-tM4qP3zw3v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tM4qP3zw3v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tM4qP3zw3v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tM4qP3zw3v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tM4qP3zw3v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tM4qP3zw3v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tM4qP3zw3v .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: fixed;
  background: rgba(1, 0, 23, 0.5);
}
.cid-tM4qP3zw3v .navbar.opened {
  transition: all 0.3s;
}
.cid-tM4qP3zw3v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tM4qP3zw3v .navbar .navbar-logo img {
  width: auto;
}
.cid-tM4qP3zw3v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tM4qP3zw3v .navbar.collapsed {
  justify-content: center;
}
.cid-tM4qP3zw3v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tM4qP3zw3v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tM4qP3zw3v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tM4qP3zw3v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  top: 0;
}
.cid-tM4qP3zw3v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tM4qP3zw3v .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tM4qP3zw3v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tM4qP3zw3v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tM4qP3zw3v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tM4qP3zw3v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tM4qP3zw3v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tM4qP3zw3v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    top: 0;
  }
  .cid-tM4qP3zw3v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tM4qP3zw3v .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tM4qP3zw3v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tM4qP3zw3v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tM4qP3zw3v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tM4qP3zw3v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tM4qP3zw3v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tM4qP3zw3v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tM4qP3zw3v .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tM4qP3zw3v .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tM4qP3zw3v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tM4qP3zw3v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tM4qP3zw3v .dropdown-item.active,
.cid-tM4qP3zw3v .dropdown-item:active {
  background-color: transparent;
}
.cid-tM4qP3zw3v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tM4qP3zw3v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tM4qP3zw3v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tM4qP3zw3v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #010017;
}
.cid-tM4qP3zw3v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
}
.cid-tM4qP3zw3v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tM4qP3zw3v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tM4qP3zw3v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tM4qP3zw3v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tM4qP3zw3v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tM4qP3zw3v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tM4qP3zw3v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tM4qP3zw3v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tM4qP3zw3v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tM4qP3zw3v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tM4qP3zw3v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tM4qP3zw3v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tM4qP3zw3v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tM4qP3zw3v .navbar-dropdown {
  padding: 0 1rem;
  backdrop-filter: blur(10px) !important;
  position: fixed;
}
.cid-tM4qP3zw3v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tM4qP3zw3v .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tM4qP3zw3v .navbar {
    height: 70px;
  }
  .cid-tM4qP3zw3v .navbar.opened {
    height: auto;
  }
  .cid-tM4qP3zw3v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tM4qP4iRFQ {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #010017;
}
.cid-tM4qP4iRFQ .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 12;
}
@media (min-width: 992px) {
  .cid-tM4qP4iRFQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tM4qP4iRFQ .title-wrapper {
  padding-bottom: 2rem;
}
.cid-tM4qP4iRFQ .content-wrapper01 {
  background: -webkit-linear-gradient(-45deg, #fff000, rgba(1, 0, 23, 0.5), rgba(1, 0, 23, 0.5), #ed008c);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  width: 60vw;
  border: 0px solid rgba(255, 255, 255, 0.18);
  box-shadow: rgba(14, 14, 14, 0.19) 0px 6px 15px 0px;
  -webkit-box-shadow: rgba(14, 14, 14, 0.19) 0px 6px 15px 0px;
  border-radius: 20px;
  padding: .5rem;
}
.cid-tM4qP4iRFQ img {
  display: inline;
  border: 0px solid #ffffff;
  border-radius: 20px;
}
.cid-tM4qP4iRFQ .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-tM4qP4iRFQ .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-tM4qP4iRFQ .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tM4qP4iRFQ .third {
  transform: rotate(5deg);
  max-height: 450px;
  width: auto;
  z-index: 10;
}
.cid-tM4qP4iRFQ .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tM4qP4iRFQ .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-tM4qP4iRFQ .first {
    max-height: 250px;
  }
  .cid-tM4qP4iRFQ .second {
    max-height: 323px;
  }
  .cid-tM4qP4iRFQ .third {
    max-height: 408px;
  }
  .cid-tM4qP4iRFQ .fourth {
    max-height: 323px;
  }
  .cid-tM4qP4iRFQ .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-tM4qP4iRFQ .first {
    max-height: 200px;
  }
  .cid-tM4qP4iRFQ .second {
    max-height: 270px;
  }
  .cid-tM4qP4iRFQ .third {
    max-height: 350px;
  }
  .cid-tM4qP4iRFQ .fourth {
    max-height: 270px;
  }
  .cid-tM4qP4iRFQ .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-tM4qP4iRFQ .first {
    display: none;
  }
  .cid-tM4qP4iRFQ .second {
    max-height: 323px;
  }
  .cid-tM4qP4iRFQ .third {
    max-height: 408px;
  }
  .cid-tM4qP4iRFQ .fourth {
    max-height: 323px;
  }
  .cid-tM4qP4iRFQ .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-tM4qP4iRFQ .second {
    max-height: 250px;
  }
  .cid-tM4qP4iRFQ .third {
    max-height: 340px;
  }
  .cid-tM4qP4iRFQ .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-tM4qP4iRFQ .second {
    max-height: 180px;
  }
  .cid-tM4qP4iRFQ .third {
    max-height: 270px;
  }
  .cid-tM4qP4iRFQ .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-tM4qP4iRFQ .second {
    display: none;
  }
  .cid-tM4qP4iRFQ .third {
    max-height: initial;
    width: 90%;
  }
  .cid-tM4qP4iRFQ .fourth {
    display: none;
  }
}
.cid-tM4qP4iRFQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tM4qP4iRFQ .gradient01 {
  background-image: -webkit-linear-gradient(92deg, rgba(0, 0, 0, 0), #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tM4qP4iRFQ .tossing01 {
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-duration: 4s;
  -webkit-animation-duration: 4s;
}
.cid-tM4qP4iRFQ .tossing02 {
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-duration: 5s;
  -webkit-animation-duration: 5s;
}
.cid-tM4qP4iRFQ .tossing03 {
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-duration: 6s;
  -webkit-animation-duration: 6s;
}
.cid-tM4qP4iRFQ .tossing04 {
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-duration: 5s;
  -webkit-animation-duration: 5s;
}
.cid-tM4qP4iRFQ .tossing05 {
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-duration: 4s;
  -webkit-animation-duration: 4s;
}
@keyframes tossing {
  0% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(-4deg);
  }
}
@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(4deg);
  }
  100% {
    -webkit-transform: rotate(-4deg);
  }
}
.cid-tM4ryrCe6B {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #010017;
}
.cid-tM4ryrCe6B .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM4ryrCe6B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM4ryrCe6B .row {
  align-items: flex-end;
}
.cid-tM4ryrCe6B .mbr-section-title {
  color: #dfcefd;
  text-align: center;
}
.cid-tM4ryrCe6B .mbr-text,
.cid-tM4ryrCe6B .mbr-section-btn {
  color: #dfcefd;
}
.cid-tM4ryrCe6B .col-lg-4 {
  align-items: flex-end;
}
.cid-tM4ryrCe6B .gradient01 {
  background-image: -webkit-linear-gradient(92deg, rgba(0, 0, 0, 0), #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tM4reYNK1u {
  background-image: url("../../../assets/images/stars01-1920x1280.webp");
}
.cid-tM4reYNK1u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM4reYNK1u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tM4reYNK1u .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tM4reYNK1u .container {
    padding: 0 12px;
  }
}
.cid-tM4reYNK1u .row {
  justify-content: center;
}
.cid-tM4reYNK1u .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tM4reYNK1u .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-tM4reYNK1u .image-wrapper img {
  height: 470px;
  width: 470px;
  margin: 0 auto;
  border-radius: 100%;
  object-fit: cover;
}
.cid-tM4reYNK1u .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tM4reYNK1u .mbr-text {
  color: #ed008c;
}
.cid-tM4reYNK1u .mbr-text01 {
  color: #ffffff;
}
.cid-tM4reYNK1u .gradient01 {
  background-image: -webkit-linear-gradient(92deg, rgba(0, 0, 0, 0), #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tM4reYNK1u .mbr-section-title {
  text-align: center;
}
.cid-tM4reYNK1u .bigEntrance {
  animation-name: bigEntrance;
  -webkit-animation-name: bigEntrance;
  animation-duration: 60s;
  -webkit-animation-duration: 60s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important;
}
@keyframes bigEntrance {
  0% {
    transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: 1;
  }
  30% {
    transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1;
  }
  45% {
    transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  60% {
    transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  75% {
    transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  90% {
    transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes bigEntrance {
  0% {
    -webkit-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: 1;
  }
  30% {
    -webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
}
.cid-tM4qP5Y7Y4 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #010017;
}
.cid-tM4qP5Y7Y4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM4qP5Y7Y4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM4qP5Y7Y4 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tM4qP5Y7Y4 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tM4qP5Y7Y4 .container {
    padding: 0 30px;
  }
}
.cid-tM4qP5Y7Y4 .row {
  justify-content: center;
}
.cid-tM4qP5Y7Y4 .title-wrapper {
  margin: 0 12%;
  border-bottom: 1px solid #ffff00;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tM4qP5Y7Y4 .title-wrapper {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .cid-tM4qP5Y7Y4 .title-wrapper {
    margin: 0;
  }
}
.cid-tM4qP5Y7Y4 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tM4qP5Y7Y4 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tM4qP5Y7Y4 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tM4qP5Y7Y4 .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-tM4qP5Y7Y4 .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-tM4qP5Y7Y4 .mbr-section-title {
  color: #f1f4e9;
  text-align: center;
}
.cid-tM4qP5Y7Y4 .mbr-text {
  color: #f1f4e9;
}
.cid-tM4qP5Y7Y4 .mbr-name {
  color: #f1f4e9;
  text-align: center;
}
.cid-tM4qP5Y7Y4 .size01 {
  font-size: 300%;
}
.cid-tM4qP6zErt {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #010017;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-tM4qP6zErt audio {
    width: 100% !important;
  }
}
.cid-tM4qP6zErt audio {
  margin: auto;
  display: block;
}
.cid-tM4qP6zErt audio::-webkit-media-controls-play-button,
.cid-tM4qP6zErt audio::-webkit-media-controls-panel {
  background-color: #dfcefd;
}
.cid-tM4qP6zErt .pad01 {
  padding-top: 1.5rem;
  padding-bottom: -20px;
}
.cid-tM4qP6zErt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM4qP6zErt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM4qP6zErt .row {
  justify-content: left;
}
.cid-tM4qP6zErt .content-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 5px 10%;
}
@media (max-width: 991px) {
  .cid-tM4qP6zErt .content-container {
    padding: 5px 0;
  }
}
@media (max-width: 767px) {
  .cid-tM4qP6zErt .content-container {
    flex-wrap: wrap;
    padding: 40px 0;
  }
}
.cid-tM4qP6zErt .line-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  width: 2px;
  background-color: #fff000;
  display: none;
}
.cid-tM4qP6zErt .line-frame-1 {
  top: calc(100% - 11px);
}
.cid-tM4qP6zErt .line-frame-2 {
  bottom: calc(100% - 11px);
}
.cid-tM4qP6zErt .point-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 3px;
  height: 3px;
  background-color: #fff000;
  display: none;
}
.cid-tM4qP6zErt .point-frame-1 {
  top: 19px;
}
.cid-tM4qP6zErt .point-frame-2 {
  bottom: 19px;
}
.cid-tM4qP6zErt .title-container {
  width: 60%;
  padding: 0 0 0 0;
}
@media (max-width: 991px) {
  .cid-tM4qP6zErt .title-container {
    padding: 0 0 0 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-tM4qP6zErt .title-container {
    width: 100%;
    padding: 0;
  }
}
.cid-tM4qP6zErt .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 60%;
  padding: 0 0 0 80px;
}
@media (max-width: 991px) {
  .cid-tM4qP6zErt .text-container {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-tM4qP6zErt .text-container {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
.cid-tM4qP6zErt .item-container {
  width: 100%;
}
.cid-tM4qP6zErt .mbr-section-title {
  color: #ffff00;
  width: 100%;
}
.cid-tM4qP6zErt .mbr-text {
  color: #ffff00;
  width: 100%;
}
.cid-tM4qP6zErt .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .cid-tM4qP6zErt .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tM4qP6zErt H3 {
  color: #ffffff;
}
.cid-tM4qP6zErt h2 {
  padding-top: 2rem;
}
.cid-tM4qP6zErt .mbr-text,
.cid-tM4qP6zErt .mbr-section-btn {
  text-align: center;
  color: #ffff00;
}
.cid-tM4qP6zErt .color01 {
  color: #ed008c;
}
.cid-tM4qP6zErt .col01 {
  background-image: -webkit-linear-gradient(-45deg, #fff000, #fff000, #ed008c, #ed008c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tM4qP6zErt .size01 {
  font-size: 115%;
}
.cid-tPbb9ijPLF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #010017;
}
.cid-tPbb9ijPLF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPbb9ijPLF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1600px) {
  .cid-tPbb9ijPLF h4 {
    margin-top: -30px;
  }
}
.cid-tPbb9ijPLF .btn-secondary {
  color: #010017 !important;
}
.cid-tPbb9ijPLF .mbr-section-btn {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .cid-tPbb9ijPLF .mbr-section-btn {
    margin-top: 2rem;
  }
}
.cid-tPbb9ijPLF .mbr-section-title {
  color: #625673;
  text-align: center;
}
.cid-tPbb9ijPLF .mbr-section-subtitle {
  color: #dfcefd;
  text-align: center;
}
.cid-tPbb9ijPLF .btn {
  padding: 2rem 3rem;
  color: #ffff00;
}
.cid-tPbb9ijPLF .btn:hover,
.cid-tPbb9ijPLF .btn:focus {
  background: #ffff00 !important;
  color: #010017 !important;
}
.cid-tM4qP4VGuY {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(to bottom, #010017, #070123, #0b022f, #0e023a, #150044);
}
.cid-tM4qP4VGuY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM4qP4VGuY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM4qP4VGuY .image-wrapper {
  position: relative;
  margin: auto;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  overflow: hidden;
}
.cid-tM4qP4VGuY .image-wrapper p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 30%);
  transition: all 0.3s;
  opacity: 0;
}
.cid-tM4qP4VGuY .image-wrapper:hover img,
.cid-tM4qP4VGuY .image-wrapper:focus-within img {
  transform: scale(1.1);
}
.cid-tM4qP4VGuY .image-wrapper:hover p,
.cid-tM4qP4VGuY .image-wrapper:focus-within p {
  transform: translate(-50%, -50%);
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-tM4qP4VGuY .image-wrapper {
    margin-bottom: 3rem;
  }
  .cid-tM4qP4VGuY .image-wrapper img {
    transform: scale(1.1);
  }
  .cid-tM4qP4VGuY .image-wrapper p {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
.cid-tM4qP4VGuY img {
  width: 280px;
  height: 280px;
  transition: all 0.3s;
  border-radius: 50%;
}
.cid-tM4qP4VGuY .mbr-name {
  color: #ffffff;
}
.cid-tM4qP4VGuY .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tM4qP4VGuY .bg01 {
  text-shadow: 0 0 5px #ffff00, 0 0 10px #ffff00, 0 0 15px #ffff00, 0 0 20px #ffff00, 0 0 30px #ffff00, 0 0 40px #ffff00, 0 0 55px #ffff00, 0 0 75px #ffff00, 0px 0px 9px rgba(255, 255, 255, 0);
}
.cid-tM4qP4VGuY .bg02 {
  text-shadow: 0 0 5px #ed008c, 0 0 10px #ed008c, 0 0 15px #ed008c, 0 0 20px #ed008c, 0 0 30px #ed008c, 0 0 40px #ed008c, 0 0 55px #ed008c, 0 0 75px #ed008c, 0px 0px 9px rgba(255, 255, 255, 0);
}
.cid-tM4qP4VGuY .bg03 {
  text-shadow: 0 0 5px #495dff, 0 0 10px #495dff, 0 0 15px #495dff, 0 0 20px #495dff, 0 0 30px #495dff, 0 0 40px #495dff, 0 0 55px #495dff, 0 0 75px #495dff, 0px 0px 9px rgba(255, 255, 255, 0);
}
.cid-tM4qP4VGuY .col01 {
  color: #010017;
}
.cid-tM4qP5ueym {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #010017;
}
.cid-tM4qP5ueym .custom-shape-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-tM4qP5ueym .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
  height: 100px;
}
.cid-tM4qP5ueym .custom-shape-divider .shape-fill {
  fill: #150044;
}
.cid-tP68Z9gMG5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #010017;
}
.cid-tP68Z9gMG5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP68Z9gMG5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP68Z9gMG5 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tP68Z9gMG5 .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tP68Z9gMG5 .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-tP68Z9gMG5 .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #495dff;
}
@media (max-width: 992px) {
  .cid-tP68Z9gMG5 .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-tP68Z9gMG5 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tP68Z9gMG5 .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tP68Z9gMG5 .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-tP68Z9gMG5 .mbr-section-title {
  color: #495DFF;
}
.cid-tP68Z9gMG5 .mbr-text {
  color: #ffffff;
}
.cid-tP68Z9gMG5 .mbr-section-title,
.cid-tP68Z9gMG5 .mbr-section-btn {
  color: #495dff;
}
.cid-tP66VVNW9t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #010017;
}
.cid-tP66VVNW9t .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP66VVNW9t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP66VVNW9t .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tP66VVNW9t .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tP66VVNW9t .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-tP66VVNW9t .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #00ff8d;
  padding-left: 0;
  border-left: none;
  padding-right: 115px;
  border-right: 2px solid #00ff8d;
}
@media (max-width: 992px) {
  .cid-tP66VVNW9t .title-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tP66VVNW9t .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-tP66VVNW9t .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tP66VVNW9t .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tP66VVNW9t .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-tP66VVNW9t .mbr-section-title {
  color: #495DFF;
}
.cid-tP66VVNW9t .mbr-text {
  color: #ffffff;
}
.cid-tP66VVNW9t .mbr-section-title,
.cid-tP66VVNW9t .mbr-section-btn {
  color: #00ff8d;
}
.cid-tP6a0JaE4U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #010017;
}
.cid-tP6a0JaE4U .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP6a0JaE4U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP6a0JaE4U .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tP6a0JaE4U .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tP6a0JaE4U .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-tP6a0JaE4U .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #ffff00;
}
@media (max-width: 992px) {
  .cid-tP6a0JaE4U .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-tP6a0JaE4U .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tP6a0JaE4U .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tP6a0JaE4U .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-tP6a0JaE4U .mbr-section-title {
  color: #495DFF;
}
.cid-tP6a0JaE4U .mbr-text {
  color: #ffffff;
}
.cid-tP6a0JaE4U .mbr-section-title,
.cid-tP6a0JaE4U .mbr-section-btn {
  color: #ffff00;
}
.cid-tP6QiEHAoo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #010017;
}
.cid-tP6QiEHAoo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP6QiEHAoo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP6QiEHAoo .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tP6QiEHAoo .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tP6QiEHAoo .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-tP6QiEHAoo .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #ed008c;
  padding-left: 0;
  border-left: none;
  padding-right: 115px;
  border-right: 2px solid #ed008c;
}
@media (max-width: 992px) {
  .cid-tP6QiEHAoo .title-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tP6QiEHAoo .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-tP6QiEHAoo .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tP6QiEHAoo .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tP6QiEHAoo .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-tP6QiEHAoo .mbr-section-title {
  color: #495DFF;
}
.cid-tP6QiEHAoo .mbr-text {
  color: #ffffff;
}
.cid-tP6QiEHAoo .mbr-section-title,
.cid-tP6QiEHAoo .mbr-section-btn {
  color: #ed008c;
}
.cid-tM4qP9647D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #010017;
}
.cid-tM4qP9647D .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM4qP9647D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM4qP9647D .mbr-section-btn {
  margin-top: 1rem;
}
.cid-tM4qP9647D .mbr-section-title {
  color: #fff000;
  text-align: center;
}
.cid-tM4qP9647D .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tM4qP9647D .btn {
  padding: 1rem 2.6rem;
  color: #ffff00;
}
.cid-tM4qP9647D .btn:hover,
.cid-tM4qP9647D .btn:focus {
  background: #ffff00 !important;
  color: #010017 !important;
}
.cid-tM4qP9647D .col01 {
  background-image: -webkit-linear-gradient(-45deg, #fff000, #fff000, #ed008c, #ed008c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tM4qP9QBWe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #010017;
}
.cid-tM4qP9QBWe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM4qP9QBWe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tM4qP9QBWe .container {
    padding: 0 20px;
  }
}
.cid-tM4qP9QBWe .text-wrapper .mbr-text {
  margin-bottom: 20px;
  line-height: inherit;
}
.cid-tM4qP9QBWe .panel-group .card {
  border-bottom: 1px solid #424242;
  border-radius: 0;
}
.cid-tM4qP9QBWe .panel-group .card:first-child .card-header .panel-title {
  padding-top: 0;
}
.cid-tM4qP9QBWe .panel-group .card .card-header {
  border: none;
  padding: 0;
}
.cid-tM4qP9QBWe .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.cid-tM4qP9QBWe .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
  color: #ffff00;
}
.cid-tM4qP9QBWe .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tM4qP9QBWe .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 22px;
  margin-left: 50px;
  display: block;
  color: #ffff00;
  transition: all 0.3s ease-out;
}
@media (max-width: 992px) {
  .cid-tM4qP9QBWe .panel-group .card .card-header .panel-title .mbr-iconfont {
    margin-left: 20px;
  }
}
.cid-tM4qP9QBWe .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-tM4qP9QBWe .panel-group .card .panel-collapse .panel-body .panel-text {
    margin-bottom: 30px;
  }
}
.cid-tM4qP9QBWe .mbr-text {
  color: #ffffff;
}
.cid-tM4qP9QBWe .panel-title-edit {
  color: #ffffff;
}
.cid-tM4qP9QBWe .panel-text {
  color: #ffff00;
}
.cid-tM4qPaBmuh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #010017;
}
.cid-tM4qPaBmuh h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-tM4qPaBmuh span {
  background-image: url("../../../assets/images/img02-2000x3000.webp");
  background-size: 1920px 600px;
  background-position: center;
  filter: blur(1px);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-tM4qPaBmuh .mbr-section-title {
  color: #FFFFFF;
  animation: myAnim 2s ease 0s 1 normal forwards;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes myAnim {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(-2px, 2px);
  }
  40% {
    transform: translate(-2px, -2px);
  }
  60% {
    transform: translate(2px, 2px);
  }
  80% {
    transform: translate(2px, -2px);
  }
  100% {
    transform: translate(0);
  }
}
.cid-tM4qPbgfNO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #010017;
}
.cid-tM4qPbgfNO .row {
  flex-direction: row-reverse;
}
.cid-tM4qPbgfNO .mbr-text {
  color: #dfcefd;
}
.cid-tM4qPbgfNO .mbr-section-subtitle {
  color: #ed008c;
}
.cid-tM4qPbgfNO .mbr-section-title {
  color: #dfcefd;
  border-bottom: 2px solid #fff000;
  padding-bottom: 1rem;
}
.cid-tM4qPbgfNO .mbr-section-text {
  color: #dfcefd;
}
.cid-tM4qPbgfNO .btn {
  padding: 1rem 2.6rem;
  color: #ffff00;
}
.cid-tM4qPbgfNO .btn:hover,
.cid-tM4qPbgfNO .btn:focus {
  background: #ffff00 !important;
  color: #010017 !important;
}
.cid-tM4qPbZFp0 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #010017;
}
.cid-tM4qPbZFp0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM4qPbZFp0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1600px) {
  .cid-tM4qPbZFp0 h4 {
    margin-top: -20px;
  }
}
.cid-tM4qPbZFp0 img {
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.3s;
  opacity: 0.6;
}
.cid-tM4qPbZFp0 img:hover {
  opacity: 1;
  cursor: pointer;
}
.cid-tM4qPbZFp0 .btn-secondary {
  color: #010017 !important;
}
.cid-tM4qPbZFp0 .mbr-section-btn {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .cid-tM4qPbZFp0 .mbr-section-btn {
    margin-top: 2rem;
  }
}
.cid-tM4qPbZFp0 .mbr-section-title {
  color: #ffffff;
}
.cid-tM4qPbZFp0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tM4qPbZFp0 .btn {
  padding: 2rem 3rem;
  color: #ffff00;
}
.cid-tM4qPbZFp0 .btn:hover,
.cid-tM4qPbZFp0 .btn:focus {
  background: #ffff00 !important;
  color: #010017 !important;
}
.cid-tM4qPbZFp0 .col01 {
  background-image: -webkit-linear-gradient(-45deg, #fff000, #fff000, #ed008c, #ed008c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uxjONeaBMS {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #010017;
}
.cid-uxjONeaBMS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjONeaBMS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjONeaBMS .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .container {
    padding: 0 26px;
  }
}
.cid-uxjONeaBMS .row {
  justify-content: center;
}
.cid-uxjONeaBMS .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxjONeaBMS .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxjONeaBMS .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uxjONeaBMS .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uxjONeaBMS .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  margin-bottom: 0;
  width: 100%;
}
.cid-uxjONeaBMS .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ffff00;
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffff00;
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uxjONeaBMS .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uxjONeaBMS .mbr-section-title {
  color: #ffffff;
}
.cid-uxjONeaBMS .mbr-text {
  color: #ffffff;
}
.cid-uxjONeaBMS .list {
  color: #ffffff;
}
.cid-uxjONeaBMS .list,
.cid-uxjONeaBMS .nav-wrapper,
.cid-uxjONeaBMS .social-wrapper {
  text-align: right;
}
.cid-uxjONeaBMS .mbr-text,
.cid-uxjONeaBMS .text-wrapper {
  text-align: center !important;
}
.cid-uxjONeaBMS .gradient01 {
  background-image: -webkit-linear-gradient(92deg, rgba(0, 0, 0, 0), #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uxjONeaBMS .col01 {
  background-image: -webkit-linear-gradient(-45deg, #fff000, #fff000, #ed008c, #ed008c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tM4qP3zw3v .container-fluid {
  padding: 0 1rem !important;
  max-width: 100%;
}
@media (min-width: 992px) {
  .cid-tM4qP3zw3v {
    z-index: 1000;
    width: 90%;
    position: fixed;
    bottom: 94%;
    top: 6%;
    margin: 0 auto;
  }
  .cid-tM4qP3zw3v .navbar {
    bottom: 94%;
    top: 6%;
    width: 90%;
    margin: 0 auto;
    border: 2px solid #fff000 !important;
    border-radius: 10px;
    backdrop-filter: blur(10px);
  }
}
.cid-tM4qP3zw3v .dropdown-menu {
  top: 100%;
  bottom: auto;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .cid-tM4qP3zw3v {
    bottom: 12%;
    top: 88%;
  }
  .cid-tM4qP3zw3v .navbar {
    bottom: 12%;
    top: 88%;
  }
}
.cid-tM4qP3zw3v .dropdown-menu {
  top: auto;
  bottom: 100%;
}
.cid-tM4qP3zw3v .navbar-logo {
  margin-right: 1rem !important;
}
.cid-tM4qP3zw3v .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tM4qP3zw3v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tM4qP3zw3v .dropdown-item:hover,
.cid-tM4qP3zw3v .dropdown-item:focus {
  background: #010017 !important;
  color: white !important;
}
.cid-tM4qP3zw3v .dropdown-item:hover span {
  color: white;
}
.cid-tM4qP3zw3v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tM4qP3zw3v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tM4qP3zw3v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tM4qP3zw3v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tM4qP3zw3v .nav-link {
  position: relative;
}
.cid-tM4qP3zw3v .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tM4qP3zw3v .container {
    flex-wrap: nowrap;
  }
}
.cid-tM4qP3zw3v .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tM4qP3zw3v .dropdown-menu,
.cid-tM4qP3zw3v .navbar.opened {
  background-color: rgba(1, 0, 23, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-tM4qP3zw3v .nav-item:focus,
.cid-tM4qP3zw3v .nav-link:focus {
  outline: none;
}
.cid-tM4qP3zw3v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tM4qP3zw3v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tM4qP3zw3v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tM4qP3zw3v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tM4qP3zw3v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tM4qP3zw3v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tM4qP3zw3v .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: fixed;
  background: rgba(1, 0, 23, 0.5);
}
.cid-tM4qP3zw3v .navbar.opened {
  transition: all 0.3s;
}
.cid-tM4qP3zw3v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tM4qP3zw3v .navbar .navbar-logo img {
  width: auto;
}
.cid-tM4qP3zw3v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tM4qP3zw3v .navbar.collapsed {
  justify-content: center;
}
.cid-tM4qP3zw3v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tM4qP3zw3v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tM4qP3zw3v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tM4qP3zw3v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  top: 0;
}
.cid-tM4qP3zw3v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tM4qP3zw3v .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tM4qP3zw3v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tM4qP3zw3v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tM4qP3zw3v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tM4qP3zw3v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tM4qP3zw3v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tM4qP3zw3v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    top: 0;
  }
  .cid-tM4qP3zw3v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tM4qP3zw3v .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tM4qP3zw3v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tM4qP3zw3v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tM4qP3zw3v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tM4qP3zw3v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tM4qP3zw3v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tM4qP3zw3v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tM4qP3zw3v .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tM4qP3zw3v .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tM4qP3zw3v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tM4qP3zw3v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tM4qP3zw3v .dropdown-item.active,
.cid-tM4qP3zw3v .dropdown-item:active {
  background-color: transparent;
}
.cid-tM4qP3zw3v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tM4qP3zw3v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tM4qP3zw3v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tM4qP3zw3v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #010017;
}
.cid-tM4qP3zw3v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
}
.cid-tM4qP3zw3v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tM4qP3zw3v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tM4qP3zw3v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tM4qP3zw3v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tM4qP3zw3v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tM4qP3zw3v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tM4qP3zw3v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tM4qP3zw3v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tM4qP3zw3v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tM4qP3zw3v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tM4qP3zw3v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tM4qP3zw3v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tM4qP3zw3v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tM4qP3zw3v .navbar-dropdown {
  padding: 0 1rem;
  backdrop-filter: blur(10px) !important;
  position: fixed;
}
.cid-tM4qP3zw3v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tM4qP3zw3v .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tM4qP3zw3v .navbar {
    height: 70px;
  }
  .cid-tM4qP3zw3v .navbar.opened {
    height: auto;
  }
  .cid-tM4qP3zw3v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMrNHA8vvS {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMrNHA8vvS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMrNHA8vvS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMrNHA8vvS .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tMrNHA8vvS .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-tMrNHA8vvS .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-tMrNHA8vvS .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tMrNHA8vvS .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #010017 !important;
}
.cid-tMrNHA8vvS .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tMrNHA8vvS .title-wrapper {
  position: relative;
  margin-top: 10rem;
  padding: 80px 160px 80px 100px;
  background-color: #010017;
  padding: 80px 100px 80px 160px;
}
@media (max-width: 992px) {
  .cid-tMrNHA8vvS .title-wrapper {
    padding: 60px 60px 60px 60px;
  }
}
@media (max-width: 768px) {
  .cid-tMrNHA8vvS .title-wrapper {
    padding: 40px 30px 40px 30px;
  }
}
.cid-tMrNHA8vvS .title-wrapper .title-link-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tMrNHA8vvS .title-wrapper .title-link-wrap {
    margin-bottom: 12px;
  }
}
.cid-tMrNHA8vvS .title-wrapper .title-link-wrap .title-link {
  display: inline-flex;
}
.cid-tMrNHA8vvS .title-wrapper .title-link-wrap .title-link span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-right: 5px;
  transition: all .3s ease;
}
.cid-tMrNHA8vvS .title-wrapper .title-link-wrap .title-link .mbr-link {
  margin: 0;
}
.cid-tMrNHA8vvS .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tMrNHA8vvS .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-tMrNHA8vvS .title-wrapper .mbr-text {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-tMrNHA8vvS .title-wrapper .mbr-text {
    margin-bottom: 5px;
  }
}
.cid-tMrNHA8vvS .title-link:hover .title-link span {
  transform: translate(-5px, 0);
}
.cid-tMrNHA8vvS .mbr-link,
.cid-tMrNHA8vvS .mbr-iconfont {
  color: #8c8c8c;
}
.cid-tMrNHA8vvS .mbr-section-title {
  color: #000000;
}
.cid-tMrNHA8vvS .mbr-text {
  color: #ffffff;
}
.cid-tMrNHA8vvS .mbr-section-title,
.cid-tMrNHA8vvS .mbr-section-btn,
.cid-tMrNHA8vvS .title-link-wrap {
  color: #ffffff;
}
.cid-tMrNHA8vvS .shad01 {
  text-shadow: 0px 0px 2px #ffffff;
}
.cid-tMrNHA8vvS .gradient01 {
  background-image: -webkit-linear-gradient(92deg, rgba(0, 0, 0, 0), #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tMxkUO7un3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tMxkUO7un3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMxkUO7un3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMxkUO7un3 .row {
  align-items: flex-end;
}
.cid-tMxkUO7un3 .mbr-section-title {
  color: #010017;
  text-align: center;
}
.cid-tMxkUO7un3 .mbr-text,
.cid-tMxkUO7un3 .mbr-section-btn {
  color: #010017;
}
.cid-tMxkUO7un3 .col-lg-4 {
  align-items: flex-end;
}
.cid-tMxkUO7un3 .shad01 {
  text-shadow: 0px 0px 2px #010017;
}
.cid-tMrOyo5Vo7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMrOyo5Vo7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMrOyo5Vo7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMrOyo5Vo7 .text-wrapper {
  margin-left: 160px;
  position: sticky;
  top: 5rem;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tMrOyo5Vo7 .text-wrapper {
    margin: 0 30px 60px;
    position: static;
  }
}
@media (max-width: 768px) {
  .cid-tMrOyo5Vo7 .text-wrapper {
    margin: 0 30px 40px;
  }
}
.cid-tMrOyo5Vo7 .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tMrOyo5Vo7 .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-tMrOyo5Vo7 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tMrOyo5Vo7 .cards {
  padding: 0 80px 0 80px;
}
@media (max-width: 1200px) {
  .cid-tMrOyo5Vo7 .cards {
    padding: 0 160px 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tMrOyo5Vo7 .cards {
    padding: 0 30px;
  }
}
.cid-tMrOyo5Vo7 .cards .card {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tMrOyo5Vo7 .cards .card {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .cid-tMrOyo5Vo7 .cards .card {
    margin-bottom: 40px;
  }
}
.cid-tMrOyo5Vo7 .cards .card .card-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tMrOyo5Vo7 .cards .card .card-title {
    margin-bottom: 12px;
  }
}
.cid-tMrOyo5Vo7 .cards .card .card-text {
  margin: 0;
}
.cid-tMrOyo5Vo7 .mbr-section-title {
  color: #010017;
}
.cid-tMrOyo5Vo7 .mbr-text {
  color: #010017;
}
.cid-tMrOyo5Vo7 .card-title {
  color: #010017;
}
.cid-tMrOyo5Vo7 .card-text {
  color: #010017;
}
.cid-tMrOyo5Vo7 .shad01 {
  text-shadow: 0px 0px 2px #010017;
}
.cid-tMwgQNwoML {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMwgQNwoML .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMwgQNwoML .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMwgQNwoML .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tMwgQNwoML .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-tMwgQNwoML .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-tMwgQNwoML .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tMwgQNwoML .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #00ff8d !important;
}
.cid-tMwgQNwoML .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tMwgQNwoML .text-wrapper {
  margin-right: 160px;
  padding: 60px;
  background-color: #010017;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tMwgQNwoML .text-wrapper {
    margin: 0 30px 30px;
    padding: 30px;
  }
}
.cid-tMwgQNwoML .text-wrapper .mbr-desc {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tMwgQNwoML .text-wrapper .mbr-desc {
    margin-bottom: 12px;
  }
}
.cid-tMwgQNwoML .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tMwgQNwoML .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-tMwgQNwoML .image-wrapper {
  margin: -28rem 160px 13rem;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tMwgQNwoML .image-wrapper {
    margin: 0 30px 5rem;
  }
}
.cid-tMwgQNwoML .image-wrapper img {
  width: 420px;
  height: 560px;
  object-fit: cover;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tMwgQNwoML .image-wrapper img {
    width: 210px;
    height: 280px;
  }
}
.cid-tMwgQNwoML .image-wrapper .img-absolute {
  position: absolute;
  right: -8rem;
  bottom: -13rem;
  width: 878px;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tMwgQNwoML .image-wrapper .img-absolute {
    max-width: 450px;
    height: 300px;
    right: 0;
    bottom: -5px;
  }
}
@media (max-width: 600px) {
  .cid-tMwgQNwoML .image-wrapper .img-absolute {
    max-width: 250px;
  }
}
.cid-tMwgQNwoML .mbr-desc {
  color: #FFFFFF;
}
.cid-tMwgQNwoML .mbr-text {
  color: #FFFFFF;
}
.cid-tMwgQNwoML .shad02 {
  text-shadow: 0px 0px 2px #ffffff;
}
.cid-tMwhrVJVIF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tMwhrVJVIF .row {
    flex-direction: column-reverse;
  }
}
.cid-tMwhrVJVIF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMwhrVJVIF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMwhrVJVIF .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tMwhrVJVIF .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-tMwhrVJVIF .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-tMwhrVJVIF .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tMwhrVJVIF .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #010017 !important;
}
.cid-tMwhrVJVIF .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tMwhrVJVIF .text-wrapper {
  margin-left: 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tMwhrVJVIF .text-wrapper {
    margin: 0 30px;
  }
}
.cid-tMwhrVJVIF .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tMwhrVJVIF .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .cid-tMwhrVJVIF .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tMwhrVJVIF .image-wrapper {
  margin-left: 200px;
}
@media (max-width: 992px) {
  .cid-tMwhrVJVIF .image-wrapper {
    margin: 0 30px 30px;
  }
}
.cid-tMwhrVJVIF .image-wrapper img {
  width: 100%;
  min-height: 760px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tMwhrVJVIF .image-wrapper img {
    min-height: 650px;
  }
}
@media (max-width: 768px) {
  .cid-tMwhrVJVIF .image-wrapper img {
    min-height: 100%;
  }
}
.cid-tMwhrVJVIF .mbr-section-title {
  color: #000000;
}
.cid-tMwhrVJVIF .mbr-text {
  color: #000000;
}
.cid-tMwhrVJVIF .shad01 {
  text-shadow: 0px 0px 2px #010017;
}
.cid-tMwiqMhXuG {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #010017;
}
.cid-tMwiqMhXuG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMwiqMhXuG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMwiqMhXuG .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tMwiqMhXuG .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-tMwiqMhXuG .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-tMwiqMhXuG .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tMwiqMhXuG .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #00ff8d !important;
}
.cid-tMwiqMhXuG .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tMwiqMhXuG .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tMwiqMhXuG .text-wrapper {
    margin: 0 30px;
  }
}
.cid-tMwiqMhXuG .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tMwiqMhXuG .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-tMwiqMhXuG .mbr-section-title {
  color: #FFFFFF;
}
.cid-tMwiqMhXuG .mbr-section-title,
.cid-tMwiqMhXuG .mbr-section-btn {
  text-align: center;
}
.cid-tMwiqMhXuG .shad02 {
  text-shadow: 0px 0px 2px #ffffff;
}
.cid-uxjONeaBMS {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #010017;
}
.cid-uxjONeaBMS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjONeaBMS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjONeaBMS .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .container {
    padding: 0 26px;
  }
}
.cid-uxjONeaBMS .row {
  justify-content: center;
}
.cid-uxjONeaBMS .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxjONeaBMS .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxjONeaBMS .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uxjONeaBMS .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uxjONeaBMS .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  margin-bottom: 0;
  width: 100%;
}
.cid-uxjONeaBMS .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ffff00;
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffff00;
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uxjONeaBMS .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uxjONeaBMS .mbr-section-title {
  color: #ffffff;
}
.cid-uxjONeaBMS .mbr-text {
  color: #ffffff;
}
.cid-uxjONeaBMS .list {
  color: #ffffff;
}
.cid-uxjONeaBMS .list,
.cid-uxjONeaBMS .nav-wrapper,
.cid-uxjONeaBMS .social-wrapper {
  text-align: right;
}
.cid-uxjONeaBMS .mbr-text,
.cid-uxjONeaBMS .text-wrapper {
  text-align: center !important;
}
.cid-uxjONeaBMS .gradient01 {
  background-image: -webkit-linear-gradient(92deg, rgba(0, 0, 0, 0), #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uxjONeaBMS .col01 {
  background-image: -webkit-linear-gradient(-45deg, #fff000, #fff000, #ed008c, #ed008c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tM4qP3zw3v .container-fluid {
  padding: 0 1rem !important;
  max-width: 100%;
}
@media (min-width: 992px) {
  .cid-tM4qP3zw3v {
    z-index: 1000;
    width: 90%;
    position: fixed;
    bottom: 94%;
    top: 6%;
    margin: 0 auto;
  }
  .cid-tM4qP3zw3v .navbar {
    bottom: 94%;
    top: 6%;
    width: 90%;
    margin: 0 auto;
    border: 2px solid #fff000 !important;
    border-radius: 10px;
    backdrop-filter: blur(10px);
  }
}
.cid-tM4qP3zw3v .dropdown-menu {
  top: 100%;
  bottom: auto;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .cid-tM4qP3zw3v {
    bottom: 12%;
    top: 88%;
  }
  .cid-tM4qP3zw3v .navbar {
    bottom: 12%;
    top: 88%;
  }
}
.cid-tM4qP3zw3v .dropdown-menu {
  top: auto;
  bottom: 100%;
}
.cid-tM4qP3zw3v .navbar-logo {
  margin-right: 1rem !important;
}
.cid-tM4qP3zw3v .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tM4qP3zw3v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tM4qP3zw3v .dropdown-item:hover,
.cid-tM4qP3zw3v .dropdown-item:focus {
  background: #010017 !important;
  color: white !important;
}
.cid-tM4qP3zw3v .dropdown-item:hover span {
  color: white;
}
.cid-tM4qP3zw3v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tM4qP3zw3v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tM4qP3zw3v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tM4qP3zw3v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tM4qP3zw3v .nav-link {
  position: relative;
}
.cid-tM4qP3zw3v .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tM4qP3zw3v .container {
    flex-wrap: nowrap;
  }
}
.cid-tM4qP3zw3v .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tM4qP3zw3v .dropdown-menu,
.cid-tM4qP3zw3v .navbar.opened {
  background-color: rgba(1, 0, 23, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-tM4qP3zw3v .nav-item:focus,
.cid-tM4qP3zw3v .nav-link:focus {
  outline: none;
}
.cid-tM4qP3zw3v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tM4qP3zw3v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tM4qP3zw3v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tM4qP3zw3v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tM4qP3zw3v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tM4qP3zw3v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tM4qP3zw3v .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: fixed;
  background: rgba(1, 0, 23, 0.5);
}
.cid-tM4qP3zw3v .navbar.opened {
  transition: all 0.3s;
}
.cid-tM4qP3zw3v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tM4qP3zw3v .navbar .navbar-logo img {
  width: auto;
}
.cid-tM4qP3zw3v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tM4qP3zw3v .navbar.collapsed {
  justify-content: center;
}
.cid-tM4qP3zw3v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tM4qP3zw3v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tM4qP3zw3v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tM4qP3zw3v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  top: 0;
}
.cid-tM4qP3zw3v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tM4qP3zw3v .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tM4qP3zw3v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tM4qP3zw3v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tM4qP3zw3v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tM4qP3zw3v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tM4qP3zw3v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tM4qP3zw3v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    top: 0;
  }
  .cid-tM4qP3zw3v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tM4qP3zw3v .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tM4qP3zw3v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tM4qP3zw3v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tM4qP3zw3v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tM4qP3zw3v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tM4qP3zw3v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tM4qP3zw3v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tM4qP3zw3v .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tM4qP3zw3v .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tM4qP3zw3v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tM4qP3zw3v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tM4qP3zw3v .dropdown-item.active,
.cid-tM4qP3zw3v .dropdown-item:active {
  background-color: transparent;
}
.cid-tM4qP3zw3v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tM4qP3zw3v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tM4qP3zw3v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tM4qP3zw3v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #010017;
}
.cid-tM4qP3zw3v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
}
.cid-tM4qP3zw3v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tM4qP3zw3v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tM4qP3zw3v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tM4qP3zw3v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tM4qP3zw3v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tM4qP3zw3v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tM4qP3zw3v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tM4qP3zw3v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tM4qP3zw3v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tM4qP3zw3v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tM4qP3zw3v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tM4qP3zw3v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tM4qP3zw3v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tM4qP3zw3v .navbar-dropdown {
  padding: 0 1rem;
  backdrop-filter: blur(10px) !important;
  position: fixed;
}
.cid-tM4qP3zw3v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tM4qP3zw3v .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tM4qP3zw3v .navbar {
    height: 70px;
  }
  .cid-tM4qP3zw3v .navbar.opened {
    height: auto;
  }
  .cid-tM4qP3zw3v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPb1riZfWv {
  padding-top: 90px;
  padding-bottom: 160px;
  background-color: #010017;
}
.cid-tPb1riZfWv .showAlerts {
  display: block !important;
}
.cid-tPb1riZfWv .rowflexrev {
  display: -webkit-flex;
}
.cid-tPb1riZfWv .title {
  margin-bottom: 2rem;
}
.cid-tPb1riZfWv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tPb1riZfWv textarea.form-control {
  min-height: 188px;
}
.cid-tPb1riZfWv LABEL {
  color: #ffffff;
}
.cid-tPb1riZfWv .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tPb1riZfWv .mbr-section-labels {
  color: #ffffff;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-tPb1riZfWv .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tPb1riZfWv .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tPb1riZfWv .alert {
  margin-bottom: 0;
  border-radius: 20px;
}
.cid-tPb1riZfWv .alert-success {
  background-color: #00ff8d;
}
.cid-tPb1riZfWv .alert-danger {
  background-color: #ed008c;
}
.cid-tPb1riZfWv .btn {
  display: inline-flex;
  padding: 17px 30px;
  border-radius: 20px;
}
.cid-tPb1riZfWv .hidden {
  display: none;
}
.cid-tPb1riZfWv .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-tPb1riZfWv .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-tPb1riZfWv .gradient01 {
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0), #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tPb1riZfWv .mbr-text01 {
  color: #ffffff;
}
.cid-tPb1riZfWv .form-control {
  border-radius: 20px;
}
.cid-uxjONeaBMS {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #010017;
}
.cid-uxjONeaBMS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjONeaBMS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjONeaBMS .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .container {
    padding: 0 26px;
  }
}
.cid-uxjONeaBMS .row {
  justify-content: center;
}
.cid-uxjONeaBMS .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxjONeaBMS .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxjONeaBMS .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uxjONeaBMS .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uxjONeaBMS .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  margin-bottom: 0;
  width: 100%;
}
.cid-uxjONeaBMS .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ffff00;
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffff00;
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uxjONeaBMS .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uxjONeaBMS .mbr-section-title {
  color: #ffffff;
}
.cid-uxjONeaBMS .mbr-text {
  color: #ffffff;
}
.cid-uxjONeaBMS .list {
  color: #ffffff;
}
.cid-uxjONeaBMS .list,
.cid-uxjONeaBMS .nav-wrapper,
.cid-uxjONeaBMS .social-wrapper {
  text-align: right;
}
.cid-uxjONeaBMS .mbr-text,
.cid-uxjONeaBMS .text-wrapper {
  text-align: center !important;
}
.cid-uxjONeaBMS .gradient01 {
  background-image: -webkit-linear-gradient(92deg, rgba(0, 0, 0, 0), #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uxjONeaBMS .col01 {
  background-image: -webkit-linear-gradient(-45deg, #fff000, #fff000, #ed008c, #ed008c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tM4qP3zw3v .container-fluid {
  padding: 0 1rem !important;
  max-width: 100%;
}
@media (min-width: 992px) {
  .cid-tM4qP3zw3v {
    z-index: 1000;
    width: 90%;
    position: fixed;
    bottom: 94%;
    top: 6%;
    margin: 0 auto;
  }
  .cid-tM4qP3zw3v .navbar {
    bottom: 94%;
    top: 6%;
    width: 90%;
    margin: 0 auto;
    border: 2px solid #fff000 !important;
    border-radius: 10px;
    backdrop-filter: blur(10px);
  }
}
.cid-tM4qP3zw3v .dropdown-menu {
  top: 100%;
  bottom: auto;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .cid-tM4qP3zw3v {
    bottom: 12%;
    top: 88%;
  }
  .cid-tM4qP3zw3v .navbar {
    bottom: 12%;
    top: 88%;
  }
}
.cid-tM4qP3zw3v .dropdown-menu {
  top: auto;
  bottom: 100%;
}
.cid-tM4qP3zw3v .navbar-logo {
  margin-right: 1rem !important;
}
.cid-tM4qP3zw3v .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tM4qP3zw3v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tM4qP3zw3v .dropdown-item:hover,
.cid-tM4qP3zw3v .dropdown-item:focus {
  background: #010017 !important;
  color: white !important;
}
.cid-tM4qP3zw3v .dropdown-item:hover span {
  color: white;
}
.cid-tM4qP3zw3v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tM4qP3zw3v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tM4qP3zw3v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tM4qP3zw3v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tM4qP3zw3v .nav-link {
  position: relative;
}
.cid-tM4qP3zw3v .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tM4qP3zw3v .container {
    flex-wrap: nowrap;
  }
}
.cid-tM4qP3zw3v .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tM4qP3zw3v .dropdown-menu,
.cid-tM4qP3zw3v .navbar.opened {
  background-color: rgba(1, 0, 23, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-tM4qP3zw3v .nav-item:focus,
.cid-tM4qP3zw3v .nav-link:focus {
  outline: none;
}
.cid-tM4qP3zw3v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tM4qP3zw3v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tM4qP3zw3v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tM4qP3zw3v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tM4qP3zw3v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tM4qP3zw3v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tM4qP3zw3v .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: fixed;
  background: rgba(1, 0, 23, 0.5);
}
.cid-tM4qP3zw3v .navbar.opened {
  transition: all 0.3s;
}
.cid-tM4qP3zw3v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tM4qP3zw3v .navbar .navbar-logo img {
  width: auto;
}
.cid-tM4qP3zw3v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tM4qP3zw3v .navbar.collapsed {
  justify-content: center;
}
.cid-tM4qP3zw3v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tM4qP3zw3v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tM4qP3zw3v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tM4qP3zw3v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  top: 0;
}
.cid-tM4qP3zw3v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tM4qP3zw3v .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tM4qP3zw3v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tM4qP3zw3v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tM4qP3zw3v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tM4qP3zw3v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tM4qP3zw3v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tM4qP3zw3v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    top: 0;
  }
  .cid-tM4qP3zw3v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tM4qP3zw3v .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tM4qP3zw3v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tM4qP3zw3v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tM4qP3zw3v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tM4qP3zw3v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tM4qP3zw3v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tM4qP3zw3v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tM4qP3zw3v .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tM4qP3zw3v .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tM4qP3zw3v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tM4qP3zw3v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tM4qP3zw3v .dropdown-item.active,
.cid-tM4qP3zw3v .dropdown-item:active {
  background-color: transparent;
}
.cid-tM4qP3zw3v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tM4qP3zw3v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tM4qP3zw3v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tM4qP3zw3v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #010017;
}
.cid-tM4qP3zw3v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
}
.cid-tM4qP3zw3v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tM4qP3zw3v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tM4qP3zw3v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tM4qP3zw3v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tM4qP3zw3v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tM4qP3zw3v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tM4qP3zw3v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tM4qP3zw3v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tM4qP3zw3v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tM4qP3zw3v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tM4qP3zw3v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tM4qP3zw3v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tM4qP3zw3v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tM4qP3zw3v .navbar-dropdown {
  padding: 0 1rem;
  backdrop-filter: blur(10px) !important;
  position: fixed;
}
.cid-tM4qP3zw3v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tM4qP3zw3v .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tM4qP3zw3v .navbar {
    height: 70px;
  }
  .cid-tM4qP3zw3v .navbar.opened {
    height: auto;
  }
  .cid-tM4qP3zw3v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPb7Lavep6 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #010017;
}
.cid-tPb7Lavep6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPb7Lavep6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPb7Lavep6 .row {
  align-items: flex-end;
}
.cid-tPb7Lavep6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tPb7Lavep6 .mbr-text,
.cid-tPb7Lavep6 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tPb7Lavep6 .col-lg-4 {
  align-items: flex-end;
}
.cid-tPb7Lavep6 .gradient01 {
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0), #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uw5padrwkc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #010017;
}
.cid-uw5padrwkc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw5padrwkc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw5padrwkc .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uw5padrwkc .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uw5padrwkc .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uw5padrwkc .card-wrapper {
    padding: 4rem;
  }
}
.cid-uw5padrwkc .mbr-text,
.cid-uw5padrwkc .mbr-section-btn {
  color: #010017;
  text-align: left;
}
.cid-uw5padrwkc .card-title,
.cid-uw5padrwkc .card-box {
  text-align: left;
  color: #010017;
}
.cid-uw5padrwkc P {
  color: #010017;
}
.cid-uw5xZSWZGM.popup-builder {
  background-color: #ffffff;
}
.cid-uw5xZSWZGM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uw5xZSWZGM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uw5xZSWZGM .modal-content,
.cid-uw5xZSWZGM .modal-dialog {
  height: auto;
}
.cid-uw5xZSWZGM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uw5xZSWZGM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uw5xZSWZGM .form-wrapper .mbr-form .form-group,
  .cid-uw5xZSWZGM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uw5xZSWZGM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uw5xZSWZGM .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uw5xZSWZGM .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uw5xZSWZGM .pt-0 {
  padding-top: 0 !important;
}
.cid-uw5xZSWZGM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uw5xZSWZGM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uw5xZSWZGM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uw5xZSWZGM .modal-open {
  overflow: hidden;
}
.cid-uw5xZSWZGM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uw5xZSWZGM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uw5xZSWZGM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uw5xZSWZGM .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uw5xZSWZGM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uw5xZSWZGM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uw5xZSWZGM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uw5xZSWZGM .modal-content {
  background: #010017;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uw5xZSWZGM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uw5xZSWZGM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uw5xZSWZGM .modal-backdrop.fade {
  opacity: 0;
}
.cid-uw5xZSWZGM .modal-backdrop.show {
  opacity: .5;
}
.cid-uw5xZSWZGM .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uw5xZSWZGM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uw5xZSWZGM .modal-header {
    padding: 1rem;
  }
}
.cid-uw5xZSWZGM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uw5xZSWZGM .modal-header .close svg {
  fill: #ffffff;
}
.cid-uw5xZSWZGM .modal-header .close:hover {
  opacity: 1;
}
.cid-uw5xZSWZGM .modal-header .close:focus {
  outline: none;
}
.cid-uw5xZSWZGM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uw5xZSWZGM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uw5xZSWZGM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uw5xZSWZGM .modal-body {
    padding: 1rem;
  }
}
.cid-uw5xZSWZGM .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uw5xZSWZGM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uw5xZSWZGM .modal-footer {
    padding: 1rem;
  }
}
.cid-uw5xZSWZGM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uw5xZSWZGM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uw5xZSWZGM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uw5xZSWZGM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uw5xZSWZGM .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uw5xZSWZGM .modal-lg,
  .cid-uw5xZSWZGM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uw5xZSWZGM .modal-xl {
    max-width: 1140px;
  }
}
.cid-uw5xZSWZGM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uw5xZSWZGM .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uw5xZSWZGM .form-group {
  margin-bottom: 1rem;
}
.cid-uw5xZSWZGM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uw5xZSWZGM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uw5xZSWZGM .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uw5xZSWZGM .mbr-section-btn {
  margin: 0;
}
.cid-uw5xZSWZGM .mbr-section-btn .btn {
  margin: 0;
}
.cid-uxjONeaBMS {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #010017;
}
.cid-uxjONeaBMS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjONeaBMS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjONeaBMS .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .container {
    padding: 0 26px;
  }
}
.cid-uxjONeaBMS .row {
  justify-content: center;
}
.cid-uxjONeaBMS .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxjONeaBMS .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxjONeaBMS .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uxjONeaBMS .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uxjONeaBMS .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  margin-bottom: 0;
  width: 100%;
}
.cid-uxjONeaBMS .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ffff00;
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffff00;
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uxjONeaBMS .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uxjONeaBMS .mbr-section-title {
  color: #ffffff;
}
.cid-uxjONeaBMS .mbr-text {
  color: #ffffff;
}
.cid-uxjONeaBMS .list {
  color: #ffffff;
}
.cid-uxjONeaBMS .list,
.cid-uxjONeaBMS .nav-wrapper,
.cid-uxjONeaBMS .social-wrapper {
  text-align: right;
}
.cid-uxjONeaBMS .mbr-text,
.cid-uxjONeaBMS .text-wrapper {
  text-align: center !important;
}
.cid-uxjONeaBMS .gradient01 {
  background-image: -webkit-linear-gradient(92deg, rgba(0, 0, 0, 0), #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uxjONeaBMS .col01 {
  background-image: -webkit-linear-gradient(-45deg, #fff000, #fff000, #ed008c, #ed008c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tPb8bFkazJ .container-fluid {
  padding: 0 1rem !important;
  max-width: 100%;
}
@media (min-width: 992px) {
  .cid-tPb8bFkazJ {
    z-index: 1000;
    width: 90%;
    position: fixed;
    bottom: 94%;
    top: 6%;
    margin: 0 auto;
  }
  .cid-tPb8bFkazJ .navbar {
    bottom: 94%;
    top: 6%;
    width: 90%;
    margin: 0 auto;
    border: 2px solid #fff000 !important;
    border-radius: 10px;
    backdrop-filter: blur(10px);
  }
}
.cid-tPb8bFkazJ .dropdown-menu {
  top: 100%;
  bottom: auto;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .cid-tPb8bFkazJ {
    bottom: 12%;
    top: 88%;
  }
  .cid-tPb8bFkazJ .navbar {
    bottom: 12%;
    top: 88%;
  }
}
.cid-tPb8bFkazJ .dropdown-menu {
  top: auto;
  bottom: 100%;
}
.cid-tPb8bFkazJ .navbar-logo {
  margin-right: 1rem !important;
}
.cid-tPb8bFkazJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPb8bFkazJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPb8bFkazJ .dropdown-item:hover,
.cid-tPb8bFkazJ .dropdown-item:focus {
  background: #010017 !important;
  color: white !important;
}
.cid-tPb8bFkazJ .dropdown-item:hover span {
  color: white;
}
.cid-tPb8bFkazJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPb8bFkazJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPb8bFkazJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPb8bFkazJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPb8bFkazJ .nav-link {
  position: relative;
}
.cid-tPb8bFkazJ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tPb8bFkazJ .container {
    flex-wrap: nowrap;
  }
}
.cid-tPb8bFkazJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPb8bFkazJ .dropdown-menu,
.cid-tPb8bFkazJ .navbar.opened {
  background-color: rgba(1, 0, 23, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-tPb8bFkazJ .nav-item:focus,
.cid-tPb8bFkazJ .nav-link:focus {
  outline: none;
}
.cid-tPb8bFkazJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPb8bFkazJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPb8bFkazJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPb8bFkazJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPb8bFkazJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPb8bFkazJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPb8bFkazJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: fixed;
  background: rgba(1, 0, 23, 0.5);
}
.cid-tPb8bFkazJ .navbar.opened {
  transition: all 0.3s;
}
.cid-tPb8bFkazJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPb8bFkazJ .navbar .navbar-logo img {
  width: auto;
}
.cid-tPb8bFkazJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPb8bFkazJ .navbar.collapsed {
  justify-content: center;
}
.cid-tPb8bFkazJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPb8bFkazJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPb8bFkazJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tPb8bFkazJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  top: 0;
}
.cid-tPb8bFkazJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPb8bFkazJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tPb8bFkazJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPb8bFkazJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPb8bFkazJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPb8bFkazJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPb8bFkazJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPb8bFkazJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    top: 0;
  }
  .cid-tPb8bFkazJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPb8bFkazJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tPb8bFkazJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPb8bFkazJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPb8bFkazJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPb8bFkazJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPb8bFkazJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPb8bFkazJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tPb8bFkazJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tPb8bFkazJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPb8bFkazJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPb8bFkazJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPb8bFkazJ .dropdown-item.active,
.cid-tPb8bFkazJ .dropdown-item:active {
  background-color: transparent;
}
.cid-tPb8bFkazJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPb8bFkazJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPb8bFkazJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPb8bFkazJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #010017;
}
.cid-tPb8bFkazJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
}
.cid-tPb8bFkazJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPb8bFkazJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPb8bFkazJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPb8bFkazJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPb8bFkazJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tPb8bFkazJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPb8bFkazJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPb8bFkazJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPb8bFkazJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPb8bFkazJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPb8bFkazJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPb8bFkazJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPb8bFkazJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPb8bFkazJ .navbar-dropdown {
  padding: 0 1rem;
  backdrop-filter: blur(10px) !important;
  position: fixed;
}
.cid-tPb8bFkazJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPb8bFkazJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPb8bFkazJ .navbar {
    height: 70px;
  }
  .cid-tPb8bFkazJ .navbar.opened {
    height: auto;
  }
  .cid-tPb8bFkazJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPb8bFPUzp {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #010017;
}
.cid-tPb8bFPUzp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPb8bFPUzp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPb8bFPUzp .row {
  align-items: flex-end;
}
.cid-tPb8bFPUzp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tPb8bFPUzp .mbr-text,
.cid-tPb8bFPUzp .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tPb8bFPUzp .col-lg-4 {
  align-items: flex-end;
}
.cid-tPb8bFPUzp .gradient01 {
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0), #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uxk2ldaAlV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #010017;
}
.cid-uxk2ldaAlV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxk2ldaAlV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxk2ldaAlV .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uxk2ldaAlV .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uxk2ldaAlV .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uxk2ldaAlV .card-wrapper {
    padding: 4rem;
  }
}
.cid-uxk2ldaAlV .mbr-text,
.cid-uxk2ldaAlV .mbr-section-btn {
  color: #010017;
  text-align: left;
}
.cid-uxk2ldaAlV .card-title,
.cid-uxk2ldaAlV .card-box {
  text-align: left;
  color: #010017;
}
.cid-uxk2ldaAlV P {
  color: #010017;
}
.cid-uxjONeaBMS {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #010017;
}
.cid-uxjONeaBMS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjONeaBMS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjONeaBMS .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .container {
    padding: 0 26px;
  }
}
.cid-uxjONeaBMS .row {
  justify-content: center;
}
.cid-uxjONeaBMS .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxjONeaBMS .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxjONeaBMS .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uxjONeaBMS .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uxjONeaBMS .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  margin-bottom: 0;
  width: 100%;
}
.cid-uxjONeaBMS .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ffff00;
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffff00;
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uxjONeaBMS .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uxjONeaBMS .mbr-section-title {
  color: #ffffff;
}
.cid-uxjONeaBMS .mbr-text {
  color: #ffffff;
}
.cid-uxjONeaBMS .list {
  color: #ffffff;
}
.cid-uxjONeaBMS .list,
.cid-uxjONeaBMS .nav-wrapper,
.cid-uxjONeaBMS .social-wrapper {
  text-align: right;
}
.cid-uxjONeaBMS .mbr-text,
.cid-uxjONeaBMS .text-wrapper {
  text-align: center !important;
}
.cid-uxjONeaBMS .gradient01 {
  background-image: -webkit-linear-gradient(92deg, rgba(0, 0, 0, 0), #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uxjONeaBMS .col01 {
  background-image: -webkit-linear-gradient(-45deg, #fff000, #fff000, #ed008c, #ed008c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uD8XWjfv1K.popup-builder {
  background-color: #ffffff;
}
.cid-uD8XWjfv1K.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uD8XWjfv1K.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uD8XWjfv1K .modal-content,
.cid-uD8XWjfv1K .modal-dialog {
  height: auto;
}
.cid-uD8XWjfv1K .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uD8XWjfv1K .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uD8XWjfv1K .form-wrapper .mbr-form .form-group,
  .cid-uD8XWjfv1K .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uD8XWjfv1K .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uD8XWjfv1K .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uD8XWjfv1K .mbr-text {
  text-align: left;
}
.cid-uD8XWjfv1K .pt-0 {
  padding-top: 0 !important;
}
.cid-uD8XWjfv1K .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uD8XWjfv1K .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uD8XWjfv1K .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uD8XWjfv1K .modal-open {
  overflow: hidden;
}
.cid-uD8XWjfv1K .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uD8XWjfv1K .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uD8XWjfv1K .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uD8XWjfv1K .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uD8XWjfv1K .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uD8XWjfv1K .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uD8XWjfv1K .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uD8XWjfv1K .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uD8XWjfv1K .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uD8XWjfv1K .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uD8XWjfv1K .modal-backdrop.fade {
  opacity: 0;
}
.cid-uD8XWjfv1K .modal-backdrop.show {
  opacity: .5;
}
.cid-uD8XWjfv1K .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uD8XWjfv1K .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uD8XWjfv1K .modal-header {
    padding: 1rem;
  }
}
.cid-uD8XWjfv1K .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uD8XWjfv1K .modal-header .close svg {
  fill: #010017;
}
.cid-uD8XWjfv1K .modal-header .close:hover {
  opacity: 1;
}
.cid-uD8XWjfv1K .modal-header .close:focus {
  outline: none;
}
.cid-uD8XWjfv1K .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uD8XWjfv1K .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uD8XWjfv1K .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uD8XWjfv1K .modal-body {
    padding: 1rem;
  }
}
.cid-uD8XWjfv1K .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uD8XWjfv1K .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uD8XWjfv1K .modal-footer {
    padding: 1rem;
  }
}
.cid-uD8XWjfv1K .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uD8XWjfv1K .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uD8XWjfv1K .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uD8XWjfv1K .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uD8XWjfv1K .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uD8XWjfv1K .modal-lg,
  .cid-uD8XWjfv1K .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uD8XWjfv1K .modal-xl {
    max-width: 1140px;
  }
}
.cid-uD8XWjfv1K .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uD8XWjfv1K .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uD8XWjfv1K .form-group {
  margin-bottom: 1rem;
}
.cid-uD8XWjfv1K .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uD8XWjfv1K .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uD8XWjfv1K .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uD8XWjfv1K .mbr-section-btn {
  margin: 0;
}
.cid-uD8XWjfv1K .mbr-section-btn .btn {
  margin: 0;
}
.cid-ty5PZFBeBR .container-fluid {
  padding: 0 1rem !important;
  max-width: 100%;
}
@media (min-width: 992px) {
  .cid-ty5PZFBeBR {
    z-index: 1000;
    width: 90%;
    position: fixed;
    bottom: 94%;
    top: 6%;
    margin: 0 auto;
  }
  .cid-ty5PZFBeBR .navbar {
    bottom: 94%;
    top: 6%;
    width: 90%;
    margin: 0 auto;
    border: 2px solid #fff000 !important;
    border-radius: 10px;
    backdrop-filter: blur(10px);
  }
}
.cid-ty5PZFBeBR .dropdown-menu {
  top: 100%;
  bottom: auto;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .cid-ty5PZFBeBR {
    bottom: 12%;
    top: 88%;
  }
  .cid-ty5PZFBeBR .navbar {
    bottom: 12%;
    top: 88%;
  }
}
.cid-ty5PZFBeBR .dropdown-menu {
  top: auto;
  bottom: 100%;
}
.cid-ty5PZFBeBR .navbar-logo {
  margin-right: 1rem !important;
}
.cid-ty5PZFBeBR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ty5PZFBeBR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ty5PZFBeBR .dropdown-item:hover,
.cid-ty5PZFBeBR .dropdown-item:focus {
  background: #010017 !important;
  color: white !important;
}
.cid-ty5PZFBeBR .dropdown-item:hover span {
  color: white;
}
.cid-ty5PZFBeBR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ty5PZFBeBR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ty5PZFBeBR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ty5PZFBeBR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ty5PZFBeBR .nav-link {
  position: relative;
}
.cid-ty5PZFBeBR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ty5PZFBeBR .container {
    flex-wrap: nowrap;
  }
}
.cid-ty5PZFBeBR .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ty5PZFBeBR .dropdown-menu,
.cid-ty5PZFBeBR .navbar.opened {
  background-color: rgba(1, 0, 23, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-ty5PZFBeBR .nav-item:focus,
.cid-ty5PZFBeBR .nav-link:focus {
  outline: none;
}
.cid-ty5PZFBeBR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ty5PZFBeBR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ty5PZFBeBR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ty5PZFBeBR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ty5PZFBeBR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ty5PZFBeBR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ty5PZFBeBR .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: fixed;
  background: rgba(1, 0, 23, 0.5);
}
.cid-ty5PZFBeBR .navbar.opened {
  transition: all 0.3s;
}
.cid-ty5PZFBeBR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ty5PZFBeBR .navbar .navbar-logo img {
  width: auto;
}
.cid-ty5PZFBeBR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ty5PZFBeBR .navbar.collapsed {
  justify-content: center;
}
.cid-ty5PZFBeBR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ty5PZFBeBR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ty5PZFBeBR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-ty5PZFBeBR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  top: 0;
}
.cid-ty5PZFBeBR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ty5PZFBeBR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ty5PZFBeBR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ty5PZFBeBR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ty5PZFBeBR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ty5PZFBeBR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ty5PZFBeBR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ty5PZFBeBR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    top: 0;
  }
  .cid-ty5PZFBeBR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ty5PZFBeBR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ty5PZFBeBR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ty5PZFBeBR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ty5PZFBeBR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ty5PZFBeBR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ty5PZFBeBR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ty5PZFBeBR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ty5PZFBeBR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ty5PZFBeBR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ty5PZFBeBR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ty5PZFBeBR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ty5PZFBeBR .dropdown-item.active,
.cid-ty5PZFBeBR .dropdown-item:active {
  background-color: transparent;
}
.cid-ty5PZFBeBR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ty5PZFBeBR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ty5PZFBeBR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ty5PZFBeBR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #010017;
}
.cid-ty5PZFBeBR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
}
.cid-ty5PZFBeBR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ty5PZFBeBR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ty5PZFBeBR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ty5PZFBeBR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ty5PZFBeBR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ty5PZFBeBR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ty5PZFBeBR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty5PZFBeBR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty5PZFBeBR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ty5PZFBeBR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty5PZFBeBR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ty5PZFBeBR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ty5PZFBeBR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty5PZFBeBR .navbar-dropdown {
  padding: 0 1rem;
  backdrop-filter: blur(10px) !important;
  position: fixed;
}
.cid-ty5PZFBeBR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ty5PZFBeBR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ty5PZFBeBR .navbar {
    height: 70px;
  }
  .cid-ty5PZFBeBR .navbar.opened {
    height: auto;
  }
  .cid-ty5PZFBeBR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzd1zilOZz {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #010017;
}
.cid-uzd1zilOZz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzd1zilOZz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzd1zilOZz .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzd1zilOZz .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uzd1zilOZz .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uzd1zilOZz .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uzd1zilOZz .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uzd1zilOZz .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzd1zilOZz .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uzd1zilOZz .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uzd1zilOZz .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uzd1zilOZz .item {
    margin-bottom: 28px;
  }
}
.cid-uzd1zilOZz .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uzd1zilOZz .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uzd1zilOZz .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uzd1zilOZz .item .item-wrapper:hover .item-wrap .item-img .image-wrap img,
.cid-uzd1zilOZz .item .item-wrapper:focus .item-wrap .item-img .image-wrap img {
  border: 2px solid #ffff00;
  background-color: #ffff00;
}
.cid-uzd1zilOZz .item .item-wrapper .item-wrap {
  height: 100%;
}
.cid-uzd1zilOZz .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uzd1zilOZz .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uzd1zilOZz .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uzd1zilOZz .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 680px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uzd1zilOZz .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-uzd1zilOZz .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 2px;
}
.cid-uzd1zilOZz .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uzd1zilOZz .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uzd1zilOZz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzd1zilOZz .mbr-text,
.cid-uzd1zilOZz .text-wrapper {
  color: #ffff00;
  text-align: center;
}
.cid-uzd1zilOZz .mbr-desc,
.cid-uzd1zilOZz .desc-wrapper {
  color: #ffff00;
  text-align: center;
}
.cid-uzd1zilOZz .item-title {
  color: #ffff00;
}
.cid-uzd1zilOZz .item-text {
  color: #ffffff;
}
.cid-uzd1zilOZz span01 {
  font-size: 1.5rem !important;
  color: #ed008c !important;
}
.cid-uxjONeaBMS {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #010017;
}
.cid-uxjONeaBMS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjONeaBMS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjONeaBMS .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .container {
    padding: 0 26px;
  }
}
.cid-uxjONeaBMS .row {
  justify-content: center;
}
.cid-uxjONeaBMS .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxjONeaBMS .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxjONeaBMS .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uxjONeaBMS .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uxjONeaBMS .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  margin-bottom: 0;
  width: 100%;
}
.cid-uxjONeaBMS .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uxjONeaBMS .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #ffff00;
}
.cid-uxjONeaBMS .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxjONeaBMS .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffff00;
}
.cid-uxjONeaBMS .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uxjONeaBMS .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uxjONeaBMS .mbr-section-title {
  color: #ffffff;
}
.cid-uxjONeaBMS .mbr-text {
  color: #ffffff;
}
.cid-uxjONeaBMS .list {
  color: #ffffff;
}
.cid-uxjONeaBMS .list,
.cid-uxjONeaBMS .nav-wrapper,
.cid-uxjONeaBMS .social-wrapper {
  text-align: right;
}
.cid-uxjONeaBMS .mbr-text,
.cid-uxjONeaBMS .text-wrapper {
  text-align: center !important;
}
.cid-uxjONeaBMS .gradient01 {
  background-image: -webkit-linear-gradient(92deg, rgba(0, 0, 0, 0), #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uxjONeaBMS .col01 {
  background-image: -webkit-linear-gradient(-45deg, #fff000, #fff000, #ed008c, #ed008c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
