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

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

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

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

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

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

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

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

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

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

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

b,
strong {
  font-weight: 600;
}

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

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

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

/*! 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: 500;
  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: 500;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

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

.btn-lg {
  font-weight: 500;
  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: 300;
}

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

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

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

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

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

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

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

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

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

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

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}body {
  font-family: Jost;
}
.display-1 {
  font-family: 'OpenSans-VariableFont_wdth,wght';
  font-size: 4.6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.36rem;
}
.display-2 {
  font-family: 'OpenSans-VariableFont_wdth,wght';
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'OpenSans-VariableFont_wdth,wght';
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'OpenSans-VariableFont_wdth,wght';
  font-size: 2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'OpenSans-VariableFont_wdth,wght';
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.68rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((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))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #008cdb !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #f5f5f7 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #008cdb !important;
  border-color: #008cdb !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #005b8f !important;
  border-color: #005b8f !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #005b8f !important;
  border-color: #005b8f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #008cdb !important;
  border-color: #008cdb !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #005b8f !important;
  border-color: #005b8f !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #005b8f !important;
  border-color: #005b8f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #1593d3 !important;
  border-color: #1593d3 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1593d3 !important;
  border-color: #1593d3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2d7b86 !important;
  border-color: #2d7b86 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2d7b86 !important;
  border-color: #2d7b86 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #ffe161 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffe161 !important;
  background-color: #ffd215 !important;
  border-color: #ffd215 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffe161 !important;
  background-color: #ffd215 !important;
  border-color: #ffd215 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f5f5f7 !important;
  border-color: #f5f5f7 !important;
  color: #f5f5f7 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #f5f5f7 !important;
  background-color: #cbcbd5 !important;
  border-color: #cbcbd5 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #f5f5f7 !important;
  background-color: #cbcbd5 !important;
  border-color: #cbcbd5 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #ffffff !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #008cdb;
  color: #008cdb;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #008cdb;
  border-color: #008cdb;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #008cdb !important;
  border-color: #008cdb !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #008cdb;
  color: #008cdb;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #008cdb;
  border-color: #008cdb;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #008cdb !important;
  border-color: #008cdb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #47b5ed;
  border-color: #47b5ed;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #40b0bf;
  border-color: #40b0bf;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #614f00;
  background-color: #ffe161;
  border-color: #ffe161;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #f5f5f7;
  color: #f5f5f7;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #696984;
  background-color: #f5f5f7;
  border-color: #f5f5f7;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #696984 !important;
  background-color: #f5f5f7 !important;
  border-color: #f5f5f7 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #008cdb !important;
}
.text-secondary {
  color: #008cdb !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #f5f5f7 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #004b75 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #004b75 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bcbcca !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #f5f5f7;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #008cdb;
  border-color: #008cdb;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #008cdb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a8e0ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'OpenSans-VariableFont_wdth,wght';
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
blockquote {
  border-color: #008cdb;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #008cdb !important;
  -webkit-box-shadow: 0 6px 16px 0 #008cdb !important;
  background-color: #008cdb !important;
  border-color: #008cdb !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #008cdb !important;
  -webkit-box-shadow: 0 6px 16px 0 #008cdb !important;
  background-color: #008cdb !important;
  border-color: #008cdb !important;
}
.btn-success {
  color: white !important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white !important;
}
.btn-success:hover,
.btn-success:focus {
  color: white !important;
  box-shadow: 0 6px 15px 0 #40b0bf !important;
  -webkit-box-shadow: 0 6px 16px 0 #40b0bf !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #008cdb;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background-color: #f5f6ff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #008cdb;
  border-bottom-color: #008cdb;
}
.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: #008cdb !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: #008cdb !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%;
}
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='%23008cdb' %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;
}
.cid-tznU0WXcQH .navbar-caption-wrap {
  text-align: center !important;
}
@media (min-width: 992px) {
  .cid-tznU0WXcQH .menu-vario4 {
    font-size: clamp(12px, 1vw, 13rem);
  }
}
@media (max-width: 991px) {
  .cid-tznU0WXcQH .menu-vario4 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .cid-tznU0WXcQH .menu-vario3 {
    font-size: clamp(12px, 1.2vw, 13rem);
  }
}
@media (max-width: 991px) {
  .cid-tznU0WXcQH .menu-vario3 {
    font-size: 18px;
  }
}
@media (min-width: 360px) {
  .cid-tznU0WXcQH .menu-vari {
    font-size: clamp(6px, 3.5vw, 15rem);
  }
}
@media (max-width: 359px) {
  .cid-tznU0WXcQH .menu-vari {
    display: none;
  }
}
.cid-tznU0WXcQH .menu-vari2 {
  font-size: clamp(6px, 2vw, 15rem);
}
.cid-tznU0WXcQH .menu-vario {
  font-size: clamp(12px, 1.1vw, 13rem);
}
.cid-tznU0WXcQH .menu-col {
  color: #008cdb !important;
}
.cid-tznU0WXcQH .navbar .menu-content-top {
  display: -webkit-flex;
  min-height: 83px;
  height: 100%;
}
.cid-tznU0WXcQH .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tznU0WXcQH .menu-logo {
  margin-right: auto;
}
.cid-tznU0WXcQH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tznU0WXcQH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tznU0WXcQH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tznU0WXcQH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tznU0WXcQH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tznU0WXcQH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tznU0WXcQH .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tznU0WXcQH .display-2 {
  font-size: 2rem;
}
.cid-tznU0WXcQH .navbar-collapse {
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tznU0WXcQH .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-tznU0WXcQH .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-tznU0WXcQH .dropdown-item:hover {
    color: #008cdb !important;
  }
  .cid-tznU0WXcQH .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-tznU0WXcQH.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-tznU0WXcQH.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-tznU0WXcQH.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tznU0WXcQH.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tznU0WXcQH.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-tznU0WXcQH.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-tznU0WXcQH.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tznU0WXcQH.collapsed .icons-menu {
    margin: auto;
  }
  .cid-tznU0WXcQH .navbar .topLineDivSettings {
    display: none;
  }
  .cid-tznU0WXcQH .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 10px !important;
    margin-top: 0px !important;
  }
  .cid-tznU0WXcQH .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-tznU0WXcQH .navbar.navbar-short .navbar-logo img {
    height: 3.0rem !important;
  }
  .cid-tznU0WXcQH .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 15.25px;
    padding-bottom: 15.25px;
  }
  .cid-tznU0WXcQH .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-tznU0WXcQH .nav-item .nav-link::before {
    display: none;
  }
  .cid-tznU0WXcQH.opened .dropdown-menu {
    top: 0;
  }
  .cid-tznU0WXcQH .dropdown-menu {
    top: 0;
  }
  .cid-tznU0WXcQH .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tznU0WXcQH .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tznU0WXcQH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-tznU0WXcQH .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tznU0WXcQH ul.navbar-nav li {
    margin: auto;
  }
  .cid-tznU0WXcQH .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: #efefef;
    text-align: center;
  }
  .cid-tznU0WXcQH .navbar-brand {
    min-height: 71px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tznU0WXcQH .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tznU0WXcQH .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-tznU0WXcQH .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 175px;
  }
}
@media (min-width: 576px) {
  .cid-tznU0WXcQH .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 285px;
  }
}
@media (min-width: 992px) {
  .cid-tznU0WXcQH .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 235px;
  }
}
@media (min-width: 1200px) {
  .cid-tznU0WXcQH .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
.cid-tznU0WXcQH .container {
  width: 100%;
  max-width: 1600px !important;
  display: flex;
  margin: auto;
}
.cid-tznU0WXcQH .navbar {
  min-height: 71px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: #ffffff !important;
}
@media (min-width: 992px) {
  .cid-tznU0WXcQH .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 10px;
    margin-top: 0px !important;
  }
  .cid-tznU0WXcQH .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-tznU0WXcQH .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 4.5rem !important;
  }
  .cid-tznU0WXcQH .navbar.navbar-short .navbar-brand {
    padding-top: 15.25px;
    padding-bottom: 15.25px;
  }
  .cid-tznU0WXcQH .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #b3b3b3;
    background: #ffffff;
    border-bottom-width: 0px;
    border-color: #ffffff;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-tznU0WXcQH .navbar .dropdown-item:hover {
    color: #008cdb !important;
    background: #fcfcfc !important;
  }
}
.cid-tznU0WXcQH .navbar.opened {
  transition: all .3s;
}
.cid-tznU0WXcQH .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-tznU0WXcQH .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-tznU0WXcQH .nav-link:hover {
  color: #008cdb !important;
  background: none !important;
}
.cid-tznU0WXcQH .nav-link:hover:before {
  color: #cc2952 !important;
  width: 0;
  height: 2px;
  right: auto;
  left: 0;
  bottom: -10px;
}
.cid-tznU0WXcQH .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tznU0WXcQH .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-tznU0WXcQH .icons-menu {
    min-width: 100px;
    width: 100px;
    display: unset;
    line-height: 1;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tznU0WXcQH .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tznU0WXcQH .dropdown-menu {
    min-width: 5rem;
    padding-top: 0.7rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tznU0WXcQH .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tznU0WXcQH .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1.6em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 550;
  }
}
@media (max-width: 991px) {
  .cid-tznU0WXcQH .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tznU0WXcQH .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-tznU0WXcQH .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-tznU0WXcQH .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tznU0WXcQH .navbar-caption {
  padding-right: 1rem;
}
.cid-tznU0WXcQH .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tznU0WXcQH .dropdown-menu,
  .cid-tznU0WXcQH .navbar.opened {
    background: #ffffff !important;
  }
}
@media (min-width: 992px) {
  .cid-tznU0WXcQH .dropdown-menu,
  .cid-tznU0WXcQH .navbar.opened {
    background: #ffffff !important;
  }
}
.cid-tznU0WXcQH .nav-item:focus,
.cid-tznU0WXcQH .nav-link:focus {
  outline: none;
}
.cid-tznU0WXcQH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 550;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-tznU0WXcQH .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-tznU0WXcQH .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-tznU0WXcQH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tznU0WXcQH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-tznU0WXcQH .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-tznU0WXcQH .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-tznU0WXcQH .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-tznU0WXcQH .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-tznU0WXcQH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tznU0WXcQH .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-tznU0WXcQH .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-tznU0WXcQH .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: #efefef;
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-tznU0WXcQH .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #008cdb !important;
}
.cid-tznU0WXcQH .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-tznU0WXcQH .navbar-brand {
  min-height: 71px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 15.25px;
  padding-bottom: 15.25px;
}
.cid-tznU0WXcQH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tznU0WXcQH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tznU0WXcQH .dropdown-item.active,
.cid-tznU0WXcQH .dropdown-item:active {
  background-color: transparent;
}
.cid-tznU0WXcQH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 550;
}
.cid-tznU0WXcQH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tznU0WXcQH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tznU0WXcQH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-tznU0WXcQH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tznU0WXcQH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tznU0WXcQH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tznU0WXcQH .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-tznU0WXcQH .navbar-buttons {
    text-align: right;
    min-width: 150px;
    width: 150px;
  }
}
.cid-tznU0WXcQH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tznU0WXcQH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #008cdb;
}
.cid-tznU0WXcQH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tznU0WXcQH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tznU0WXcQH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tznU0WXcQH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tznU0WXcQH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tznU0WXcQH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tznU0WXcQH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tznU0WXcQH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tznU0WXcQH .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-tznU0WXcQH a.nav-link {
  display: flex;
  font-weight: 550;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tznU0WXcQH .navbar-brand span {
  display: inline-block;
}
.cid-tznU0WXcQH .navbar-brand a {
  font-weight: 550;
}
.cid-tznU0WXcQH .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #767676;
}
.cid-tznU0WXcQH .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  border-radius: 3px;
  font-weight: 550;
}
.cid-tznU0WXcQH .btn .mbr-iconfont,
.cid-tznU0WXcQH .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.cid-tznU0WXcQH .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #232323;
  border-top-color: #232323;
  background: #ffffff !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 3.5px;
  padding-bottom: 7px;
  color: #232323;
}
.cid-tznU0WXcQH .topLineDivSettings span {
  font-weight: 100 !important;
}
.cid-tznU0WXcQH .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-tznU0WXcQH .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-tznU0WXcQH img {
  width: auto;
}
.cid-tznU0WXcQH .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-tznU0WXcQH .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-tznU0WXcQH .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-tznU0WXcQH a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-tznU0WXcQH .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-tznU0WXcQH .socicon {
  line-height: inherit;
}
.cid-tznU0WXcQH .btn:hover {
  -webkit-transform: translateY(0px) !important;
  transform: translateY(0px);
}
.cid-tznU0WXcQH .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tznU0WXcQH .info-widget {
  padding-left: 25px;
  padding-top: 0.5rem;
  padding-right: 25px;
  border-left: 1px solid #e0e0e0;
}
.cid-tznU0WXcQH .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tznU0WXcQH .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tznU0WXcQH .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tznU0WXcQH .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tznU0WXcQH .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tznU0WXcQH .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-tznU0WXcQH .wid {
  width: 95%;
  margin: 0 auto;
}
.cid-tznU0WXcQH .line {
  border-top: 1px solid #e0e0e0;
}
@media (min-width: 992px) {
  .cid-tznU0WXcQH .break {
    display: none !important;
  }
}
.cid-tmbaJCNH50 {
  background-image: url("../../../assets/images/bg-dresden-2000x1333.webp");
}
.cid-tmbaJCNH50 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmbaJCNH50 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmbaJCNH50 .bild {
  width: 50%;
  height: 50%;
  filter: brightness(0) invert(1);
}
.cid-tmbaJCNH50 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tmbaJCNH50 .mbr-text,
.cid-tmbaJCNH50 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tmbaJCNH50 br {
  display: block;
  content: "";
  margin-top: clamp(14px, 2vw, 4rem);
}
.cid-tmbaKwcvod {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tmbaKwcvod .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #008cdb;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tmbaKwcvod H2 {
  color: #232323;
}
.cid-tmbaKwcvod H3 {
  color: #008cdb;
}
.cid-tmbaKwcvod .mbr-text,
.cid-tmbaKwcvod .mbr-section-btn {
  color: #232323;
  line-height: 140%;
}
@media (max-width: 992px) {
  .cid-tmbaKwcvod .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tmbaKwcvod img {
  filter: invert(0.5);
}
.cid-u2JHY8rlHB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f7;
}
.cid-u2JHY8rlHB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2JHY8rlHB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2JHY8rlHB .mbr-section-head {
  margin-bottom: 32px;
}
.cid-u2JHY8rlHB .mbr-section-title {
  color: #24262b;
}
.cid-u2JHY8rlHB .mbr-section-subtitle {
  color: #24262b;
}
.cid-u2JHY8rlHB .cards-row {
  row-gap: 32px;
}
.cid-u2JHY8rlHB .item-content {
  align-self: center;
  height: auto;
  width: auto;
  padding: 4rem 3rem;
  background: #f5f5f7;
}
@media (max-width: 767px) {
  .cid-u2JHY8rlHB .item-content {
    padding: 3rem 2rem;
    text-align: center;
    height: 100%;
  }
}
.cid-u2JHY8rlHB .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-u2JHY8rlHB .card-subtitle {
  color: #24262b;
}
.cid-u2JHY8rlHB .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-u2JHY8rlHB .mbr-section-btn {
  margin-top: 20px;
}
.cid-u2JHY8rlHB .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  height: 100%;
}
@media (max-width: 651px) {
  .cid-u2JHY8rlHB .item-img {
    min-height: 50rem !important;
  }
}
@media (min-width: 652px) and (max-width: 991px) {
  .cid-u2JHY8rlHB .item-img {
    min-height: 38rem !important;
  }
}
@media (min-width: 992px) and (max-width: 1125px) {
  .cid-u2JHY8rlHB .item-img {
    min-height: 46rem !important;
  }
}
@media (min-width: 1126px) and (max-width: 1400px) {
  .cid-u2JHY8rlHB .item-img {
    min-height: 43rem !important;
  }
}
@media (min-width: 1401px) {
  .cid-u2JHY8rlHB .item-img {
    min-height: 38rem !important;
  }
}
.cid-u2JHY8rlHB .item-img img {
  flex-grow: 1;
  height: 20px;
  width: 100%;
  object-fit: cover;
}
.cid-u2JHY8rlHB .text-wrapper {
  heigth: 120%;
  width: 120%;
}
@media (max-width: 370px) {
  .cid-u2JHY8rlHB .newsletter {
    height: 60rem !important;
  }
}
@media (min-width: 371px) and (max-width: 651px) {
  .cid-u2JHY8rlHB .newsletter {
    height: 47rem !important;
  }
}
@media (min-width: 652px) and (max-width: 991px) {
  .cid-u2JHY8rlHB .newsletter {
    height: 38rem !important;
  }
}
@media (min-width: 992px) and (max-width: 1125px) {
  .cid-u2JHY8rlHB .newsletter {
    height: 46rem !important;
  }
}
@media (min-width: 1126px) and (max-width: 1400px) {
  .cid-u2JHY8rlHB .newsletter {
    height: 43rem !important;
  }
}
@media (min-width: 1401px) {
  .cid-u2JHY8rlHB .newsletter {
    height: 38rem !important;
  }
}
.cid-tu0OQFelCJ {
  padding-top: 105px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/network-switch-of-server-cabinet-with-cables-2021-10-14-00-27-08-utc-2000x1333.webp");
}
.cid-tu0OQFelCJ .head_info {
  text-align: center;
  margin-bottom: 70px;
}
.cid-tu0OQFelCJ .head_info .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
}
.cid-tu0OQFelCJ .head_info .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tu0OQFelCJ .head_info .mbr-section-title {
  margin-bottom: 20px;
  color: #130947;
  font-weight: 600;
}
.cid-tu0OQFelCJ .head_info .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tu0OQFelCJ .head_info .mbr-section-text {
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 0;
  color: #6d7a8c;
}
.cid-tu0OQFelCJ .head_info .mbr-section-text.display-7 {
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-tu0OQFelCJ .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  color: #767676;
  background-color: #ffffff;
  border-bottom: solid 2px rgba(0, 0, 0, 0.07);
  text-align: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-tu0OQFelCJ .plan:hover {
  transform: translateY(-16px);
  box-shadow: 0px 40px 80px 0px rgba(1, 1, 64, 0.08);
}
.cid-tu0OQFelCJ .plan .plan-title {
  background-color: #008cdb;
  padding-bottom: 60px;
  padding-top: 30px;
  margin-bottom: 0;
  font-weight: 600;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-tu0OQFelCJ .plan .plan-title.display-7 {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-tu0OQFelCJ .plan .icon_box {
  display: block;
  text-align: center;
}
.cid-tu0OQFelCJ .plan .icon_box .ico1 {
  width: 96px;
  height: 96px;
  line-height: 2.4;
  font-size: 40px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  top: -40px;
  background: #fff;
  color: #130947;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
}
.cid-tu0OQFelCJ .plan .plan-price {
  color: #28303f;
}
.cid-tu0OQFelCJ .plan .plan-price .price-figure {
  font-weight: 600;
  display: inline-block;
}
.cid-tu0OQFelCJ .plan .plan-price .price-figure.display-1 {
  font-size: 50px;
  line-height: 1;
}
.cid-tu0OQFelCJ .plan .plan-price .price-value {
  font-weight: 600;
  line-height: 1.5;
}
.cid-tu0OQFelCJ .plan .plan-price .price-term {
  line-height: 1;
  margin-top: 0.45rem;
}
.cid-tu0OQFelCJ .plan .plan-list {
  padding: 30px 40px;
}
.cid-tu0OQFelCJ .plan .plan-list .list-group {
  color: #6d7a8c;
}
.cid-tu0OQFelCJ .plan .plan-list .list-group-item {
  position: relative;
  -webkit-box-pack: center;
  justify-content: center;
  border: 0;
  background: transparent;
  padding: 7.5px 0;
}
.cid-tu0OQFelCJ .plan .plan-list .list-group-item:last-child {
  border-radius: 8px;
}
.cid-tu0OQFelCJ .plan .plan-list .list-group.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tu0OQFelCJ .plan .mbr-section-btn {
  padding: 0 2.45rem;
}
.cid-tu0OQFelCJ .plan .mbr-section-btn .btn {
  font-weight: 500;
  padding: 12px 40px;
}
.cid-tu0OQFelCJ .plan .mbr-section-btn .btn.display-4 {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 1px;
}
@media (max-width: 550px) {
  .cid-tu0OQFelCJ .price-figure {
    font-size: 4.25rem;
  }
}
.cid-tu0OQFelCJ .head_info .mbr-section-title {
  color: #ffffff;
}
.cid-tu0OQFelCJ .plan .plan-list .list-group,
.cid-tu0OQFelCJ .mbr-section-btn {
  color: #232323;
}
.cid-toVGggomE8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
}
@media (min-width: 768px) {
  .cid-toVGggomE8 {
    background-color: #008cdb;
  }
}
@media (max-width: 767px) {
  .cid-toVGggomE8 {
    background-color: white;
  }
}
.cid-toVGggomE8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-toVGggomE8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toVGggomE8 .row {
  justify-content: flex-start;
}
.cid-toVGggomE8 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
}
.cid-toVGggomE8 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
.cid-toVGggomE8 .mbr-section-btn {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .cid-toVGggomE8 .header2 {
    display: none;
  }
}
.cid-tmbkmOFUKn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tmbkmOFUKn .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.4rem !important;
  padding-right: 1rem;
  display: block;
}
.cid-tmbkmOFUKn .card-col {
  max-width: 450px;
  padding: 5rem 2rem;
}
.cid-tmbkmOFUKn .row {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
@media (min-width: 1700px) {
  .cid-tmbkmOFUKn .card-col {
    margin-right: 20rem;
  }
}
.cid-tmbkmOFUKn img {
  width: 100%;
}
.cid-tmbkmOFUKn .svg-col {
  overflow: hidden;
  padding: 0;
}
.cid-tmbkmOFUKn .container-fluid {
  position: relative;
}
.cid-tmbkmOFUKn .google-map {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  min-height: 15rem;
}
.cid-tmbkmOFUKn .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tmbkmOFUKn .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tmbkmOFUKn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tmbkmOFUKn .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-tmbkmOFUKn .item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 0.6rem;
}
.cid-tmbkmOFUKn .item h4 {
  margin: 0;
}
.cid-tmbkmOFUKn .card-wrapper {
  background: #008cdb;
  padding: 1.4rem 1.4rem;
}
.cid-tmbkmOFUKn p {
  font-weight: 400;
}
.cid-tmbkmOFUKn .card-title,
.cid-tmbkmOFUKn .card-img {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tmbkmOFUKn .card-head {
    display: none;
  }
  .cid-tmbkmOFUKn .google-map {
    position: relative;
    height: 20rem;
    padding-top: 1rem;
  }
  .cid-tmbkmOFUKn .card-col {
    padding: 2rem 1rem;
  }
}
.cid-tmbkmOFUKn H3 {
  color: #ffffff;
}
.cid-tmbkmOFUKn H2 {
  color: #ffffff;
}
.cid-tmbkmOFUKn .mbr-text {
  color: #ffffff;
}
.cid-tgP5QH0ovq {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #008cdb;
}
.cid-tgP5QH0ovq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgP5QH0ovq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgP5QH0ovq .mbr-section-title {
  color: #ffffff;
}
.cid-tm9fFiujOb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/network-switch-of-server-cabinet-with-cables-2021-10-14-00-27-08-utc-2000x1333.webp");
}
.cid-tm9fFiujOb .showAlerts {
  display: block !important;
}
.cid-tm9fFiujOb .rowflexrev {
  display: -webkit-flex;
}
.cid-tm9fFiujOb .title {
  margin-bottom: 2rem;
}
.cid-tm9fFiujOb .mbr-section-subtitle {
  color: #767676;
}
.cid-tm9fFiujOb textarea.form-control {
  min-height: 188px;
}
.cid-tm9fFiujOb LABEL {
  color: #232323;
  display: initial;
}
.cid-tm9fFiujOb .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tm9fFiujOb .mbr-section-labels {
  color: #ffffff;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-tm9fFiujOb .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tm9fFiujOb .mbr-section-gdpr {
  text-align: left;
  color: #ffffff;
  margin-bottom: 0px;
}
.cid-tm9fFiujOb .alert {
  margin-bottom: 0;
}
.cid-tm9fFiujOb .alert-success {
  background-color: #008cdb;
}
.cid-tm9fFiujOb .alert-danger {
  background-color: #ff4a52;
}
.cid-tm9fFiujOb .btn {
  display: inline-flex;
}
.cid-tm9fFiujOb .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-tm9fFiujOb .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-tm9fFiujOb .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-tm9fFiujOb input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-tm9fFiujOb input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-tm9fFiujOb input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-tm9fFiujOb .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-tm9fFiujOb .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-tm9fFiujOb .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #ffffff;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-tm9fFiujOb .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-tm9fFiujOb .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-tm9fFiujOb .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-tm9fFiujOb .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-tm9fFiujOb .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-tm9fFiujOb .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-tm9fFiujOb .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-tm9fFiujOb .text-content .social span:hover {
  color: #4f87fb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-tm9fFiujOb .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-tm9fFiujOb .list-block {
  position: relative;
}
.cid-tm9fFiujOb .list-block h4,
.cid-tm9fFiujOb .list-block p {
  padding-left: 4.5rem;
}
.cid-tm9fFiujOb .card-img {
  display: block;
}
.cid-tm9fFiujOb input,
.cid-tm9fFiujOb textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 5px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-tm9fFiujOb input:focus,
.cid-tm9fFiujOb textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-tm9fFiujOb .form-control,
.cid-tm9fFiujOb .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #f2fbff;
  border-color: #008cdb;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
}
.cid-tm9fFiujOb .form-control:hover,
.cid-tm9fFiujOb .field-input:hover,
.cid-tm9fFiujOb .form-control:focus,
.cid-tm9fFiujOb .field-input:focus {
  background-color: #f2fbff;
  border-color: #008cdb !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tm9fFiujOb input::-webkit-input-placeholder,
.cid-tm9fFiujOb textarea::-webkit-input-placeholder {
  color: #28303f;
}
.cid-tm9fFiujOb input:-moz-placeholder,
.cid-tm9fFiujOb textarea:-moz-placeholder {
  color: #28303f;
}
.cid-tm9fFiujOb .jq-selectbox li,
.cid-tm9fFiujOb .jq-selectbox li {
  background-color: #f2fbff;
  color: #000000;
}
.cid-tm9fFiujOb .jq-selectbox li:hover,
.cid-tm9fFiujOb .jq-selectbox li.selected {
  background-color: #f2fbff;
  color: #000000;
}
.cid-tm9fFiujOb .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f2fbff;
}
.cid-tm9fFiujOb .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f2fbff;
}
.cid-tm9fFiujOb .mbr-form {
  max-width: 550px;
}
.cid-tm9fFiujOb .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-tm9fFiujOb .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tm9fFiujOb .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-tm9fFiujOb .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tm9fFiujOb .mbr-form .mbr-text {
  color: #606060;
}
.cid-tm9fFiujOb .mbr-form .btn {
  padding: 18px 26px;
  border-radius: 30px;
}
.cid-tm9fFiujOb .mbr-form .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tm9fFiujOb .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-tm9fFiujOb .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tm9fFiujOb .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-tm9fFiujOb .mbr-section-title,
  .cid-tm9fFiujOb .content-title,
  .cid-tm9fFiujOb .mbr-section-btn {
    text-align: left;
  }
}
.cid-tm9fFiujOb .text-content .list-block .list-item-title {
  color: #ffffff;
}
.cid-tm9fFiujOb .text-content .list-block .list-item-text {
  color: #ffffff;
}
.cid-tzqKGFHdQH {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #008cdb;
}
.cid-tzqKGFHdQH .container-fluid {
  padding: 0 3rem;
}
.cid-tzqKGFHdQH .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.cid-tzqKGFHdQH .mbr-list li {
  margin-bottom: 1rem;
}
.cid-tzqKGFHdQH .mbr-section-title {
  margin-bottom: 2rem;
  text-align: center;
}
.cid-tzqKGFHdQH .social-media {
  margin-top: 1.5rem;
}
.cid-tzqKGFHdQH .social-media ul {
  padding: 0;
  margin-bottom: 8px;
}
.cid-tzqKGFHdQH .social-media ul li {
  margin-right: 1rem;
  display: inline-block;
}
.cid-tzqKGFHdQH .mbr-text,
.cid-tzqKGFHdQH .mbr-offer {
  line-height: 1.5;
}
.cid-tzqKGFHdQH .form-control {
  color: #fff;
  z-index: 0;
  min-height: 3rem !important;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .cid-tzqKGFHdQH .container-fluid {
    padding: 0 1rem;
  }
  .cid-tzqKGFHdQH .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-tzqKGFHdQH .mbr-list {
    margin-bottom: 2rem;
  }
  .cid-tzqKGFHdQH .mbr-list li {
    margin-bottom: .5rem;
  }
}
.cid-tzqKGFHdQH .mbr-text,
.cid-tzqKGFHdQH .social-media,
.cid-tzqKGFHdQH .logo-section {
  text-align: center;
}
.cid-tzqKGFHdQH .text-white {
  font-size: clamp(14px, 1vw, 22px);
  font-weight: 600;
}
.cid-tzqKGFHdQH .vfont {
  font-size: clamp(14px, 1vw, 22px);
  font-weight: 500;
}
.cid-tm9fKILdeR {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #008cdb;
  overflow: hidden;
}
.cid-tmQva4t7QS .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 5px;
  background: #ffffff;
  top: 0px;
}
.cid-tmQva4t7QS .progress-bar {
  height: 5px;
  background: #008cdb;
  width: 0%;
}
.cid-tmQva4t7QS .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tmQva4t7QS .hidden {
  display: none;
}
.cid-tmQva4t7QS H10 {
  color: #767676;
}
.cid-tobMBtz4X8 .hidden {
  display: none;
}
.cid-tobMBtz4X8 .fixedButton {
  position: fixed;
  bottom: 0px;
  right: 0px;
  padding: 20px;
  z-index: 120;
}
.cid-tobMBtz4X8 .roundedFixedBtn {
  height: 60px;
  line-height: 64px;
  width: 60px;
  font-size: 2em;
  font-weight: bold;
  border-radius: 50%;
  background-color: #008cdb;
  color: white;
  text-align: center;
  cursor: pointer;
}
