@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #373C42;
  position: relative;
}

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

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

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;
}

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

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

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: #000000;
}

.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;
}

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

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

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

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

.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: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.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;
}

.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;
}
.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;
}

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

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

.gdpr-block{
    padding: 10px;
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0;
    background-color: white;
    left: 0;
    height: 50px;
}

.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;
}

.ls-1 {
  letter-spacing: -0.05em;
}

.ls-2 {
  letter-spacing: 0.025em;
}

.ls-3 {
  letter-spacing: 0.05em;
}

.mb-0 {
  margin-bottom: 0 !important;
}body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'HandelGo';
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.6rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #ead381 !important;
}
.bg-info {
  background-color: #d18d67 !important;
}
.bg-warning {
  background-color: #eae8e4 !important;
}
.bg-danger {
  background-color: #3c71d3 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0000ff !important;
  border-color: #0000ff !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0000a8 !important;
  border-color: #0000a8 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0000a8 !important;
  border-color: #0000a8 !important;
}
.btn-info,
.btn-info:active {
  background-color: #d18d67 !important;
  border-color: #d18d67 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ad6034 !important;
  border-color: #ad6034 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ad6034 !important;
  border-color: #ad6034 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ead381 !important;
  border-color: #ead381 !important;
  color: #5d4c0f !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #deb937 !important;
  border-color: #deb937 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #5d4c0f !important;
  background-color: #deb937 !important;
  border-color: #deb937 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #eae8e4 !important;
  border-color: #eae8e4 !important;
  color: #746c5b !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #c4beb3 !important;
  border-color: #c4beb3 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #746c5b !important;
  background-color: #c4beb3 !important;
  border-color: #c4beb3 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #3c71d3 !important;
  border-color: #3c71d3 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #224b96 !important;
  border-color: #224b96 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #224b96 !important;
  border-color: #224b96 !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: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !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: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  color: #0000ff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0000a8 !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0000ff !important;
  border-color: #0000ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  color: #d18d67;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ad6034 !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #d18d67 !important;
  border-color: #d18d67 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  color: #ead381;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #deb937 !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #5d4c0f !important;
  background-color: #ead381 !important;
  border-color: #ead381 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  color: #eae8e4;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c4beb3 !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #746c5b !important;
  background-color: #eae8e4 !important;
  border-color: #eae8e4 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  color: #3c71d3;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #224b96 !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #3c71d3 !important;
  border-color: #3c71d3 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  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;
  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;
  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;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #0000ff !important;
}
.text-success {
  color: #ead381 !important;
}
.text-info {
  color: #d18d67 !important;
}
.text-warning {
  color: #eae8e4 !important;
}
.text-danger {
  color: #3c71d3 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #fcfcfc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0000fa !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #e9d17d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #d08a63 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #e8e6e1 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #386ed2 !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;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #d18d67;
}
.alert-warning {
  background-color: #eae8e4;
}
.alert-danger {
  background-color: #3c71d3;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e2eaf9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #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: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #0000ff !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item) {
  letter-spacing: -0.025em;
  position: relative;
  padding-top: .5rem;
  margin-bottom: .5rem;
  z-index: 9;
  white-space: nowrap;
  line-height: 1.5;
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):before {
  content: "";
  z-index: 0;
  max-width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):after {
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 6%;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='%230000ff' %3E%3Ccircle cx='60' cy='60' r='50'/%3E%3C/svg%3E");
  position: absolute;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  transform: scale(0, 0);
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):hover:before {
  max-width: 0%;
  left: 100%;
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):hover:after {
  opacity: 1;
  transform: scale(1.15);
}
section.popup-builder .modal.mbr-popup button {
  border: none;
}
.cid-sCnmUc7GU2 .navbar-dropdown {
  position: relative !important;
}
.cid-sCnmUc7GU2 nav.navbar {
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sCnmUc7GU2 nav.navbar {
    padding-top: 1.5rem;
  }
}
.cid-sCnmUc7GU2 .contacts_menu {
  position: absolute;
  top: 24px;
  right: 105px;
}
.cid-sCnmUc7GU2 .contacts_menu ol {
  display: flex;
  padding: 0;
  margin-bottom: 0;
}
.cid-sCnmUc7GU2 .contacts_menu ol li {
  margin: 0 1rem;
  list-style: none;
}
@media (max-width: 767px) {
  .cid-sCnmUc7GU2 .contacts_menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-sCnmUc7GU2 .contacts_menu {
    top: 25px;
    display: none;
  }
}
.cid-sCnmUc7GU2 .navbar-short .contacts_menu {
  top: 24px;
}
@media (max-width: 991px) {
  .cid-sCnmUc7GU2 .navbar-short .contacts_menu {
    top: 21px;
  }
}
.cid-sCnmUc7GU2 .nav-item {
  border-bottom: 1px dotted rgba(209, 209, 209, 0.5);
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-sCnmUc7GU2 .nav-item {
    margin: 0 !important;
  }
}
.cid-sCnmUc7GU2 .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-sCnmUc7GU2 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-sCnmUc7GU2 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sCnmUc7GU2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-sCnmUc7GU2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCnmUc7GU2 .nav-link {
  position: relative;
}
.cid-sCnmUc7GU2 .container {
  display: flex;
  margin: auto;
}
.cid-sCnmUc7GU2 .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCnmUc7GU2 .dropdown-menu,
.cid-sCnmUc7GU2 .navbar.opened {
  background: #121212 !important;
}
.cid-sCnmUc7GU2 .nav-item:focus,
.cid-sCnmUc7GU2 .nav-link:focus {
  outline: none;
}
.cid-sCnmUc7GU2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCnmUc7GU2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCnmUc7GU2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCnmUc7GU2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCnmUc7GU2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCnmUc7GU2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCnmUc7GU2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #121212;
}
.cid-sCnmUc7GU2 .navbar.opened {
  transition: all 0.3s;
}
.cid-sCnmUc7GU2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCnmUc7GU2 .navbar .navbar-logo img {
  width: auto;
}
.cid-sCnmUc7GU2 .navbar .navbar-collapse {
  z-index: 1;
}
.cid-sCnmUc7GU2 .navbar.collapsed {
  justify-content: center;
}
.cid-sCnmUc7GU2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCnmUc7GU2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCnmUc7GU2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 9.7rem);
  }
}
.cid-sCnmUc7GU2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCnmUc7GU2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCnmUc7GU2 .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-sCnmUc7GU2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCnmUc7GU2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCnmUc7GU2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCnmUc7GU2 .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(209, 209, 209, 0.5);
  }
  .cid-sCnmUc7GU2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCnmUc7GU2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCnmUc7GU2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCnmUc7GU2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCnmUc7GU2 .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-sCnmUc7GU2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCnmUc7GU2 .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-sCnmUc7GU2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sCnmUc7GU2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCnmUc7GU2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCnmUc7GU2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCnmUc7GU2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCnmUc7GU2 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-sCnmUc7GU2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCnmUc7GU2 .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;
  direction: ltr;
}
.cid-sCnmUc7GU2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCnmUc7GU2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCnmUc7GU2 .dropdown-item.active,
.cid-sCnmUc7GU2 .dropdown-item:active {
  background-color: transparent;
}
.cid-sCnmUc7GU2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCnmUc7GU2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCnmUc7GU2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCnmUc7GU2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
}
.cid-sCnmUc7GU2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCnmUc7GU2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCnmUc7GU2 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 1rem;
}
.cid-sCnmUc7GU2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCnmUc7GU2 button.navbar-toggler {
  outline: none;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  align-self: center;
  border-radius: 50%;
  background-color: #ffffff;
  padding: 0;
  color: #121212;
}
.cid-sCnmUc7GU2 button.navbar-toggler:hover {
  background-color: rgba(255, 255, 255, 0.86);
}
.cid-sCnmUc7GU2 button.navbar-toggler:hover .hamburger span:nth-child(1) {
  width: 25px;
}
.cid-sCnmUc7GU2 button.navbar-toggler:hover .hamburger span:nth-child(2) {
  width: 13px;
}
.cid-sCnmUc7GU2 button.navbar-toggler:hover .hamburger span:nth-child(3) {
  width: 13px;
}
.cid-sCnmUc7GU2 button.navbar-toggler:hover .hamburger span:nth-child(4) {
  width: 22px;
}
.cid-sCnmUc7GU2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 14px;
  width: 32px;
  height: 3px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCnmUc7GU2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 21px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnmUc7GU2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 29px;
  width: 25px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnmUc7GU2 button.navbar-toggler .hamburger span:nth-child(3) {
  width: 25px;
  top: 29px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnmUc7GU2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnmUc7GU2 nav.opened .hamburger span:nth-child(1) {
  top: 21px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnmUc7GU2 nav.opened .hamburger span:nth-child(2) {
  width: 32px !important;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnmUc7GU2 nav.opened .hamburger span:nth-child(3) {
  width: 32px !important;
  transform: rotate(-45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnmUc7GU2 nav.opened .hamburger span:nth-child(4) {
  top: 37px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnmUc7GU2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sCnmUc7GU2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCnmUc7GU2 .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-sCnmUc7GU2 .navbar {
    height: 70px;
  }
  .cid-sCnmUc7GU2 .navbar.opened {
    height: auto;
  }
  .cid-sCnmUc7GU2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCnmUc7GU2 span.spamschutz {
  display: none;
}
.cid-sCnmUc7GU2 span.ltxt {
  unicode-bidi: bidi-override;
  direction: rtl;
}
.cid-sCnmUc7GU2 span.rtxt {
  unicode-bidi: bidi-override;
  direction: ltr;
}
.cid-sCnmUc7GU2 #unimlogo img {
  height: 100%;
}
.cid-sCnmUc7GU2 .navbar-container {
  direction: ltr;
}
.cid-sCnmUc7GU2 .collapsed #unimlogo {
  height: auto !important;
}
@media (max-width: 520px) {
  .cid-sCnmUc7GU2 .navbar-container {
    direction: rtl;
  }
}
.cid-sOndTTIyBR {
  padding-top: 270px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-1-1920x1080.jpg");
}
.cid-sOndTTIyBR .mbr-section-title.display-2 {
  font-size: 40px;
  line-height: 1.25;
}
.cid-sOndTTIyBR .mbr-section-subtitle.display-5 {
  font-size: 26px;
  line-height: 1.385;
}
.cid-sOndTTIyBR .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sOndTTIyBR .mbr-section-btn .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.cid-sOndUWLtx1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #121212;
}
.cid-sOndUWLtx1 .card1 {
  margin-bottom: 20px;
}
.cid-sOndUWLtx1 .card2 {
  margin-top: 20px;
}
.cid-sOndUWLtx1 .card3 {
  margin-bottom: 20px;
}
.cid-sOndUWLtx1 .card4 {
  margin-top: 20px;
}
.cid-sOndUWLtx1 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ffffff;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-sOndUWLtx1 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sOndUWLtx1 .card .card-wrapper {
  display: flex;
  transition: all 0.3s;
  margin: auto;
  min-height: 280px;
  margin-bottom: 10px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04) !important;
  border-radius: 4px;
}
.cid-sOndUWLtx1 .card .card-wrapper .card-box {
  padding: 40px 40px 20px;
}
.cid-sOndUWLtx1 .card .card-wrapper .card-box .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sOndUWLtx1 .card .card-wrapper .card-box .img-wrapper .mbr-iconfont {
  display: block;
  font-size: 46px;
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-sOndUWLtx1 .card .card-wrapper .card-box .card-subtitle {
  color: #ffffff;
  margin-bottom: 8px;
}
.cid-sOndUWLtx1 .card .card-wrapper .card-box .card-title {
  font-weight: 600;
  color: #ffffff;
}
.cid-sOndUWLtx1 .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-sOndUWLtx1 .card .card-wrapper .card-box .mbr-text {
  color: #ffffff;
}
.cid-sOndUWLtx1 .card .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-sOndUWLtx1 .card .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-sOndUWLtx1 .card .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-sOndUWLtx1 .card .link-block {
  width: 100%;
  transition: 0.5s;
  z-index: inherit;
}
.cid-sOndUWLtx1 .card .link-block .link {
  display: inline-block;
}
.cid-sOndUWLtx1 .card .link-block:hover {
  width: 100%;
  transform: scale(1.3, 1.3);
  z-index: 10;
}
.cid-sOndUWLtx1 .card .link-block:hover .link {
  display: inline-block;
}
.cid-sOndUWLtx1 .card1 .card-wrapper {
  background-color: #3c71d3;
}
.cid-sOndUWLtx1 .card2 .card-wrapper {
  background-color: #f5c463;
}
.cid-sOndUWLtx1 .card3 .card-wrapper {
  background-color: #d75959;
}
.cid-sOndUWLtx1 .card4 .card-wrapper {
  background-color: #9ccd7e;
}
@media (min-width: 1500px) {
  .cid-sOndUWLtx1 .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-sOndUWLtx1 .card-wrapper {
    flex-direction: column;
  }
  .cid-sOndUWLtx1 .card-box {
    padding: 2rem 1rem;
  }
  .cid-sOndUWLtx1 .card-box,
  .cid-sOndUWLtx1 .img-wrapper {
    width: 100%;
  }
  .cid-sOndUWLtx1 .img-wrapper {
    padding: 4rem 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sOndUWLtx1 .card {
    margin-bottom: 2rem;
  }
}
.cid-sOndUWLtx1 .mbr-section-title {
  color: #aaaaaa;
}
.cid-sOoBPWBR4f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-sOoBPWBR4f .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-sOoBPWBR4f .card .square_null {
  transform: translateX(2rem);
  z-index: 1;
  border: 1px solid #ffffff;
}
.cid-sOoBPWBR4f .card .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #3c71d3;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sOoBPWBR4f .card:hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-sOoBPWBR4f .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-sOoBPWBR4f .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-sOoBPWBR4f .main_title {
  margin-bottom: 2.5rem;
}
.cid-sOoBPWBR4f .card_subtitle {
  margin-bottom: .75rem;
}
.cid-sOoBPWBR4f .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-sOoBPWBR4f .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sOoBPWBR4f .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sOoBPWBR4f .row {
    flex-direction: column-reverse;
  }
  .cid-sOoBPWBR4f .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-sOoBPWBR4f .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-sOoBPWBR4f .card_subtitle {
    margin-bottom: .25rem;
  }
  .cid-sOoBPWBR4f .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-sOoBPWBR4f .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sOoBPWBR4f .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-sOoBPWBR4f .square_animation .square_null {
    transform: translateX(1rem);
  }
  .cid-sOoBPWBR4f .square_animation .square_fill {
    transform: translate(-4rem, -2rem);
  }
}
@media (max-width: 767px) {
  .cid-sOoBPWBR4f .card-wrapper {
    padding-top: 1rem;
  }
  .cid-sOoBPWBR4f .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-sOoBPWBR4f .card:hover .square_fill {
    transform: none;
  }
  .cid-sOoBPWBR4f .card .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-sOoBPWBR4f .card .square_null {
    transform: translateX(1.5rem);
  }
  .cid-sOoBPWBR4f .square_animation {
    margin-bottom: 1rem;
  }
  .cid-sOoBPWBR4f .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-sOoBPWBR4f .card-title {
  color: #aaaaaa;
}
.cid-sOoBPWBR4f .mbr-text,
.cid-sOoBPWBR4f .linkBtn {
  color: #6f7379;
}
.cid-sOoBQC9xuT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-sOoBQC9xuT .row {
  align-items: center;
}
.cid-sOoBQC9xuT .card:hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -2.5rem) scale(0.75);
}
.cid-sOoBQC9xuT .card .square_fill {
  background-color: #f5c463;
  transform: translate(-2.5rem, 0rem);
}
.cid-sOoBQC9xuT .card .square_null {
  transform: rotate(45deg) translate(-1rem, -1.5rem);
}
.cid-sOoBQC9xuT .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-sOoBQC9xuT .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-sOoBQC9xuT .square_animation .square_null {
  z-index: 1;
  border: 1px solid #ffffff;
}
.cid-sOoBQC9xuT .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sOoBQC9xuT .main_title {
  margin-bottom: 2.5rem;
}
.cid-sOoBQC9xuT .card_subtitle {
  margin-bottom: .75rem;
}
.cid-sOoBQC9xuT .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-sOoBQC9xuT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sOoBQC9xuT .card-wrapper {
    padding-right: 4rem;
    padding-left: 5rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sOoBQC9xuT .row {
    flex-direction: column-reverse;
  }
  .cid-sOoBQC9xuT .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-sOoBQC9xuT .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-sOoBQC9xuT .card_subtitle {
    margin-bottom: .25rem;
  }
  .cid-sOoBQC9xuT .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-sOoBQC9xuT .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-sOoBQC9xuT .square_animation {
    margin-bottom: 2.5rem;
  }
  .cid-sOoBQC9xuT .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-sOoBQC9xuT .card:hover .square_fill {
    transform: rotate(-45deg) translate(-1.75rem, -1.5rem) scale(0.75);
  }
  .cid-sOoBQC9xuT .card .square_fill {
    transform: translate(-1.75rem, 1.25rem);
  }
  .cid-sOoBQC9xuT .card .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
}
@media (max-width: 767px) {
  .cid-sOoBQC9xuT .card-wrapper {
    padding-top: 1rem;
  }
  .cid-sOoBQC9xuT .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-sOoBQC9xuT .card:hover .square_fill {
    transform: none;
  }
  .cid-sOoBQC9xuT .card .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-sOoBQC9xuT .card .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-sOoBQC9xuT .square_animation {
    margin-bottom: 2rem;
  }
  .cid-sOoBQC9xuT .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-sOoBQC9xuT .card-title {
  color: #aaaaaa;
}
.cid-sOoBQC9xuT .mbr-text,
.cid-sOoBQC9xuT .linkBtn {
  color: #6f7379;
}
.cid-sOoBRFTQtq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-sOoBRFTQtq .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-sOoBRFTQtq .card:hover .square_fill {
  transform: scale(1) translateX(-5rem) rotate(45deg);
}
.cid-sOoBRFTQtq .card .square_fill {
  background-color: #d75959;
  transform: scale(0.8) translateX(-6.25rem);
}
.cid-sOoBRFTQtq .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-sOoBRFTQtq .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-sOoBRFTQtq .square_animation .square_null {
  z-index: 1;
  border: 1px solid #ffffff;
}
.cid-sOoBRFTQtq .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sOoBRFTQtq .main_title {
  margin-bottom: 2.5rem;
}
.cid-sOoBRFTQtq .card_subtitle {
  margin-bottom: .75rem;
}
.cid-sOoBRFTQtq .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-sOoBRFTQtq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sOoBRFTQtq .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sOoBRFTQtq .row {
    flex-direction: column-reverse;
  }
  .cid-sOoBRFTQtq .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-sOoBRFTQtq .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-sOoBRFTQtq .card_subtitle {
    margin-bottom: .25rem;
  }
  .cid-sOoBRFTQtq .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-sOoBRFTQtq .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-sOoBRFTQtq .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-sOoBRFTQtq .card .square_fill {
    transform: scale(0.8) translateX(-3.75rem);
  }
  .cid-sOoBRFTQtq .card .square_null {
    transform: translateX(1rem);
  }
  .cid-sOoBRFTQtq .card:hover .square_fill {
    transform: scale(1) translateX(-3rem) rotate(45deg);
  }
}
@media (max-width: 767px) {
  .cid-sOoBRFTQtq .card-wrapper {
    padding-top: 1rem;
  }
  .cid-sOoBRFTQtq .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-sOoBRFTQtq .card:hover .square_fill {
    transform: none;
  }
  .cid-sOoBRFTQtq .card .square_null {
    transform: translateX(0);
  }
  .cid-sOoBRFTQtq .card .square_fill {
    transform: scale(0.8) translateX(-3.15rem) !important;
  }
  .cid-sOoBRFTQtq .square_animation {
    margin-bottom: 1rem;
  }
  .cid-sOoBRFTQtq .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-sOoBRFTQtq .card-title {
  color: #aaaaaa;
}
.cid-sOoBRFTQtq .mbr-text,
.cid-sOoBRFTQtq .linkBtn {
  color: #6f7379;
}
.cid-sOoBTsso1q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-sOoBTsso1q .row {
  align-items: center;
}
.cid-sOoBTsso1q .card:hover .square_fill {
  transform: rotate(45deg) translate(-4.5rem, 1.5rem) scale(0.75);
}
.cid-sOoBTsso1q .card .square_fill {
  background-color: #9ccd7e;
  transform: rotate(45deg) translate(-1.3rem, -1.3rem);
}
.cid-sOoBTsso1q .card .square_null {
  transform: rotate(45deg) translate(-1rem, -2rem);
}
.cid-sOoBTsso1q .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-sOoBTsso1q .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-sOoBTsso1q .square_animation .square_null {
  z-index: 1;
  border: 1px solid #ffffff;
}
.cid-sOoBTsso1q .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sOoBTsso1q .main_title {
  margin-bottom: 2.5rem;
}
.cid-sOoBTsso1q .card_subtitle {
  margin-bottom: .75rem;
}
.cid-sOoBTsso1q .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-sOoBTsso1q .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sOoBTsso1q .card-wrapper {
    padding-right: 4rem;
    padding-left: 5rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sOoBTsso1q .row {
    flex-direction: column-reverse;
  }
  .cid-sOoBTsso1q .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-sOoBTsso1q .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-sOoBTsso1q .card_subtitle {
    margin-bottom: .25rem;
  }
  .cid-sOoBTsso1q .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-sOoBTsso1q .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-sOoBTsso1q .square_animation {
    margin-bottom: 2.5rem;
  }
  .cid-sOoBTsso1q .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-sOoBTsso1q .card:hover .square_fill {
    transform: rotate(45deg) translate(-4.5rem, 1.5rem) scale(0.75);
  }
  .cid-sOoBTsso1q .card .square_fill {
    background-color: #9ccd7e;
    transform: rotate(45deg) translate(-1.3rem, -1.3rem);
  }
  .cid-sOoBTsso1q .card .square_null {
    transform: rotate(45deg) translate(-1rem, -2rem);
  }
}
@media (max-width: 767px) {
  .cid-sOoBTsso1q .card-wrapper {
    padding-top: 1rem;
  }
  .cid-sOoBTsso1q .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-sOoBTsso1q .card:hover .square_fill {
    transform: none;
  }
  .cid-sOoBTsso1q .card .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-sOoBTsso1q .card .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-sOoBTsso1q .square_animation {
    margin-bottom: 2rem;
  }
  .cid-sOoBTsso1q .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-sOoBTsso1q .card-title {
  color: #aaaaaa;
}
.cid-sOoBTsso1q .mbr-text,
.cid-sOoBTsso1q .linkBtn {
  color: #6f7379;
}
.cid-sCnn7rBbfT {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #121212;
}
.cid-sCnn7rBbfT .main_header {
  margin-bottom: 8rem;
}
.cid-sCnn7rBbfT .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
  color: #d1d1d1;
}
.cid-sCnn7rBbfT .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
}
.cid-sCnn7rBbfT .card_item {
  border-radius: 0 !important;
}
@media (min-width: 768px) {
  .cid-sCnn7rBbfT .card_item:nth-child(1) .card-box {
    padding: 2.5rem 0 2.5rem 2rem;
  }
  .cid-sCnn7rBbfT .card_item:nth-child(2) .card-box {
    padding: 12rem 0 2.5rem 2rem;
  }
  .cid-sCnn7rBbfT .card_item:nth-child(3) .card-box {
    padding: 2.5rem 0 2.5rem 2rem;
  }
  .cid-sCnn7rBbfT .card_item:nth-child(4) .card-box {
    padding: 2.5rem 0 2.5rem 2rem;
  }
}
.cid-sCnn7rBbfT .card_item:nth-child(1) .square_null {
  transform: translateX(2rem);
}
.cid-sCnn7rBbfT .card_item:nth-child(1) .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #3c71d3;
}
.cid-sCnn7rBbfT .card_item:nth-child(1):hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-sCnn7rBbfT .card_item:nth-child(2):hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -3rem) scale(0.75);
}
.cid-sCnn7rBbfT .card_item:nth-child(2) .square_fill {
  background-color: #f5c463;
  transform: translate(-2.5rem, -0.5rem);
}
.cid-sCnn7rBbfT .card_item:nth-child(2) .square_null {
  transform: rotate(45deg) translate(-1rem, -2rem);
}
.cid-sCnn7rBbfT .card_item:nth-child(3):hover .square_fill {
  transform: scale(1) translateX(-5rem) rotate(45deg);
}
.cid-sCnn7rBbfT .card_item:nth-child(3) .square_fill {
  background-color: #d75959;
  transform: scale(0.8) translateX(-6.25rem);
}
.cid-sCnn7rBbfT .card_item:nth-child(4):hover .square_fill {
  transform: rotate(45deg) translate(-4.5rem, 1.5rem) scale(0.75);
}
.cid-sCnn7rBbfT .card_item:nth-child(4) .square_fill {
  background-color: #9ccd7e;
  transform: rotate(45deg) translate(-1.3rem, -1.3rem);
}
.cid-sCnn7rBbfT .card_item:nth-child(4) .square_null {
  transform: rotate(45deg) translate(-1rem, -2rem);
}
.cid-sCnn7rBbfT .card_item .card-box {
  border-left: 1px dotted rgba(255, 255, 255, 0.5);
}
.cid-sCnn7rBbfT .card_item:last-child .card-box {
  border-right: 1px dotted rgba(255, 255, 255, 0.5);
}
.cid-sCnn7rBbfT .card-box {
  height: 100%;
}
.cid-sCnn7rBbfT .item-wrapper {
  height: 100%;
  padding: 0 1rem;
}
.cid-sCnn7rBbfT .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
  margin-top: 4rem;
}
.cid-sCnn7rBbfT .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-sCnn7rBbfT .square_animation .square_null {
  z-index: 1;
  border: 1px solid white;
}
.cid-sCnn7rBbfT .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnn7rBbfT .card-title {
  margin-bottom: 1.8rem;
  color: #c4e5f6;
}
.cid-sCnn7rBbfT .card-text {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-sCnn7rBbfT .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-sCnn7rBbfT .card_item:nth-child(1) .square_null {
    transform: translateX(1rem);
  }
  .cid-sCnn7rBbfT .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-4.75rem);
  }
  .cid-sCnn7rBbfT .card_item:nth-child(3):hover .square_fill {
    transform: scale(1) translateX(-4rem) rotate(45deg);
  }
}
@media (max-width: 767px) {
  .cid-sCnn7rBbfT .item-wrapper {
    padding: 0;
  }
  .cid-sCnn7rBbfT .card-box {
    padding: 2rem 0 2.5rem;
  }
  .cid-sCnn7rBbfT .main_header {
    margin-bottom: 4rem;
  }
  .cid-sCnn7rBbfT .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-sCnn7rBbfT .mbr-text {
    margin-top: .75rem;
  }
  .cid-sCnn7rBbfT .square_animation {
    margin-bottom: 1rem;
  }
  .cid-sCnn7rBbfT .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
  .cid-sCnn7rBbfT .card_item:nth-child(1):hover .square_fill {
    transform: none;
  }
  .cid-sCnn7rBbfT .card_item:nth-child(1) .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-sCnn7rBbfT .card_item:nth-child(1) .square_null {
    transform: translateX(1.5rem);
  }
  .cid-sCnn7rBbfT .card_item:nth-child(2):hover .square_fill {
    transform: none;
  }
  .cid-sCnn7rBbfT .card_item:nth-child(2) .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-sCnn7rBbfT .card_item:nth-child(2) .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-sCnn7rBbfT .card_item:nth-child(3):hover .square_fill {
    transform: none;
  }
  .cid-sCnn7rBbfT .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-3.15rem) !important;
  }
  .cid-sCnn7rBbfT .card_item:nth-child(4):hover .square_fill {
    transform: none;
  }
  .cid-sCnn7rBbfT .card_item:nth-child(4) .square_fill {
    transform: scale(0.8) translateX(-3.15rem) !important;
  }
  .cid-sCnn7rBbfT .card_item .card-box {
    border-width: 0;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  }
  .cid-sCnn7rBbfT .card_item:last-child .card-box {
    border-width: 0;
  }
  .cid-sCnn7rBbfT .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-sCnn7rBbfT .card-text {
    margin-bottom: 1.25rem;
  }
}
.cid-sCnn7rBbfT .mbr-section-title {
  color: #6f7379;
}
.cid-sCnn7rBbfT .card-text,
.cid-sCnn7rBbfT .linkBtn {
  color: #d1d1d1;
}
.cid-sD51UmSPIu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #121212;
}
.cid-sD51UmSPIu .mbr-section-head,
.cid-sD51UmSPIu .gallery_item {
  margin-bottom: 6rem;
}
.cid-sD51UmSPIu .mbr-section-subtitle {
  margin-bottom: 0.5rem;
  color: #d1d1d1;
}
.cid-sD51UmSPIu .mbr-section-title {
  line-height: .95;
  color: #6f7379;
}
.cid-sD51UmSPIu .box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-sD51UmSPIu .gallery-wrap-left {
  padding-right: 2rem;
  max-width: 66%;
  width: 66%;
}
.cid-sD51UmSPIu .gallery-wrap-right {
  padding-left: 2rem;
  max-width: 33%;
  width: 33%;
}
.cid-sD51UmSPIu .item-img,
.cid-sD51UmSPIu img {
  max-width: 100%;
  object-fit: cover;
}
.cid-sD51UmSPIu .gallery-wrap-50 .item_left {
  padding-right: 1rem;
}
.cid-sD51UmSPIu .gallery-wrap-50 .item_right {
  padding-left: 1rem;
}
.cid-sD51UmSPIu .item-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.5rem;
}
.cid-sD51UmSPIu .item-title {
  text-align: left;
  flex: 1 1 0;
  color: #c4e5f6;
}
.cid-sD51UmSPIu .item-subtitle {
  text-align: right;
  flex: 1 1 0;
  color: #d1d1d1;
}
@media (max-width: 991px) {
  .cid-sD51UmSPIu .gallery-wrap-left {
    padding-right: 0;
    max-width: 100%;
    width: 100%;
  }
  .cid-sD51UmSPIu .gallery-wrap-right {
    padding-left: 0;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sD51UmSPIu .mbr-section-head,
  .cid-sD51UmSPIu .gallery_item {
    margin-bottom: 3rem;
  }
  .cid-sD51UmSPIu .gallery-wrap-50 .item_left {
    padding-right: 0;
  }
  .cid-sD51UmSPIu .gallery-wrap-50 .item_right {
    padding-left: 0;
  }
}
.cid-sCnn8IZmjy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-sCnn8IZmjy .main_header {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .cid-sCnn8IZmjy .main_header {
    margin-bottom: 3rem;
  }
}
.cid-sCnn8IZmjy .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
  color: #d1d1d1;
}
.cid-sCnn8IZmjy .mbr-section-title {
  margin-bottom: 1.5rem;
  color: #6f7379;
}
.cid-sCnn8IZmjy .mbr-text {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  letter-spacing: -0.025em;
}
.cid-sCnn8IZmjy .content_box {
  max-width: 42rem;
}
.cid-sCnn8IZmjy img,
.cid-sCnn8IZmjy .item-img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-sCnn8IZmjy .item:focus,
.cid-sCnn8IZmjy span:focus {
  outline: none;
}
.cid-sCnn8IZmjy .item-img {
  position: relative;
}
.cid-sCnn8IZmjy .item_descr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #6ccf2b;
  width: 100%;
  text-align: center;
  cursor: default;
  padding: 0 1rem;
}
.cid-sCnn8IZmjy .item {
  cursor: pointer;
}
.cid-sCnn8IZmjy .item:nth-child(odd) .item-wrapper {
  padding-right: 1rem;
}
.cid-sCnn8IZmjy .item:nth-child(even) .item-wrapper {
  padding-left: 1rem;
}
.cid-sCnn8IZmjy .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding-bottom: 6rem;
}
@media (max-width: 991px) {
  .cid-sCnn8IZmjy .item-wrapper {
    padding: 0 0 3rem 0 !important;
  }
}
.cid-sCnn8IZmjy .item-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sCnn8IZmjy .item-title {
  text-align: left;
  flex: 1 1 0;
  color: #d1d1d1;
}
.cid-sCnn8IZmjy .item-subtitle {
  text-align: right;
  flex: 1 1 0;
}
@media (max-width: 767px) {
  .cid-sCnn8IZmjy .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-sCnn8IZmjy .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-sCnn8IZmjy .item-content {
    margin-bottom: .75rem;
  }
}
.cid-sCnn8IZmjy .mbr-text,
.cid-sCnn8IZmjy .linkBtn {
  color: #d1d1d1;
}
.cid-sOFFV8rXzs .google-map {
  height: 25rem;
  position: relative;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-sOFFV8rXzs .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sOFFV8rXzs .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sOFFV8rXzs .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sOFFV8rXzs .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sCnnvd6rsP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #121212;
}
.cid-sCnnvd6rsP .foot-menu {
  margin-bottom: 0;
}
.cid-sCnnvd6rsP ul {
  list-style: none;
  padding: 0;
}
.cid-sCnnvd6rsP li {
  display: inline-block;
  padding: .5rem 1.5rem .5rem 0;
  position: relative;
  line-height: 1.5;
}
.cid-sCnnvd6rsP li:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #d1d1d1;
}
.cid-sCnnvd6rsP ul li:last-child {
  padding-right: 0;
}
.cid-sCnnvd6rsP ul li:last-child:after {
  content: none;
}
.cid-sCnnvd6rsP .mbr-section-subtitle {
  margin-bottom: .75rem;
}
@media (min-width: 992px) {
  .cid-sCnnvd6rsP .box {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .cid-sCnnvd6rsP .foot-menu {
    margin-bottom: 1.25rem;
  }
}
.cid-sCnnvd6rsP H4 {
  color: #c4e5f6;
}
.cid-sCnnvd6rsP span.spamschutz {
  display: none;
}
.cid-sCnnvd6rsP span.ltxt {
  unicode-bidi: bidi-override;
  direction: rtl;
}
.cid-sCnnvd6rsP span.rtxt {
  unicode-bidi: bidi-override;
  direction: ltr;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #373C42;
  position: relative;
}

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

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

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;
}

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

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

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: #000000;
}

.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;
}

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

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

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

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

.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: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.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;
}

.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;
}
.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;
}

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

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

.gdpr-block{
    padding: 10px;
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0;
    background-color: white;
    left: 0;
    height: 50px;
}

.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;
}

.ls-1 {
  letter-spacing: -0.05em;
}

.ls-2 {
  letter-spacing: 0.025em;
}

.ls-3 {
  letter-spacing: 0.05em;
}

.mb-0 {
  margin-bottom: 0 !important;
}.cid-sCnmUc7GU2 .navbar-dropdown {
  position: relative !important;
}
.cid-sCnmUc7GU2 nav.navbar {
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sCnmUc7GU2 nav.navbar {
    padding-top: 1.5rem;
  }
}
.cid-sCnmUc7GU2 .contacts_menu {
  position: absolute;
  top: 24px;
  right: 105px;
}
.cid-sCnmUc7GU2 .contacts_menu ol {
  display: flex;
  padding: 0;
  margin-bottom: 0;
}
.cid-sCnmUc7GU2 .contacts_menu ol li {
  margin: 0 1rem;
  list-style: none;
}
@media (max-width: 767px) {
  .cid-sCnmUc7GU2 .contacts_menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-sCnmUc7GU2 .contacts_menu {
    top: 25px;
    display: none;
  }
}
.cid-sCnmUc7GU2 .navbar-short .contacts_menu {
  top: 24px;
}
@media (max-width: 991px) {
  .cid-sCnmUc7GU2 .navbar-short .contacts_menu {
    top: 21px;
  }
}
.cid-sCnmUc7GU2 .nav-item {
  border-bottom: 1px dotted rgba(209, 209, 209, 0.5);
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-sCnmUc7GU2 .nav-item {
    margin: 0 !important;
  }
}
.cid-sCnmUc7GU2 .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-sCnmUc7GU2 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-sCnmUc7GU2 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sCnmUc7GU2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-sCnmUc7GU2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCnmUc7GU2 .nav-link {
  position: relative;
}
.cid-sCnmUc7GU2 .container {
  display: flex;
  margin: auto;
}
.cid-sCnmUc7GU2 .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCnmUc7GU2 .dropdown-menu,
.cid-sCnmUc7GU2 .navbar.opened {
  background: #121212 !important;
}
.cid-sCnmUc7GU2 .nav-item:focus,
.cid-sCnmUc7GU2 .nav-link:focus {
  outline: none;
}
.cid-sCnmUc7GU2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCnmUc7GU2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCnmUc7GU2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCnmUc7GU2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCnmUc7GU2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCnmUc7GU2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCnmUc7GU2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #121212;
}
.cid-sCnmUc7GU2 .navbar.opened {
  transition: all 0.3s;
}
.cid-sCnmUc7GU2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCnmUc7GU2 .navbar .navbar-logo img {
  width: auto;
}
.cid-sCnmUc7GU2 .navbar .navbar-collapse {
  z-index: 1;
}
.cid-sCnmUc7GU2 .navbar.collapsed {
  justify-content: center;
}
.cid-sCnmUc7GU2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCnmUc7GU2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCnmUc7GU2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 9.7rem);
  }
}
.cid-sCnmUc7GU2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCnmUc7GU2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCnmUc7GU2 .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-sCnmUc7GU2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCnmUc7GU2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCnmUc7GU2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCnmUc7GU2 .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(209, 209, 209, 0.5);
  }
  .cid-sCnmUc7GU2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCnmUc7GU2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCnmUc7GU2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCnmUc7GU2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCnmUc7GU2 .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-sCnmUc7GU2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCnmUc7GU2 .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-sCnmUc7GU2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sCnmUc7GU2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCnmUc7GU2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCnmUc7GU2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCnmUc7GU2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCnmUc7GU2 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-sCnmUc7GU2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCnmUc7GU2 .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;
  direction: ltr;
}
.cid-sCnmUc7GU2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCnmUc7GU2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCnmUc7GU2 .dropdown-item.active,
.cid-sCnmUc7GU2 .dropdown-item:active {
  background-color: transparent;
}
.cid-sCnmUc7GU2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCnmUc7GU2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCnmUc7GU2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCnmUc7GU2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
}
.cid-sCnmUc7GU2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCnmUc7GU2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCnmUc7GU2 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 1rem;
}
.cid-sCnmUc7GU2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCnmUc7GU2 button.navbar-toggler {
  outline: none;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  align-self: center;
  border-radius: 50%;
  background-color: #ffffff;
  padding: 0;
  color: #121212;
}
.cid-sCnmUc7GU2 button.navbar-toggler:hover {
  background-color: rgba(255, 255, 255, 0.86);
}
.cid-sCnmUc7GU2 button.navbar-toggler:hover .hamburger span:nth-child(1) {
  width: 25px;
}
.cid-sCnmUc7GU2 button.navbar-toggler:hover .hamburger span:nth-child(2) {
  width: 13px;
}
.cid-sCnmUc7GU2 button.navbar-toggler:hover .hamburger span:nth-child(3) {
  width: 13px;
}
.cid-sCnmUc7GU2 button.navbar-toggler:hover .hamburger span:nth-child(4) {
  width: 22px;
}
.cid-sCnmUc7GU2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 14px;
  width: 32px;
  height: 3px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCnmUc7GU2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 21px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnmUc7GU2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 29px;
  width: 25px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnmUc7GU2 button.navbar-toggler .hamburger span:nth-child(3) {
  width: 25px;
  top: 29px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnmUc7GU2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnmUc7GU2 nav.opened .hamburger span:nth-child(1) {
  top: 21px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnmUc7GU2 nav.opened .hamburger span:nth-child(2) {
  width: 32px !important;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnmUc7GU2 nav.opened .hamburger span:nth-child(3) {
  width: 32px !important;
  transform: rotate(-45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnmUc7GU2 nav.opened .hamburger span:nth-child(4) {
  top: 37px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnmUc7GU2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sCnmUc7GU2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCnmUc7GU2 .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-sCnmUc7GU2 .navbar {
    height: 70px;
  }
  .cid-sCnmUc7GU2 .navbar.opened {
    height: auto;
  }
  .cid-sCnmUc7GU2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCnmUc7GU2 span.spamschutz {
  display: none;
}
.cid-sCnmUc7GU2 span.ltxt {
  unicode-bidi: bidi-override;
  direction: rtl;
}
.cid-sCnmUc7GU2 span.rtxt {
  unicode-bidi: bidi-override;
  direction: ltr;
}
.cid-sCnmUc7GU2 #unimlogo img {
  height: 100%;
}
.cid-sCnmUc7GU2 .navbar-container {
  direction: ltr;
}
.cid-sCnmUc7GU2 .collapsed #unimlogo {
  height: auto !important;
}
@media (max-width: 520px) {
  .cid-sCnmUc7GU2 .navbar-container {
    direction: rtl;
  }
}
.cid-sOFC3229bu {
  background-color: #eae8e4;
}
.cid-sOFC3229bu .mbr-section-subtitle {
  margin-bottom: 1.5rem;
}
.cid-sOFC3229bu .mbr-text {
  line-height: 1.15;
}
.cid-sOFC3229bu .bottom_box {
  margin-top: 4rem;
}
.cid-sOFC3229bu .title {
  position: relative;
  z-index: 1;
}
.cid-sOFC3229bu .name {
  margin-bottom: 1rem;
}
.cid-sOFC3229bu b,
.cid-sOFC3229bu strong {
  font-weight: 500;
  color: #0000ff;
}
.cid-sOFC3229bu .shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  background-color: #e6ca69;
  width: 300px;
  height: 300px;
  border-radius: 50%;
}
.cid-sOFC3229bu .linkBtn {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sOFC3229bu .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
  .cid-sOFC3229bu .bottom_box {
    margin-top: 2rem;
    text-align: left;
  }
  .cid-sOFC3229bu .linkBtn {
    margin-top: 1.5rem;
  }
  .cid-sOFC3229bu .name {
    margin-bottom: .5rem;
  }
}
.cid-sOFC3229bu .mbr-text,
.cid-sOFC3229bu .linkBtn P {
  text-align: left;
}
.cid-sOR2ZB9B1U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-sOR2ZB9B1U .row {
  border-top: 1px solid #FFFFFF;
  margin-top: -1px;
  min-height: 360px;
}
.cid-sOR2ZB9B1U .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 32px 32px 32px 54px;
  border-bottom: 1px solid #ffffff;
}
.cid-sOR2ZB9B1U .mbr-text {
  color: #FFFFFF;
  max-width: 330px;
}
.cid-sOR2ZB9B1U .color-text {
  color: #ff5753;
}
.cid-sOR2ZB9B1U .custom-block {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-sOR2ZB9B1U .custom-block_right {
  padding-left: 0;
  padding-right: 0;
}
.cid-sOR2ZB9B1U .text-box {
  width: 100%;
  position: relative;
}
.cid-sOR2ZB9B1U .transparent-number {
  width: 100%;
  z-index: 0;
  position: absolute;
  top: -25px;
  left: -20px;
  font-size: 6.5rem;
  font-weight: bold;
  color: #141414;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #4d4d4d;
}
.cid-sOR2ZB9B1U .icon-title {
  position: relative;
}
.cid-sOR2ZB9B1U .item .link {
  width: 100%;
  text-align: right;
}
.cid-sOR2ZB9B1U .link {
  margin-bottom: 10px;
}
.cid-sOR2ZB9B1U .custom-block_right .custom-link span {
  padding-left: 12px;
}
.cid-sOR2ZB9B1U .custom-block_right .custom-link::after {
  background-color: currentColor;
  display: block;
  position: absolute;
  bottom: -12px;
  left: 0;
  content: "";
  height: 1px;
  width: 100%;
  -webkit-transition: left 0.5s ease-in-out, width 0.5s ease-in-out;
  -moz--transition: left 0.5s ease-in-out, width 0.5s ease-in-out;
  transition: left 0.5s ease-in-out, width 0.5s ease-in-out;
}
.cid-sOR2ZB9B1U .custom-block_right .custom-link:hover::after {
  left: -10%;
  width: 110%;
}
.cid-sOR2ZB9B1U .card-wrapper {
  position: relative;
  padding: 48px 24px;
}
.cid-sOR2ZB9B1U .custom-block_left {
  padding: 0;
}
.cid-sOR2ZB9B1U .custom-block_left .section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 3rem;
  right: 16px;
  margin: 1% 50% 3% 50%;
  transform: rotate(0deg);
  border-radius: 2%;
  width: 120px;
  height: 120px;
}
.cid-sOR2ZB9B1U .custom-block_left .section-btn .btn-custom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  background: #333;
  border-radius: 2%;
  transition: 0.2s;
}
.cid-sOR2ZB9B1U .custom-block_left .section-btn .btn-custom:hover {
  background: #0000a8;
  transform: scale(1.3, 1.3);
  border-radius: 50%;
}
.cid-sOR2ZB9B1U .custom-block_left .section-btn .btn-custom span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .cid-sOR2ZB9B1U .wrapper {
    margin-right: -32px;
    margin-left: -32px;
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (min-width: 992px) {
  .cid-sOR2ZB9B1U .wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
  .cid-sOR2ZB9B1U .custom-block_left {
    border-right: 1px solid #ffffff;
  }
  .cid-sOR2ZB9B1U .custom-block_right {
    display: flex;
    flex-direction: column;
  }
  .cid-sOR2ZB9B1U .card-wrapper {
    position: relative;
    padding: 60px;
  }
  .cid-sOR2ZB9B1U .item {
    flex-grow: 1;
  }
  .cid-sOR2ZB9B1U .custom-block_left .section-btn {
    bottom: 35px;
    right: 35px;
  }
}
@media (max-width: 575px) {
  .cid-sOR2ZB9B1U .custom-block_left {
    padding: 0;
  }
  .cid-sOR2ZB9B1U .custom-block_left .section-btn {
    position: sticky;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
  }
  .cid-sOR2ZB9B1U .custom-block_left .section-btn .btn-custom {
    width: 80px;
    height: 80px;
  }
  .cid-sOR2ZB9B1U .card-title-box {
    margin-bottom: 16px;
  }
  .cid-sOR2ZB9B1U .mbr-text {
    max-width: 100%;
    margin-bottom: 16px !important;
  }
  .cid-sOR2ZB9B1U .item {
    padding: 32px 32px 32px 45px;
  }
  .cid-sOR2ZB9B1U .transparent-number {
    font-size: 4rem;
    top: -10px;
    left: -12px;
  }
}
.cid-sCnnvd6rsP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #121212;
}
.cid-sCnnvd6rsP .foot-menu {
  margin-bottom: 0;
}
.cid-sCnnvd6rsP ul {
  list-style: none;
  padding: 0;
}
.cid-sCnnvd6rsP li {
  display: inline-block;
  padding: .5rem 1.5rem .5rem 0;
  position: relative;
  line-height: 1.5;
}
.cid-sCnnvd6rsP li:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #d1d1d1;
}
.cid-sCnnvd6rsP ul li:last-child {
  padding-right: 0;
}
.cid-sCnnvd6rsP ul li:last-child:after {
  content: none;
}
.cid-sCnnvd6rsP .mbr-section-subtitle {
  margin-bottom: .75rem;
}
@media (min-width: 992px) {
  .cid-sCnnvd6rsP .box {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .cid-sCnnvd6rsP .foot-menu {
    margin-bottom: 1.25rem;
  }
}
.cid-sCnnvd6rsP H4 {
  color: #c4e5f6;
}
.cid-sCnnvd6rsP span.spamschutz {
  display: none;
}
.cid-sCnnvd6rsP span.ltxt {
  unicode-bidi: bidi-override;
  direction: rtl;
}
.cid-sCnnvd6rsP span.rtxt {
  unicode-bidi: bidi-override;
  direction: ltr;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #373C42;
  position: relative;
}

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

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

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;
}

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

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

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: #000000;
}

.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;
}

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

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

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

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

.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: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.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;
}

.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;
}
.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;
}

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

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

.gdpr-block{
    padding: 10px;
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0;
    background-color: white;
    left: 0;
    height: 50px;
}

.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;
}

.ls-1 {
  letter-spacing: -0.05em;
}

.ls-2 {
  letter-spacing: 0.025em;
}

.ls-3 {
  letter-spacing: 0.05em;
}

.mb-0 {
  margin-bottom: 0 !important;
}.cid-sCnmUc7GU2 .navbar-dropdown {
  position: relative !important;
}
.cid-sCnmUc7GU2 nav.navbar {
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sCnmUc7GU2 nav.navbar {
    padding-top: 1.5rem;
  }
}
.cid-sCnmUc7GU2 .contacts_menu {
  position: absolute;
  top: 24px;
  right: 105px;
}
.cid-sCnmUc7GU2 .contacts_menu ol {
  display: flex;
  padding: 0;
  margin-bottom: 0;
}
.cid-sCnmUc7GU2 .contacts_menu ol li {
  margin: 0 1rem;
  list-style: none;
}
@media (max-width: 767px) {
  .cid-sCnmUc7GU2 .contacts_menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-sCnmUc7GU2 .contacts_menu {
    top: 25px;
    display: none;
  }
}
.cid-sCnmUc7GU2 .navbar-short .contacts_menu {
  top: 24px;
}
@media (max-width: 991px) {
  .cid-sCnmUc7GU2 .navbar-short .contacts_menu {
    top: 21px;
  }
}
.cid-sCnmUc7GU2 .nav-item {
  border-bottom: 1px dotted rgba(209, 209, 209, 0.5);
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-sCnmUc7GU2 .nav-item {
    margin: 0 !important;
  }
}
.cid-sCnmUc7GU2 .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-sCnmUc7GU2 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-sCnmUc7GU2 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sCnmUc7GU2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-sCnmUc7GU2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCnmUc7GU2 .nav-link {
  position: relative;
}
.cid-sCnmUc7GU2 .container {
  display: flex;
  margin: auto;
}
.cid-sCnmUc7GU2 .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCnmUc7GU2 .dropdown-menu,
.cid-sCnmUc7GU2 .navbar.opened {
  background: #121212 !important;
}
.cid-sCnmUc7GU2 .nav-item:focus,
.cid-sCnmUc7GU2 .nav-link:focus {
  outline: none;
}
.cid-sCnmUc7GU2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCnmUc7GU2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCnmUc7GU2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCnmUc7GU2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCnmUc7GU2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCnmUc7GU2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCnmUc7GU2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #121212;
}
.cid-sCnmUc7GU2 .navbar.opened {
  transition: all 0.3s;
}
.cid-sCnmUc7GU2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCnmUc7GU2 .navbar .navbar-logo img {
  width: auto;
}
.cid-sCnmUc7GU2 .navbar .navbar-collapse {
  z-index: 1;
}
.cid-sCnmUc7GU2 .navbar.collapsed {
  justify-content: center;
}
.cid-sCnmUc7GU2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCnmUc7GU2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCnmUc7GU2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 9.7rem);
  }
}
.cid-sCnmUc7GU2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCnmUc7GU2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCnmUc7GU2 .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-sCnmUc7GU2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCnmUc7GU2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCnmUc7GU2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCnmUc7GU2 .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(209, 209, 209, 0.5);
  }
  .cid-sCnmUc7GU2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCnmUc7GU2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCnmUc7GU2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCnmUc7GU2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCnmUc7GU2 .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-sCnmUc7GU2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCnmUc7GU2 .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-sCnmUc7GU2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sCnmUc7GU2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCnmUc7GU2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCnmUc7GU2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCnmUc7GU2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCnmUc7GU2 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-sCnmUc7GU2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCnmUc7GU2 .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;
  direction: ltr;
}
.cid-sCnmUc7GU2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCnmUc7GU2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCnmUc7GU2 .dropdown-item.active,
.cid-sCnmUc7GU2 .dropdown-item:active {
  background-color: transparent;
}
.cid-sCnmUc7GU2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCnmUc7GU2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCnmUc7GU2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCnmUc7GU2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
}
.cid-sCnmUc7GU2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCnmUc7GU2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCnmUc7GU2 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 1rem;
}
.cid-sCnmUc7GU2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCnmUc7GU2 button.navbar-toggler {
  outline: none;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  align-self: center;
  border-radius: 50%;
  background-color: #ffffff;
  padding: 0;
  color: #121212;
}
.cid-sCnmUc7GU2 button.navbar-toggler:hover {
  background-color: rgba(255, 255, 255, 0.86);
}
.cid-sCnmUc7GU2 button.navbar-toggler:hover .hamburger span:nth-child(1) {
  width: 25px;
}
.cid-sCnmUc7GU2 button.navbar-toggler:hover .hamburger span:nth-child(2) {
  width: 13px;
}
.cid-sCnmUc7GU2 button.navbar-toggler:hover .hamburger span:nth-child(3) {
  width: 13px;
}
.cid-sCnmUc7GU2 button.navbar-toggler:hover .hamburger span:nth-child(4) {
  width: 22px;
}
.cid-sCnmUc7GU2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 14px;
  width: 32px;
  height: 3px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCnmUc7GU2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 21px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnmUc7GU2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 29px;
  width: 25px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnmUc7GU2 button.navbar-toggler .hamburger span:nth-child(3) {
  width: 25px;
  top: 29px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnmUc7GU2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnmUc7GU2 nav.opened .hamburger span:nth-child(1) {
  top: 21px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnmUc7GU2 nav.opened .hamburger span:nth-child(2) {
  width: 32px !important;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnmUc7GU2 nav.opened .hamburger span:nth-child(3) {
  width: 32px !important;
  transform: rotate(-45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnmUc7GU2 nav.opened .hamburger span:nth-child(4) {
  top: 37px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnmUc7GU2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sCnmUc7GU2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCnmUc7GU2 .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-sCnmUc7GU2 .navbar {
    height: 70px;
  }
  .cid-sCnmUc7GU2 .navbar.opened {
    height: auto;
  }
  .cid-sCnmUc7GU2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCnmUc7GU2 span.spamschutz {
  display: none;
}
.cid-sCnmUc7GU2 span.ltxt {
  unicode-bidi: bidi-override;
  direction: rtl;
}
.cid-sCnmUc7GU2 span.rtxt {
  unicode-bidi: bidi-override;
  direction: ltr;
}
.cid-sCnmUc7GU2 #unimlogo img {
  height: 100%;
}
.cid-sCnmUc7GU2 .navbar-container {
  direction: ltr;
}
.cid-sCnmUc7GU2 .collapsed #unimlogo {
  height: auto !important;
}
@media (max-width: 520px) {
  .cid-sCnmUc7GU2 .navbar-container {
    direction: rtl;
  }
}
.cid-sORvzPFLbt {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #121212;
}
.cid-sORvzPFLbt .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sORvzPFLbt .container {
    max-width: 1400px;
  }
}
.cid-sORvzPFLbt .card {
  margin: auto;
}
.cid-sORvzPFLbt .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #000000;
  margin-bottom: 2rem;
}
.cid-sORvzPFLbt .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sORvzPFLbt .row {
  justify-content: center;
}
.cid-sORvzPFLbt .card-title,
.cid-sORvzPFLbt .card-box {
  color: #ffffff;
}
.cid-sORUv8Tolj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eae8e4;
}
.cid-sORUv8Tolj .row {
  flex-direction: row-reverse;
}
.cid-sORUv8Tolj .main_title {
  margin-bottom: 2.5rem;
}
.cid-sORUv8Tolj .card_subtitle {
  margin-bottom: .75rem;
}
.cid-sORUv8Tolj .mbr-text {
  line-height: 1.23;
}
.cid-sORUv8Tolj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sORUv8Tolj .list_title {
  margin-bottom: 1.5rem;
}
.cid-sORUv8Tolj .list_box {
  margin-top: 2rem;
}
.cid-sORUv8Tolj ol {
  padding: 0;
  margin: 0;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.cid-sORUv8Tolj ol li {
  display: block;
  line-height: 1.23;
  margin-bottom: .5rem;
  list-style: none;
}
.cid-sORUv8Tolj ol li:before {
  content: "⚬ ";
  margin-right: 5px;
  display: inline-block;
  min-width: 28px;
}
@media (min-width: 992px) {
  .cid-sORUv8Tolj .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sORUv8Tolj .row {
    flex-direction: column-reverse;
  }
  .cid-sORUv8Tolj .card-wrapper {
    padding: 0;
  }
  .cid-sORUv8Tolj .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-sORUv8Tolj .card_subtitle {
    margin-bottom: .25rem;
  }
  .cid-sORUv8Tolj .image-wrapper {
    margin-bottom: 3rem;
  }
  .cid-sORUv8Tolj .list_title {
    margin-bottom: .75rem;
  }
  .cid-sORUv8Tolj .list_box {
    margin-top: 1rem;
  }
  .cid-sORUv8Tolj ol {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }
  .cid-sORUv8Tolj ol li {
    margin-bottom: .25rem;
  }
}
.cid-sORUv8Tolj .box a {
  color: #000;
}
.cid-sORUv8Tolj .box ul {
  list-style: none;
  padding: 0;
}
.cid-sORUv8Tolj .box li {
  display: inline-block;
  padding: .5rem 1.5rem .5rem 0;
  position: relative;
  line-height: 1.5;
}
.cid-sORUv8Tolj .box li:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #d1d1d1;
}
.cid-sORUv8Tolj .box ul li:last-child {
  padding-right: 0;
}
.cid-sORUv8Tolj .box ul li:last-child:after {
  content: none;
}
.cid-sORUv8Tolj span.spamschutz {
  display: none;
}
.cid-sORUv8Tolj span.ltxt {
  unicode-bidi: bidi-override;
  direction: rtl;
}
.cid-sORUv8Tolj span.rtxt {
  unicode-bidi: bidi-override;
  direction: ltr;
}
.cid-sORvAhteXZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-sORvAhteXZ .row {
  border-top: 1px solid #FFFFFF;
  margin-top: -1px;
  min-height: 360px;
}
.cid-sORvAhteXZ .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 32px 32px 32px 54px;
  border-bottom: 1px solid #ffffff;
}
.cid-sORvAhteXZ .mbr-text {
  color: #FFFFFF;
  max-width: 330px;
}
.cid-sORvAhteXZ .color-text {
  color: #ff5753;
}
.cid-sORvAhteXZ .custom-block {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-sORvAhteXZ .custom-block_right {
  padding-left: 0;
  padding-right: 0;
}
.cid-sORvAhteXZ .text-box {
  width: 100%;
  position: relative;
}
.cid-sORvAhteXZ .transparent-number {
  width: 100%;
  z-index: 0;
  position: absolute;
  top: -25px;
  left: -20px;
  font-size: 6.5rem;
  font-weight: bold;
  color: #141414;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #4d4d4d;
}
.cid-sORvAhteXZ .icon-title {
  position: relative;
}
.cid-sORvAhteXZ .item .link {
  width: 100%;
  text-align: right;
}
.cid-sORvAhteXZ .link {
  margin-bottom: 10px;
}
.cid-sORvAhteXZ .custom-block_right .custom-link span {
  padding-left: 12px;
}
.cid-sORvAhteXZ .custom-block_right .custom-link::after {
  background-color: currentColor;
  display: block;
  position: absolute;
  bottom: -12px;
  left: 0;
  content: "";
  height: 1px;
  width: 100%;
  -webkit-transition: left 0.5s ease-in-out, width 0.5s ease-in-out;
  -moz--transition: left 0.5s ease-in-out, width 0.5s ease-in-out;
  transition: left 0.5s ease-in-out, width 0.5s ease-in-out;
}
.cid-sORvAhteXZ .custom-block_right .custom-link:hover::after {
  left: -10%;
  width: 110%;
}
.cid-sORvAhteXZ .card-wrapper {
  position: relative;
  padding: 48px 24px;
}
.cid-sORvAhteXZ .custom-block_left {
  padding: 0;
}
.cid-sORvAhteXZ .custom-block_left .section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 3rem;
  right: 16px;
  margin: 1% 50% 3% 50%;
  transform: rotate(0deg);
  border-radius: 2%;
  width: 120px;
  height: 120px;
}
.cid-sORvAhteXZ .custom-block_left .section-btn .btn-custom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  background: #333;
  border-radius: 2%;
  transition: 0.2s;
}
.cid-sORvAhteXZ .custom-block_left .section-btn .btn-custom:hover {
  background: #0000a8;
  transform: scale(1.3, 1.3);
  border-radius: 50%;
}
.cid-sORvAhteXZ .custom-block_left .section-btn .btn-custom span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .cid-sORvAhteXZ .wrapper {
    margin-right: -32px;
    margin-left: -32px;
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (min-width: 992px) {
  .cid-sORvAhteXZ .wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
  .cid-sORvAhteXZ .custom-block_left {
    border-right: 1px solid #ffffff;
  }
  .cid-sORvAhteXZ .custom-block_right {
    display: flex;
    flex-direction: column;
  }
  .cid-sORvAhteXZ .card-wrapper {
    position: relative;
    padding: 60px;
  }
  .cid-sORvAhteXZ .item {
    flex-grow: 1;
  }
  .cid-sORvAhteXZ .custom-block_left .section-btn {
    bottom: 35px;
    right: 35px;
  }
}
@media (max-width: 575px) {
  .cid-sORvAhteXZ .custom-block_left {
    padding: 0;
  }
  .cid-sORvAhteXZ .custom-block_left .section-btn {
    position: sticky;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
  }
  .cid-sORvAhteXZ .custom-block_left .section-btn .btn-custom {
    width: 80px;
    height: 80px;
  }
  .cid-sORvAhteXZ .card-title-box {
    margin-bottom: 16px;
  }
  .cid-sORvAhteXZ .mbr-text {
    max-width: 100%;
    margin-bottom: 16px !important;
  }
  .cid-sORvAhteXZ .item {
    padding: 32px 32px 32px 45px;
  }
  .cid-sORvAhteXZ .transparent-number {
    font-size: 4rem;
    top: -10px;
    left: -12px;
  }
}
.cid-sCnnvd6rsP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #121212;
}
.cid-sCnnvd6rsP .foot-menu {
  margin-bottom: 0;
}
.cid-sCnnvd6rsP ul {
  list-style: none;
  padding: 0;
}
.cid-sCnnvd6rsP li {
  display: inline-block;
  padding: .5rem 1.5rem .5rem 0;
  position: relative;
  line-height: 1.5;
}
.cid-sCnnvd6rsP li:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #d1d1d1;
}
.cid-sCnnvd6rsP ul li:last-child {
  padding-right: 0;
}
.cid-sCnnvd6rsP ul li:last-child:after {
  content: none;
}
.cid-sCnnvd6rsP .mbr-section-subtitle {
  margin-bottom: .75rem;
}
@media (min-width: 992px) {
  .cid-sCnnvd6rsP .box {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .cid-sCnnvd6rsP .foot-menu {
    margin-bottom: 1.25rem;
  }
}
.cid-sCnnvd6rsP H4 {
  color: #c4e5f6;
}
.cid-sCnnvd6rsP span.spamschutz {
  display: none;
}
.cid-sCnnvd6rsP span.ltxt {
  unicode-bidi: bidi-override;
  direction: rtl;
}
.cid-sCnnvd6rsP span.rtxt {
  unicode-bidi: bidi-override;
  direction: ltr;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #373C42;
  position: relative;
}

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

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

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;
}

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

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

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: #000000;
}

.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;
}

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

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

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

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

.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: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.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;
}

.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;
}
.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;
}

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

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

.gdpr-block{
    padding: 10px;
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0;
    background-color: white;
    left: 0;
    height: 50px;
}

.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;
}

.ls-1 {
  letter-spacing: -0.05em;
}

.ls-2 {
  letter-spacing: 0.025em;
}

.ls-3 {
  letter-spacing: 0.05em;
}

.mb-0 {
  margin-bottom: 0 !important;
}.cid-sCnmUc7GU2 .navbar-dropdown {
  position: relative !important;
}
.cid-sCnmUc7GU2 nav.navbar {
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sCnmUc7GU2 nav.navbar {
    padding-top: 1.5rem;
  }
}
.cid-sCnmUc7GU2 .contacts_menu {
  position: absolute;
  top: 24px;
  right: 105px;
}
.cid-sCnmUc7GU2 .contacts_menu ol {
  display: flex;
  padding: 0;
  margin-bottom: 0;
}
.cid-sCnmUc7GU2 .contacts_menu ol li {
  margin: 0 1rem;
  list-style: none;
}
@media (max-width: 767px) {
  .cid-sCnmUc7GU2 .contacts_menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-sCnmUc7GU2 .contacts_menu {
    top: 25px;
    display: none;
  }
}
.cid-sCnmUc7GU2 .navbar-short .contacts_menu {
  top: 24px;
}
@media (max-width: 991px) {
  .cid-sCnmUc7GU2 .navbar-short .contacts_menu {
    top: 21px;
  }
}
.cid-sCnmUc7GU2 .nav-item {
  border-bottom: 1px dotted rgba(209, 209, 209, 0.5);
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-sCnmUc7GU2 .nav-item {
    margin: 0 !important;
  }
}
.cid-sCnmUc7GU2 .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-sCnmUc7GU2 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-sCnmUc7GU2 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sCnmUc7GU2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-sCnmUc7GU2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCnmUc7GU2 .nav-link {
  position: relative;
}
.cid-sCnmUc7GU2 .container {
  display: flex;
  margin: auto;
}
.cid-sCnmUc7GU2 .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCnmUc7GU2 .dropdown-menu,
.cid-sCnmUc7GU2 .navbar.opened {
  background: #121212 !important;
}
.cid-sCnmUc7GU2 .nav-item:focus,
.cid-sCnmUc7GU2 .nav-link:focus {
  outline: none;
}
.cid-sCnmUc7GU2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCnmUc7GU2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCnmUc7GU2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCnmUc7GU2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCnmUc7GU2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCnmUc7GU2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCnmUc7GU2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #121212;
}
.cid-sCnmUc7GU2 .navbar.opened {
  transition: all 0.3s;
}
.cid-sCnmUc7GU2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCnmUc7GU2 .navbar .navbar-logo img {
  width: auto;
}
.cid-sCnmUc7GU2 .navbar .navbar-collapse {
  z-index: 1;
}
.cid-sCnmUc7GU2 .navbar.collapsed {
  justify-content: center;
}
.cid-sCnmUc7GU2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCnmUc7GU2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCnmUc7GU2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 9.7rem);
  }
}
.cid-sCnmUc7GU2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCnmUc7GU2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCnmUc7GU2 .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-sCnmUc7GU2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCnmUc7GU2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCnmUc7GU2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCnmUc7GU2 .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(209, 209, 209, 0.5);
  }
  .cid-sCnmUc7GU2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCnmUc7GU2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCnmUc7GU2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCnmUc7GU2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCnmUc7GU2 .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-sCnmUc7GU2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCnmUc7GU2 .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-sCnmUc7GU2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sCnmUc7GU2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCnmUc7GU2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCnmUc7GU2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCnmUc7GU2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCnmUc7GU2 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-sCnmUc7GU2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCnmUc7GU2 .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;
  direction: ltr;
}
.cid-sCnmUc7GU2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCnmUc7GU2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCnmUc7GU2 .dropdown-item.active,
.cid-sCnmUc7GU2 .dropdown-item:active {
  background-color: transparent;
}
.cid-sCnmUc7GU2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCnmUc7GU2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCnmUc7GU2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCnmUc7GU2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
}
.cid-sCnmUc7GU2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCnmUc7GU2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCnmUc7GU2 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 1rem;
}
.cid-sCnmUc7GU2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCnmUc7GU2 button.navbar-toggler {
  outline: none;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  align-self: center;
  border-radius: 50%;
  background-color: #ffffff;
  padding: 0;
  color: #121212;
}
.cid-sCnmUc7GU2 button.navbar-toggler:hover {
  background-color: rgba(255, 255, 255, 0.86);
}
.cid-sCnmUc7GU2 button.navbar-toggler:hover .hamburger span:nth-child(1) {
  width: 25px;
}
.cid-sCnmUc7GU2 button.navbar-toggler:hover .hamburger span:nth-child(2) {
  width: 13px;
}
.cid-sCnmUc7GU2 button.navbar-toggler:hover .hamburger span:nth-child(3) {
  width: 13px;
}
.cid-sCnmUc7GU2 button.navbar-toggler:hover .hamburger span:nth-child(4) {
  width: 22px;
}
.cid-sCnmUc7GU2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 14px;
  width: 32px;
  height: 3px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCnmUc7GU2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 21px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnmUc7GU2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 29px;
  width: 25px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnmUc7GU2 button.navbar-toggler .hamburger span:nth-child(3) {
  width: 25px;
  top: 29px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnmUc7GU2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnmUc7GU2 nav.opened .hamburger span:nth-child(1) {
  top: 21px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnmUc7GU2 nav.opened .hamburger span:nth-child(2) {
  width: 32px !important;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnmUc7GU2 nav.opened .hamburger span:nth-child(3) {
  width: 32px !important;
  transform: rotate(-45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnmUc7GU2 nav.opened .hamburger span:nth-child(4) {
  top: 37px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnmUc7GU2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sCnmUc7GU2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCnmUc7GU2 .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-sCnmUc7GU2 .navbar {
    height: 70px;
  }
  .cid-sCnmUc7GU2 .navbar.opened {
    height: auto;
  }
  .cid-sCnmUc7GU2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCnmUc7GU2 span.spamschutz {
  display: none;
}
.cid-sCnmUc7GU2 span.ltxt {
  unicode-bidi: bidi-override;
  direction: rtl;
}
.cid-sCnmUc7GU2 span.rtxt {
  unicode-bidi: bidi-override;
  direction: ltr;
}
.cid-sCnmUc7GU2 #unimlogo img {
  height: 100%;
}
.cid-sCnmUc7GU2 .navbar-container {
  direction: ltr;
}
.cid-sCnmUc7GU2 .collapsed #unimlogo {
  height: auto !important;
}
@media (max-width: 520px) {
  .cid-sCnmUc7GU2 .navbar-container {
    direction: rtl;
  }
}
.cid-sORvim40rx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #121212;
}
.cid-sORvim40rx .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sORvim40rx .container {
    max-width: 1400px;
  }
}
.cid-sORvim40rx .card {
  margin: auto;
}
.cid-sORvim40rx .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #000000;
  margin-bottom: 2rem;
}
.cid-sORvim40rx .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sORvim40rx .row {
  justify-content: center;
}
.cid-sORvim40rx .card-title,
.cid-sORvim40rx .card-box {
  color: #ffffff;
}
.cid-sOR3zt8s7M {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eae8e4;
}
.cid-sOR3zt8s7M .main_header {
  margin-bottom: 5rem;
}
.cid-sOR3zt8s7M .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-sOR3zt8s7M .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
}
.cid-sOR3zt8s7M .card_wrapper {
  height: 100%;
  margin-bottom: 3.5rem;
  cursor: pointer;
}
.cid-sOR3zt8s7M .item-img {
  position: relative;
  transition: box-shadow 0.2s ease-in, transform 0.2s ease-in;
}
.cid-sOR3zt8s7M .item-img:hover {
  transform: scale(1.02, 1.02);
  box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.4);
}
.cid-sOR3zt8s7M .item-img:before {
  position: absolute;
  content: ' ';
  display: block;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
}
.cid-sOR3zt8s7M img,
.cid-sOR3zt8s7M .item-img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  height: 250px;
  object-fit: cover;
}
.cid-sOR3zt8s7M .card_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.cid-sOR3zt8s7M .card_info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.cid-sOR3zt8s7M .card_text {
  padding-top: 5px;
  color: #eae8e4;
}
.cid-sOR3zt8s7M .card-number {
  min-width: 48px;
  color: #eae8e4;
  text-align: right;
}
.cid-sOR3zt8s7M .list_content {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-top: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-sOR3zt8s7M .list_content:nth-child(1) {
  border: none;
}
.cid-sOR3zt8s7M .list_date {
  min-width: 130px;
}
.cid-sOR3zt8s7M .list_text {
  padding: 0 1rem;
}
.cid-sOR3zt8s7M .list_number {
  min-width: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sOR3zt8s7M .main_header {
    margin-bottom: 2.5rem;
  }
  .cid-sOR3zt8s7M .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-sOR3zt8s7M .mbr-text {
    margin-top: .75rem;
  }
  .cid-sOR3zt8s7M .card_wrapper {
    margin-bottom: 1.75rem;
  }
  .cid-sOR3zt8s7M .item-img,
  .cid-sOR3zt8s7M img {
    max-height: 200px;
  }
  .cid-sOR3zt8s7M .list_content {
    flex-direction: column-reverse;
    padding: 14px 0;
  }
  .cid-sOR3zt8s7M .list_text {
    padding: 5px 0;
  }
  .cid-sOR3zt8s7M .list_number {
    text-align: left;
  }
}
.cid-sOR3zt8s7M span.spamschutz {
  display: none;
}
.cid-sOR3zt8s7M span.ltxt {
  unicode-bidi: bidi-override;
  direction: rtl;
}
.cid-sOR3zt8s7M span.rtxt {
  unicode-bidi: bidi-override;
  direction: ltr;
}
.cid-sOR3zt8s7M .card-text,
.cid-sOR3zt8s7M .linkBtn {
  text-align: left;
}
.cid-sORhJo2eIw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-sORhJo2eIw .row {
  border-top: 1px solid #FFFFFF;
  margin-top: -1px;
  min-height: 360px;
}
.cid-sORhJo2eIw .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 32px 32px 32px 54px;
  border-bottom: 1px solid #ffffff;
}
.cid-sORhJo2eIw .mbr-text {
  color: #FFFFFF;
  max-width: 330px;
}
.cid-sORhJo2eIw .color-text {
  color: #ff5753;
}
.cid-sORhJo2eIw .custom-block {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-sORhJo2eIw .custom-block_right {
  padding-left: 0;
  padding-right: 0;
}
.cid-sORhJo2eIw .text-box {
  width: 100%;
  position: relative;
}
.cid-sORhJo2eIw .transparent-number {
  width: 100%;
  z-index: 0;
  position: absolute;
  top: -25px;
  left: -20px;
  font-size: 6.5rem;
  font-weight: bold;
  color: #141414;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #4d4d4d;
}
.cid-sORhJo2eIw .icon-title {
  position: relative;
}
.cid-sORhJo2eIw .item .link {
  width: 100%;
  text-align: right;
}
.cid-sORhJo2eIw .link {
  margin-bottom: 10px;
}
.cid-sORhJo2eIw .custom-block_right .custom-link span {
  padding-left: 12px;
}
.cid-sORhJo2eIw .custom-block_right .custom-link::after {
  background-color: currentColor;
  display: block;
  position: absolute;
  bottom: -12px;
  left: 0;
  content: "";
  height: 1px;
  width: 100%;
  -webkit-transition: left 0.5s ease-in-out, width 0.5s ease-in-out;
  -moz--transition: left 0.5s ease-in-out, width 0.5s ease-in-out;
  transition: left 0.5s ease-in-out, width 0.5s ease-in-out;
}
.cid-sORhJo2eIw .custom-block_right .custom-link:hover::after {
  left: -10%;
  width: 110%;
}
.cid-sORhJo2eIw .card-wrapper {
  position: relative;
  padding: 48px 24px;
}
.cid-sORhJo2eIw .custom-block_left {
  padding: 0;
}
.cid-sORhJo2eIw .custom-block_left .section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 3rem;
  right: 16px;
  margin: 1% 50% 3% 50%;
  transform: rotate(0deg);
  border-radius: 2%;
  width: 120px;
  height: 120px;
}
.cid-sORhJo2eIw .custom-block_left .section-btn .btn-custom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  background: #333;
  border-radius: 2%;
  transition: 0.2s;
}
.cid-sORhJo2eIw .custom-block_left .section-btn .btn-custom:hover {
  background: #0000a8;
  transform: scale(1.3, 1.3);
  border-radius: 50%;
}
.cid-sORhJo2eIw .custom-block_left .section-btn .btn-custom span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .cid-sORhJo2eIw .wrapper {
    margin-right: -32px;
    margin-left: -32px;
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (min-width: 992px) {
  .cid-sORhJo2eIw .wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
  .cid-sORhJo2eIw .custom-block_left {
    border-right: 1px solid #ffffff;
  }
  .cid-sORhJo2eIw .custom-block_right {
    display: flex;
    flex-direction: column;
  }
  .cid-sORhJo2eIw .card-wrapper {
    position: relative;
    padding: 60px;
  }
  .cid-sORhJo2eIw .item {
    flex-grow: 1;
  }
  .cid-sORhJo2eIw .custom-block_left .section-btn {
    bottom: 35px;
    right: 35px;
  }
}
@media (max-width: 575px) {
  .cid-sORhJo2eIw .custom-block_left {
    padding: 0;
  }
  .cid-sORhJo2eIw .custom-block_left .section-btn {
    position: sticky;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
  }
  .cid-sORhJo2eIw .custom-block_left .section-btn .btn-custom {
    width: 80px;
    height: 80px;
  }
  .cid-sORhJo2eIw .card-title-box {
    margin-bottom: 16px;
  }
  .cid-sORhJo2eIw .mbr-text {
    max-width: 100%;
    margin-bottom: 16px !important;
  }
  .cid-sORhJo2eIw .item {
    padding: 32px 32px 32px 45px;
  }
  .cid-sORhJo2eIw .transparent-number {
    font-size: 4rem;
    top: -10px;
    left: -12px;
  }
}
.cid-sCnnvd6rsP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #121212;
}
.cid-sCnnvd6rsP .foot-menu {
  margin-bottom: 0;
}
.cid-sCnnvd6rsP ul {
  list-style: none;
  padding: 0;
}
.cid-sCnnvd6rsP li {
  display: inline-block;
  padding: .5rem 1.5rem .5rem 0;
  position: relative;
  line-height: 1.5;
}
.cid-sCnnvd6rsP li:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #d1d1d1;
}
.cid-sCnnvd6rsP ul li:last-child {
  padding-right: 0;
}
.cid-sCnnvd6rsP ul li:last-child:after {
  content: none;
}
.cid-sCnnvd6rsP .mbr-section-subtitle {
  margin-bottom: .75rem;
}
@media (min-width: 992px) {
  .cid-sCnnvd6rsP .box {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .cid-sCnnvd6rsP .foot-menu {
    margin-bottom: 1.25rem;
  }
}
.cid-sCnnvd6rsP H4 {
  color: #c4e5f6;
}
.cid-sCnnvd6rsP span.spamschutz {
  display: none;
}
.cid-sCnnvd6rsP span.ltxt {
  unicode-bidi: bidi-override;
  direction: rtl;
}
.cid-sCnnvd6rsP span.rtxt {
  unicode-bidi: bidi-override;
  direction: ltr;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #373C42;
  position: relative;
}

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

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

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;
}

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

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

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: #000000;
}

.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;
}

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

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

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

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

.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: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.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;
}

.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;
}
.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;
}

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

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

.gdpr-block{
    padding: 10px;
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0;
    background-color: white;
    left: 0;
    height: 50px;
}

.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;
}

.ls-1 {
  letter-spacing: -0.05em;
}

.ls-2 {
  letter-spacing: 0.025em;
}

.ls-3 {
  letter-spacing: 0.05em;
}

.mb-0 {
  margin-bottom: 0 !important;
}.cid-sCnmUc7GU2 .navbar-dropdown {
  position: relative !important;
}
.cid-sCnmUc7GU2 nav.navbar {
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sCnmUc7GU2 nav.navbar {
    padding-top: 1.5rem;
  }
}
.cid-sCnmUc7GU2 .contacts_menu {
  position: absolute;
  top: 24px;
  right: 105px;
}
.cid-sCnmUc7GU2 .contacts_menu ol {
  display: flex;
  padding: 0;
  margin-bottom: 0;
}
.cid-sCnmUc7GU2 .contacts_menu ol li {
  margin: 0 1rem;
  list-style: none;
}
@media (max-width: 767px) {
  .cid-sCnmUc7GU2 .contacts_menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-sCnmUc7GU2 .contacts_menu {
    top: 25px;
    display: none;
  }
}
.cid-sCnmUc7GU2 .navbar-short .contacts_menu {
  top: 24px;
}
@media (max-width: 991px) {
  .cid-sCnmUc7GU2 .navbar-short .contacts_menu {
    top: 21px;
  }
}
.cid-sCnmUc7GU2 .nav-item {
  border-bottom: 1px dotted rgba(209, 209, 209, 0.5);
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-sCnmUc7GU2 .nav-item {
    margin: 0 !important;
  }
}
.cid-sCnmUc7GU2 .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-sCnmUc7GU2 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-sCnmUc7GU2 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sCnmUc7GU2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-sCnmUc7GU2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCnmUc7GU2 .nav-link {
  position: relative;
}
.cid-sCnmUc7GU2 .container {
  display: flex;
  margin: auto;
}
.cid-sCnmUc7GU2 .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCnmUc7GU2 .dropdown-menu,
.cid-sCnmUc7GU2 .navbar.opened {
  background: #121212 !important;
}
.cid-sCnmUc7GU2 .nav-item:focus,
.cid-sCnmUc7GU2 .nav-link:focus {
  outline: none;
}
.cid-sCnmUc7GU2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCnmUc7GU2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCnmUc7GU2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCnmUc7GU2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCnmUc7GU2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCnmUc7GU2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCnmUc7GU2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #121212;
}
.cid-sCnmUc7GU2 .navbar.opened {
  transition: all 0.3s;
}
.cid-sCnmUc7GU2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCnmUc7GU2 .navbar .navbar-logo img {
  width: auto;
}
.cid-sCnmUc7GU2 .navbar .navbar-collapse {
  z-index: 1;
}
.cid-sCnmUc7GU2 .navbar.collapsed {
  justify-content: center;
}
.cid-sCnmUc7GU2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCnmUc7GU2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCnmUc7GU2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 9.7rem);
  }
}
.cid-sCnmUc7GU2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCnmUc7GU2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCnmUc7GU2 .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-sCnmUc7GU2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCnmUc7GU2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCnmUc7GU2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCnmUc7GU2 .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(209, 209, 209, 0.5);
  }
  .cid-sCnmUc7GU2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCnmUc7GU2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCnmUc7GU2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCnmUc7GU2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCnmUc7GU2 .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-sCnmUc7GU2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCnmUc7GU2 .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-sCnmUc7GU2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sCnmUc7GU2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCnmUc7GU2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCnmUc7GU2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCnmUc7GU2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCnmUc7GU2 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-sCnmUc7GU2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCnmUc7GU2 .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;
  direction: ltr;
}
.cid-sCnmUc7GU2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCnmUc7GU2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCnmUc7GU2 .dropdown-item.active,
.cid-sCnmUc7GU2 .dropdown-item:active {
  background-color: transparent;
}
.cid-sCnmUc7GU2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCnmUc7GU2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCnmUc7GU2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCnmUc7GU2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
}
.cid-sCnmUc7GU2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCnmUc7GU2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCnmUc7GU2 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 1rem;
}
.cid-sCnmUc7GU2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCnmUc7GU2 button.navbar-toggler {
  outline: none;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  align-self: center;
  border-radius: 50%;
  background-color: #ffffff;
  padding: 0;
  color: #121212;
}
.cid-sCnmUc7GU2 button.navbar-toggler:hover {
  background-color: rgba(255, 255, 255, 0.86);
}
.cid-sCnmUc7GU2 button.navbar-toggler:hover .hamburger span:nth-child(1) {
  width: 25px;
}
.cid-sCnmUc7GU2 button.navbar-toggler:hover .hamburger span:nth-child(2) {
  width: 13px;
}
.cid-sCnmUc7GU2 button.navbar-toggler:hover .hamburger span:nth-child(3) {
  width: 13px;
}
.cid-sCnmUc7GU2 button.navbar-toggler:hover .hamburger span:nth-child(4) {
  width: 22px;
}
.cid-sCnmUc7GU2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 14px;
  width: 32px;
  height: 3px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCnmUc7GU2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 21px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnmUc7GU2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 29px;
  width: 25px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnmUc7GU2 button.navbar-toggler .hamburger span:nth-child(3) {
  width: 25px;
  top: 29px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnmUc7GU2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnmUc7GU2 nav.opened .hamburger span:nth-child(1) {
  top: 21px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnmUc7GU2 nav.opened .hamburger span:nth-child(2) {
  width: 32px !important;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnmUc7GU2 nav.opened .hamburger span:nth-child(3) {
  width: 32px !important;
  transform: rotate(-45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnmUc7GU2 nav.opened .hamburger span:nth-child(4) {
  top: 37px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnmUc7GU2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sCnmUc7GU2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCnmUc7GU2 .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-sCnmUc7GU2 .navbar {
    height: 70px;
  }
  .cid-sCnmUc7GU2 .navbar.opened {
    height: auto;
  }
  .cid-sCnmUc7GU2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCnmUc7GU2 span.spamschutz {
  display: none;
}
.cid-sCnmUc7GU2 span.ltxt {
  unicode-bidi: bidi-override;
  direction: rtl;
}
.cid-sCnmUc7GU2 span.rtxt {
  unicode-bidi: bidi-override;
  direction: ltr;
}
.cid-sCnmUc7GU2 #unimlogo img {
  height: 100%;
}
.cid-sCnmUc7GU2 .navbar-container {
  direction: ltr;
}
.cid-sCnmUc7GU2 .collapsed #unimlogo {
  height: auto !important;
}
@media (max-width: 520px) {
  .cid-sCnmUc7GU2 .navbar-container {
    direction: rtl;
  }
}
.cid-sORvt73iB6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #121212;
}
.cid-sORvt73iB6 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sORvt73iB6 .container {
    max-width: 1400px;
  }
}
.cid-sORvt73iB6 .card {
  margin: auto;
}
.cid-sORvt73iB6 .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #000000;
  margin-bottom: 2rem;
}
.cid-sORvt73iB6 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sORvt73iB6 .row {
  justify-content: center;
}
.cid-sORvt73iB6 .card-title,
.cid-sORvt73iB6 .card-box {
  color: #ffffff;
}
.cid-sOOhe2QkgH {
  background-color: #121212;
}
.cid-sOOhe2QkgH .description_box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-100%, -50%);
  color: #e6ca69;
  cursor: default;
  text-align: left;
}
.cid-sOOhe2QkgH .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-sOOhe2QkgH .mbr-section-title {
  margin-bottom: 2rem;
  color: #eae8e4;
}
.cid-sOOhe2QkgH .mbr-text {
  margin-bottom: 2rem;
}
.cid-sOOhe2QkgH .image-wrapper,
.cid-sOOhe2QkgH img {
  width: 100%;
}
.cid-sOOhe2QkgH .image-wrapper,
.cid-sOOhe2QkgH .content_box {
  position: relative;
}
.cid-sOOhe2QkgH .content_box {
  z-index: 5;
}
@media (max-width: 767px) {
  .cid-sOOhe2QkgH .row {
    flex-direction: column-reverse;
  }
  .cid-sOOhe2QkgH .content_box,
  .cid-sOOhe2QkgH .mbr-text {
    padding: 0;
  }
  .cid-sOOhe2QkgH .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-sOOhe2QkgH .mbr-text {
    margin-bottom: 1.25rem;
  }
  .cid-sOOhe2QkgH .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sOOhe2QkgH .description_box {
    top: auto;
    bottom: 5%;
    left: 50%;
    width: 100%;
    padding: 0 .75rem;
    text-align: center;
    transform: translate(-50%, -5%);
  }
}
.cid-sOOhe2QkgH .descr {
  color: #b4931e;
}
.cid-sOOhe2QkgH .mbr-text,
.cid-sOOhe2QkgH .linkBtn {
  color: #aaaaaa;
}
.cid-sOOhe2QkgH .nonsel {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.cid-sOR0dR07RL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-sOR0dR07RL .row {
  border-top: 1px solid #FFFFFF;
  margin-top: -1px;
  min-height: 360px;
}
.cid-sOR0dR07RL .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 32px 32px 32px 54px;
  border-bottom: 1px solid #ffffff;
}
.cid-sOR0dR07RL .mbr-text {
  color: #FFFFFF;
  max-width: 330px;
}
.cid-sOR0dR07RL .color-text {
  color: #ff5753;
}
.cid-sOR0dR07RL .custom-block {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-sOR0dR07RL .custom-block_right {
  padding-left: 0;
  padding-right: 0;
}
.cid-sOR0dR07RL .text-box {
  width: 100%;
  position: relative;
}
.cid-sOR0dR07RL .transparent-number {
  width: 100%;
  z-index: 0;
  position: absolute;
  top: -25px;
  left: -20px;
  font-size: 6.5rem;
  font-weight: bold;
  color: #141414;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #4d4d4d;
}
.cid-sOR0dR07RL .icon-title {
  position: relative;
}
.cid-sOR0dR07RL .item .link {
  width: 100%;
  text-align: right;
}
.cid-sOR0dR07RL .link {
  margin-bottom: 10px;
}
.cid-sOR0dR07RL .custom-block_right .custom-link span {
  padding-left: 12px;
}
.cid-sOR0dR07RL .custom-block_right .custom-link::after {
  background-color: currentColor;
  display: block;
  position: absolute;
  bottom: -12px;
  left: 0;
  content: "";
  height: 1px;
  width: 100%;
  -webkit-transition: left 0.5s ease-in-out, width 0.5s ease-in-out;
  -moz--transition: left 0.5s ease-in-out, width 0.5s ease-in-out;
  transition: left 0.5s ease-in-out, width 0.5s ease-in-out;
}
.cid-sOR0dR07RL .custom-block_right .custom-link:hover::after {
  left: -10%;
  width: 110%;
}
.cid-sOR0dR07RL .card-wrapper {
  position: relative;
  padding: 48px 24px;
}
.cid-sOR0dR07RL .custom-block_left {
  padding: 0;
}
.cid-sOR0dR07RL .custom-block_left .section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 3rem;
  right: 16px;
  margin: 1% 50% 3% 50%;
  transform: rotate(0deg);
  border-radius: 2%;
  width: 120px;
  height: 120px;
}
.cid-sOR0dR07RL .custom-block_left .section-btn .btn-custom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  background: #333;
  border-radius: 2%;
  transition: 0.2s;
}
.cid-sOR0dR07RL .custom-block_left .section-btn .btn-custom:hover {
  background: #0000a8;
  transform: scale(1.3, 1.3);
}
.cid-sOR0dR07RL .custom-block_left .section-btn .btn-custom span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .cid-sOR0dR07RL .wrapper {
    margin-right: -32px;
    margin-left: -32px;
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (min-width: 992px) {
  .cid-sOR0dR07RL .wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
  .cid-sOR0dR07RL .custom-block_left {
    border-right: 1px solid #ffffff;
  }
  .cid-sOR0dR07RL .custom-block_right {
    display: flex;
    flex-direction: column;
  }
  .cid-sOR0dR07RL .card-wrapper {
    position: relative;
    padding: 60px;
  }
  .cid-sOR0dR07RL .item {
    flex-grow: 1;
  }
  .cid-sOR0dR07RL .custom-block_left .section-btn {
    bottom: 35px;
    right: 35px;
  }
}
@media (max-width: 575px) {
  .cid-sOR0dR07RL .custom-block_left {
    padding: 0;
  }
  .cid-sOR0dR07RL .custom-block_left .section-btn {
    position: sticky;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
  }
  .cid-sOR0dR07RL .custom-block_left .section-btn .btn-custom {
    width: 80px;
    height: 80px;
  }
  .cid-sOR0dR07RL .card-title-box {
    margin-bottom: 16px;
  }
  .cid-sOR0dR07RL .mbr-text {
    max-width: 100%;
    margin-bottom: 16px !important;
  }
  .cid-sOR0dR07RL .item {
    padding: 32px 32px 32px 45px;
  }
  .cid-sOR0dR07RL .transparent-number {
    font-size: 4rem;
    top: -10px;
    left: -12px;
  }
}
.cid-sCnnvd6rsP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #121212;
}
.cid-sCnnvd6rsP .foot-menu {
  margin-bottom: 0;
}
.cid-sCnnvd6rsP ul {
  list-style: none;
  padding: 0;
}
.cid-sCnnvd6rsP li {
  display: inline-block;
  padding: .5rem 1.5rem .5rem 0;
  position: relative;
  line-height: 1.5;
}
.cid-sCnnvd6rsP li:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #d1d1d1;
}
.cid-sCnnvd6rsP ul li:last-child {
  padding-right: 0;
}
.cid-sCnnvd6rsP ul li:last-child:after {
  content: none;
}
.cid-sCnnvd6rsP .mbr-section-subtitle {
  margin-bottom: .75rem;
}
@media (min-width: 992px) {
  .cid-sCnnvd6rsP .box {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .cid-sCnnvd6rsP .foot-menu {
    margin-bottom: 1.25rem;
  }
}
.cid-sCnnvd6rsP H4 {
  color: #c4e5f6;
}
.cid-sCnnvd6rsP span.spamschutz {
  display: none;
}
.cid-sCnnvd6rsP span.ltxt {
  unicode-bidi: bidi-override;
  direction: rtl;
}
.cid-sCnnvd6rsP span.rtxt {
  unicode-bidi: bidi-override;
  direction: ltr;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #373C42;
  position: relative;
}

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

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

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;
}

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

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

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: #000000;
}

.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;
}

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

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

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

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

.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: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.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;
}

.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;
}
.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;
}

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

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

.gdpr-block{
    padding: 10px;
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0;
    background-color: white;
    left: 0;
    height: 50px;
}

.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;
}

.ls-1 {
  letter-spacing: -0.05em;
}

.ls-2 {
  letter-spacing: 0.025em;
}

.ls-3 {
  letter-spacing: 0.05em;
}

.mb-0 {
  margin-bottom: 0 !important;
}.cid-sOzxb2LyBv {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #121212;
}
.cid-sOzxb2LyBv .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sOzxb2LyBv .container {
    max-width: 1400px;
  }
}
.cid-sOzxb2LyBv .card {
  margin: auto;
}
.cid-sOzxb2LyBv .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #000000;
  margin-bottom: 2rem;
}
.cid-sOzxb2LyBv .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sOzxb2LyBv .row {
  justify-content: center;
}
.cid-sOzxb2LyBv .card-title,
.cid-sOzxb2LyBv .card-box {
  color: #ffffff;
}
.cid-sCnmUc7GU2 .navbar-dropdown {
  position: relative !important;
}
.cid-sCnmUc7GU2 nav.navbar {
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sCnmUc7GU2 nav.navbar {
    padding-top: 1.5rem;
  }
}
.cid-sCnmUc7GU2 .contacts_menu {
  position: absolute;
  top: 24px;
  right: 105px;
}
.cid-sCnmUc7GU2 .contacts_menu ol {
  display: flex;
  padding: 0;
  margin-bottom: 0;
}
.cid-sCnmUc7GU2 .contacts_menu ol li {
  margin: 0 1rem;
  list-style: none;
}
@media (max-width: 767px) {
  .cid-sCnmUc7GU2 .contacts_menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-sCnmUc7GU2 .contacts_menu {
    top: 25px;
    display: none;
  }
}
.cid-sCnmUc7GU2 .navbar-short .contacts_menu {
  top: 24px;
}
@media (max-width: 991px) {
  .cid-sCnmUc7GU2 .navbar-short .contacts_menu {
    top: 21px;
  }
}
.cid-sCnmUc7GU2 .nav-item {
  border-bottom: 1px dotted rgba(209, 209, 209, 0.5);
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-sCnmUc7GU2 .nav-item {
    margin: 0 !important;
  }
}
.cid-sCnmUc7GU2 .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-sCnmUc7GU2 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-sCnmUc7GU2 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sCnmUc7GU2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-sCnmUc7GU2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCnmUc7GU2 .nav-link {
  position: relative;
}
.cid-sCnmUc7GU2 .container {
  display: flex;
  margin: auto;
}
.cid-sCnmUc7GU2 .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCnmUc7GU2 .dropdown-menu,
.cid-sCnmUc7GU2 .navbar.opened {
  background: #121212 !important;
}
.cid-sCnmUc7GU2 .nav-item:focus,
.cid-sCnmUc7GU2 .nav-link:focus {
  outline: none;
}
.cid-sCnmUc7GU2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCnmUc7GU2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCnmUc7GU2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCnmUc7GU2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCnmUc7GU2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCnmUc7GU2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCnmUc7GU2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #121212;
}
.cid-sCnmUc7GU2 .navbar.opened {
  transition: all 0.3s;
}
.cid-sCnmUc7GU2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCnmUc7GU2 .navbar .navbar-logo img {
  width: auto;
}
.cid-sCnmUc7GU2 .navbar .navbar-collapse {
  z-index: 1;
}
.cid-sCnmUc7GU2 .navbar.collapsed {
  justify-content: center;
}
.cid-sCnmUc7GU2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCnmUc7GU2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCnmUc7GU2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 9.7rem);
  }
}
.cid-sCnmUc7GU2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCnmUc7GU2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCnmUc7GU2 .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-sCnmUc7GU2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCnmUc7GU2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCnmUc7GU2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCnmUc7GU2 .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(209, 209, 209, 0.5);
  }
  .cid-sCnmUc7GU2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCnmUc7GU2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCnmUc7GU2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCnmUc7GU2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCnmUc7GU2 .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-sCnmUc7GU2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCnmUc7GU2 .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-sCnmUc7GU2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sCnmUc7GU2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCnmUc7GU2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCnmUc7GU2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCnmUc7GU2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCnmUc7GU2 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-sCnmUc7GU2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCnmUc7GU2 .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;
  direction: ltr;
}
.cid-sCnmUc7GU2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCnmUc7GU2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCnmUc7GU2 .dropdown-item.active,
.cid-sCnmUc7GU2 .dropdown-item:active {
  background-color: transparent;
}
.cid-sCnmUc7GU2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCnmUc7GU2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCnmUc7GU2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCnmUc7GU2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
}
.cid-sCnmUc7GU2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCnmUc7GU2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCnmUc7GU2 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 1rem;
}
.cid-sCnmUc7GU2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCnmUc7GU2 button.navbar-toggler {
  outline: none;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  align-self: center;
  border-radius: 50%;
  background-color: #ffffff;
  padding: 0;
  color: #121212;
}
.cid-sCnmUc7GU2 button.navbar-toggler:hover {
  background-color: rgba(255, 255, 255, 0.86);
}
.cid-sCnmUc7GU2 button.navbar-toggler:hover .hamburger span:nth-child(1) {
  width: 25px;
}
.cid-sCnmUc7GU2 button.navbar-toggler:hover .hamburger span:nth-child(2) {
  width: 13px;
}
.cid-sCnmUc7GU2 button.navbar-toggler:hover .hamburger span:nth-child(3) {
  width: 13px;
}
.cid-sCnmUc7GU2 button.navbar-toggler:hover .hamburger span:nth-child(4) {
  width: 22px;
}
.cid-sCnmUc7GU2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 14px;
  width: 32px;
  height: 3px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCnmUc7GU2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 21px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnmUc7GU2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 29px;
  width: 25px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnmUc7GU2 button.navbar-toggler .hamburger span:nth-child(3) {
  width: 25px;
  top: 29px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnmUc7GU2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnmUc7GU2 nav.opened .hamburger span:nth-child(1) {
  top: 21px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnmUc7GU2 nav.opened .hamburger span:nth-child(2) {
  width: 32px !important;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnmUc7GU2 nav.opened .hamburger span:nth-child(3) {
  width: 32px !important;
  transform: rotate(-45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnmUc7GU2 nav.opened .hamburger span:nth-child(4) {
  top: 37px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCnmUc7GU2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sCnmUc7GU2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCnmUc7GU2 .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-sCnmUc7GU2 .navbar {
    height: 70px;
  }
  .cid-sCnmUc7GU2 .navbar.opened {
    height: auto;
  }
  .cid-sCnmUc7GU2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCnmUc7GU2 span.spamschutz {
  display: none;
}
.cid-sCnmUc7GU2 span.ltxt {
  unicode-bidi: bidi-override;
  direction: rtl;
}
.cid-sCnmUc7GU2 span.rtxt {
  unicode-bidi: bidi-override;
  direction: ltr;
}
.cid-sCnmUc7GU2 #unimlogo img {
  height: 100%;
}
.cid-sCnmUc7GU2 .navbar-container {
  direction: ltr;
}
.cid-sCnmUc7GU2 .collapsed #unimlogo {
  height: auto !important;
}
@media (max-width: 520px) {
  .cid-sCnmUc7GU2 .navbar-container {
    direction: rtl;
  }
}
.cid-sOzvfXOabJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/motion1.jpg");
}
.cid-sOzvfXOabJ .mbr-section-title {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sOzvfXOabJ .mbr-section-title {
    margin-bottom: 1.25rem;
  }
}
.cid-sOzvfXOabJ .date_wrap {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .cid-sOzvfXOabJ .date_wrap {
    margin-bottom: 1.25rem;
  }
}
.cid-sOzvfXOabJ .circle_animation {
  display: inline-flex;
  position: relative;
  margin-bottom: .5rem;
}
.cid-sOzvfXOabJ .circle_animation .circle {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
}
.cid-sOzvfXOabJ .circle_animation .circle_fill {
  -webkit-animation: circleFill 2.25s infinite;
  animation: circleFill 2.25s infinite;
  background-color: #ffffff;
}
.cid-sOzvfXOabJ .circle_animation .circle_null {
  margin-left: -0.5rem;
  border: 1px solid #ffffff;
  -webkit-animation: circleNull 2.25s infinite;
  animation: circleNull 2.25s infinite;
}
.cid-sOzvfXOabJ .date {
  margin-bottom: 0.25rem;
}
@keyframes circleFill {
  0%,
  100% {
    transform: translateX(75%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes circleNull {
  0%,
  100% {
    transform: translateX(-50%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
.cid-sOzwgoLywf {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #eae8e4;
}
.cid-sOzwgoLywf .main_header {
  margin-bottom: 8rem;
}
.cid-sOzwgoLywf .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-sOzwgoLywf .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-sOzwgoLywf .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-sOzwgoLywf .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-sOzwgoLywf .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-sOzwgoLywf .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-sOzwgoLywf .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-sOzwgoLywf .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-sOzwgoLywf .item-wrapper {
  padding: 0 1rem;
}
.cid-sOzwgoLywf .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-sOzwgoLywf .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-sOzwgoLywf .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-sOzwgoLywf .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
}
.cid-sOzwgoLywf .card-text {
  margin-bottom: 1.25rem;
}
.cid-sOzwgoLywf .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-sOzwgoLywf .card-descr {
    margin-right: -1rem;
  }
}
.cid-sOzwgoLywf img,
.cid-sOzwgoLywf .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sOzwgoLywf .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-sOzwgoLywf .main_header {
    margin-bottom: 4rem;
  }
  .cid-sOzwgoLywf .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-sOzwgoLywf .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-sOzwgoLywf .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-sOzwgoLywf .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-sOzwgoLywf .card-text {
    margin-bottom: .75rem;
  }
  .cid-sOzwgoLywf .item-img {
    padding-right: 1rem;
  }
  .cid-sOzwgoLywf .card-descr {
    right: 1rem;
  }
}
.cid-sORtaSfzlK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-sORtaSfzlK .row {
  border-top: 1px solid #FFFFFF;
  margin-top: -1px;
  min-height: 360px;
}
.cid-sORtaSfzlK .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 32px 32px 32px 54px;
  border-bottom: 1px solid #ffffff;
}
.cid-sORtaSfzlK .mbr-text {
  color: #FFFFFF;
  max-width: 330px;
}
.cid-sORtaSfzlK .color-text {
  color: #ff5753;
}
.cid-sORtaSfzlK .custom-block {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-sORtaSfzlK .custom-block_right {
  padding-left: 0;
  padding-right: 0;
}
.cid-sORtaSfzlK .text-box {
  width: 100%;
  position: relative;
}
.cid-sORtaSfzlK .transparent-number {
  width: 100%;
  z-index: 0;
  position: absolute;
  top: -25px;
  left: -20px;
  font-size: 6.5rem;
  font-weight: bold;
  color: #141414;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #4d4d4d;
}
.cid-sORtaSfzlK .icon-title {
  position: relative;
}
.cid-sORtaSfzlK .item .link {
  width: 100%;
  text-align: right;
}
.cid-sORtaSfzlK .link {
  margin-bottom: 10px;
}
.cid-sORtaSfzlK .custom-block_right .custom-link span {
  padding-left: 12px;
}
.cid-sORtaSfzlK .custom-block_right .custom-link::after {
  background-color: currentColor;
  display: block;
  position: absolute;
  bottom: -12px;
  left: 0;
  content: "";
  height: 1px;
  width: 100%;
  -webkit-transition: left 0.5s ease-in-out, width 0.5s ease-in-out;
  -moz--transition: left 0.5s ease-in-out, width 0.5s ease-in-out;
  transition: left 0.5s ease-in-out, width 0.5s ease-in-out;
}
.cid-sORtaSfzlK .custom-block_right .custom-link:hover::after {
  left: -10%;
  width: 110%;
}
.cid-sORtaSfzlK .card-wrapper {
  position: relative;
  padding: 48px 24px;
}
.cid-sORtaSfzlK .custom-block_left {
  padding: 0;
}
.cid-sORtaSfzlK .custom-block_left .section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 3rem;
  right: 16px;
  margin: 1% 50% 3% 50%;
  transform: rotate(0deg);
  border-radius: 2%;
  width: 120px;
  height: 120px;
}
.cid-sORtaSfzlK .custom-block_left .section-btn .btn-custom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  background: #333;
  border-radius: 2%;
  transition: 0.2s;
}
.cid-sORtaSfzlK .custom-block_left .section-btn .btn-custom:hover {
  background: #0000a8;
  transform: scale(1.3, 1.3);
  border-radius: 50%;
}
.cid-sORtaSfzlK .custom-block_left .section-btn .btn-custom span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .cid-sORtaSfzlK .wrapper {
    margin-right: -32px;
    margin-left: -32px;
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (min-width: 992px) {
  .cid-sORtaSfzlK .wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
  .cid-sORtaSfzlK .custom-block_left {
    border-right: 1px solid #ffffff;
  }
  .cid-sORtaSfzlK .custom-block_right {
    display: flex;
    flex-direction: column;
  }
  .cid-sORtaSfzlK .card-wrapper {
    position: relative;
    padding: 60px;
  }
  .cid-sORtaSfzlK .item {
    flex-grow: 1;
  }
  .cid-sORtaSfzlK .custom-block_left .section-btn {
    bottom: 35px;
    right: 35px;
  }
}
@media (max-width: 575px) {
  .cid-sORtaSfzlK .custom-block_left {
    padding: 0;
  }
  .cid-sORtaSfzlK .custom-block_left .section-btn {
    position: sticky;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
  }
  .cid-sORtaSfzlK .custom-block_left .section-btn .btn-custom {
    width: 80px;
    height: 80px;
  }
  .cid-sORtaSfzlK .card-title-box {
    margin-bottom: 16px;
  }
  .cid-sORtaSfzlK .mbr-text {
    max-width: 100%;
    margin-bottom: 16px !important;
  }
  .cid-sORtaSfzlK .item {
    padding: 32px 32px 32px 45px;
  }
  .cid-sORtaSfzlK .transparent-number {
    font-size: 4rem;
    top: -10px;
    left: -12px;
  }
}
.cid-sCnnvd6rsP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #121212;
}
.cid-sCnnvd6rsP .foot-menu {
  margin-bottom: 0;
}
.cid-sCnnvd6rsP ul {
  list-style: none;
  padding: 0;
}
.cid-sCnnvd6rsP li {
  display: inline-block;
  padding: .5rem 1.5rem .5rem 0;
  position: relative;
  line-height: 1.5;
}
.cid-sCnnvd6rsP li:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #d1d1d1;
}
.cid-sCnnvd6rsP ul li:last-child {
  padding-right: 0;
}
.cid-sCnnvd6rsP ul li:last-child:after {
  content: none;
}
.cid-sCnnvd6rsP .mbr-section-subtitle {
  margin-bottom: .75rem;
}
@media (min-width: 992px) {
  .cid-sCnnvd6rsP .box {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .cid-sCnnvd6rsP .foot-menu {
    margin-bottom: 1.25rem;
  }
}
.cid-sCnnvd6rsP H4 {
  color: #c4e5f6;
}
.cid-sCnnvd6rsP span.spamschutz {
  display: none;
}
.cid-sCnnvd6rsP span.ltxt {
  unicode-bidi: bidi-override;
  direction: rtl;
}
.cid-sCnnvd6rsP span.rtxt {
  unicode-bidi: bidi-override;
  direction: ltr;
}
