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

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

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

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 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;
  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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

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

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: fixed;
        
    }
}.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 4.5rem;
  line-height: 1.3;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'Barlow', sans-serif;
  font-size: 3.6rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-4 {
  font-family: 'Barlow', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Barlow', sans-serif;
  font-size: 2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((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: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.4rem 1rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #267184 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #267184 !important;
}
.bg-warning {
  background-color: #676767 !important;
}
.bg-danger {
  background-color: #a5c1c7 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #267184 !important;
  border-color: #267184 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #3193ac !important;
  border-color: #3193ac !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3193ac !important;
  border-color: #3193ac !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-info,
.btn-info:active {
  background-color: #267184 !important;
  border-color: #267184 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #3193ac !important;
  border-color: #3193ac !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3193ac !important;
  border-color: #3193ac !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #676767 !important;
  border-color: #676767 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #818181 !important;
  border-color: #818181 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #818181 !important;
  border-color: #818181 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #a5c1c7 !important;
  border-color: #a5c1c7 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #c4d7db !important;
  border-color: #c4d7db !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #c4d7db !important;
  border-color: #c4d7db !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #267184;
  color: #267184;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #133741 !important;
  background-color: transparent !important;
  border-color: #133741 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #267184 !important;
  border-color: #267184 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #267184;
  color: #267184;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #133741 !important;
  background-color: transparent !important;
  border-color: #133741 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #267184 !important;
  border-color: #267184 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #676767;
  color: #676767;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #3c3c3c !important;
  background-color: transparent !important;
  border-color: #3c3c3c !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #676767 !important;
  border-color: #676767 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #a5c1c7;
  color: #a5c1c7;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #709ca6 !important;
  background-color: transparent !important;
  border-color: #709ca6 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #a5c1c7 !important;
  border-color: #a5c1c7 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #267184 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #267184 !important;
}
.text-warning {
  color: #676767 !important;
}
.text-danger {
  color: #a5c1c7 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0f2d35 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0f2d35 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #343434 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #6696a0 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #267184;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #267184;
}
.alert-warning {
  background-color: #676767;
}
.alert-danger {
  background-color: #a5c1c7;
}
.mbr-gallery-filter li.active .btn {
  background-color: #267184;
  border-color: #267184;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #267184;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #5ab8d0;
}
.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: #5ab8d0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #a7a7a7;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f4f7f8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #267184 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Barlow', sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #267184;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #267184;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #267184;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #267184;
  border-bottom-color: #267184;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #267184 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000000 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23267184' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uyhJLLBQBJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uyhJLLBQBJ nav.navbar {
  position: fixed;
}
@media (min-width: 1200px) {
  .cid-uyhJLLBQBJ nav.navbar {
    transform: scale(1, 1);
    margin: auto;
    box-shadow: 1px 1px 2px #bbbbbb;
  }
}
.cid-uyhJLLBQBJ div {
  font-family: 'Rajdhani', sans-serif;
}
.cid-uyhJLLBQBJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: left;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyhJLLBQBJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.cid-uyhJLLBQBJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  white-space: normal;
  line-height: 1.1;
}
.cid-uyhJLLBQBJ .dropdown-item:hover,
.cid-uyhJLLBQBJ .dropdown-item:focus {
  background-image: linear-gradient(#ffffff, #ebf2f3) !important;
  border-radius: 8px;
}
.cid-uyhJLLBQBJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyhJLLBQBJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyhJLLBQBJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uyhJLLBQBJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyhJLLBQBJ .nav-link {
  position: relative;
}
.cid-uyhJLLBQBJ .container {
  display: flex;
  margin: auto;
}
.cid-uyhJLLBQBJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.1rem;
}
.cid-uyhJLLBQBJ .dropdown-menu,
.cid-uyhJLLBQBJ .navbar.opened {
  background: #ffffff !important;
}
.cid-uyhJLLBQBJ .nav-item:focus,
.cid-uyhJLLBQBJ .nav-link:focus {
  outline: none;
}
.cid-uyhJLLBQBJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyhJLLBQBJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyhJLLBQBJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyhJLLBQBJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyhJLLBQBJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyhJLLBQBJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.0em 0.235em 1.0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyhJLLBQBJ .navbar {
  min-height: 30px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uyhJLLBQBJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uyhJLLBQBJ .navbar .dropdown-item {
  padding: 0.3rem 0.5rem;
}
.cid-uyhJLLBQBJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uyhJLLBQBJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyhJLLBQBJ .navbar.collapsed {
  justify-content: center;
}
.cid-uyhJLLBQBJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyhJLLBQBJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 1200px) {
  .cid-uyhJLLBQBJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(78.5vh - 2.6rem);
  }
}
.cid-uyhJLLBQBJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyhJLLBQBJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyhJLLBQBJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.2rem;
  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-uyhJLLBQBJ .navbar.collapsed ul.navbar-nav li {
  margin: left;
}
.cid-uyhJLLBQBJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uyhJLLBQBJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 1199px) {
  .cid-uyhJLLBQBJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyhJLLBQBJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyhJLLBQBJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyhJLLBQBJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyhJLLBQBJ .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-uyhJLLBQBJ .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-uyhJLLBQBJ .navbar ul.navbar-nav li {
    margin: left;
  }
  .cid-uyhJLLBQBJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: left;
  }
  .cid-uyhJLLBQBJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyhJLLBQBJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyhJLLBQBJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uyhJLLBQBJ .navbar.navbar-short {
  min-height: 50px;
}
@media (min-width: 1200px) {
  .cid-uyhJLLBQBJ .navbar.navbar-short {
    transform: scale(1, 1);
    border-radius: 0px;
    width: auto;
    margin: auto;
    box-shadow: 2px 8px 20px 4px #000;
    top: 0px;
  }
}
.cid-uyhJLLBQBJ .navbar.navbar-short .navbar-logo {
  font-weight: 600;
}
.cid-uyhJLLBQBJ .navbar.navbar-short .navbar-logo img {
  height: 2rem !important;
}
.cid-uyhJLLBQBJ .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyhJLLBQBJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  text-decoration: none;
}
.cid-uyhJLLBQBJ .navbar-brand .navbar-logo a {
  outline: none;
  text-decoration: none;
}
.cid-uyhJLLBQBJ .dropdown-item.active,
.cid-uyhJLLBQBJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uyhJLLBQBJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyhJLLBQBJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyhJLLBQBJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyhJLLBQBJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uyhJLLBQBJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyhJLLBQBJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyhJLLBQBJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyhJLLBQBJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyhJLLBQBJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uyhJLLBQBJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uyhJLLBQBJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyhJLLBQBJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyhJLLBQBJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyhJLLBQBJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyhJLLBQBJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyhJLLBQBJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyhJLLBQBJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyhJLLBQBJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyhJLLBQBJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyhJLLBQBJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: left;
}
.cid-uyhJLLBQBJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  padding-top: 0.1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyhJLLBQBJ .navbar {
    height: 60px;
    background: #f4c600;
  }
  .cid-uyhJLLBQBJ .navbar.opened {
    height: auto;
  }
  .cid-uyhJLLBQBJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (min-width: 800px) {
  .cid-uyhJLLBQBJ .dropdown-width-1 {
    min-width: 100%;
  }
  .cid-uyhJLLBQBJ .dropdown-width-2 {
    width: 100%;
  }
  .cid-uyhJLLBQBJ .dropdown-width-3 {
    width: 100%;
  }
  .cid-uyhJLLBQBJ .dropdown-width-flagi {
    width: 30px;
    left: -10%;
  }
  .cid-uyhJLLBQBJ .img-menu-adg {
    display: block;
    width: 20%;
    float: left;
    background: #fff;
    border-radius: 5px;
    padding: 5px;
    margin-right: 10px;
  }
  .cid-uyhJLLBQBJ .container-menu-adg {
    display: inherit;
  }
  .cid-uyhJLLBQBJ .adg-border1 {
    border-radius: 12px 12px 12px 12px;
    background-color: #ebf2f3;
  }
  .cid-uyhJLLBQBJ .adg-separator {
    padding-top: 20px;
  }
  .cid-uyhJLLBQBJ .adg-separator-2 {
    padding-bottom: 50px;
  }
  .cid-uyhJLLBQBJ .adg-border2 {
    border-radius: 0px 12px 12px 0px;
  }
  .cid-uyhJLLBQBJ .adg-height {
    height: 40px;
  }
}
@media (max-width: 799px) {
  .cid-uyhJLLBQBJ .dropdown-item-ad {
    padding: 0.3em 0.1em !important;
    margin: 0.667em 0em !important;
    text-align: left;
    line-height: 1.1rem;
    font-size: 1.2rem;
    font-weight: 600;
  }
  .cid-uyhJLLBQBJ .img-wrapper-ad {
    display: none;
  }
  .cid-uyhJLLBQBJ .img-wrapper-ad-1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
  .cid-uyhJLLBQBJ .img-menu-adg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
  .cid-uyhJLLBQBJ .flagi {
    width: 20px;
    margin: left;
    text-align: left;
  }
}
.cid-uyhJLLBQBJ .dropdown-item-ad {
  padding: 0.3em 0.1em !important;
  margin: 0.667em 0em 0em 0em !important;
  line-height: 1.1rem;
  font-size: 1.1rem;
  font-weight: 600;
}
@media (max-width: 991px) {
  .cid-uyhJLLBQBJ .flagi {
    width: 25px;
    margin: left;
    text-align: left;
  }
  .cid-uyhJLLBQBJ .adg-linia {
    padding-top: 5px;
    margin-top: 5px;
    margin-bottom: 50px;
    background: #eeeeee;
  }
  .cid-uyhJLLBQBJ .adg-linia-top {
    border-top: 1px solid #267184;
  }
}
.cid-uyhJLLBQBJ .flagi {
  width: 25px;
  margin: left;
  text-align: left;
}
.cid-uyhJLLBQBJ .adg-left {
  margin-left: 25px;
}
.cid-uyhJLLBQBJ .text-primary {
  font-weight: 300;
}
.cid-uyhKcyHodK {
  background-image: url("../../../assets/images/jmtec-5.webp");
}
.cid-uyhKcyHodK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyhKcyHodK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uyhKcyHodK .col-content {
    text-align: center;
  }
}
.cid-uyhKcyHodK .label-container {
  margin-bottom: 16px;
}
.cid-uyhKcyHodK .label-text {
  color: #24262b;
}
.cid-uyhKcyHodK .label-text-2 {
  color: #ebf2f3;
}
.cid-uyhKcyHodK .mbr-section-title {
  color: #ffffff;
}
.cid-uyhKcyHodK .text-container {
  margin-top: 24px;
}
.cid-uyhKcyHodK .mbr-section-subtitle {
  color: #2b2a28;
}
.cid-uyhKcyHodK .mbr-text {
  color: #b79b6c;
}
.cid-uyhKcyHodK .mbr-section-btn {
  margin-top: 28px;
}
.cid-uyhKcyHodK .mbr-text,
.cid-uyhKcyHodK .mbr-section-btn {
  color: #ebf2f3;
}
.cid-uyhKefqATr {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ebf2f3;
}
.cid-uyhKefqATr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyhKefqATr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyhKefqATr .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uyhKefqATr .mbr-section-title {
  color: #24262b;
}
.cid-uyhKefqATr .mbr-section-subtitle {
  color: #24262b;
}
.cid-uyhKefqATr .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-uyhKefqATr .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uyhKefqATr .card-wrap {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uyhKefqATr .card-wrap {
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-uyhKefqATr .card-1 .card-wrap {
  background: #ffffff;
}
.cid-uyhKefqATr .card-1 .item-content {
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-uyhKefqATr .card-1 .item-img {
    height: auto;
    width: 100%;
  }
}
.cid-uyhKefqATr .card-1 .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-uyhKefqATr .card-1 .item-img img {
    aspect-ratio: 1.27272727;
  }
}
.cid-uyhKefqATr .item-content {
  width: 50%;
  flex-shrink: 0;
  padding: 48px 40px;
}
@media (max-width: 1199px) {
  .cid-uyhKefqATr .item-content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uyhKefqATr .item-content {
    text-align: center;
  }
}
.cid-uyhKefqATr .card-title-1 {
  margin-bottom: 16px;
  color: #267184;
}
.cid-uyhKefqATr .card-text-1 {
  color: #24262b;
  transition: 0.3s all;
}
.cid-uyhKefqATr .card-text-1:hover {
  color: #267184 !important;
}
.cid-uyhKefqATr .mbr-section-btn {
  margin-top: 20px;
}
.cid-uyhKefqATr .card-2 .item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  background: #a5c1c7;
}
.cid-uyhKefqATr .card-2 .item-text {
  align-self: center;
  width: 50%;
  flex-shrink: 0;
  padding: 48px 40px;
}
@media (max-width: 1199px) {
  .cid-uyhKefqATr .card-2 .item-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uyhKefqATr .card-2 .item-text {
    text-align: center;
  }
}
.cid-uyhKefqATr .card-label-2 {
  margin-bottom: 16px;
  color: #2b2a28;
}
.cid-uyhKefqATr .card-title-2 {
  color: #2b2a28;
}
.cid-uyhKefqATr .card-subtitle-2 {
  color: #24262b;
}
.cid-uyhKefqATr .card-text-2 {
  color: #24262b;
  margin-top: 16px;
}
.cid-uyhKefqATr .card-text-2,
.cid-uyhKefqATr .mbr-section-btn-2 {
  color: #2b2a28;
}
.cid-uyhKgouHvm {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #267184;
}
.cid-uyhKgouHvm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyhKgouHvm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyhKgouHvm .col-title {
  margin-bottom: 32px;
}
.cid-uyhKgouHvm .mbr-section-title {
  color: #ffffff;
}
.cid-uyhKgouHvm .mbr-section-subtitle {
  color: #24262b;
}
.cid-uyhKgouHvm .cards-row {
  row-gap: 32px;
}
.cid-uyhKgouHvm .card {
  border-radius: 0;
}
.cid-uyhKgouHvm .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-uyhKgouHvm .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #ebf2f3;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-uyhKgouHvm .text-wrap {
  flex-grow: 1;
}
.cid-uyhKgouHvm .card-title {
  color: #ffffff;
}
.cid-uyhKgouHvm .card-text {
  color: #ebf2f3;
  line-height: 1.2;
}
.cid-uyhKhcSYNj {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #267184;
}
.cid-uyhKhcSYNj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyhKhcSYNj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyhKhcSYNj .mbr-section-title {
  color: #24262b;
}
.cid-uyhKhcSYNj .mbr-section-subtitle {
  color: #24262b;
}
.cid-uyhKhcSYNj .mbr-section-btn {
  margin-top: 16px;
}
.cid-uylpOBl6jU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uylpOBl6jU .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #eceeed 0, #eceeed 43%, #a5c1c7 100%);
}
.cid-uylpOBl6jU .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #eceeed 0, #eceeed 43%, #a5c1c7 100%);
}
.cid-uylpOBl6jU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uylpOBl6jU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uylpOBl6jU .container {
    padding: 0 30px;
  }
}
.cid-uylpOBl6jU .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uylpOBl6jU .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uylpOBl6jU .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uylpOBl6jU .text-wrapper {
  border-left: 3px solid #a6a99c;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uylpOBl6jU .text-wrapper {
    padding-left: 20px;
  }
}
.cid-uylpOBl6jU .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uylpOBl6jU .mbr-section-title {
  color: #232323;
}
.cid-uylpOBl6jU .mbr-text {
  color: #232323;
}
.cid-uyi04TMMJ5 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyi04TMMJ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyi04TMMJ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyi04TMMJ5 .main-row {
  row-gap: 32px;
}
.cid-uyi04TMMJ5 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #24262b;
}
@media (max-width: 767px) {
  .cid-uyi04TMMJ5 .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uyi04TMMJ5 .mbr-text {
  color: #24262b;
}
@media (max-width: 767px) {
  .cid-uyi04TMMJ5 .mbr-text {
    text-align: center;
  }
}
.cid-uyi04TMMJ5 .imgs-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uyi04TMMJ5 .imgs-container {
    justify-content: center;
  }
}
.cid-uyi04TMMJ5 .img-subtitle {
  width: 100%;
  margin-bottom: 8px;
  color: #24262b;
}
@media (max-width: 767px) {
  .cid-uyi04TMMJ5 .img-subtitle {
    text-align: center;
  }
}
.cid-uyi04TMMJ5 .img-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
}
.cid-uyi04TMMJ5 .img-item img {
  width: 100%;
  height: 100%;
}
.cid-uyi04TMMJ5 .list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  list-style: none;
  padding-left: 0;
  color: #24262b;
}
@media (max-width: 767px) {
  .cid-uyi04TMMJ5 .list {
    align-items: center;
  }
}
.cid-uyi04TMMJ5 .list li {
  width: fit-content;
  max-width: 100%;
  display: inline-block;
  color: inherit;
  border-bottom: 0px solid transparent;
  transition: .3s all;
  cursor: pointer;
}
.cid-uyi04TMMJ5 .list li:not(:first-child) {
  margin-top: 0.5rem;
}
.cid-uyi04TMMJ5 .list li:hover {
  border-bottom: 0px solid currentColor;
}
.cid-uyi04TMMJ5 .list li a {
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
.cid-uyi04TMMJ5 .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uyi04TMMJ5 form {
  width: 100%;
}
.cid-uyi04TMMJ5 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uyi04TMMJ5 form .dragArea.row {
    justify-content: center;
  }
}
.cid-uyi04TMMJ5 form p {
  color: #24262b;
}
.cid-uyi04TMMJ5 form .form-group {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
}
.cid-uyi04TMMJ5 form .form-control {
  height: 52px;
  background: #FFFFFF;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1;
  color: #24262b;
  font-weight: 400;
  transition: .3s;
}
.cid-uyi04TMMJ5 form .form-control::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uyi04TMMJ5 form .form-control::-moz-placeholder {
  color: #c1c1c1;
}
.cid-uyi04TMMJ5 form .form-control:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uyi04TMMJ5 form .form-control:-ms-input-placeholder {
  color: #c1c1c1;
}
.cid-uyi04TMMJ5 form select {
  color: #24262b !important;
}
.cid-uyi04TMMJ5 form textarea {
  height: 150px !important;
  min-height: 140px !important;
  padding: 11px 16px;
  resize: none;
}
.cid-uyi04TMMJ5 form textarea::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uyi04TMMJ5 form textarea::-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uyi04TMMJ5 form textarea:-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uyi04TMMJ5 form textarea:-ms-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uyi04TMMJ5 form input,
.cid-uyi04TMMJ5 form textarea {
  transition: .3s all;
}
.cid-uyi04TMMJ5 form input:active,
.cid-uyi04TMMJ5 form textarea:active,
.cid-uyi04TMMJ5 form input:focus,
.cid-uyi04TMMJ5 form textarea:focus {
  background-color: #FFFFFF !important;
  border-color: #e0e0e0 !important;
  outline: none !important;
}
.cid-uyi04TMMJ5 form input:active::-webkit-input-placeholder,
.cid-uyi04TMMJ5 form textarea:active::-webkit-input-placeholder,
.cid-uyi04TMMJ5 form input:focus::-webkit-input-placeholder,
.cid-uyi04TMMJ5 form textarea:focus::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uyi04TMMJ5 form input:active::-moz-placeholder,
.cid-uyi04TMMJ5 form textarea:active::-moz-placeholder,
.cid-uyi04TMMJ5 form input:focus::-moz-placeholder,
.cid-uyi04TMMJ5 form textarea:focus::-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uyi04TMMJ5 form input:active:-moz-placeholder,
.cid-uyi04TMMJ5 form textarea:active:-moz-placeholder,
.cid-uyi04TMMJ5 form input:focus:-moz-placeholder,
.cid-uyi04TMMJ5 form textarea:focus:-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uyi04TMMJ5 form input:active:-ms-input-placeholder,
.cid-uyi04TMMJ5 form textarea:active:-ms-input-placeholder,
.cid-uyi04TMMJ5 form input:focus:-ms-input-placeholder,
.cid-uyi04TMMJ5 form textarea:focus:-ms-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uyi04TMMJ5 form .row {
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.cid-uyi04TMMJ5 form .row [class*=col] {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-uyi04TMMJ5 form .mbr-section-btn {
  margin-bottom: 16px;
  min-width: 152px;
}
@media (min-width: 768px) {
  .cid-uyi04TMMJ5 form .mbr-section-btn {
    padding: 0 !important;
    margin-left: -8px !important;
    margin-right: 8px !important;
  }
}
.cid-uyi04TMMJ5 form .mbr-section-btn .btn {
  min-height: 52px;
  border-radius: 0 !important;
}
.cid-uyi04TMMJ5 form label {
  width: 100%;
  color: #24262b;
  margin-bottom: 8px;
}
.cid-uyi04TMMJ5 form .form-check label {
  color: #24262b;
}
.cid-uyi04TMMJ5 form .form-check-input {
  border-color: #c1c1c1 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uyi04TMMJ5 form .form-check-input:focus,
.cid-uyi04TMMJ5 form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #24262b !important;
}
.cid-uyi04TMMJ5 form .form-check-input:checked {
  border-color: #24262b !important;
  background-color: #24262b !important;
}
.cid-uyi04TMMJ5 .form-text {
  margin-top: 16px;
  color: #24262b;
}
@media (max-width: 767px) {
  .cid-uyi04TMMJ5 .form-text {
    text-align: center;
  }
}
.cid-uyi04TMMJ5 .col-copyright {
  margin-top: 6px;
}
.cid-uyi04TMMJ5 .border-item {
  width: 100%;
  height: 1px;
  background: #267184;
  margin-bottom: 2rem;
}
.cid-uyi04TMMJ5 .border-item-1 {
  width: 100%;
  height: 3px;
  background: #ECEEED;
  margin-bottom: 2rem;
}
.cid-uyi04TMMJ5 .copyright-text {
  color: #24262b;
}
@media (max-width: 767px) {
  .cid-uyi04TMMJ5 .copyright-text {
    text-align: center;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 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;
  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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

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

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: fixed;
        
    }
}.cid-uyhRtNe2aX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uyhRtNe2aX nav.navbar {
  position: fixed;
}
@media (min-width: 1200px) {
  .cid-uyhRtNe2aX nav.navbar {
    transform: scale(1, 1);
    margin: auto;
    box-shadow: 1px 1px 2px #bbbbbb;
  }
}
.cid-uyhRtNe2aX div {
  font-family: 'Rajdhani', sans-serif;
}
.cid-uyhRtNe2aX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: left;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyhRtNe2aX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.cid-uyhRtNe2aX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  white-space: normal;
  line-height: 1.1;
}
.cid-uyhRtNe2aX .dropdown-item:hover,
.cid-uyhRtNe2aX .dropdown-item:focus {
  background-image: linear-gradient(#ffffff, #ebf2f3) !important;
  border-radius: 8px;
}
.cid-uyhRtNe2aX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyhRtNe2aX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyhRtNe2aX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uyhRtNe2aX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyhRtNe2aX .nav-link {
  position: relative;
}
.cid-uyhRtNe2aX .container {
  display: flex;
  margin: auto;
}
.cid-uyhRtNe2aX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.1rem;
}
.cid-uyhRtNe2aX .dropdown-menu,
.cid-uyhRtNe2aX .navbar.opened {
  background: #ffffff !important;
}
.cid-uyhRtNe2aX .nav-item:focus,
.cid-uyhRtNe2aX .nav-link:focus {
  outline: none;
}
.cid-uyhRtNe2aX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyhRtNe2aX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyhRtNe2aX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyhRtNe2aX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyhRtNe2aX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyhRtNe2aX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.0em 0.235em 1.0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyhRtNe2aX .navbar {
  min-height: 30px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uyhRtNe2aX .navbar.opened {
  transition: all 0.3s;
}
.cid-uyhRtNe2aX .navbar .dropdown-item {
  padding: 0.3rem 0.5rem;
}
.cid-uyhRtNe2aX .navbar .navbar-logo img {
  width: auto;
}
.cid-uyhRtNe2aX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyhRtNe2aX .navbar.collapsed {
  justify-content: center;
}
.cid-uyhRtNe2aX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyhRtNe2aX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 1200px) {
  .cid-uyhRtNe2aX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(78.5vh - 2.6rem);
  }
}
.cid-uyhRtNe2aX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyhRtNe2aX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyhRtNe2aX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.2rem;
  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-uyhRtNe2aX .navbar.collapsed ul.navbar-nav li {
  margin: left;
}
.cid-uyhRtNe2aX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uyhRtNe2aX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 1199px) {
  .cid-uyhRtNe2aX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyhRtNe2aX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyhRtNe2aX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyhRtNe2aX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyhRtNe2aX .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-uyhRtNe2aX .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-uyhRtNe2aX .navbar ul.navbar-nav li {
    margin: left;
  }
  .cid-uyhRtNe2aX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: left;
  }
  .cid-uyhRtNe2aX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyhRtNe2aX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyhRtNe2aX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uyhRtNe2aX .navbar.navbar-short {
  min-height: 50px;
}
@media (min-width: 1200px) {
  .cid-uyhRtNe2aX .navbar.navbar-short {
    transform: scale(1, 1);
    border-radius: 0px;
    width: auto;
    margin: auto;
    box-shadow: 2px 8px 20px 4px #000;
    top: 0px;
  }
}
.cid-uyhRtNe2aX .navbar.navbar-short .navbar-logo {
  font-weight: 600;
}
.cid-uyhRtNe2aX .navbar.navbar-short .navbar-logo img {
  height: 2rem !important;
}
.cid-uyhRtNe2aX .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyhRtNe2aX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  text-decoration: none;
}
.cid-uyhRtNe2aX .navbar-brand .navbar-logo a {
  outline: none;
  text-decoration: none;
}
.cid-uyhRtNe2aX .dropdown-item.active,
.cid-uyhRtNe2aX .dropdown-item:active {
  background-color: transparent;
}
.cid-uyhRtNe2aX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyhRtNe2aX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyhRtNe2aX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyhRtNe2aX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uyhRtNe2aX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyhRtNe2aX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyhRtNe2aX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyhRtNe2aX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyhRtNe2aX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uyhRtNe2aX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uyhRtNe2aX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyhRtNe2aX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyhRtNe2aX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyhRtNe2aX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyhRtNe2aX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyhRtNe2aX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyhRtNe2aX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyhRtNe2aX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyhRtNe2aX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyhRtNe2aX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: left;
}
.cid-uyhRtNe2aX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  padding-top: 0.1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyhRtNe2aX .navbar {
    height: 60px;
    background: #f4c600;
  }
  .cid-uyhRtNe2aX .navbar.opened {
    height: auto;
  }
  .cid-uyhRtNe2aX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (min-width: 800px) {
  .cid-uyhRtNe2aX .dropdown-width-1 {
    min-width: 100%;
  }
  .cid-uyhRtNe2aX .dropdown-width-2 {
    width: 100%;
  }
  .cid-uyhRtNe2aX .dropdown-width-3 {
    width: 100%;
  }
  .cid-uyhRtNe2aX .dropdown-width-flagi {
    width: 30px;
    left: -10%;
  }
  .cid-uyhRtNe2aX .img-menu-adg {
    display: block;
    width: 20%;
    float: left;
    background: #fff;
    border-radius: 5px;
    padding: 5px;
    margin-right: 10px;
  }
  .cid-uyhRtNe2aX .container-menu-adg {
    display: inherit;
  }
  .cid-uyhRtNe2aX .adg-border1 {
    border-radius: 12px 12px 12px 12px;
    background-color: #ebf2f3;
  }
  .cid-uyhRtNe2aX .adg-separator {
    padding-top: 20px;
  }
  .cid-uyhRtNe2aX .adg-separator-2 {
    padding-bottom: 50px;
  }
  .cid-uyhRtNe2aX .adg-border2 {
    border-radius: 0px 12px 12px 0px;
  }
  .cid-uyhRtNe2aX .adg-height {
    height: 40px;
  }
}
@media (max-width: 799px) {
  .cid-uyhRtNe2aX .dropdown-item-ad {
    padding: 0.3em 0.1em !important;
    margin: 0.667em 0em !important;
    text-align: left;
    line-height: 1.1rem;
    font-size: 1.2rem;
    font-weight: 600;
  }
  .cid-uyhRtNe2aX .img-wrapper-ad {
    display: none;
  }
  .cid-uyhRtNe2aX .img-wrapper-ad-1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
  .cid-uyhRtNe2aX .img-menu-adg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
  .cid-uyhRtNe2aX .flagi {
    width: 20px;
    margin: left;
    text-align: left;
  }
}
.cid-uyhRtNe2aX .dropdown-item-ad {
  padding: 0.3em 0.1em !important;
  margin: 0.667em 0em 0em 0em !important;
  line-height: 1.1rem;
  font-size: 1.1rem;
  font-weight: 600;
}
@media (max-width: 991px) {
  .cid-uyhRtNe2aX .flagi {
    width: 25px;
    margin: left;
    text-align: left;
  }
  .cid-uyhRtNe2aX .adg-linia {
    padding-top: 5px;
    margin-top: 5px;
    margin-bottom: 50px;
    background: #eeeeee;
  }
  .cid-uyhRtNe2aX .adg-linia-top {
    border-top: 1px solid #267184;
  }
}
.cid-uyhRtNe2aX .flagi {
  width: 25px;
  margin: left;
  text-align: left;
}
.cid-uyhRtNe2aX .adg-left {
  margin-left: 25px;
}
.cid-uyhRtNe2aX .text-primary {
  font-weight: 300;
}
.cid-uyhRtO9mlY {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/jmtec-002a.webp");
}
.cid-uyhRtO9mlY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyhRtO9mlY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uyhRtO9mlY .col-content {
    text-align: center;
  }
}
.cid-uyhRtO9mlY .label-container {
  margin-bottom: 16px;
}
.cid-uyhRtO9mlY .label-text {
  color: #24262b;
}
.cid-uyhRtO9mlY .label-text-2 {
  color: #ebf2f3;
}
.cid-uyhRtO9mlY .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uyhRtO9mlY .text-container {
  margin-top: 24px;
}
.cid-uyhRtO9mlY .mbr-section-subtitle {
  color: #ebf2f3;
  text-align: left;
}
.cid-uyhRtO9mlY .mbr-text {
  color: #b79b6c;
}
.cid-uyhRtO9mlY .mbr-section-btn {
  margin-top: 28px;
}
.cid-uyhRtO9mlY .mbr-text,
.cid-uyhRtO9mlY .mbr-section-btn {
  color: #ebf2f3;
}
.cid-uyi42h0Wh2 {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uyi42h0Wh2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyi42h0Wh2 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uyi42h0Wh2 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uyi42h0Wh2 .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uyi42h0Wh2 a {
  font-weight: 600;
}
.cid-uyi42h0Wh2 a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uyi42h0Wh2 .col-lg-3,
  .cid-uyi42h0Wh2 .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uyi42h0Wh2 .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uyi42h0Wh2 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uyi42h0Wh2 h5 {
  margin: 0;
}
.cid-uyi42h0Wh2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyi42h0Wh2 .iconfont-wrapper {
  position: relative;
}
.cid-uyi42h0Wh2 .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #a5c1c7;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uyi42h0Wh2 .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uyi42h0Wh2 .sociconfont-wrapper {
  display: flex;
}
.cid-uyi42h0Wh2 .card-title,
.cid-uyi42h0Wh2 .iconfont-wrapper {
  color: #676767;
}
.cid-uyi42h0Wh2 .card-text {
  color: #267184;
}
.cid-uyi42h0Wh2 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uyi42h0Wh2 .main-title,
.cid-uyi42h0Wh2 .iconfont-wrapper {
  text-align: left;
}
.cid-uyi04TMMJ5 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyi04TMMJ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyi04TMMJ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyi04TMMJ5 .main-row {
  row-gap: 32px;
}
.cid-uyi04TMMJ5 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #24262b;
}
@media (max-width: 767px) {
  .cid-uyi04TMMJ5 .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uyi04TMMJ5 .mbr-text {
  color: #24262b;
}
@media (max-width: 767px) {
  .cid-uyi04TMMJ5 .mbr-text {
    text-align: center;
  }
}
.cid-uyi04TMMJ5 .imgs-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uyi04TMMJ5 .imgs-container {
    justify-content: center;
  }
}
.cid-uyi04TMMJ5 .img-subtitle {
  width: 100%;
  margin-bottom: 8px;
  color: #24262b;
}
@media (max-width: 767px) {
  .cid-uyi04TMMJ5 .img-subtitle {
    text-align: center;
  }
}
.cid-uyi04TMMJ5 .img-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
}
.cid-uyi04TMMJ5 .img-item img {
  width: 100%;
  height: 100%;
}
.cid-uyi04TMMJ5 .list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  list-style: none;
  padding-left: 0;
  color: #24262b;
}
@media (max-width: 767px) {
  .cid-uyi04TMMJ5 .list {
    align-items: center;
  }
}
.cid-uyi04TMMJ5 .list li {
  width: fit-content;
  max-width: 100%;
  display: inline-block;
  color: inherit;
  border-bottom: 0px solid transparent;
  transition: .3s all;
  cursor: pointer;
}
.cid-uyi04TMMJ5 .list li:not(:first-child) {
  margin-top: 0.5rem;
}
.cid-uyi04TMMJ5 .list li:hover {
  border-bottom: 0px solid currentColor;
}
.cid-uyi04TMMJ5 .list li a {
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
.cid-uyi04TMMJ5 .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uyi04TMMJ5 form {
  width: 100%;
}
.cid-uyi04TMMJ5 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uyi04TMMJ5 form .dragArea.row {
    justify-content: center;
  }
}
.cid-uyi04TMMJ5 form p {
  color: #24262b;
}
.cid-uyi04TMMJ5 form .form-group {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
}
.cid-uyi04TMMJ5 form .form-control {
  height: 52px;
  background: #FFFFFF;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1;
  color: #24262b;
  font-weight: 400;
  transition: .3s;
}
.cid-uyi04TMMJ5 form .form-control::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uyi04TMMJ5 form .form-control::-moz-placeholder {
  color: #c1c1c1;
}
.cid-uyi04TMMJ5 form .form-control:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uyi04TMMJ5 form .form-control:-ms-input-placeholder {
  color: #c1c1c1;
}
.cid-uyi04TMMJ5 form select {
  color: #24262b !important;
}
.cid-uyi04TMMJ5 form textarea {
  height: 150px !important;
  min-height: 140px !important;
  padding: 11px 16px;
  resize: none;
}
.cid-uyi04TMMJ5 form textarea::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uyi04TMMJ5 form textarea::-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uyi04TMMJ5 form textarea:-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uyi04TMMJ5 form textarea:-ms-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uyi04TMMJ5 form input,
.cid-uyi04TMMJ5 form textarea {
  transition: .3s all;
}
.cid-uyi04TMMJ5 form input:active,
.cid-uyi04TMMJ5 form textarea:active,
.cid-uyi04TMMJ5 form input:focus,
.cid-uyi04TMMJ5 form textarea:focus {
  background-color: #FFFFFF !important;
  border-color: #e0e0e0 !important;
  outline: none !important;
}
.cid-uyi04TMMJ5 form input:active::-webkit-input-placeholder,
.cid-uyi04TMMJ5 form textarea:active::-webkit-input-placeholder,
.cid-uyi04TMMJ5 form input:focus::-webkit-input-placeholder,
.cid-uyi04TMMJ5 form textarea:focus::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uyi04TMMJ5 form input:active::-moz-placeholder,
.cid-uyi04TMMJ5 form textarea:active::-moz-placeholder,
.cid-uyi04TMMJ5 form input:focus::-moz-placeholder,
.cid-uyi04TMMJ5 form textarea:focus::-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uyi04TMMJ5 form input:active:-moz-placeholder,
.cid-uyi04TMMJ5 form textarea:active:-moz-placeholder,
.cid-uyi04TMMJ5 form input:focus:-moz-placeholder,
.cid-uyi04TMMJ5 form textarea:focus:-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uyi04TMMJ5 form input:active:-ms-input-placeholder,
.cid-uyi04TMMJ5 form textarea:active:-ms-input-placeholder,
.cid-uyi04TMMJ5 form input:focus:-ms-input-placeholder,
.cid-uyi04TMMJ5 form textarea:focus:-ms-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uyi04TMMJ5 form .row {
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.cid-uyi04TMMJ5 form .row [class*=col] {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-uyi04TMMJ5 form .mbr-section-btn {
  margin-bottom: 16px;
  min-width: 152px;
}
@media (min-width: 768px) {
  .cid-uyi04TMMJ5 form .mbr-section-btn {
    padding: 0 !important;
    margin-left: -8px !important;
    margin-right: 8px !important;
  }
}
.cid-uyi04TMMJ5 form .mbr-section-btn .btn {
  min-height: 52px;
  border-radius: 0 !important;
}
.cid-uyi04TMMJ5 form label {
  width: 100%;
  color: #24262b;
  margin-bottom: 8px;
}
.cid-uyi04TMMJ5 form .form-check label {
  color: #24262b;
}
.cid-uyi04TMMJ5 form .form-check-input {
  border-color: #c1c1c1 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uyi04TMMJ5 form .form-check-input:focus,
.cid-uyi04TMMJ5 form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #24262b !important;
}
.cid-uyi04TMMJ5 form .form-check-input:checked {
  border-color: #24262b !important;
  background-color: #24262b !important;
}
.cid-uyi04TMMJ5 .form-text {
  margin-top: 16px;
  color: #24262b;
}
@media (max-width: 767px) {
  .cid-uyi04TMMJ5 .form-text {
    text-align: center;
  }
}
.cid-uyi04TMMJ5 .col-copyright {
  margin-top: 6px;
}
.cid-uyi04TMMJ5 .border-item {
  width: 100%;
  height: 1px;
  background: #267184;
  margin-bottom: 2rem;
}
.cid-uyi04TMMJ5 .border-item-1 {
  width: 100%;
  height: 3px;
  background: #ECEEED;
  margin-bottom: 2rem;
}
.cid-uyi04TMMJ5 .copyright-text {
  color: #24262b;
}
@media (max-width: 767px) {
  .cid-uyi04TMMJ5 .copyright-text {
    text-align: center;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 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;
  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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

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

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: fixed;
        
    }
}.cid-uyhRSi4di7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uyhRSi4di7 nav.navbar {
  position: fixed;
}
@media (min-width: 1200px) {
  .cid-uyhRSi4di7 nav.navbar {
    transform: scale(1, 1);
    margin: auto;
    box-shadow: 1px 1px 2px #bbbbbb;
  }
}
.cid-uyhRSi4di7 div {
  font-family: 'Rajdhani', sans-serif;
}
.cid-uyhRSi4di7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: left;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyhRSi4di7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.cid-uyhRSi4di7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  white-space: normal;
  line-height: 1.1;
}
.cid-uyhRSi4di7 .dropdown-item:hover,
.cid-uyhRSi4di7 .dropdown-item:focus {
  background-image: linear-gradient(#ffffff, #ebf2f3) !important;
  border-radius: 8px;
}
.cid-uyhRSi4di7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyhRSi4di7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyhRSi4di7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uyhRSi4di7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyhRSi4di7 .nav-link {
  position: relative;
}
.cid-uyhRSi4di7 .container {
  display: flex;
  margin: auto;
}
.cid-uyhRSi4di7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.1rem;
}
.cid-uyhRSi4di7 .dropdown-menu,
.cid-uyhRSi4di7 .navbar.opened {
  background: #ffffff !important;
}
.cid-uyhRSi4di7 .nav-item:focus,
.cid-uyhRSi4di7 .nav-link:focus {
  outline: none;
}
.cid-uyhRSi4di7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyhRSi4di7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyhRSi4di7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyhRSi4di7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyhRSi4di7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyhRSi4di7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.0em 0.235em 1.0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyhRSi4di7 .navbar {
  min-height: 30px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uyhRSi4di7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uyhRSi4di7 .navbar .dropdown-item {
  padding: 0.3rem 0.5rem;
}
.cid-uyhRSi4di7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uyhRSi4di7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyhRSi4di7 .navbar.collapsed {
  justify-content: center;
}
.cid-uyhRSi4di7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyhRSi4di7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 1200px) {
  .cid-uyhRSi4di7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(78.5vh - 2.6rem);
  }
}
.cid-uyhRSi4di7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyhRSi4di7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyhRSi4di7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.2rem;
  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-uyhRSi4di7 .navbar.collapsed ul.navbar-nav li {
  margin: left;
}
.cid-uyhRSi4di7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uyhRSi4di7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 1199px) {
  .cid-uyhRSi4di7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyhRSi4di7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyhRSi4di7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyhRSi4di7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyhRSi4di7 .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-uyhRSi4di7 .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-uyhRSi4di7 .navbar ul.navbar-nav li {
    margin: left;
  }
  .cid-uyhRSi4di7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: left;
  }
  .cid-uyhRSi4di7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyhRSi4di7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyhRSi4di7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uyhRSi4di7 .navbar.navbar-short {
  min-height: 50px;
}
@media (min-width: 1200px) {
  .cid-uyhRSi4di7 .navbar.navbar-short {
    transform: scale(1, 1);
    border-radius: 0px;
    width: auto;
    margin: auto;
    box-shadow: 2px 8px 20px 4px #000;
    top: 0px;
  }
}
.cid-uyhRSi4di7 .navbar.navbar-short .navbar-logo {
  font-weight: 600;
}
.cid-uyhRSi4di7 .navbar.navbar-short .navbar-logo img {
  height: 2rem !important;
}
.cid-uyhRSi4di7 .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyhRSi4di7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  text-decoration: none;
}
.cid-uyhRSi4di7 .navbar-brand .navbar-logo a {
  outline: none;
  text-decoration: none;
}
.cid-uyhRSi4di7 .dropdown-item.active,
.cid-uyhRSi4di7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uyhRSi4di7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyhRSi4di7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyhRSi4di7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyhRSi4di7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uyhRSi4di7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyhRSi4di7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyhRSi4di7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyhRSi4di7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyhRSi4di7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uyhRSi4di7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uyhRSi4di7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyhRSi4di7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyhRSi4di7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyhRSi4di7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyhRSi4di7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyhRSi4di7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyhRSi4di7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyhRSi4di7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyhRSi4di7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyhRSi4di7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: left;
}
.cid-uyhRSi4di7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  padding-top: 0.1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyhRSi4di7 .navbar {
    height: 60px;
    background: #f4c600;
  }
  .cid-uyhRSi4di7 .navbar.opened {
    height: auto;
  }
  .cid-uyhRSi4di7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (min-width: 800px) {
  .cid-uyhRSi4di7 .dropdown-width-1 {
    min-width: 100%;
  }
  .cid-uyhRSi4di7 .dropdown-width-2 {
    width: 100%;
  }
  .cid-uyhRSi4di7 .dropdown-width-3 {
    width: 100%;
  }
  .cid-uyhRSi4di7 .dropdown-width-flagi {
    width: 30px;
    left: -10%;
  }
  .cid-uyhRSi4di7 .img-menu-adg {
    display: block;
    width: 20%;
    float: left;
    background: #fff;
    border-radius: 5px;
    padding: 5px;
    margin-right: 10px;
  }
  .cid-uyhRSi4di7 .container-menu-adg {
    display: inherit;
  }
  .cid-uyhRSi4di7 .adg-border1 {
    border-radius: 12px 12px 12px 12px;
    background-color: #ebf2f3;
  }
  .cid-uyhRSi4di7 .adg-separator {
    padding-top: 20px;
  }
  .cid-uyhRSi4di7 .adg-separator-2 {
    padding-bottom: 50px;
  }
  .cid-uyhRSi4di7 .adg-border2 {
    border-radius: 0px 12px 12px 0px;
  }
  .cid-uyhRSi4di7 .adg-height {
    height: 40px;
  }
}
@media (max-width: 799px) {
  .cid-uyhRSi4di7 .dropdown-item-ad {
    padding: 0.3em 0.1em !important;
    margin: 0.667em 0em !important;
    text-align: left;
    line-height: 1.1rem;
    font-size: 1.2rem;
    font-weight: 600;
  }
  .cid-uyhRSi4di7 .img-wrapper-ad {
    display: none;
  }
  .cid-uyhRSi4di7 .img-wrapper-ad-1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
  .cid-uyhRSi4di7 .img-menu-adg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
  .cid-uyhRSi4di7 .flagi {
    width: 20px;
    margin: left;
    text-align: left;
  }
}
.cid-uyhRSi4di7 .dropdown-item-ad {
  padding: 0.3em 0.1em !important;
  margin: 0.667em 0em 0em 0em !important;
  line-height: 1.1rem;
  font-size: 1.1rem;
  font-weight: 600;
}
@media (max-width: 991px) {
  .cid-uyhRSi4di7 .flagi {
    width: 25px;
    margin: left;
    text-align: left;
  }
  .cid-uyhRSi4di7 .adg-linia {
    padding-top: 5px;
    margin-top: 5px;
    margin-bottom: 50px;
    background: #eeeeee;
  }
  .cid-uyhRSi4di7 .adg-linia-top {
    border-top: 1px solid #267184;
  }
}
.cid-uyhRSi4di7 .flagi {
  width: 25px;
  margin: left;
  text-align: left;
}
.cid-uyhRSi4di7 .adg-left {
  margin-left: 25px;
}
.cid-uyhRSi4di7 .text-primary {
  font-weight: 300;
}
.cid-uyhUw8Dm4w {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/jmtec-002a.webp");
}
.cid-uyhUw8Dm4w .mbr-overlay {
  background-color: #1f6463;
  opacity: 0.8;
}
.cid-uyhUw8Dm4w .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uyhUw8Dm4w .content-wrap {
    padding: 3rem 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uyhUw8Dm4w {
    align-items: center;
  }
  .cid-uyhUw8Dm4w .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uyhUw8Dm4w .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uyhUw8Dm4w {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uyhUw8Dm4w .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uyhUw8Dm4w .content-wrap {
    width: 100%;
  }
}
.cid-uyhUw8Dm4w .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uyhUw8Dm4w .mbr-text,
.cid-uyhUw8Dm4w .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uyhUw8Dm4w .mbr-description {
  text-align: left;
  color: #ffffff;
}
.cid-uyhS4V84PN {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uyhS4V84PN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyhS4V84PN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uyhS4V84PN .container {
    padding: 0 30px;
  }
}
.cid-uyhS4V84PN .item .item-wrapper {
  margin: 0 0 40px 110px;
  padding-left: 40px;
  border-left: 3px solid #267184;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uyhS4V84PN .item .item-wrapper {
    margin: 0 0 40px 0;
    padding-left: 30px;
  }
}
.cid-uyhS4V84PN .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uyhS4V84PN .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  position: relative;
}
.cid-uyhS4V84PN .item .item-wrapper .card-box .icon-wrapper .icon-wrap .circle-wrap {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #22654e;
}
.cid-uyhS4V84PN .item .item-wrapper .card-box .icon-wrapper .icon-wrap::before {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  background-color: #c7fcb5;
  opacity: .6;
  border-radius: 100%;
  z-index: 1;
}
.cid-uyhS4V84PN .item .item-wrapper .card-box .icon-wrapper .icon-wrap::after {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  backdrop-filter: blur(5px);
  border-radius: 100%;
}
.cid-uyhS4V84PN .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: #144031;
}
.cid-uyhS4V84PN .item .item-wrapper .card-box .item-title {
  margin-bottom: 40px;
}
.cid-uyhS4V84PN .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uyhS4V84PN .item-title {
  color: #144031;
}
.cid-uyhS4V84PN .item-text {
  color: #2b2a28;
}
.cid-uyhS4V84PN .item-title,
.cid-uyhS4V84PN .icon-wrapper {
  color: #232323;
}
.cid-uyi04TMMJ5 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyi04TMMJ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyi04TMMJ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyi04TMMJ5 .main-row {
  row-gap: 32px;
}
.cid-uyi04TMMJ5 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #24262b;
}
@media (max-width: 767px) {
  .cid-uyi04TMMJ5 .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uyi04TMMJ5 .mbr-text {
  color: #24262b;
}
@media (max-width: 767px) {
  .cid-uyi04TMMJ5 .mbr-text {
    text-align: center;
  }
}
.cid-uyi04TMMJ5 .imgs-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uyi04TMMJ5 .imgs-container {
    justify-content: center;
  }
}
.cid-uyi04TMMJ5 .img-subtitle {
  width: 100%;
  margin-bottom: 8px;
  color: #24262b;
}
@media (max-width: 767px) {
  .cid-uyi04TMMJ5 .img-subtitle {
    text-align: center;
  }
}
.cid-uyi04TMMJ5 .img-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
}
.cid-uyi04TMMJ5 .img-item img {
  width: 100%;
  height: 100%;
}
.cid-uyi04TMMJ5 .list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  list-style: none;
  padding-left: 0;
  color: #24262b;
}
@media (max-width: 767px) {
  .cid-uyi04TMMJ5 .list {
    align-items: center;
  }
}
.cid-uyi04TMMJ5 .list li {
  width: fit-content;
  max-width: 100%;
  display: inline-block;
  color: inherit;
  border-bottom: 0px solid transparent;
  transition: .3s all;
  cursor: pointer;
}
.cid-uyi04TMMJ5 .list li:not(:first-child) {
  margin-top: 0.5rem;
}
.cid-uyi04TMMJ5 .list li:hover {
  border-bottom: 0px solid currentColor;
}
.cid-uyi04TMMJ5 .list li a {
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
.cid-uyi04TMMJ5 .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uyi04TMMJ5 form {
  width: 100%;
}
.cid-uyi04TMMJ5 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uyi04TMMJ5 form .dragArea.row {
    justify-content: center;
  }
}
.cid-uyi04TMMJ5 form p {
  color: #24262b;
}
.cid-uyi04TMMJ5 form .form-group {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
}
.cid-uyi04TMMJ5 form .form-control {
  height: 52px;
  background: #FFFFFF;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1;
  color: #24262b;
  font-weight: 400;
  transition: .3s;
}
.cid-uyi04TMMJ5 form .form-control::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uyi04TMMJ5 form .form-control::-moz-placeholder {
  color: #c1c1c1;
}
.cid-uyi04TMMJ5 form .form-control:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uyi04TMMJ5 form .form-control:-ms-input-placeholder {
  color: #c1c1c1;
}
.cid-uyi04TMMJ5 form select {
  color: #24262b !important;
}
.cid-uyi04TMMJ5 form textarea {
  height: 150px !important;
  min-height: 140px !important;
  padding: 11px 16px;
  resize: none;
}
.cid-uyi04TMMJ5 form textarea::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uyi04TMMJ5 form textarea::-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uyi04TMMJ5 form textarea:-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uyi04TMMJ5 form textarea:-ms-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uyi04TMMJ5 form input,
.cid-uyi04TMMJ5 form textarea {
  transition: .3s all;
}
.cid-uyi04TMMJ5 form input:active,
.cid-uyi04TMMJ5 form textarea:active,
.cid-uyi04TMMJ5 form input:focus,
.cid-uyi04TMMJ5 form textarea:focus {
  background-color: #FFFFFF !important;
  border-color: #e0e0e0 !important;
  outline: none !important;
}
.cid-uyi04TMMJ5 form input:active::-webkit-input-placeholder,
.cid-uyi04TMMJ5 form textarea:active::-webkit-input-placeholder,
.cid-uyi04TMMJ5 form input:focus::-webkit-input-placeholder,
.cid-uyi04TMMJ5 form textarea:focus::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uyi04TMMJ5 form input:active::-moz-placeholder,
.cid-uyi04TMMJ5 form textarea:active::-moz-placeholder,
.cid-uyi04TMMJ5 form input:focus::-moz-placeholder,
.cid-uyi04TMMJ5 form textarea:focus::-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uyi04TMMJ5 form input:active:-moz-placeholder,
.cid-uyi04TMMJ5 form textarea:active:-moz-placeholder,
.cid-uyi04TMMJ5 form input:focus:-moz-placeholder,
.cid-uyi04TMMJ5 form textarea:focus:-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uyi04TMMJ5 form input:active:-ms-input-placeholder,
.cid-uyi04TMMJ5 form textarea:active:-ms-input-placeholder,
.cid-uyi04TMMJ5 form input:focus:-ms-input-placeholder,
.cid-uyi04TMMJ5 form textarea:focus:-ms-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uyi04TMMJ5 form .row {
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.cid-uyi04TMMJ5 form .row [class*=col] {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-uyi04TMMJ5 form .mbr-section-btn {
  margin-bottom: 16px;
  min-width: 152px;
}
@media (min-width: 768px) {
  .cid-uyi04TMMJ5 form .mbr-section-btn {
    padding: 0 !important;
    margin-left: -8px !important;
    margin-right: 8px !important;
  }
}
.cid-uyi04TMMJ5 form .mbr-section-btn .btn {
  min-height: 52px;
  border-radius: 0 !important;
}
.cid-uyi04TMMJ5 form label {
  width: 100%;
  color: #24262b;
  margin-bottom: 8px;
}
.cid-uyi04TMMJ5 form .form-check label {
  color: #24262b;
}
.cid-uyi04TMMJ5 form .form-check-input {
  border-color: #c1c1c1 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uyi04TMMJ5 form .form-check-input:focus,
.cid-uyi04TMMJ5 form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #24262b !important;
}
.cid-uyi04TMMJ5 form .form-check-input:checked {
  border-color: #24262b !important;
  background-color: #24262b !important;
}
.cid-uyi04TMMJ5 .form-text {
  margin-top: 16px;
  color: #24262b;
}
@media (max-width: 767px) {
  .cid-uyi04TMMJ5 .form-text {
    text-align: center;
  }
}
.cid-uyi04TMMJ5 .col-copyright {
  margin-top: 6px;
}
.cid-uyi04TMMJ5 .border-item {
  width: 100%;
  height: 1px;
  background: #267184;
  margin-bottom: 2rem;
}
.cid-uyi04TMMJ5 .border-item-1 {
  width: 100%;
  height: 3px;
  background: #ECEEED;
  margin-bottom: 2rem;
}
.cid-uyi04TMMJ5 .copyright-text {
  color: #24262b;
}
@media (max-width: 767px) {
  .cid-uyi04TMMJ5 