body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 4.0625rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 3.1875rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.1rem;
}
.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 2.4375rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.9rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.25rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.55rem;
    font-size: calc( 1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.95rem;
    font-size: calc( 1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 1.25rem;
    font-size: calc( 1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #bd9200 !important;
}
.bg-success {
  background-color: #3dc84b !important;
}
.bg-info {
  background-color: #f1c222 !important;
}
.bg-warning {
  background-color: #283742 !important;
}
.bg-danger {
  background-color: #ebeaed !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #bd9200 !important;
  border-color: #bd9200 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #bd9200;
  border-color: #bd9200;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #bd9200 !important;
  border-color: #bd9200 !important;
}
.btn-primary:hover {
  background-color: #8a6b00 !important;
  border-color: #8a6b00 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary:hover {
  background-color: #bd9200 !important;
  border-color: #bd9200 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f1c222 !important;
  border-color: #f1c222 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #f1c222;
  border-color: #f1c222;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #f1c222 !important;
  border-color: #f1c222 !important;
}
.btn-info:hover {
  background-color: #d3a60d !important;
  border-color: #d3a60d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #3dc84b;
  border-color: #3dc84b;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-success:hover {
  background-color: #2ea43a !important;
  border-color: #2ea43a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #283742 !important;
  border-color: #283742 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #283742;
  border-color: #283742;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-warning:hover {
  background-color: #151d22 !important;
  border-color: #151d22 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
  color: #696474 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #696474 !important;
  background-color: #ebeaed;
  border-color: #ebeaed;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-danger:hover {
  background-color: #d1cfd5 !important;
  border-color: #d1cfd5 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #bd9200;
  color: #bd9200;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #bd9200 !important;
  border-color: #bd9200;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #bd9200 !important;
  border-color: #bd9200 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary-outline:hover {
  background-color: #bd9200 !important;
  border-color: #bd9200 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #f1c222;
  color: #f1c222;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #f1c222 !important;
  border-color: #f1c222;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f1c222 !important;
  border-color: #f1c222 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #3dc84b;
  color: #3dc84b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #3dc84b !important;
  border-color: #3dc84b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #283742;
  color: #283742;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #283742 !important;
  border-color: #283742;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ebeaed;
  color: #ebeaed;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #696474 !important;
  background: #ebeaed !important;
  border-color: #ebeaed;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #bd9200 !important;
}
.text-secondary {
  color: #17161a !important;
}
.text-success {
  color: #3dc84b !important;
}
.text-info {
  color: #f1c222 !important;
}
.text-warning {
  color: #283742 !important;
}
.text-danger {
  color: #ebeaed !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #574300 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #237c2c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #a3800a !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #020202 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b7b3be !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #bd9200 !important;
}
.alert-success {
  background-color: #3dc84b;
}
.alert-info {
  background-color: #f1c222;
}
.alert-warning {
  background-color: #283742;
}
.alert-danger {
  background-color: #ebeaed;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #bd9200;
  border-color: #bd9200;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #bd9200;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffd33e;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0e4a7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fdf7e2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #92abbd;
}
.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: 'Be Vietnam', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #bd9200;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #bd9200;
  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-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #bd9200;
  border-bottom-color: #bd9200;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #bd9200 !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: #17161a !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-t2OSi62wIM {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fundo.jpg.001-copia-1000x563.jpg");
}
.cid-t2OSi62wIM .position {
  z-index: 10;
}
.cid-t2OSi62wIM .mbr-section-subtitle {
  margin: 10px 0 15px;
  line-height: 1.55;
  color: #ffffff;
}
.cid-t2OSi62wIM .mbr-section-title {
  margin-bottom: 0;
}
.cid-t2OSi62wIM .mbr-text {
  margin-top: 30px;
}
.cid-t2OSi62wIM .mbr-section-btn {
  margin-top: 30px;
}
.cid-t2OSi62wIM .info__block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.cid-t2OSi62wIM .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  display: inline-block;
}
.cid-t2OSi62wIM .info__block-item {
  width: 130px;
  padding-top: 25px;
  margin-right: 25px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-t2OSi62wIM .info__block-item {
    margin-right: 10px;
  }
}
.cid-t2OSi62wIM .title__item,
.cid-t2OSi62wIM .text__item {
  margin-bottom: 0;
}
.cid-t2OSi62wIM .text__item {
  line-height: 1.35;
  text-align: left;
  color: #ffffff;
}
.cid-t2OSi62wIM .animated-element {
  color: #df7700;
}
.cid-t2OSi62wIM .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #df7700;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-t2OSi62wIM .mbr-section-title,
.cid-t2OSi62wIM .typed-text {
  color: #ffffff;
}
.cid-t2OSi62wIM .title__item {
  color: #ffffff;
}
.cid-t2OSi62wIM .mbr-text,
.cid-t2OSi62wIM .mbr-section-btn {
  color: #ffffff;
}
.cid-rRN6mVyGN6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #05001e;
}
.cid-rRN6mVyGN6 .container > .row {
  background-color: #283742;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-rRN6mVyGN6 .container > .row {
    padding: 90px 100px;
  }
}
@media (max-width: 1199px) {
  .cid-rRN6mVyGN6 .container > .row {
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .cid-rRN6mVyGN6 .container > .row {
    padding: 40px 0;
    margin: 0;
  }
}
.cid-rRN6mVyGN6 .mbr-section-subtitle {
  opacity: .7;
  margin-bottom: 15px;
  text-align: left;
}
.cid-rRN6mVyGN6 .border__radius {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-rRN6mVyGN6 .bot {
  padding: 0 20px 40px;
}
@media (max-width: 767px) {
  .cid-rRN6mVyGN6 .bot {
    padding-bottom: 20px;
  }
}
.cid-rRN6mVyGN6 .bot__content {
  margin-top: 20px;
  width: 100%;
}
.cid-rRN6mVyGN6 .bot__title {
  line-height: 1.35;
  margin-bottom: 10px;
}
.cid-rRN6mVyGN6 .bot__text {
  color: #ffffff;
  opacity: .7;
  text-align: center;
}
.cid-rRN6mVyGN6 .border__left {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.cid-rRN6mVyGN6 .mbr-text {
  color: #ffffff;
  opacity: .7;
}
.cid-rRN6mVyGN6 .btn {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-rRN6mVyGN6 .icons__block {
    margin-top: 40px;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
.cid-rRN6mVyGN6 .bot:nth-child(3) .mbr-iconfont {
  animation: rotation 5s infinite linear;
}
.cid-rRN6mVyGN6 .bot__title,
.cid-rRN6mVyGN6 .icons {
  text-align: center;
}
.cid-t23E9OP9jq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #05001e;
}
.cid-t23E9OP9jq .image img {
  width: 100%;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-t23E9OP9jq .image {
    margin-bottom: 30px;
  }
}
.cid-t23E9OP9jq .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
  color: #f1c222;
}
.cid-t23E9OP9jq .mbr-text {
  margin-bottom: 30px;
}
.cid-t23E9OP9jq .mbr-section-btn {
  margin-bottom: 30px;
}
.cid-t23E9OP9jq .wrap {
  width: 110px;
  height: 110px;
}
.cid-t23E9OP9jq .card__block {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-t23E9OP9jq ellipse {
  stroke: rgba(35, 34, 38, 0.03);
}
.cid-t23E9OP9jq path {
  stroke: #199bfc;
}
.cid-t23E9OP9jq .pie_progress__number {
  letter-spacing: -0.3px;
  margin: 0;
  color: #283742;
}
.cid-t23E9OP9jq .card-title {
  padding-left: 20px;
  margin: 5px 0;
  color: #283742;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t23E9OP9jq .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-t23E9OP9jq .mbr-section-title {
  color: #ffffff;
}
.cid-t23E9OP9jq .mbr-text,
.cid-t23E9OP9jq .mbr-section-btn {
  color: #ffffff;
}
.cid-ufAN440V2v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ufAN440V2v .title__wrap {
  margin-bottom: 30px;
}
.cid-ufAN440V2v .title__block {
  margin-bottom: 10px;
}
.cid-ufAN440V2v .mbr-section-title,
.cid-ufAN440V2v .text__time,
.cid-ufAN440V2v .mbr-text,
.cid-ufAN440V2v .text__author,
.cid-ufAN440V2v .text__hall {
  margin-bottom: 0;
}
.cid-ufAN440V2v .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-ufAN440V2v .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-ufAN440V2v .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-ufAN440V2v .mbr-section-btn .btn-secondary-outline:hover {
  color: #bd9200 !important;
}
.cid-ufAN440V2v .wrap {
  margin: 0;
  padding: 25px 0;
  border-top: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-ufAN440V2v .wrap:last-child {
  border-bottom: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-ufAN440V2v .plpr_0 {
  padding-left: 0;
  padding-right: 0;
}
.cid-ufAN440V2v .nav-tabs .nav-item.open .nav-link:focus,
.cid-ufAN440V2v .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-ufAN440V2v .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-ufAN440V2v .nav-tabs {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-ufAN440V2v .nav-tabs .nav-link {
  border-radius: 0 !important;
  color: #17161a;
  font-style: normal;
  font-weight: 700;
  border: none;
  border-bottom: 2px solid transparent;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 25px;
  padding: 12px 0 !important;
}
.cid-ufAN440V2v .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-ufAN440V2v .nav-tabs .nav-link.active {
  font-weight: 700;
  font-style: normal;
  background-color: transparent !important;
  border-bottom: 2px solid #d90a2c;
}
.cid-ufAN440V2v .nav-tabs .nav-link.active:hover {
  background-color: #d90a2c;
}
@media (max-width: 991px) {
  .cid-ufAN440V2v .align-right {
    text-align: left !important;
  }
}
@media (max-width: 575px) {
  .cid-ufAN440V2v .buttons {
    justify-content: flex-start;
  }
}
.cid-ufAN440V2v .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-ufAN440V2v .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufAN440V2v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t23EpZM2MV {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #05001e;
}
.cid-t23EpZM2MV .image img {
  width: 100%;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-t23EpZM2MV .image {
    margin-bottom: 30px;
  }
}
.cid-t23EpZM2MV .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
  color: #f1c222;
}
.cid-t23EpZM2MV .mbr-text {
  margin-bottom: 30px;
}
.cid-t23EpZM2MV .mbr-section-btn {
  margin-bottom: 30px;
}
.cid-t23EpZM2MV .wrap {
  width: 110px;
  height: 110px;
}
.cid-t23EpZM2MV .card__block {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-t23EpZM2MV ellipse {
  stroke: rgba(35, 34, 38, 0.03);
}
.cid-t23EpZM2MV path {
  stroke: #199bfc;
}
.cid-t23EpZM2MV .pie_progress__number {
  letter-spacing: -0.3px;
  margin: 0;
  color: #283742;
}
.cid-t23EpZM2MV .card-title {
  padding-left: 20px;
  margin: 5px 0;
  color: #283742;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t23EpZM2MV .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-t23EpZM2MV .mbr-section-title {
  color: #ffffff;
}
.cid-t23EpZM2MV .mbr-text,
.cid-t23EpZM2MV .mbr-section-btn {
  color: #ffffff;
}
.cid-taJSODSxWH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-taJSODSxWH .image img {
  width: 100%;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-taJSODSxWH .image {
    margin-bottom: 30px;
  }
}
.cid-taJSODSxWH .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-taJSODSxWH .mbr-text {
  margin-bottom: 30px;
}
.cid-taJSODSxWH .mbr-section-btn {
  margin-bottom: 30px;
}
.cid-taJSODSxWH .wrap {
  width: 110px;
  height: 110px;
}
.cid-taJSODSxWH .card__block {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-taJSODSxWH ellipse {
  stroke: rgba(35, 34, 38, 0.03);
}
.cid-taJSODSxWH path {
  stroke: #d90a2c;
}
.cid-taJSODSxWH .pie_progress__number {
  letter-spacing: -0.3px;
  margin: 0;
}
.cid-taJSODSxWH .card-title {
  padding-left: 20px;
  margin: 5px 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-taJSODSxWH .card {
    flex-basis: 33%;
  }
}
.cid-t237qJEUmq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-t237qJEUmq .wrap {
  padding: 80px 15px;
}
.cid-t237qJEUmq .image {
  display: flex;
  justify-content: flex-start;
  height: 700px;
}
.cid-t237qJEUmq .image img {
  height: 100%;
  object-fit: cover;
}
.cid-t237qJEUmq .user__text,
.cid-t237qJEUmq .user_name,
.cid-t237qJEUmq .user_prof {
  margin-bottom: 0;
}
.cid-t237qJEUmq .carousel {
  padding: 0;
}
.cid-t237qJEUmq .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-t237qJEUmq .carousel-item {
  margin-top: 30px;
}
.cid-t237qJEUmq .carousel-controls {
  transform: translateY(90px);
}
.cid-t237qJEUmq .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #191f23;
  background: rgba(136, 136, 136, 0.03);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-t237qJEUmq .carousel-controls a:hover span {
  background: rgba(136, 136, 136, 0.1);
}
.cid-t237qJEUmq .carousel-control-prev {
  top: auto;
  left: 69%;
  bottom: 60px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-t237qJEUmq .carousel-control-next {
  top: auto;
  left: 80%;
  margin-left: 8px;
  bottom: 60px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-t237qJEUmq .user {
  border-radius: 3px;
}
.cid-t237qJEUmq .user_image {
  overflow: hidden;
  margin-bottom: 15px;
}
.cid-t237qJEUmq .user_image img {
  border-radius: 50%;
  display: inline;
}
.cid-t237qJEUmq .author {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .cid-t237qJEUmq .carousel-control-prev {
    left: 68%;
  }
}
@media (max-width: 991px) {
  .cid-t237qJEUmq .carousel-control-prev {
    left: 76%;
  }
  .cid-t237qJEUmq .carousel-control-next {
    left: 85%;
  }
  .cid-t237qJEUmq .wrap {
    padding: 30px 15px;
  }
  .cid-t237qJEUmq .image {
    height: auto;
  }
  .cid-t237qJEUmq .image img {
    width: 100%;
  }
  .cid-t237qJEUmq .user {
    padding-bottom: 45px;
  }
  .cid-t237qJEUmq .carousel-controls {
    transform: translateY(40px);
  }
}
@media (max-width: 767px) {
  .cid-t237qJEUmq .carousel-control-prev {
    left: 73%;
  }
}
@media (max-width: 575px) {
  .cid-t237qJEUmq .carousel-control-prev {
    left: 72%;
  }
}
@media (max-width: 400px) {
  .cid-t237qJEUmq .carousel-control-prev {
    left: 61%;
  }
  .cid-t237qJEUmq .carousel-control-next {
    left: 78%;
  }
}
.cid-rRN6VJGPYe {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-rRN6VJGPYe .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
  color: #191f23;
}
.cid-rRN6VJGPYe .wrap {
  margin-top: 20px;
}
.cid-rRN6VJGPYe .wrap__card {
  box-shadow: 3px 15px 20px rgba(0, 0, 0, 0.08);
  padding: 40px;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .cid-rRN6VJGPYe .wrap__card {
    padding: 20px;
  }
}
.cid-rRN6VJGPYe .item1 {
  color: #ffffff;
  background-color: #003cd3;
}
.cid-rRN6VJGPYe .item2 {
  color: #ffffff;
  background-color: #199bfc;
}
.cid-rRN6VJGPYe .item3 {
  color: #000000;
  background-color: #80c7fe;
}
.cid-rRN6VJGPYe .card__title {
  margin: 0px 0px 10px;
}
.cid-rRN6VJGPYe .card__time {
  border-radius: 4px;
  margin-top: 20px;
  padding: 0px 10px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  background-color: rgba(136, 136, 136, 0.2);
}
.cid-rRN6VJGPYe .mbr-text,
.cid-rRN6VJGPYe .mbr-section-btn,
.cid-rRN6VJGPYe .price__list_check {
  margin-top: 25px;
}
.cid-rRN6VJGPYe .item__list {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-rRN6VJGPYe .price__list_check .item {
  padding: 5px 0;
  margin-bottom: 0;
}
.cid-rRN6VJGPYe .price__list_check .item:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  margin-right: 10px;
  font-size: 13px;
  vertical-align: text-bottom;
}
.cid-rRN6VJGPYe .price__list_close .item {
  padding: 5px 0;
  margin-bottom: 0;
  opacity: .6;
}
.cid-rRN6VJGPYe .price__list_close .item:before {
  content: "\f00d";
  font-family: 'FontAwesome';
  margin-right: 10px;
  font-size: 13px;
  vertical-align: text-bottom;
}
.cid-rRN6VJGPYe .footnote {
  margin: 20px 0 10px;
  color: #888888;
}
@media (max-width: 991px) {
  .cid-rRN6VJGPYe .footnote {
    margin-bottom: 30px;
  }
}
.cid-rRN6VJGPYe .btn-info {
  border-color: #003cd3 !important;
  background-color: #003cd3 !important;
}
.cid-rRN6VJGPYe .btn-info:hover {
  background-color: transparent !important;
  border-color: #003cd3 !important;
  color: #003cd3 !important;
}
.cid-rRN6VJGPYe .btn-white:hover {
  background-color: transparent !important;
  color: #fff !important;
}
.cid-rRN6VJGPYe .mbr-section-title {
  color: #283742;
}
.cid-t29CCClEln {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t23Ivqrg2p {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t23Ivqrg2p .logo__image {
  width: 500px;
  object-fit: cover;
}
.cid-t23Ivqrg2p .footer__content {
  margin-bottom: 30px;
}
.cid-t23Ivqrg2p .footer__content:last-child {
  margin-bottom: 0;
}
.cid-t23Ivqrg2p .title__address {
  margin-bottom: 20px;
}
.cid-t23Ivqrg2p .work__address {
  margin-bottom: 0;
}
.cid-t23Ivqrg2p .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-t23Ivqrg2p .privacy {
    text-align: left;
  }
}
.cid-t23Ivqrg2p .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-t23Ivqrg2p .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-t23Ivqrg2p .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #ebeaed !important;
  font-size: 16px;
  color: #191f23;
}
.cid-t23Ivqrg2p .input-group-btn {
  padding-left: 0;
}
.cid-t23Ivqrg2p .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-t23Ivqrg2p .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-t23Ivqrg2p .mbr-form .btn {
  margin: 0;
}
.cid-t23Ivqrg2p input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-t23Ivqrg2p input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-t23Ivqrg2p .wrap {
    padding-bottom: 25px;
  }
  .cid-t23Ivqrg2p .divider {
    margin: 0 0 20px;
  }
}
.cid-s2FuKi0lWv {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #000000;
}
.cid-s2FuKi0lWv .nav-item,
.cid-s2FuKi0lWv .nav-link,
.cid-s2FuKi0lWv .navbar-caption {
  font-weight: normal;
}
.cid-s2FuKi0lWv .navbar-nav {
  counter-reset: number;
}
.cid-s2FuKi0lWv .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-s2FuKi0lWv .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-s2FuKi0lWv .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-s2FuKi0lWv .btn {
    white-space: nowrap;
  }
  .cid-s2FuKi0lWv .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s2FuKi0lWv .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s2FuKi0lWv .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-s2FuKi0lWv .dropdown-toggle::after,
  .cid-s2FuKi0lWv .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-s2FuKi0lWv .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FuKi0lWv .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FuKi0lWv .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-s2FuKi0lWv .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FuKi0lWv .dropdown-menu .dropdown-item:hover {
  color: #bd9200 !important;
  background-color: #fafafa;
}
.cid-s2FuKi0lWv .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-s2FuKi0lWv .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s2FuKi0lWv .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s2FuKi0lWv .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-s2FuKi0lWv .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-s2FuKi0lWv .nav-item:focus,
.cid-s2FuKi0lWv .nav-link:focus {
  outline: none;
}
.cid-s2FuKi0lWv .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s2FuKi0lWv .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s2FuKi0lWv .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s2FuKi0lWv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2FuKi0lWv .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s2FuKi0lWv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s2FuKi0lWv ul.navbar-nav li {
  margin: auto;
}
.cid-s2FuKi0lWv .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #000000;
}
.cid-s2FuKi0lWv .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #000000 !important;
}
.cid-s2FuKi0lWv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s2FuKi0lWv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2FuKi0lWv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2FuKi0lWv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-s2FuKi0lWv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2FuKi0lWv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2FuKi0lWv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s2FuKi0lWv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2FuKi0lWv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2FuKi0lWv .navbar .container-fluid,
  .cid-s2FuKi0lWv .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-s2FuKi0lWv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2FuKi0lWv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2FuKi0lWv .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s2FuKi0lWv .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-s2FuKi0lWv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2FuKi0lWv .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s2FuKi0lWv .navbar.navbar-short {
  background: #000000 !important;
  min-height: 90px;
}
.cid-s2FuKi0lWv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2FuKi0lWv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2FuKi0lWv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2FuKi0lWv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2FuKi0lWv .dropdown-item.active,
.cid-s2FuKi0lWv .dropdown-item:active {
  background-color: transparent;
}
.cid-s2FuKi0lWv .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2FuKi0lWv .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-s2FuKi0lWv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-s2FuKi0lWv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s2FuKi0lWv .navbar-buttons {
  text-align: center;
}
.cid-s2FuKi0lWv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s2FuKi0lWv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-s2FuKi0lWv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2FuKi0lWv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FuKi0lWv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FuKi0lWv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2FuKi0lWv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FuKi0lWv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2FuKi0lWv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2FuKi0lWv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FuKi0lWv .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-s2FuKi0lWv a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FuKi0lWv a.nav-link:hover {
  color: #bd9200 !important;
}
.is-builder .cid-s2FuKi0lWv .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2FuKi0lWv .navbar {
    height: 77px;
  }
  .cid-s2FuKi0lWv .navbar.opened {
    height: auto;
  }
  .cid-s2FuKi0lWv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2aoG5uDfz {
  background-image: url("../../../assets/images/bacjneuron-1-1000x554.png");
}
.cid-t2aoG5uDfz .mbr-section-title {
  color: #f1c222;
}
.cid-t2aoG5uDfz .mbr-text,
.cid-t2aoG5uDfz .mbr-section-btn {
  color: #ffffff;
}
.cid-t2anS5TPy3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #05001e;
}
.cid-t2anS5TPy3 .container > .row {
  background-color: #283742;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-t2anS5TPy3 .container > .row {
    padding: 90px 100px;
  }
}
@media (max-width: 1199px) {
  .cid-t2anS5TPy3 .container > .row {
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .cid-t2anS5TPy3 .container > .row {
    padding: 40px 0;
    margin: 0;
  }
}
.cid-t2anS5TPy3 .mbr-section-subtitle {
  opacity: .7;
  margin-bottom: 15px;
}
.cid-t2anS5TPy3 .border__radius {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-t2anS5TPy3 .bot {
  padding: 0 20px 40px;
}
@media (max-width: 767px) {
  .cid-t2anS5TPy3 .bot {
    padding-bottom: 20px;
  }
}
.cid-t2anS5TPy3 .bot__content {
  margin-top: 20px;
  width: 100%;
}
.cid-t2anS5TPy3 .bot__title {
  line-height: 1.35;
  margin-bottom: 10px;
}
.cid-t2anS5TPy3 .bot__text {
  color: #ffffff;
  opacity: .7;
  text-align: center;
}
.cid-t2anS5TPy3 .border__left {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.cid-t2anS5TPy3 .mbr-text {
  color: #ffffff;
  opacity: .7;
}
.cid-t2anS5TPy3 .btn {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-t2anS5TPy3 .icons__block {
    margin-top: 40px;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
.cid-t2anS5TPy3 .bot:nth-child(3) .mbr-iconfont {
  animation: rotation 5s infinite linear;
}
.cid-t2anS5TPy3 .bot__title,
.cid-t2anS5TPy3 .icons {
  text-align: center;
}
.cid-t2anS72wIM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #05001e;
}
.cid-t2anS72wIM .title__wrap {
  margin-bottom: 30px;
}
.cid-t2anS72wIM .title__block {
  margin-bottom: 10px;
}
.cid-t2anS72wIM .mbr-section-title,
.cid-t2anS72wIM .text__time,
.cid-t2anS72wIM .mbr-text,
.cid-t2anS72wIM .text__author,
.cid-t2anS72wIM .text__hall {
  margin-bottom: 0;
}
.cid-t2anS72wIM .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #ffffff;
}
.cid-t2anS72wIM .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-t2anS72wIM .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-t2anS72wIM .mbr-section-btn .btn-secondary-outline:hover {
  color: #bd9200 !important;
}
.cid-t2anS72wIM .wrap {
  margin: 0;
  padding: 25px 0;
  border-top: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-t2anS72wIM .wrap:last-child {
  border-bottom: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-t2anS72wIM .plpr_0 {
  padding-left: 0;
  padding-right: 0;
}
.cid-t2anS72wIM .nav-tabs .nav-item.open .nav-link:focus,
.cid-t2anS72wIM .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t2anS72wIM .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-t2anS72wIM .nav-tabs {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-t2anS72wIM .nav-tabs .nav-link {
  border-radius: 0 !important;
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
  border: none;
  border-bottom: 2px solid transparent;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 25px;
  padding: 12px 0 !important;
}
.cid-t2anS72wIM .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-t2anS72wIM .nav-tabs .nav-link.active {
  font-weight: 700;
  font-style: normal;
  background-color: transparent !important;
  border-bottom: 2px solid #d90a2c;
}
.cid-t2anS72wIM .nav-tabs .nav-link.active:hover {
  background-color: #d90a2c;
}
@media (max-width: 991px) {
  .cid-t2anS72wIM .align-right {
    text-align: left !important;
  }
}
@media (max-width: 575px) {
  .cid-t2anS72wIM .buttons {
    justify-content: flex-start;
  }
}
.cid-t2anS72wIM .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-t2anS72wIM .mbr-section-title {
  color: #ffffff;
}
.cid-t2anS72wIM .text__time {
  color: #ffffff;
}
.cid-t2anS72wIM .mbr-text {
  color: #ffffff;
}
.cid-t2anSc9vVS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-t2anSc9vVS .wrap {
  padding: 80px 15px;
}
.cid-t2anSc9vVS .image {
  display: flex;
  justify-content: flex-start;
  height: 700px;
}
.cid-t2anSc9vVS .image img {
  height: 100%;
  object-fit: cover;
}
.cid-t2anSc9vVS .user__text,
.cid-t2anSc9vVS .user_name,
.cid-t2anSc9vVS .user_prof {
  margin-bottom: 0;
}
.cid-t2anSc9vVS .carousel {
  padding: 0;
}
.cid-t2anSc9vVS .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-t2anSc9vVS .carousel-item {
  margin-top: 30px;
}
.cid-t2anSc9vVS .carousel-controls {
  transform: translateY(90px);
}
.cid-t2anSc9vVS .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #191f23;
  background: rgba(136, 136, 136, 0.03);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-t2anSc9vVS .carousel-controls a:hover span {
  background: rgba(136, 136, 136, 0.1);
}
.cid-t2anSc9vVS .carousel-control-prev {
  top: auto;
  left: 69%;
  bottom: 60px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-t2anSc9vVS .carousel-control-next {
  top: auto;
  left: 80%;
  margin-left: 8px;
  bottom: 60px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-t2anSc9vVS .user {
  border-radius: 3px;
}
.cid-t2anSc9vVS .user_image {
  overflow: hidden;
  margin-bottom: 15px;
}
.cid-t2anSc9vVS .user_image img {
  border-radius: 50%;
  display: inline;
}
.cid-t2anSc9vVS .author {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .cid-t2anSc9vVS .carousel-control-prev {
    left: 68%;
  }
}
@media (max-width: 991px) {
  .cid-t2anSc9vVS .carousel-control-prev {
    left: 76%;
  }
  .cid-t2anSc9vVS .carousel-control-next {
    left: 85%;
  }
  .cid-t2anSc9vVS .wrap {
    padding: 30px 15px;
  }
  .cid-t2anSc9vVS .image {
    height: auto;
  }
  .cid-t2anSc9vVS .image img {
    width: 100%;
  }
  .cid-t2anSc9vVS .user {
    padding-bottom: 45px;
  }
  .cid-t2anSc9vVS .carousel-controls {
    transform: translateY(40px);
  }
}
@media (max-width: 767px) {
  .cid-t2anSc9vVS .carousel-control-prev {
    left: 73%;
  }
}
@media (max-width: 575px) {
  .cid-t2anSc9vVS .carousel-control-prev {
    left: 72%;
  }
}
@media (max-width: 400px) {
  .cid-t2anSc9vVS .carousel-control-prev {
    left: 61%;
  }
  .cid-t2anSc9vVS .carousel-control-next {
    left: 78%;
  }
}
.cid-t2anSdTXu1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t2anSecdL3 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t2anSecdL3 .logo__image {
  width: 500px;
  object-fit: cover;
}
.cid-t2anSecdL3 .footer__content {
  margin-bottom: 30px;
}
.cid-t2anSecdL3 .footer__content:last-child {
  margin-bottom: 0;
}
.cid-t2anSecdL3 .title__address {
  margin-bottom: 20px;
}
.cid-t2anSecdL3 .work__address {
  margin-bottom: 0;
}
.cid-t2anSecdL3 .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-t2anSecdL3 .privacy {
    text-align: left;
  }
}
.cid-t2anSecdL3 .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-t2anSecdL3 .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-t2anSecdL3 .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #ebeaed !important;
  font-size: 16px;
  color: #191f23;
}
.cid-t2anSecdL3 .input-group-btn {
  padding-left: 0;
}
.cid-t2anSecdL3 .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-t2anSecdL3 .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-t2anSecdL3 .mbr-form .btn {
  margin: 0;
}
.cid-t2anSecdL3 input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-t2anSecdL3 input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-t2anSecdL3 .wrap {
    padding-bottom: 25px;
  }
  .cid-t2anSecdL3 .divider {
    margin: 0 0 20px;
  }
}
.cid-t2anSeNlLr {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #000000;
}
.cid-t2anSeNlLr .nav-item,
.cid-t2anSeNlLr .nav-link,
.cid-t2anSeNlLr .navbar-caption {
  font-weight: normal;
}
.cid-t2anSeNlLr .navbar-nav {
  counter-reset: number;
}
.cid-t2anSeNlLr .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-t2anSeNlLr .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-t2anSeNlLr .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-t2anSeNlLr .btn {
    white-space: nowrap;
  }
  .cid-t2anSeNlLr .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-t2anSeNlLr .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-t2anSeNlLr .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-t2anSeNlLr .dropdown-toggle::after,
  .cid-t2anSeNlLr .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-t2anSeNlLr .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-t2anSeNlLr .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-t2anSeNlLr .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-t2anSeNlLr .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-t2anSeNlLr .dropdown-menu .dropdown-item:hover {
  color: #bd9200 !important;
  background-color: #fafafa;
}
.cid-t2anSeNlLr .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-t2anSeNlLr .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-t2anSeNlLr .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-t2anSeNlLr .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-t2anSeNlLr .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-t2anSeNlLr .nav-item:focus,
.cid-t2anSeNlLr .nav-link:focus {
  outline: none;
}
.cid-t2anSeNlLr .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-t2anSeNlLr .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-t2anSeNlLr .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-t2anSeNlLr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2anSeNlLr .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-t2anSeNlLr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2anSeNlLr ul.navbar-nav li {
  margin: auto;
}
.cid-t2anSeNlLr .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #000000;
}
.cid-t2anSeNlLr .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #000000 !important;
}
.cid-t2anSeNlLr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2anSeNlLr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2anSeNlLr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2anSeNlLr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-t2anSeNlLr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t2anSeNlLr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2anSeNlLr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-t2anSeNlLr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2anSeNlLr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2anSeNlLr .navbar .container-fluid,
  .cid-t2anSeNlLr .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-t2anSeNlLr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t2anSeNlLr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2anSeNlLr .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-t2anSeNlLr .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-t2anSeNlLr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t2anSeNlLr .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-t2anSeNlLr .navbar.navbar-short {
  background: #000000 !important;
  min-height: 90px;
}
.cid-t2anSeNlLr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t2anSeNlLr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t2anSeNlLr .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2anSeNlLr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2anSeNlLr .dropdown-item.active,
.cid-t2anSeNlLr .dropdown-item:active {
  background-color: transparent;
}
.cid-t2anSeNlLr .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2anSeNlLr .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-t2anSeNlLr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t2anSeNlLr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-t2anSeNlLr .navbar-buttons {
  text-align: center;
}
.cid-t2anSeNlLr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-t2anSeNlLr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-t2anSeNlLr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t2anSeNlLr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t2anSeNlLr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t2anSeNlLr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t2anSeNlLr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t2anSeNlLr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t2anSeNlLr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t2anSeNlLr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t2anSeNlLr .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-t2anSeNlLr a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-t2anSeNlLr a.nav-link:hover {
  color: #bd9200 !important;
}
.is-builder .cid-t2anSeNlLr .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2anSeNlLr .navbar {
    height: 77px;
  }
  .cid-t2anSeNlLr .navbar.opened {
    height: auto;
  }
  .cid-t2anSeNlLr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2OwgBTSJR {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bacjneuron-1-1000x554.png");
}
.cid-t2OwgBTSJR .image {
  position: absolute;
  background-image: url("../../../assets/images/logo-neuro-crypto-800x669.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1 !important;
  width: 800px;
  height: 500px;
  margin-left: 48vw;
  transform-origin: center;
  transform: rotate(352deg);
}
@media (max-width: 991px) {
  .cid-t2OwgBTSJR .image {
    display: none;
  }
}
.cid-t2OwgBTSJR .position {
  z-index: 10;
}
.cid-t2OwgBTSJR .mbr-section-subtitle {
  margin: 10px 0 15px;
  line-height: 1.55;
  color: #ffffff;
}
.cid-t2OwgBTSJR .mbr-section-title {
  margin-bottom: 0;
}
.cid-t2OwgBTSJR .mbr-text {
  margin-top: 30px;
}
.cid-t2OwgBTSJR .mbr-section-btn {
  margin-top: 30px;
}
.cid-t2OwgBTSJR .info__block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.cid-t2OwgBTSJR .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  display: inline-block;
}
.cid-t2OwgBTSJR .info__block-item {
  width: 130px;
  padding-top: 25px;
  margin-right: 25px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-t2OwgBTSJR .info__block-item {
    margin-right: 10px;
  }
}
.cid-t2OwgBTSJR .title__item,
.cid-t2OwgBTSJR .text__item {
  margin-bottom: 0;
}
.cid-t2OwgBTSJR .text__item {
  line-height: 1.35;
  text-align: left;
  color: #ffffff;
}
.cid-t2OwgBTSJR .animated-element {
  color: #f1c222;
}
.cid-t2OwgBTSJR .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #f1c222;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-t2OwgBTSJR .mbr-section-title,
.cid-t2OwgBTSJR .typed-text {
  color: #ffffff;
}
.cid-t2OwgBTSJR .title__item {
  color: #ffffff;
}
.cid-t2OwgBTSJR .mbr-text,
.cid-t2OwgBTSJR .mbr-section-btn {
  color: #ffffff;
}
.cid-t2Phz25Pyt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #05001e;
}
.cid-t2Phz25Pyt .content__block {
  padding: 50px 15px;
}
.cid-t2Phz25Pyt .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #bd9200;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-t2Phz25Pyt .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #f1c222;
}
.cid-t2Phz25Pyt .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-t2Phz25Pyt .image {
  perspective: 3500px;
  position: relative;
}
.cid-t2Phz25Pyt .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(5, 0, 30, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-t2Phz25Pyt .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t2Phz25Pyt .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-t2Phz25Pyt .mbr-section-btn .btn-white-outline:hover {
  color: #bd9200 !important;
}
@media (max-width: 991px) {
  .cid-t2Phz25Pyt .content__block {
    padding: 30px 15px;
  }
  .cid-t2Phz25Pyt .mbr-figure {
    padding: 0;
  }
  .cid-t2Phz25Pyt .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(5, 0, 30, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-t2Phz25Pyt .lg-push {
    right: 1%;
  }
  .cid-t2Phz25Pyt .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-t2Phz25Pyt .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-t2Phz25Pyt .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-t2OwgF2MVb {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #05001e;
}
.cid-t2OwgF2MVb .image img {
  width: 100%;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-t2OwgF2MVb .image {
    margin-bottom: 30px;
  }
}
.cid-t2OwgF2MVb .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
  color: #f1c222;
}
.cid-t2OwgF2MVb .mbr-text {
  margin-bottom: 30px;
}
.cid-t2OwgF2MVb .mbr-section-btn {
  margin-bottom: 30px;
}
.cid-t2OwgF2MVb .wrap {
  width: 110px;
  height: 110px;
}
.cid-t2OwgF2MVb .card__block {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-t2OwgF2MVb ellipse {
  stroke: rgba(35, 34, 38, 0.03);
}
.cid-t2OwgF2MVb path {
  stroke: #199bfc;
}
.cid-t2OwgF2MVb .pie_progress__number {
  letter-spacing: -0.3px;
  margin: 0;
  color: #283742;
}
.cid-t2OwgF2MVb .card-title {
  padding-left: 20px;
  margin: 5px 0;
  color: #283742;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t2OwgF2MVb .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-t2OwgF2MVb .mbr-section-title {
  color: #ffffff;
}
.cid-t2OwgF2MVb .mbr-text,
.cid-t2OwgF2MVb .mbr-section-btn {
  color: #ffffff;
}
.cid-t2OwgF2MVb P {
  color: #ffffff;
}
.cid-t2OwgD4L76 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #05001e;
}
.cid-t2OwgD4L76 .container > .row {
  background-color: #283742;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-t2OwgD4L76 .container > .row {
    padding: 90px 100px;
  }
}
@media (max-width: 1199px) {
  .cid-t2OwgD4L76 .container > .row {
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .cid-t2OwgD4L76 .container > .row {
    padding: 40px 0;
    margin: 0;
  }
}
.cid-t2OwgD4L76 .mbr-section-subtitle {
  opacity: .7;
  margin-bottom: 15px;
}
.cid-t2OwgD4L76 .border__radius {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-t2OwgD4L76 .bot {
  padding: 0 20px 40px;
}
@media (max-width: 767px) {
  .cid-t2OwgD4L76 .bot {
    padding-bottom: 20px;
  }
}
.cid-t2OwgD4L76 .bot__content {
  margin-top: 20px;
  width: 100%;
}
.cid-t2OwgD4L76 .bot__title {
  line-height: 1.35;
  margin-bottom: 10px;
}
.cid-t2OwgD4L76 .bot__text {
  color: #ffffff;
  opacity: .7;
  text-align: center;
}
.cid-t2OwgD4L76 .border__left {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.cid-t2OwgD4L76 .mbr-text {
  color: #ffffff;
  opacity: .7;
}
.cid-t2OwgD4L76 .btn {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-t2OwgD4L76 .icons__block {
    margin-top: 40px;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
.cid-t2OwgD4L76 .bot:nth-child(3) .mbr-iconfont {
  animation: rotation 5s infinite linear;
}
.cid-t2OwgD4L76 .bot__title,
.cid-t2OwgD4L76 .icons {
  text-align: center;
}
.cid-t2Pq27bYDe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #05001e;
}
.cid-t2Pq27bYDe .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-t2Pq27bYDe .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t2Pq27bYDe .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t2Pq27bYDe .card {
    margin-bottom: 2rem;
  }
  .cid-t2Pq27bYDe .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t2Pq27bYDe .card-title,
.cid-t2Pq27bYDe .card-box {
  color: #ffffff;
}
.cid-t2Pq27bYDe .icon-text {
  color: #ffffff;
}
.cid-t2Pq27bYDe .icon-title {
  color: #f1c222;
}
.cid-t2OwgDJzWe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #05001e;
}
.cid-t2OwgDJzWe .title__block {
  margin-bottom: 30px;
}
.cid-t2OwgDJzWe .mbr-section-subtitle,
.cid-t2OwgDJzWe .card__subtitle {
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-t2OwgDJzWe .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  opacity: 0.6;
}
.cid-t2OwgDJzWe .card__wrap {
  margin-bottom: 50px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .cid-t2OwgDJzWe .card__wrap {
    margin-bottom: 30px;
    padding: 0 15px;
  }
}
.cid-t2OwgDJzWe .card__title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-t2OwgDJzWe .mbr-text {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-t2OwgDJzWe .mbr-section-title,
.cid-t2OwgDJzWe .mbr-section-btn {
  color: #ffffff;
}
.cid-t2OwgDJzWe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t2OwgDJzWe .card__subtitle {
  color: #f1c222;
}
.cid-t2OwgFrEe9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #05001e;
}
.cid-t2OwgFrEe9 .image img {
  width: 100%;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-t2OwgFrEe9 .image {
    margin-bottom: 30px;
  }
}
.cid-t2OwgFrEe9 .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
  color: #f1c222;
}
.cid-t2OwgFrEe9 .mbr-text {
  margin-bottom: 30px;
}
.cid-t2OwgFrEe9 .mbr-section-btn {
  margin-bottom: 30px;
}
.cid-t2OwgFrEe9 .wrap {
  width: 110px;
  height: 110px;
}
.cid-t2OwgFrEe9 .card__block {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-t2OwgFrEe9 ellipse {
  stroke: rgba(35, 34, 38, 0.03);
}
.cid-t2OwgFrEe9 path {
  stroke: #199bfc;
}
.cid-t2OwgFrEe9 .pie_progress__number {
  letter-spacing: -0.3px;
  margin: 0;
  color: #283742;
}
.cid-t2OwgFrEe9 .card-title {
  padding-left: 20px;
  margin: 5px 0;
  color: #283742;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t2OwgFrEe9 .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-t2OwgFrEe9 .mbr-section-title {
  color: #ffffff;
}
.cid-t2OwgFrEe9 .mbr-text,
.cid-t2OwgFrEe9 .mbr-section-btn {
  color: #ffffff;
}
.cid-t2OwgFLUVb {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #05001e;
}
.cid-t2OwgFLUVb .image img {
  width: 100%;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-t2OwgFLUVb .image {
    margin-bottom: 30px;
  }
}
.cid-t2OwgFLUVb .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
  color: #f1c222;
}
.cid-t2OwgFLUVb .mbr-text {
  margin-bottom: 30px;
}
.cid-t2OwgFLUVb .mbr-section-btn {
  margin-bottom: 30px;
}
.cid-t2OwgFLUVb .wrap {
  width: 110px;
  height: 110px;
}
.cid-t2OwgFLUVb .card__block {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-t2OwgFLUVb ellipse {
  stroke: rgba(35, 34, 38, 0.03);
}
.cid-t2OwgFLUVb path {
  stroke: #199bfc;
}
.cid-t2OwgFLUVb .pie_progress__number {
  letter-spacing: -0.3px;
  margin: 0;
  color: #283742;
}
.cid-t2OwgFLUVb .card-title {
  padding-left: 20px;
  margin: 5px 0;
  color: #283742;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t2OwgFLUVb .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-t2OwgFLUVb .mbr-section-title {
  color: #ffffff;
}
.cid-t2OwgFLUVb .mbr-text,
.cid-t2OwgFLUVb .mbr-section-btn {
  color: #ffffff;
}
.cid-t2PaEBJa1E {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t2PaEBJa1E .item-img {
  position: relative;
}
.cid-t2PaEBJa1E .tag {
  position: absolute;
  left: 1rem;
  top: 0.5rem;
}
.cid-t2PaEBJa1E .btn-tag {
  padding: 0.3rem 1rem;
  padding-top: 6px;
  border-radius: 6px !important;
}
.cid-t2PaEBJa1E .btn-tag:hover,
.cid-t2PaEBJa1E .btn-tag:focus {
  box-shadow: none;
}
.cid-t2PaEBJa1E img,
.cid-t2PaEBJa1E .item-img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-t2PaEBJa1E .item:focus,
.cid-t2PaEBJa1E span:focus {
  outline: none;
}
.cid-t2PaEBJa1E .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t2PaEBJa1E .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-t2PaEBJa1E .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t2PaEBJa1E .mbr-section-title {
  color: #232323;
}
.cid-t2PaEBJa1E .mbr-text,
.cid-t2PaEBJa1E .mbr-section-btn {
  color: #353535;
}
.cid-t2PaEBJa1E .item-title {
  color: #353535;
}
.cid-t2PaEBJa1E .item-subtitle {
  text-align: center;
}
.cid-t2OwgEgrXx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #05001e;
}
.cid-t2OwgEgrXx .title__wrap {
  margin-bottom: 30px;
}
.cid-t2OwgEgrXx .title__block {
  margin-bottom: 10px;
}
.cid-t2OwgEgrXx .mbr-section-title,
.cid-t2OwgEgrXx .text__time,
.cid-t2OwgEgrXx .mbr-text,
.cid-t2OwgEgrXx .text__author,
.cid-t2OwgEgrXx .text__hall {
  margin-bottom: 0;
}
.cid-t2OwgEgrXx .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #ffffff;
}
.cid-t2OwgEgrXx .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-t2OwgEgrXx .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-t2OwgEgrXx .mbr-section-btn .btn-secondary-outline:hover {
  color: #bd9200 !important;
}
.cid-t2OwgEgrXx .wrap {
  margin: 0;
  padding: 25px 0;
  border-top: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-t2OwgEgrXx .wrap:last-child {
  border-bottom: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-t2OwgEgrXx .plpr_0 {
  padding-left: 0;
  padding-right: 0;
}
.cid-t2OwgEgrXx .nav-tabs .nav-item.open .nav-link:focus,
.cid-t2OwgEgrXx .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t2OwgEgrXx .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-t2OwgEgrXx .nav-tabs {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-t2OwgEgrXx .nav-tabs .nav-link {
  border-radius: 0 !important;
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
  border: none;
  border-bottom: 2px solid transparent;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 25px;
  padding: 12px 0 !important;
}
.cid-t2OwgEgrXx .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-t2OwgEgrXx .nav-tabs .nav-link.active {
  font-weight: 700;
  font-style: normal;
  background-color: transparent !important;
  border-bottom: 2px solid #d90a2c;
}
.cid-t2OwgEgrXx .nav-tabs .nav-link.active:hover {
  background-color: #d90a2c;
}
@media (max-width: 991px) {
  .cid-t2OwgEgrXx .align-right {
    text-align: left !important;
  }
}
@media (max-width: 575px) {
  .cid-t2OwgEgrXx .buttons {
    justify-content: flex-start;
  }
}
.cid-t2OwgEgrXx .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-t2OwgEgrXx .mbr-section-title {
  color: #ffffff;
}
.cid-t2OwgEgrXx .text__time {
  color: #ffffff;
}
.cid-t2OwgEgrXx .mbr-text {
  color: #ffffff;
}
.cid-t2OwgH6o7x {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t2OwgH6o7x .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
  color: #191f23;
}
.cid-t2OwgH6o7x .wrap {
  margin-top: 20px;
}
.cid-t2OwgH6o7x .wrap__card {
  box-shadow: 3px 15px 20px rgba(0, 0, 0, 0.08);
  padding: 40px;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .cid-t2OwgH6o7x .wrap__card {
    padding: 20px;
  }
}
.cid-t2OwgH6o7x .item1 {
  color: #ffffff;
  background-color: #003cd3;
}
.cid-t2OwgH6o7x .item2 {
  color: #ffffff;
  background-color: #199bfc;
}
.cid-t2OwgH6o7x .item3 {
  color: #000000;
  background-color: #80c7fe;
}
.cid-t2OwgH6o7x .card__title {
  margin: 0px 0px 10px;
}
.cid-t2OwgH6o7x .card__time {
  border-radius: 4px;
  margin-top: 20px;
  padding: 0px 10px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  background-color: rgba(136, 136, 136, 0.2);
}
.cid-t2OwgH6o7x .mbr-text,
.cid-t2OwgH6o7x .mbr-section-btn,
.cid-t2OwgH6o7x .price__list_check {
  margin-top: 25px;
}
.cid-t2OwgH6o7x .item__list {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-t2OwgH6o7x .price__list_check .item {
  padding: 5px 0;
  margin-bottom: 0;
}
.cid-t2OwgH6o7x .price__list_check .item:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  margin-right: 10px;
  font-size: 13px;
  vertical-align: text-bottom;
}
.cid-t2OwgH6o7x .price__list_close .item {
  padding: 5px 0;
  margin-bottom: 0;
  opacity: .6;
}
.cid-t2OwgH6o7x .price__list_close .item:before {
  content: "\f00d";
  font-family: 'FontAwesome';
  margin-right: 10px;
  font-size: 13px;
  vertical-align: text-bottom;
}
.cid-t2OwgH6o7x .footnote {
  margin: 20px 0 10px;
  color: #888888;
}
@media (max-width: 991px) {
  .cid-t2OwgH6o7x .footnote {
    margin-bottom: 30px;
  }
}
.cid-t2OwgH6o7x .btn-info {
  border-color: #003cd3 !important;
  background-color: #003cd3 !important;
}
.cid-t2OwgH6o7x .btn-info:hover {
  background-color: transparent !important;
  border-color: #003cd3 !important;
  color: #003cd3 !important;
}
.cid-t2OwgH6o7x .btn-white:hover {
  background-color: transparent !important;
  color: #fff !important;
}
.cid-t2OwgH6o7x .mbr-section-title {
  color: #283742;
}
.cid-t2OwgHvZmz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t2OwgHvZmz .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-t2OwgHvZmz .mbr-section-title {
  text-align: center;
  color: #14142b;
  padding-bottom: 24px;
  max-width: 752px;
  margin: auto;
}
.cid-t2OwgHvZmz .row {
  align-items: center;
  height: 100%;
}
.cid-t2OwgHvZmz .wrapper {
  margin: auto;
}
.cid-t2OwgHGqcy {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t2OwgHGqcy .counts__block {
  width: 100%;
}
.cid-t2OwgHGqcy .count {
  display: inline-block;
  margin-bottom: 0;
}
.cid-t2OwgHGqcy .mbr-iconfont {
  margin-right: 10px;
  color: #bd9200;
}
.cid-t2OwgHGqcy .item__text {
  margin: 5px 0;
  text-align: center;
  color: #17161a;
}
.cid-t2OwgHGqcy .mbr-text {
  margin: 20px 0 10px;
  text-align: center;
  color: #6a696c;
}
.cid-t2OwgHGqcy .wrap {
  margin-bottom: 30px;
}
.cid-t2OwgHGqcy .wrap:last-child {
  margin-bottom: 0;
}
.cid-t2OwgHGqcy .title__block {
  text-align: center;
  color: #283742;
}
.cid-t2OwgIj5gV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2OwgIj5gV .title__block {
  padding: 30px 15px;
}
.cid-t2OwgIj5gV .mbr-text {
  margin-bottom: 30px;
}
.cid-t2OwgIj5gV .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-t2OwgIj5gV .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: 0.6;
}
.cid-t2OwgIj5gV .bottom__text {
  margin: 10px 0;
}
.cid-t2OwgIj5gV .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-t2OwgIj5gV .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-t2OwgIj5gV .btn {
  margin-top: 0;
}
.cid-t2OwgIj5gV .btn:hover {
  background-color: #bd9200 !important;
  border-color: #bd9200 !important;
}
.cid-t2OwgIj5gV img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-t2OwgIj5gV .image {
    margin-bottom: 10px;
  }
  .cid-t2OwgIj5gV .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-t2OwgICblH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-t2OwgICblH .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t2OwgICblH .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #bd9200, #17161a);
  display: inline-block;
}
.cid-t2OwgICblH .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-t2OwgICblH .number-wrap {
  color: #ffffff;
  background: #a57a21;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  max-width: 100%;
  background: linear-gradient(135deg, #a57a21, #eac069);
}
.cid-t2OwgICblH .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-t2OwgICblH .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-t2OwgICblH .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: none;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-t2OwgICblH .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t2OwgICblH .dot {
    display: none;
  }
}
@media (max-width: 550px) {
  .cid-t2OwgICblH .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-t2OwgICblH .number-wrap {
    min-width: auto;
  }
  .cid-t2OwgICblH .number {
    white-space: nowrap;
  }
}
@media (max-width: 440px) {
  .cid-t2OwgICblH .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-t2OwgICblH .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-t2OwgICblH .number {
    font-size: 28px;
  }
  .cid-t2OwgICblH .period {
    font-size: 0.7rem;
  }
}
.cid-t2OwgIVy3O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-t2OwgIVy3O .wrap {
  padding: 80px 15px;
}
.cid-t2OwgIVy3O .image {
  display: flex;
  justify-content: flex-start;
  height: 700px;
}
.cid-t2OwgIVy3O .image img {
  height: 100%;
  object-fit: cover;
}
.cid-t2OwgIVy3O .user__text,
.cid-t2OwgIVy3O .user_name,
.cid-t2OwgIVy3O .user_prof {
  margin-bottom: 0;
}
.cid-t2OwgIVy3O .carousel {
  padding: 0;
}
.cid-t2OwgIVy3O .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-t2OwgIVy3O .carousel-item {
  margin-top: 30px;
}
.cid-t2OwgIVy3O .carousel-controls {
  transform: translateY(90px);
}
.cid-t2OwgIVy3O .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #191f23;
  background: rgba(136, 136, 136, 0.03);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-t2OwgIVy3O .carousel-controls a:hover span {
  background: rgba(136, 136, 136, 0.1);
}
.cid-t2OwgIVy3O .carousel-control-prev {
  top: auto;
  left: 69%;
  bottom: 60px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-t2OwgIVy3O .carousel-control-next {
  top: auto;
  left: 80%;
  margin-left: 8px;
  bottom: 60px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-t2OwgIVy3O .user {
  border-radius: 3px;
}
.cid-t2OwgIVy3O .user_image {
  overflow: hidden;
  margin-bottom: 15px;
}
.cid-t2OwgIVy3O .user_image img {
  border-radius: 50%;
  display: inline;
}
.cid-t2OwgIVy3O .author {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .cid-t2OwgIVy3O .carousel-control-prev {
    left: 68%;
  }
}
@media (max-width: 991px) {
  .cid-t2OwgIVy3O .carousel-control-prev {
    left: 76%;
  }
  .cid-t2OwgIVy3O .carousel-control-next {
    left: 85%;
  }
  .cid-t2OwgIVy3O .wrap {
    padding: 30px 15px;
  }
  .cid-t2OwgIVy3O .image {
    height: auto;
  }
  .cid-t2OwgIVy3O .image img {
    width: 100%;
  }
  .cid-t2OwgIVy3O .user {
    padding-bottom: 45px;
  }
  .cid-t2OwgIVy3O .carousel-controls {
    transform: translateY(40px);
  }
}
@media (max-width: 767px) {
  .cid-t2OwgIVy3O .carousel-control-prev {
    left: 73%;
  }
}
@media (max-width: 575px) {
  .cid-t2OwgIVy3O .carousel-control-prev {
    left: 72%;
  }
}
@media (max-width: 400px) {
  .cid-t2OwgIVy3O .carousel-control-prev {
    left: 61%;
  }
  .cid-t2OwgIVy3O .carousel-control-next {
    left: 78%;
  }
}
.cid-t2ParQnaRg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2ParQnaRg .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-t2ParQnaRg .block__left,
.cid-t2ParQnaRg .block__right {
  padding: 80px;
  height: 100%;
}
@media (max-width: 575px) {
  .cid-t2ParQnaRg .block__left,
  .cid-t2ParQnaRg .block__right {
    padding: 30px;
  }
}
.cid-t2ParQnaRg .title__block {
  position: relative;
  z-index: 2;
}
.cid-t2ParQnaRg .left__image {
  background-image: url("../../../assets/images/conference21.jpg");
}
.cid-t2ParQnaRg .block__left > .mbr-overlay {
  background-color: #191f23;
  opacity: 0.5;
  z-index: 1;
}
.cid-t2ParQnaRg .block__right > .mbr-overlay {
  background-color: #d90a2c;
  opacity: 0.3;
  z-index: 1;
}
.cid-t2ParQnaRg .right__image {
  background-image: url("../../../assets/images/conference22.jpg");
}
.cid-t2ParQnaRg .left__image,
.cid-t2ParQnaRg .right__image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .cid-t2ParQnaRg .container,
  .cid-t2ParQnaRg .container-fluid,
  .cid-t2ParQnaRg .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .cid-t2ParQnaRg .wrap_left,
  .cid-t2ParQnaRg .wrap_right {
    padding: 0;
  }
}
.cid-t2OwgJqgK3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t2OwgJqgK3 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-t2OwgJqgK3 .clients__block .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-t2OwgJqgK3 .mbr-text {
  margin: 10px 0 30px;
}
.cid-t2OwgJqgK3 .wrap {
  overflow: hidden;
  padding: 20px 0;
}
.cid-t2OwgJqgK3 .wrap:hover .image {
  animation: clientsAnim cubic-bezier(0.4, 0, 0.2, 1) 0.75s 1;
}
.cid-t2OwgJqgK3 .image {
  padding-right: 35%;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-t2OwgJqgK3 .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-t2OwgJqgK3 .mbr-text {
    margin: 10px 0;
  }
}
@keyframes clientsAnim {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(calc(-125%));
    opacity: 1;
  }
  51% {
    transform: translateY(calc(-125%));
    opacity: 0;
  }
  52% {
    transform: translateY(calc(125%));
  }
  86% {
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-t2PauftpHW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t2PauftpHW .mbr-section-title {
  margin-bottom: 20px;
}
.cid-t2PauftpHW .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-t2PauftpHW .mbr-text {
  margin: 10px 0;
}
.cid-t2PauftpHW .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-t2PauftpHW .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-t2PauftpHW .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .cid-t2PauftpHW .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-t2PauftpHW .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-t2OwgK94iu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t2OwgK94iu .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-t2OwgK94iu .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-t2OwgK94iu .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #bd9200;
}
.cid-t2OwgK94iu .panel-body,
.cid-t2OwgK94iu .card-header {
  padding: 1rem 0;
}
.cid-t2OwgK94iu .panel-title-edit {
  color: #000000;
}
.cid-t2OwgKvpZp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t2OwgKNvQk {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t2OwgKNvQk .logo__image {
  width: 500px;
  object-fit: cover;
}
.cid-t2OwgKNvQk .footer__content {
  margin-bottom: 30px;
}
.cid-t2OwgKNvQk .footer__content:last-child {
  margin-bottom: 0;
}
.cid-t2OwgKNvQk .title__address {
  margin-bottom: 20px;
}
.cid-t2OwgKNvQk .work__address {
  margin-bottom: 0;
}
.cid-t2OwgKNvQk .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-t2OwgKNvQk .privacy {
    text-align: left;
  }
}
.cid-t2OwgKNvQk .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-t2OwgKNvQk .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-t2OwgKNvQk .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #ebeaed !important;
  font-size: 16px;
  color: #191f23;
}
.cid-t2OwgKNvQk .input-group-btn {
  padding-left: 0;
}
.cid-t2OwgKNvQk .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-t2OwgKNvQk .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-t2OwgKNvQk .mbr-form .btn {
  margin: 0;
}
.cid-t2OwgKNvQk input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-t2OwgKNvQk input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-t2OwgKNvQk .wrap {
    padding-bottom: 25px;
  }
  .cid-t2OwgKNvQk .divider {
    margin: 0 0 20px;
  }
}
.cid-t2OwgLpURx {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #000000;
}
.cid-t2OwgLpURx .nav-item,
.cid-t2OwgLpURx .nav-link,
.cid-t2OwgLpURx .navbar-caption {
  font-weight: normal;
}
.cid-t2OwgLpURx .navbar-nav {
  counter-reset: number;
}
.cid-t2OwgLpURx .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-t2OwgLpURx .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-t2OwgLpURx .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-t2OwgLpURx .btn {
    white-space: nowrap;
  }
  .cid-t2OwgLpURx .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-t2OwgLpURx .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-t2OwgLpURx .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-t2OwgLpURx .dropdown-toggle::after,
  .cid-t2OwgLpURx .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-t2OwgLpURx .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-t2OwgLpURx .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-t2OwgLpURx .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-t2OwgLpURx .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-t2OwgLpURx .dropdown-menu .dropdown-item:hover {
  color: #bd9200 !important;
  background-color: #fafafa;
}
.cid-t2OwgLpURx .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-t2OwgLpURx .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-t2OwgLpURx .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-t2OwgLpURx .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-t2OwgLpURx .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-t2OwgLpURx .nav-item:focus,
.cid-t2OwgLpURx .nav-link:focus {
  outline: none;
}
.cid-t2OwgLpURx .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-t2OwgLpURx .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-t2OwgLpURx .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-t2OwgLpURx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2OwgLpURx .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-t2OwgLpURx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2OwgLpURx ul.navbar-nav li {
  margin: auto;
}
.cid-t2OwgLpURx .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #000000;
}
.cid-t2OwgLpURx .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #000000 !important;
}
.cid-t2OwgLpURx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2OwgLpURx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2OwgLpURx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2OwgLpURx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-t2OwgLpURx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t2OwgLpURx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2OwgLpURx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-t2OwgLpURx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2OwgLpURx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2OwgLpURx .navbar .container-fluid,
  .cid-t2OwgLpURx .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-t2OwgLpURx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t2OwgLpURx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2OwgLpURx .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-t2OwgLpURx .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-t2OwgLpURx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t2OwgLpURx .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-t2OwgLpURx .navbar.navbar-short {
  background: #000000 !important;
  min-height: 90px;
}
.cid-t2OwgLpURx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t2OwgLpURx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t2OwgLpURx .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2OwgLpURx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2OwgLpURx .dropdown-item.active,
.cid-t2OwgLpURx .dropdown-item:active {
  background-color: transparent;
}
.cid-t2OwgLpURx .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2OwgLpURx .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-t2OwgLpURx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t2OwgLpURx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-t2OwgLpURx .navbar-buttons {
  text-align: center;
}
.cid-t2OwgLpURx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-t2OwgLpURx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-t2OwgLpURx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t2OwgLpURx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t2OwgLpURx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t2OwgLpURx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t2OwgLpURx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t2OwgLpURx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t2OwgLpURx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t2OwgLpURx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t2OwgLpURx .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-t2OwgLpURx a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-t2OwgLpURx a.nav-link:hover {
  color: #bd9200 !important;
}
.is-builder .cid-t2OwgLpURx .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2OwgLpURx .navbar {
    height: 77px;
  }
  .cid-t2OwgLpURx .navbar.opened {
    height: auto;
  }
  .cid-t2OwgLpURx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbhSIV8p1R {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tbhSIV8p1R .content__block {
  padding: 50px 15px;
}
.cid-tbhSIV8p1R .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #bd9200;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-tbhSIV8p1R .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-tbhSIV8p1R .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-tbhSIV8p1R .image {
  perspective: 3500px;
  position: relative;
}
.cid-tbhSIV8p1R .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
}
.cid-tbhSIV8p1R .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tbhSIV8p1R .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tbhSIV8p1R .mbr-section-btn .btn-white-outline:hover {
  color: #bd9200 !important;
}
@media (max-width: 991px) {
  .cid-tbhSIV8p1R .content__block {
    padding: 30px 15px;
  }
  .cid-tbhSIV8p1R .mbr-figure {
    padding: 0;
  }
  .cid-tbhSIV8p1R .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-tbhSIV8p1R .lg-push {
    right: 13%;
  }
  .cid-tbhSIV8p1R .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-tbhSIV8p1R .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-tbhSIV8p1R .lg-push {
    left: 13%;
  }
  .cid-tbhSIV8p1R .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-tbhSIV8p1R .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-tbhSIV8p1R .mbr-section-title {
  color: #000000;
}
.cid-tbhSIV8p1R .mbr-text,
.cid-tbhSIV8p1R .mbr-section-btn {
  color: #000000;
}
.cid-tbhSIW823y {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tbhSIW823y .mbr-section-subtitle {
  color: #767676;
}
.cid-tbhSIW823y .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tbhSIW823y .table-wrapper {
  margin: 0 auto;
}
.cid-tbhSIW823y table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tbhSIW823y table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #66458e;
  color: white;
  vertical-align: middle;
}
.cid-tbhSIW823y table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-tbhSIW823y .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tbhSIW823y .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tbhSIW823y .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tbhSIW823y .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tbhSIW823y .dataTables_wrapper {
  display: block;
}
.cid-tbhSIW823y .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tbhSIW823y .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tbhSIW823y .head-item:after,
.cid-tbhSIW823y .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 992px) {
  .cid-tbhSIW823y .dataTables_filter {
    text-align: center;
  }
  .cid-tbhSIW823y .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tbhSIW823y .dataTables_filter {
    text-align: center;
  }
  .cid-tbhSIW823y .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tbhSIW823y table th,
  .cid-tbhSIW823y table td {
    padding: .75rem;
  }
}
.cid-tbhSIYQoU5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tbhSIYQoU5 .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
  color: #191f23;
}
.cid-tbhSIYQoU5 .wrap {
  margin-top: 20px;
}
.cid-tbhSIYQoU5 .wrap__card {
  box-shadow: 3px 15px 20px rgba(0, 0, 0, 0.08);
  padding: 40px;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .cid-tbhSIYQoU5 .wrap__card {
    padding: 20px;
  }
}
.cid-tbhSIYQoU5 .item1 {
  color: #ffffff;
  background-color: #003cd3;
}
.cid-tbhSIYQoU5 .item2 {
  color: #ffffff;
  background-color: #199bfc;
}
.cid-tbhSIYQoU5 .item3 {
  color: #000000;
  background-color: #80c7fe;
}
.cid-tbhSIYQoU5 .card__title {
  margin: 0px 0px 10px;
}
.cid-tbhSIYQoU5 .card__time {
  border-radius: 4px;
  margin-top: 20px;
  padding: 0px 10px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  background-color: rgba(136, 136, 136, 0.2);
}
.cid-tbhSIYQoU5 .mbr-text,
.cid-tbhSIYQoU5 .mbr-section-btn,
.cid-tbhSIYQoU5 .price__list_check {
  margin-top: 25px;
}
.cid-tbhSIYQoU5 .item__list {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-tbhSIYQoU5 .price__list_check .item {
  padding: 5px 0;
  margin-bottom: 0;
}
.cid-tbhSIYQoU5 .price__list_check .item:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  margin-right: 10px;
  font-size: 13px;
  vertical-align: text-bottom;
}
.cid-tbhSIYQoU5 .price__list_close .item {
  padding: 5px 0;
  margin-bottom: 0;
  opacity: .6;
}
.cid-tbhSIYQoU5 .price__list_close .item:before {
  content: "\f00d";
  font-family: 'FontAwesome';
  margin-right: 10px;
  font-size: 13px;
  vertical-align: text-bottom;
}
.cid-tbhSIYQoU5 .footnote {
  margin: 20px 0 10px;
  color: #888888;
}
@media (max-width: 991px) {
  .cid-tbhSIYQoU5 .footnote {
    margin-bottom: 30px;
  }
}
.cid-tbhSIYQoU5 .btn-info {
  border-color: #003cd3 !important;
  background-color: #003cd3 !important;
}
.cid-tbhSIYQoU5 .btn-info:hover {
  background-color: transparent !important;
  border-color: #003cd3 !important;
  color: #003cd3 !important;
}
.cid-tbhSIYQoU5 .btn-white:hover {
  background-color: transparent !important;
  color: #fff !important;
}
.cid-tbhSIYQoU5 .mbr-section-title {
  color: #283742;
}
.cid-tbhSIZqzoA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tbhSIZqzoA .title__block {
  padding: 30px 15px;
}
.cid-tbhSIZqzoA .mbr-text {
  margin-bottom: 30px;
}
.cid-tbhSIZqzoA .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-tbhSIZqzoA .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: 0.6;
}
.cid-tbhSIZqzoA .bottom__text {
  margin: 10px 0;
}
.cid-tbhSIZqzoA .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-tbhSIZqzoA .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tbhSIZqzoA .btn {
  margin-top: 0;
}
.cid-tbhSIZqzoA .btn:hover {
  background-color: #bd9200 !important;
  border-color: #bd9200 !important;
}
.cid-tbhSIZqzoA img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tbhSIZqzoA .image {
    margin-bottom: 10px;
  }
  .cid-tbhSIZqzoA .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tbhSJ0L6XW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tbhSJ0L6XW .wrap {
  padding: 80px 15px;
}
.cid-tbhSJ0L6XW .image {
  display: flex;
  justify-content: flex-start;
  height: 700px;
}
.cid-tbhSJ0L6XW .image img {
  height: 100%;
  object-fit: cover;
}
.cid-tbhSJ0L6XW .user__text,
.cid-tbhSJ0L6XW .user_name,
.cid-tbhSJ0L6XW .user_prof {
  margin-bottom: 0;
}
.cid-tbhSJ0L6XW .carousel {
  padding: 0;
}
.cid-tbhSJ0L6XW .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tbhSJ0L6XW .carousel-item {
  margin-top: 30px;
}
.cid-tbhSJ0L6XW .carousel-controls {
  transform: translateY(90px);
}
.cid-tbhSJ0L6XW .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #191f23;
  background: rgba(136, 136, 136, 0.03);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tbhSJ0L6XW .carousel-controls a:hover span {
  background: rgba(136, 136, 136, 0.1);
}
.cid-tbhSJ0L6XW .carousel-control-prev {
  top: auto;
  left: 69%;
  bottom: 60px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tbhSJ0L6XW .carousel-control-next {
  top: auto;
  left: 80%;
  margin-left: 8px;
  bottom: 60px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tbhSJ0L6XW .user {
  border-radius: 3px;
}
.cid-tbhSJ0L6XW .user_image {
  overflow: hidden;
  margin-bottom: 15px;
}
.cid-tbhSJ0L6XW .user_image img {
  border-radius: 50%;
  display: inline;
}
.cid-tbhSJ0L6XW .author {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .cid-tbhSJ0L6XW .carousel-control-prev {
    left: 68%;
  }
}
@media (max-width: 991px) {
  .cid-tbhSJ0L6XW .carousel-control-prev {
    left: 76%;
  }
  .cid-tbhSJ0L6XW .carousel-control-next {
    left: 85%;
  }
  .cid-tbhSJ0L6XW .wrap {
    padding: 30px 15px;
  }
  .cid-tbhSJ0L6XW .image {
    height: auto;
  }
  .cid-tbhSJ0L6XW .image img {
    width: 100%;
  }
  .cid-tbhSJ0L6XW .user {
    padding-bottom: 45px;
  }
  .cid-tbhSJ0L6XW .carousel-controls {
    transform: translateY(40px);
  }
}
@media (max-width: 767px) {
  .cid-tbhSJ0L6XW .carousel-control-prev {
    left: 73%;
  }
}
@media (max-width: 575px) {
  .cid-tbhSJ0L6XW .carousel-control-prev {
    left: 72%;
  }
}
@media (max-width: 400px) {
  .cid-tbhSJ0L6XW .carousel-control-prev {
    left: 61%;
  }
  .cid-tbhSJ0L6XW .carousel-control-next {
    left: 78%;
  }
}
.cid-tbhSJ1KOql {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tbhSJ28JcX {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tbhSJ28JcX .logo__image {
  width: 500px;
  object-fit: cover;
}
.cid-tbhSJ28JcX .footer__content {
  margin-bottom: 30px;
}
.cid-tbhSJ28JcX .footer__content:last-child {
  margin-bottom: 0;
}
.cid-tbhSJ28JcX .title__address {
  margin-bottom: 20px;
}
.cid-tbhSJ28JcX .work__address {
  margin-bottom: 0;
}
.cid-tbhSJ28JcX .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tbhSJ28JcX .privacy {
    text-align: left;
  }
}
.cid-tbhSJ28JcX .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-tbhSJ28JcX .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-tbhSJ28JcX .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #ebeaed !important;
  font-size: 16px;
  color: #191f23;
}
.cid-tbhSJ28JcX .input-group-btn {
  padding-left: 0;
}
.cid-tbhSJ28JcX .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-tbhSJ28JcX .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-tbhSJ28JcX .mbr-form .btn {
  margin: 0;
}
.cid-tbhSJ28JcX input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-tbhSJ28JcX input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-tbhSJ28JcX .wrap {
    padding-bottom: 25px;
  }
  .cid-tbhSJ28JcX .divider {
    margin: 0 0 20px;
  }
}
.cid-tbhSJ2WHkS {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #000000;
}
.cid-tbhSJ2WHkS .nav-item,
.cid-tbhSJ2WHkS .nav-link,
.cid-tbhSJ2WHkS .navbar-caption {
  font-weight: normal;
}
.cid-tbhSJ2WHkS .navbar-nav {
  counter-reset: number;
}
.cid-tbhSJ2WHkS .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tbhSJ2WHkS .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tbhSJ2WHkS .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tbhSJ2WHkS .btn {
    white-space: nowrap;
  }
  .cid-tbhSJ2WHkS .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tbhSJ2WHkS .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tbhSJ2WHkS .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tbhSJ2WHkS .dropdown-toggle::after,
  .cid-tbhSJ2WHkS .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tbhSJ2WHkS .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tbhSJ2WHkS .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tbhSJ2WHkS .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tbhSJ2WHkS .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tbhSJ2WHkS .dropdown-menu .dropdown-item:hover {
  color: #bd9200 !important;
  background-color: #fafafa;
}
.cid-tbhSJ2WHkS .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tbhSJ2WHkS .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tbhSJ2WHkS .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tbhSJ2WHkS .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tbhSJ2WHkS .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tbhSJ2WHkS .nav-item:focus,
.cid-tbhSJ2WHkS .nav-link:focus {
  outline: none;
}
.cid-tbhSJ2WHkS .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tbhSJ2WHkS .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tbhSJ2WHkS .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tbhSJ2WHkS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbhSJ2WHkS .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tbhSJ2WHkS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tbhSJ2WHkS ul.navbar-nav li {
  margin: auto;
}
.cid-tbhSJ2WHkS .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #000000;
}
.cid-tbhSJ2WHkS .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #000000 !important;
}
.cid-tbhSJ2WHkS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tbhSJ2WHkS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tbhSJ2WHkS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tbhSJ2WHkS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-tbhSJ2WHkS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tbhSJ2WHkS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbhSJ2WHkS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tbhSJ2WHkS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tbhSJ2WHkS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbhSJ2WHkS .navbar .container-fluid,
  .cid-tbhSJ2WHkS .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tbhSJ2WHkS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tbhSJ2WHkS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbhSJ2WHkS .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tbhSJ2WHkS .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tbhSJ2WHkS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tbhSJ2WHkS .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tbhSJ2WHkS .navbar.navbar-short {
  background: #000000 !important;
  min-height: 90px;
}
.cid-tbhSJ2WHkS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tbhSJ2WHkS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tbhSJ2WHkS .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tbhSJ2WHkS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbhSJ2WHkS .dropdown-item.active,
.cid-tbhSJ2WHkS .dropdown-item:active {
  background-color: transparent;
}
.cid-tbhSJ2WHkS .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbhSJ2WHkS .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tbhSJ2WHkS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tbhSJ2WHkS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tbhSJ2WHkS .navbar-buttons {
  text-align: center;
}
.cid-tbhSJ2WHkS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tbhSJ2WHkS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tbhSJ2WHkS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tbhSJ2WHkS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tbhSJ2WHkS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tbhSJ2WHkS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tbhSJ2WHkS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbhSJ2WHkS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tbhSJ2WHkS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tbhSJ2WHkS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbhSJ2WHkS .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tbhSJ2WHkS a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tbhSJ2WHkS a.nav-link:hover {
  color: #bd9200 !important;
}
.is-builder .cid-tbhSJ2WHkS .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tbhSJ2WHkS .navbar {
    height: 77px;
  }
  .cid-tbhSJ2WHkS .navbar.opened {
    height: auto;
  }
  .cid-tbhSJ2WHkS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbizJyAjtR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tbizJyAjtR .content__block {
  padding: 50px 15px;
}
.cid-tbizJyAjtR .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #bd9200;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-tbizJyAjtR .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-tbizJyAjtR .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-tbizJyAjtR .image {
  perspective: 3500px;
  position: relative;
}
.cid-tbizJyAjtR .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
}
.cid-tbizJyAjtR .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tbizJyAjtR .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tbizJyAjtR .mbr-section-btn .btn-white-outline:hover {
  color: #bd9200 !important;
}
@media (max-width: 991px) {
  .cid-tbizJyAjtR .content__block {
    padding: 30px 15px;
  }
  .cid-tbizJyAjtR .mbr-figure {
    padding: 0;
  }
  .cid-tbizJyAjtR .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-tbizJyAjtR .lg-push {
    right: 13%;
  }
  .cid-tbizJyAjtR .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-tbizJyAjtR .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-tbizJyAjtR .lg-push {
    left: 13%;
  }
  .cid-tbizJyAjtR .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-tbizJyAjtR .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-tbizJyAjtR .mbr-section-title {
  color: #000000;
}
.cid-tbizJyAjtR .mbr-text,
.cid-tbizJyAjtR .mbr-section-btn {
  color: #000000;
}
.cid-tbizJAivfj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tbizJAivfj .mbr-section-subtitle {
  color: #767676;
}
.cid-tbizJAivfj .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tbizJAivfj .table-wrapper {
  margin: 0 auto;
}
.cid-tbizJAivfj table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tbizJAivfj table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #66458e;
  color: white;
  vertical-align: middle;
}
.cid-tbizJAivfj table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-tbizJAivfj .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tbizJAivfj .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tbizJAivfj .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tbizJAivfj .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tbizJAivfj .dataTables_wrapper {
  display: block;
}
.cid-tbizJAivfj .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tbizJAivfj .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tbizJAivfj .head-item:after,
.cid-tbizJAivfj .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 992px) {
  .cid-tbizJAivfj .dataTables_filter {
    text-align: center;
  }
  .cid-tbizJAivfj .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tbizJAivfj .dataTables_filter {
    text-align: center;
  }
  .cid-tbizJAivfj .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tbizJAivfj table th,
  .cid-tbizJAivfj table td {
    padding: .75rem;
  }
}
.cid-tbizJDY5W1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tbizJDY5W1 .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
  color: #191f23;
}
.cid-tbizJDY5W1 .wrap {
  margin-top: 20px;
}
.cid-tbizJDY5W1 .wrap__card {
  box-shadow: 3px 15px 20px rgba(0, 0, 0, 0.08);
  padding: 40px;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .cid-tbizJDY5W1 .wrap__card {
    padding: 20px;
  }
}
.cid-tbizJDY5W1 .item1 {
  color: #ffffff;
  background-color: #003cd3;
}
.cid-tbizJDY5W1 .item2 {
  color: #ffffff;
  background-color: #199bfc;
}
.cid-tbizJDY5W1 .item3 {
  color: #000000;
  background-color: #80c7fe;
}
.cid-tbizJDY5W1 .card__title {
  margin: 0px 0px 10px;
}
.cid-tbizJDY5W1 .card__time {
  border-radius: 4px;
  margin-top: 20px;
  padding: 0px 10px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  background-color: rgba(136, 136, 136, 0.2);
}
.cid-tbizJDY5W1 .mbr-text,
.cid-tbizJDY5W1 .mbr-section-btn,
.cid-tbizJDY5W1 .price__list_check {
  margin-top: 25px;
}
.cid-tbizJDY5W1 .item__list {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-tbizJDY5W1 .price__list_check .item {
  padding: 5px 0;
  margin-bottom: 0;
}
.cid-tbizJDY5W1 .price__list_check .item:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  margin-right: 10px;
  font-size: 13px;
  vertical-align: text-bottom;
}
.cid-tbizJDY5W1 .price__list_close .item {
  padding: 5px 0;
  margin-bottom: 0;
  opacity: .6;
}
.cid-tbizJDY5W1 .price__list_close .item:before {
  content: "\f00d";
  font-family: 'FontAwesome';
  margin-right: 10px;
  font-size: 13px;
  vertical-align: text-bottom;
}
.cid-tbizJDY5W1 .footnote {
  margin: 20px 0 10px;
  color: #888888;
}
@media (max-width: 991px) {
  .cid-tbizJDY5W1 .footnote {
    margin-bottom: 30px;
  }
}
.cid-tbizJDY5W1 .btn-info {
  border-color: #003cd3 !important;
  background-color: #003cd3 !important;
}
.cid-tbizJDY5W1 .btn-info:hover {
  background-color: transparent !important;
  border-color: #003cd3 !important;
  color: #003cd3 !important;
}
.cid-tbizJDY5W1 .btn-white:hover {
  background-color: transparent !important;
  color: #fff !important;
}
.cid-tbizJDY5W1 .mbr-section-title {
  color: #283742;
}
.cid-tbizJF4Ifb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tbizJF4Ifb .title__block {
  padding: 30px 15px;
}
.cid-tbizJF4Ifb .mbr-text {
  margin-bottom: 30px;
}
.cid-tbizJF4Ifb .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-tbizJF4Ifb .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: 0.6;
}
.cid-tbizJF4Ifb .bottom__text {
  margin: 10px 0;
}
.cid-tbizJF4Ifb .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-tbizJF4Ifb .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tbizJF4Ifb .btn {
  margin-top: 0;
}
.cid-tbizJF4Ifb .btn:hover {
  background-color: #bd9200 !important;
  border-color: #bd9200 !important;
}
.cid-tbizJF4Ifb img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tbizJF4Ifb .image {
    margin-bottom: 10px;
  }
  .cid-tbizJF4Ifb .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tbizJFTjCr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tbizJFTjCr .wrap {
  padding: 80px 15px;
}
.cid-tbizJFTjCr .image {
  display: flex;
  justify-content: flex-start;
  height: 700px;
}
.cid-tbizJFTjCr .image img {
  height: 100%;
  object-fit: cover;
}
.cid-tbizJFTjCr .user__text,
.cid-tbizJFTjCr .user_name,
.cid-tbizJFTjCr .user_prof {
  margin-bottom: 0;
}
.cid-tbizJFTjCr .carousel {
  padding: 0;
}
.cid-tbizJFTjCr .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tbizJFTjCr .carousel-item {
  margin-top: 30px;
}
.cid-tbizJFTjCr .carousel-controls {
  transform: translateY(90px);
}
.cid-tbizJFTjCr .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #191f23;
  background: rgba(136, 136, 136, 0.03);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tbizJFTjCr .carousel-controls a:hover span {
  background: rgba(136, 136, 136, 0.1);
}
.cid-tbizJFTjCr .carousel-control-prev {
  top: auto;
  left: 69%;
  bottom: 60px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tbizJFTjCr .carousel-control-next {
  top: auto;
  left: 80%;
  margin-left: 8px;
  bottom: 60px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tbizJFTjCr .user {
  border-radius: 3px;
}
.cid-tbizJFTjCr .user_image {
  overflow: hidden;
  margin-bottom: 15px;
}
.cid-tbizJFTjCr .user_image img {
  border-radius: 50%;
  display: inline;
}
.cid-tbizJFTjCr .author {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .cid-tbizJFTjCr .carousel-control-prev {
    left: 68%;
  }
}
@media (max-width: 991px) {
  .cid-tbizJFTjCr .carousel-control-prev {
    left: 76%;
  }
  .cid-tbizJFTjCr .carousel-control-next {
    left: 85%;
  }
  .cid-tbizJFTjCr .wrap {
    padding: 30px 15px;
  }
  .cid-tbizJFTjCr .image {
    height: auto;
  }
  .cid-tbizJFTjCr .image img {
    width: 100%;
  }
  .cid-tbizJFTjCr .user {
    padding-bottom: 45px;
  }
  .cid-tbizJFTjCr .carousel-controls {
    transform: translateY(40px);
  }
}
@media (max-width: 767px) {
  .cid-tbizJFTjCr .carousel-control-prev {
    left: 73%;
  }
}
@media (max-width: 575px) {
  .cid-tbizJFTjCr .carousel-control-prev {
    left: 72%;
  }
}
@media (max-width: 400px) {
  .cid-tbizJFTjCr .carousel-control-prev {
    left: 61%;
  }
  .cid-tbizJFTjCr .carousel-control-next {
    left: 78%;
  }
}
.cid-tbizJHDtkK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tbizJIcqhU {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tbizJIcqhU .logo__image {
  width: 500px;
  object-fit: cover;
}
.cid-tbizJIcqhU .footer__content {
  margin-bottom: 30px;
}
.cid-tbizJIcqhU .footer__content:last-child {
  margin-bottom: 0;
}
.cid-tbizJIcqhU .title__address {
  margin-bottom: 20px;
}
.cid-tbizJIcqhU .work__address {
  margin-bottom: 0;
}
.cid-tbizJIcqhU .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tbizJIcqhU .privacy {
    text-align: left;
  }
}
.cid-tbizJIcqhU .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-tbizJIcqhU .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-tbizJIcqhU .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #ebeaed !important;
  font-size: 16px;
  color: #191f23;
}
.cid-tbizJIcqhU .input-group-btn {
  padding-left: 0;
}
.cid-tbizJIcqhU .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-tbizJIcqhU .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-tbizJIcqhU .mbr-form .btn {
  margin: 0;
}
.cid-tbizJIcqhU input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-tbizJIcqhU input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-tbizJIcqhU .wrap {
    padding-bottom: 25px;
  }
  .cid-tbizJIcqhU .divider {
    margin: 0 0 20px;
  }
}
.cid-tbizJJ6N9u {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #000000;
}
.cid-tbizJJ6N9u .nav-item,
.cid-tbizJJ6N9u .nav-link,
.cid-tbizJJ6N9u .navbar-caption {
  font-weight: normal;
}
.cid-tbizJJ6N9u .navbar-nav {
  counter-reset: number;
}
.cid-tbizJJ6N9u .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tbizJJ6N9u .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tbizJJ6N9u .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tbizJJ6N9u .btn {
    white-space: nowrap;
  }
  .cid-tbizJJ6N9u .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tbizJJ6N9u .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tbizJJ6N9u .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tbizJJ6N9u .dropdown-toggle::after,
  .cid-tbizJJ6N9u .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tbizJJ6N9u .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tbizJJ6N9u .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tbizJJ6N9u .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tbizJJ6N9u .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tbizJJ6N9u .dropdown-menu .dropdown-item:hover {
  color: #bd9200 !important;
  background-color: #fafafa;
}
.cid-tbizJJ6N9u .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tbizJJ6N9u .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tbizJJ6N9u .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tbizJJ6N9u .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tbizJJ6N9u .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tbizJJ6N9u .nav-item:focus,
.cid-tbizJJ6N9u .nav-link:focus {
  outline: none;
}
.cid-tbizJJ6N9u .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tbizJJ6N9u .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tbizJJ6N9u .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tbizJJ6N9u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbizJJ6N9u .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tbizJJ6N9u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tbizJJ6N9u ul.navbar-nav li {
  margin: auto;
}
.cid-tbizJJ6N9u .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #000000;
}
.cid-tbizJJ6N9u .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #000000 !important;
}
.cid-tbizJJ6N9u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tbizJJ6N9u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tbizJJ6N9u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tbizJJ6N9u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-tbizJJ6N9u .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tbizJJ6N9u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbizJJ6N9u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tbizJJ6N9u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tbizJJ6N9u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbizJJ6N9u .navbar .container-fluid,
  .cid-tbizJJ6N9u .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tbizJJ6N9u .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tbizJJ6N9u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbizJJ6N9u .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tbizJJ6N9u .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tbizJJ6N9u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tbizJJ6N9u .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tbizJJ6N9u .navbar.navbar-short {
  background: #000000 !important;
  min-height: 90px;
}
.cid-tbizJJ6N9u .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tbizJJ6N9u .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tbizJJ6N9u .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tbizJJ6N9u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbizJJ6N9u .dropdown-item.active,
.cid-tbizJJ6N9u .dropdown-item:active {
  background-color: transparent;
}
.cid-tbizJJ6N9u .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbizJJ6N9u .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tbizJJ6N9u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tbizJJ6N9u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tbizJJ6N9u .navbar-buttons {
  text-align: center;
}
.cid-tbizJJ6N9u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tbizJJ6N9u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tbizJJ6N9u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tbizJJ6N9u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tbizJJ6N9u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tbizJJ6N9u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tbizJJ6N9u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbizJJ6N9u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tbizJJ6N9u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tbizJJ6N9u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbizJJ6N9u .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tbizJJ6N9u a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tbizJJ6N9u a.nav-link:hover {
  color: #bd9200 !important;
}
.is-builder .cid-tbizJJ6N9u .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tbizJJ6N9u .navbar {
    height: 77px;
  }
  .cid-tbizJJ6N9u .navbar.opened {
    height: auto;
  }
  .cid-tbizJJ6N9u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbHO4pTWLM {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bacjneuron-1-1000x554.png");
}
.cid-tbHO4pTWLM .image {
  position: absolute;
  background-image: url("../../../assets/images/logo-neuro-crypto-800x669.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1 !important;
  width: 800px;
  height: 500px;
  margin-left: 48vw;
  transform-origin: center;
  transform: rotate(352deg);
}
@media (max-width: 991px) {
  .cid-tbHO4pTWLM .image {
    display: none;
  }
}
.cid-tbHO4pTWLM .position {
  z-index: 10;
}
.cid-tbHO4pTWLM .mbr-section-subtitle {
  margin: 10px 0 15px;
  line-height: 1.55;
  color: #ffffff;
}
.cid-tbHO4pTWLM .mbr-section-title {
  margin-bottom: 0;
}
.cid-tbHO4pTWLM .mbr-text {
  margin-top: 30px;
}
.cid-tbHO4pTWLM .mbr-section-btn {
  margin-top: 30px;
}
.cid-tbHO4pTWLM .info__block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.cid-tbHO4pTWLM .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  display: inline-block;
}
.cid-tbHO4pTWLM .info__block-item {
  width: 130px;
  padding-top: 25px;
  margin-right: 25px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tbHO4pTWLM .info__block-item {
    margin-right: 10px;
  }
}
.cid-tbHO4pTWLM .title__item,
.cid-tbHO4pTWLM .text__item {
  margin-bottom: 0;
}
.cid-tbHO4pTWLM .text__item {
  line-height: 1.35;
  text-align: left;
  color: #ffffff;
}
.cid-tbHO4pTWLM .animated-element {
  color: #f1c222;
}
.cid-tbHO4pTWLM .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #f1c222;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tbHO4pTWLM .mbr-section-title,
.cid-tbHO4pTWLM .typed-text {
  color: #ffffff;
}
.cid-tbHO4pTWLM .title__item {
  color: #ffffff;
}
.cid-tbHO4pTWLM .mbr-text,
.cid-tbHO4pTWLM .mbr-section-btn {
  color: #ffffff;
}
.cid-tbHO4rWtom {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #05001e;
}
.cid-tbHO4rWtom .container > .row {
  background-color: #283742;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-tbHO4rWtom .container > .row {
    padding: 90px 100px;
  }
}
@media (max-width: 1199px) {
  .cid-tbHO4rWtom .container > .row {
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .cid-tbHO4rWtom .container > .row {
    padding: 40px 0;
    margin: 0;
  }
}
.cid-tbHO4rWtom .mbr-section-subtitle {
  opacity: .7;
  margin-bottom: 15px;
}
.cid-tbHO4rWtom .border__radius {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-tbHO4rWtom .bot {
  padding: 0 20px 40px;
}
@media (max-width: 767px) {
  .cid-tbHO4rWtom .bot {
    padding-bottom: 20px;
  }
}
.cid-tbHO4rWtom .bot__content {
  margin-top: 20px;
  width: 100%;
}
.cid-tbHO4rWtom .bot__title {
  line-height: 1.35;
  margin-bottom: 10px;
}
.cid-tbHO4rWtom .bot__text {
  color: #ffffff;
  opacity: .7;
  text-align: center;
}
.cid-tbHO4rWtom .border__left {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.cid-tbHO4rWtom .mbr-text {
  color: #ffffff;
  opacity: .7;
}
.cid-tbHO4rWtom .btn {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-tbHO4rWtom .icons__block {
    margin-top: 40px;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
.cid-tbHO4rWtom .bot:nth-child(3) .mbr-iconfont {
  animation: rotation 5s infinite linear;
}
.cid-tbHO4rWtom .bot__title,
.cid-tbHO4rWtom .icons {
  text-align: center;
}
.cid-tbHO4sII15 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #05001e;
}
.cid-tbHO4sII15 .image img {
  width: 100%;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tbHO4sII15 .image {
    margin-bottom: 30px;
  }
}
.cid-tbHO4sII15 .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
  color: #f1c222;
}
.cid-tbHO4sII15 .mbr-text {
  margin-bottom: 30px;
}
.cid-tbHO4sII15 .mbr-section-btn {
  margin-bottom: 30px;
}
.cid-tbHO4sII15 .wrap {
  width: 110px;
  height: 110px;
}
.cid-tbHO4sII15 .card__block {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tbHO4sII15 ellipse {
  stroke: rgba(35, 34, 38, 0.03);
}
.cid-tbHO4sII15 path {
  stroke: #199bfc;
}
.cid-tbHO4sII15 .pie_progress__number {
  letter-spacing: -0.3px;
  margin: 0;
  color: #283742;
}
.cid-tbHO4sII15 .card-title {
  padding-left: 20px;
  margin: 5px 0;
  color: #283742;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tbHO4sII15 .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-tbHO4sII15 .mbr-section-title {
  color: #ffffff;
}
.cid-tbHO4sII15 .mbr-text,
.cid-tbHO4sII15 .mbr-section-btn {
  color: #ffffff;
}
.cid-tbHO4sZmP8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #05001e;
}
.cid-tbHO4sZmP8 .image img {
  width: 100%;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tbHO4sZmP8 .image {
    margin-bottom: 30px;
  }
}
.cid-tbHO4sZmP8 .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
  color: #f1c222;
}
.cid-tbHO4sZmP8 .mbr-text {
  margin-bottom: 30px;
}
.cid-tbHO4sZmP8 .mbr-section-btn {
  margin-bottom: 30px;
}
.cid-tbHO4sZmP8 .wrap {
  width: 110px;
  height: 110px;
}
.cid-tbHO4sZmP8 .card__block {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tbHO4sZmP8 ellipse {
  stroke: rgba(35, 34, 38, 0.03);
}
.cid-tbHO4sZmP8 path {
  stroke: #199bfc;
}
.cid-tbHO4sZmP8 .pie_progress__number {
  letter-spacing: -0.3px;
  margin: 0;
  color: #283742;
}
.cid-tbHO4sZmP8 .card-title {
  padding-left: 20px;
  margin: 5px 0;
  color: #283742;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tbHO4sZmP8 .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-tbHO4sZmP8 .mbr-section-title {
  color: #ffffff;
}
.cid-tbHO4sZmP8 .mbr-text,
.cid-tbHO4sZmP8 .mbr-section-btn {
  color: #ffffff;
}
.cid-tbHO4teVMa {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tbHO4teVMa .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
  color: #191f23;
}
.cid-tbHO4teVMa .wrap {
  margin-top: 20px;
}
.cid-tbHO4teVMa .wrap__card {
  box-shadow: 3px 15px 20px rgba(0, 0, 0, 0.08);
  padding: 40px;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .cid-tbHO4teVMa .wrap__card {
    padding: 20px;
  }
}
.cid-tbHO4teVMa .item1 {
  color: #ffffff;
  background-color: #003cd3;
}
.cid-tbHO4teVMa .item2 {
  color: #ffffff;
  background-color: #199bfc;
}
.cid-tbHO4teVMa .item3 {
  color: #000000;
  background-color: #80c7fe;
}
.cid-tbHO4teVMa .card__title {
  margin: 0px 0px 10px;
}
.cid-tbHO4teVMa .card__time {
  border-radius: 4px;
  margin-top: 20px;
  padding: 0px 10px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  background-color: rgba(136, 136, 136, 0.2);
}
.cid-tbHO4teVMa .mbr-text,
.cid-tbHO4teVMa .mbr-section-btn,
.cid-tbHO4teVMa .price__list_check {
  margin-top: 25px;
}
.cid-tbHO4teVMa .item__list {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-tbHO4teVMa .price__list_check .item {
  padding: 5px 0;
  margin-bottom: 0;
}
.cid-tbHO4teVMa .price__list_check .item:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  margin-right: 10px;
  font-size: 13px;
  vertical-align: text-bottom;
}
.cid-tbHO4teVMa .price__list_close .item {
  padding: 5px 0;
  margin-bottom: 0;
  opacity: .6;
}
.cid-tbHO4teVMa .price__list_close .item:before {
  content: "\f00d";
  font-family: 'FontAwesome';
  margin-right: 10px;
  font-size: 13px;
  vertical-align: text-bottom;
}
.cid-tbHO4teVMa .footnote {
  margin: 20px 0 10px;
  color: #888888;
}
@media (max-width: 991px) {
  .cid-tbHO4teVMa .footnote {
    margin-bottom: 30px;
  }
}
.cid-tbHO4teVMa .btn-info {
  border-color: #003cd3 !important;
  background-color: #003cd3 !important;
}
.cid-tbHO4teVMa .btn-info:hover {
  background-color: transparent !important;
  border-color: #003cd3 !important;
  color: #003cd3 !important;
}
.cid-tbHO4teVMa .btn-white:hover {
  background-color: transparent !important;
  color: #fff !important;
}
.cid-tbHO4teVMa .mbr-section-title {
  color: #283742;
}
.cid-tbHO4tJ8gz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tbHO4tJ8gz .title__block {
  padding: 30px 15px;
}
.cid-tbHO4tJ8gz .mbr-text {
  margin-bottom: 30px;
}
.cid-tbHO4tJ8gz .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-tbHO4tJ8gz .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: 0.6;
}
.cid-tbHO4tJ8gz .bottom__text {
  margin: 10px 0;
}
.cid-tbHO4tJ8gz .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-tbHO4tJ8gz .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tbHO4tJ8gz .btn {
  margin-top: 0;
}
.cid-tbHO4tJ8gz .btn:hover {
  background-color: #bd9200 !important;
  border-color: #bd9200 !important;
}
.cid-tbHO4tJ8gz img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tbHO4tJ8gz .image {
    margin-bottom: 10px;
  }
  .cid-tbHO4tJ8gz .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tbHO4u5uvb {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tbHO4u5uvb .image img {
  width: 100%;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tbHO4u5uvb .image {
    margin-bottom: 30px;
  }
}
.cid-tbHO4u5uvb .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tbHO4u5uvb .mbr-text {
  margin-bottom: 30px;
}
.cid-tbHO4u5uvb .mbr-section-btn {
  margin-bottom: 30px;
}
.cid-tbHO4u5uvb .wrap {
  width: 110px;
  height: 110px;
}
.cid-tbHO4u5uvb .card__block {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tbHO4u5uvb ellipse {
  stroke: rgba(35, 34, 38, 0.03);
}
.cid-tbHO4u5uvb path {
  stroke: #d90a2c;
}
.cid-tbHO4u5uvb .pie_progress__number {
  letter-spacing: -0.3px;
  margin: 0;
}
.cid-tbHO4u5uvb .card-title {
  padding-left: 20px;
  margin: 5px 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tbHO4u5uvb .card {
    flex-basis: 33%;
  }
}
.cid-tbHO4useIC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tbHO4useIC .wrap {
  padding: 80px 15px;
}
.cid-tbHO4useIC .image {
  display: flex;
  justify-content: flex-start;
  height: 700px;
}
.cid-tbHO4useIC .image img {
  height: 100%;
  object-fit: cover;
}
.cid-tbHO4useIC .user__text,
.cid-tbHO4useIC .user_name,
.cid-tbHO4useIC .user_prof {
  margin-bottom: 0;
}
.cid-tbHO4useIC .carousel {
  padding: 0;
}
.cid-tbHO4useIC .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tbHO4useIC .carousel-item {
  margin-top: 30px;
}
.cid-tbHO4useIC .carousel-controls {
  transform: translateY(90px);
}
.cid-tbHO4useIC .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #191f23;
  background: rgba(136, 136, 136, 0.03);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tbHO4useIC .carousel-controls a:hover span {
  background: rgba(136, 136, 136, 0.1);
}
.cid-tbHO4useIC .carousel-control-prev {
  top: auto;
  left: 69%;
  bottom: 60px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tbHO4useIC .carousel-control-next {
  top: auto;
  left: 80%;
  margin-left: 8px;
  bottom: 60px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tbHO4useIC .user {
  border-radius: 3px;
}
.cid-tbHO4useIC .user_image {
  overflow: hidden;
  margin-bottom: 15px;
}
.cid-tbHO4useIC .user_image img {
  border-radius: 50%;
  display: inline;
}
.cid-tbHO4useIC .author {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .cid-tbHO4useIC .carousel-control-prev {
    left: 68%;
  }
}
@media (max-width: 991px) {
  .cid-tbHO4useIC .carousel-control-prev {
    left: 76%;
  }
  .cid-tbHO4useIC .carousel-control-next {
    left: 85%;
  }
  .cid-tbHO4useIC .wrap {
    padding: 30px 15px;
  }
  .cid-tbHO4useIC .image {
    height: auto;
  }
  .cid-tbHO4useIC .image img {
    width: 100%;
  }
  .cid-tbHO4useIC .user {
    padding-bottom: 45px;
  }
  .cid-tbHO4useIC .carousel-controls {
    transform: translateY(40px);
  }
}
@media (max-width: 767px) {
  .cid-tbHO4useIC .carousel-control-prev {
    left: 73%;
  }
}
@media (max-width: 575px) {
  .cid-tbHO4useIC .carousel-control-prev {
    left: 72%;
  }
}
@media (max-width: 400px) {
  .cid-tbHO4useIC .carousel-control-prev {
    left: 61%;
  }
  .cid-tbHO4useIC .carousel-control-next {
    left: 78%;
  }
}
.cid-tbHO4v8Htd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tbHO4vwwAc {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tbHO4vwwAc .logo__image {
  width: 500px;
  object-fit: cover;
}
.cid-tbHO4vwwAc .footer__content {
  margin-bottom: 30px;
}
.cid-tbHO4vwwAc .footer__content:last-child {
  margin-bottom: 0;
}
.cid-tbHO4vwwAc .title__address {
  margin-bottom: 20px;
}
.cid-tbHO4vwwAc .work__address {
  margin-bottom: 0;
}
.cid-tbHO4vwwAc .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tbHO4vwwAc .privacy {
    text-align: left;
  }
}
.cid-tbHO4vwwAc .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-tbHO4vwwAc .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-tbHO4vwwAc .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #ebeaed !important;
  font-size: 16px;
  color: #191f23;
}
.cid-tbHO4vwwAc .input-group-btn {
  padding-left: 0;
}
.cid-tbHO4vwwAc .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-tbHO4vwwAc .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-tbHO4vwwAc .mbr-form .btn {
  margin: 0;
}
.cid-tbHO4vwwAc input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-tbHO4vwwAc input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-tbHO4vwwAc .wrap {
    padding-bottom: 25px;
  }
  .cid-tbHO4vwwAc .divider {
    margin: 0 0 20px;
  }
}
.cid-tbHO4w7oEz {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #000000;
}
.cid-tbHO4w7oEz .nav-item,
.cid-tbHO4w7oEz .nav-link,
.cid-tbHO4w7oEz .navbar-caption {
  font-weight: normal;
}
.cid-tbHO4w7oEz .navbar-nav {
  counter-reset: number;
}
.cid-tbHO4w7oEz .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-tbHO4w7oEz .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-tbHO4w7oEz .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tbHO4w7oEz .btn {
    white-space: nowrap;
  }
  .cid-tbHO4w7oEz .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tbHO4w7oEz .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tbHO4w7oEz .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tbHO4w7oEz .dropdown-toggle::after,
  .cid-tbHO4w7oEz .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tbHO4w7oEz .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tbHO4w7oEz .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tbHO4w7oEz .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tbHO4w7oEz .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tbHO4w7oEz .dropdown-menu .dropdown-item:hover {
  color: #bd9200 !important;
  background-color: #fafafa;
}
.cid-tbHO4w7oEz .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tbHO4w7oEz .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tbHO4w7oEz .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tbHO4w7oEz .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tbHO4w7oEz .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tbHO4w7oEz .nav-item:focus,
.cid-tbHO4w7oEz .nav-link:focus {
  outline: none;
}
.cid-tbHO4w7oEz .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tbHO4w7oEz .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tbHO4w7oEz .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tbHO4w7oEz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbHO4w7oEz .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tbHO4w7oEz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tbHO4w7oEz ul.navbar-nav li {
  margin: auto;
}
.cid-tbHO4w7oEz .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #000000;
}
.cid-tbHO4w7oEz .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #000000 !important;
}
.cid-tbHO4w7oEz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tbHO4w7oEz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tbHO4w7oEz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tbHO4w7oEz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-tbHO4w7oEz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tbHO4w7oEz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbHO4w7oEz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tbHO4w7oEz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tbHO4w7oEz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbHO4w7oEz .navbar .container-fluid,
  .cid-tbHO4w7oEz .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tbHO4w7oEz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tbHO4w7oEz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbHO4w7oEz .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tbHO4w7oEz .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tbHO4w7oEz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tbHO4w7oEz .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tbHO4w7oEz .navbar.navbar-short {
  background: #000000 !important;
  min-height: 90px;
}
.cid-tbHO4w7oEz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tbHO4w7oEz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tbHO4w7oEz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tbHO4w7oEz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbHO4w7oEz .dropdown-item.active,
.cid-tbHO4w7oEz .dropdown-item:active {
  background-color: transparent;
}
.cid-tbHO4w7oEz .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbHO4w7oEz .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tbHO4w7oEz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tbHO4w7oEz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tbHO4w7oEz .navbar-buttons {
  text-align: center;
}
.cid-tbHO4w7oEz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tbHO4w7oEz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tbHO4w7oEz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tbHO4w7oEz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tbHO4w7oEz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tbHO4w7oEz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tbHO4w7oEz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbHO4w7oEz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tbHO4w7oEz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tbHO4w7oEz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbHO4w7oEz .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tbHO4w7oEz a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tbHO4w7oEz a.nav-link:hover {
  color: #bd9200 !important;
}
.is-builder .cid-tbHO4w7oEz .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tbHO4w7oEz .navbar {
    height: 77px;
  }
  .cid-tbHO4w7oEz .navbar.opened {
    height: auto;
  }
  .cid-tbHO4w7oEz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
