body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 4.8rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 7.68rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.8rem;
  line-height: 1.4;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.36rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem !important;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #1a8286 !important;
}
.bg-success {
  background-color: #5758e0 !important;
}
.bg-info {
  background-color: #3ced5d !important;
}
.bg-warning {
  background-color: #5b686b !important;
}
.bg-danger {
  background-color: #465052 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1a8286 !important;
  border-color: #1a8286 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0e4446 !important;
  border-color: #0e4446 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0e4446 !important;
  border-color: #0e4446 !important;
}
.btn-primary:hover {
  background-color: #1a8286 !important;
  border-color: #1a8286 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(to left, #3b8ded, #1a8286);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3b8ded !important;
  border-color: #3b8ded !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #1267c9 !important;
  border-color: #1267c9 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1267c9 !important;
  border-color: #1267c9 !important;
}
.btn-secondary:hover {
  background-color: #1a8286 !important;
  border-color: #1a8286 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: linear-gradient(to left, #3b8ded, #3b8ded);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info,
.btn-info:active {
  background-color: #3ced5d !important;
  border-color: #3ced5d !important;
  color: #04260a !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #04260a !important;
  background-color: #13ca35 !important;
  border-color: #13ca35 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #04260a !important;
  background-color: #13ca35 !important;
  border-color: #13ca35 !important;
}
.btn-info:hover {
  background-color: #1a8286 !important;
  border-color: #1a8286 !important;
}
.btn-info:hover,
.btn-info:focus {
  background: linear-gradient(to left, #3b8ded, #3ced5d);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success,
.btn-success:active {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2526c6 !important;
  border-color: #2526c6 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2526c6 !important;
  border-color: #2526c6 !important;
}
.btn-success:hover {
  background-color: #1a8286 !important;
  border-color: #1a8286 !important;
}
.btn-success:hover,
.btn-success:focus {
  background: linear-gradient(to left, #3b8ded, #5758e0);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning,
.btn-warning:active {
  background-color: #5b686b !important;
  border-color: #5b686b !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-warning:hover {
  background-color: #1a8286 !important;
  border-color: #1a8286 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background: linear-gradient(to left, #3b8ded, #5b686b);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger,
.btn-danger:active {
  background-color: #465052 !important;
  border-color: #465052 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-danger:hover {
  background-color: #1a8286 !important;
  border-color: #1a8286 !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background: linear-gradient(to left, #3b8ded, #465052);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #1a8286 !important;
  border-color: #1a8286 !important;
}
.btn-white:hover,
.btn-white:focus {
  background: linear-gradient(to left, #3b8ded, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #1a8286 !important;
  border-color: #1a8286 !important;
}
.btn-black:hover,
.btn-black:focus {
  background: linear-gradient(to left, #3b8ded, #000000);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-primary-outline {
  color: white!important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #1a8286;
  color: #1a8286;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #1a8286;
  border-color: #1a8286;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1a8286 !important;
  border-color: #1a8286 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background: linear-gradient(to left, #3b8ded, #1a8286);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary-outline {
  color: white!important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #3b8ded;
  color: #3b8ded;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #3b8ded;
  border-color: #3b8ded;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3b8ded !important;
  border-color: #3b8ded !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background: linear-gradient(to left, #3b8ded, #3b8ded);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info-outline {
  color: white!important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #3ced5d;
  color: #3ced5d;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #04260a;
  background-color: #3ced5d;
  border-color: #3ced5d;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #04260a !important;
  background-color: #3ced5d !important;
  border-color: #3ced5d !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background: linear-gradient(to left, #3b8ded, #3ced5d);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success-outline {
  color: white!important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #5758e0;
  color: #5758e0;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #5758e0;
  border-color: #5758e0;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background: linear-gradient(to left, #3b8ded, #5758e0);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning-outline {
  color: white!important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #5b686b;
  color: #5b686b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #5b686b;
  border-color: #5b686b;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5b686b !important;
  border-color: #5b686b !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background: linear-gradient(to left, #3b8ded, #5b686b);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger-outline {
  color: white!important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #465052;
  color: #465052;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #465052;
  border-color: #465052;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #465052 !important;
  border-color: #465052 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background: linear-gradient(to left, #3b8ded, #465052);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-black-outline {
  color: white!important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  background: linear-gradient(to left, #3b8ded, #333333);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white-outline {
  color: white!important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  background: linear-gradient(to left, #3b8ded, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.text-primary {
  color: #1a8286 !important;
}
.text-secondary {
  color: #3b8ded !important;
}
.text-success {
  color: #5758e0 !important;
}
.text-info {
  color: #3ced5d !important;
}
.text-warning {
  color: #5b686b !important;
}
.text-danger {
  color: #465052 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #2fd0d7 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #98c3f6 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #adaef0 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #99f6ab !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e9b9e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #758689 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #3ced5d;
}
.alert-warning {
  background-color: #5b686b;
}
.alert-danger {
  background-color: #465052;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1a8286;
  border-color: #1a8286;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1a8286;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #45d5db;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f7fef8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #9ba7aa;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #bac2c4;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
blockquote {
  border-color: #1a8286;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1a8286;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1a8286;
  border-bottom-color: #1a8286;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #1a8286 !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: #3b8ded !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%231a8286' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.btn {
  transition: none;
}
.cid-uNWCfBVB9J .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uNWCfBVB9J .btn {
  white-space: nowrap;
}
.cid-uNWCfBVB9J .nav-link,
.cid-uNWCfBVB9J .icons-menu .mbr-iconfont,
.cid-uNWCfBVB9J .dropdown-item {
  transition: all 0.1s;
}
.cid-uNWCfBVB9J .nav-link:hover,
.cid-uNWCfBVB9J .icons-menu .mbr-iconfont:hover,
.cid-uNWCfBVB9J .dropdown-item:hover {
  color: #3b8ded !important;
}
@media (max-width: 992px) {
  .cid-uNWCfBVB9J .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-uNWCfBVB9J .container {
  display: flex;
  margin: auto;
}
.cid-uNWCfBVB9J .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #040402;
}
.cid-uNWCfBVB9J .navbar.opened {
  transition: all 0.3s;
}
.cid-uNWCfBVB9J .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNWCfBVB9J .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNWCfBVB9J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNWCfBVB9J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNWCfBVB9J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNWCfBVB9J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNWCfBVB9J .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uNWCfBVB9J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNWCfBVB9J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNWCfBVB9J .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNWCfBVB9J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNWCfBVB9J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNWCfBVB9J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNWCfBVB9J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNWCfBVB9J .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uNWCfBVB9J .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uNWCfBVB9J .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNWCfBVB9J .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNWCfBVB9J .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNWCfBVB9J .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uNWCfBVB9J .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNWCfBVB9J .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uNWCfBVB9J .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uNWCfBVB9J .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uNWCfBVB9J .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uNWCfBVB9J .nav-dropdown .link {
  padding: 0.4rem 1rem !important;
  margin: 0.2em 0.5rem;
}
.cid-uNWCfBVB9J .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNWCfBVB9J .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uNWCfBVB9J .navbar-caption {
  padding-right: 4rem;
}
.cid-uNWCfBVB9J .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uNWCfBVB9J .dropdown-menu,
.cid-uNWCfBVB9J .navbar.opened {
  background: #191919 !important;
}
.cid-uNWCfBVB9J .nav-item:focus,
.cid-uNWCfBVB9J .nav-link:focus {
  outline: none;
}
.cid-uNWCfBVB9J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uNWCfBVB9J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNWCfBVB9J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uNWCfBVB9J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uNWCfBVB9J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNWCfBVB9J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uNWCfBVB9J .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNWCfBVB9J .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNWCfBVB9J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNWCfBVB9J .dropdown-item.active,
.cid-uNWCfBVB9J .dropdown-item:active {
  background-color: transparent;
}
.cid-uNWCfBVB9J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNWCfBVB9J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNWCfBVB9J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNWCfBVB9J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uNWCfBVB9J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNWCfBVB9J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNWCfBVB9J ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uNWCfBVB9J .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNWCfBVB9J button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uNWCfBVB9J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uNWCfBVB9J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNWCfBVB9J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNWCfBVB9J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNWCfBVB9J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNWCfBVB9J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNWCfBVB9J nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNWCfBVB9J nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNWCfBVB9J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNWCfBVB9J .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uNWCfBVB9J a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uNWCfBVB9J .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uNWCfBVB9J .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNWCfBVB9J .navbar {
    height: 77px;
  }
  .cid-uNWCfBVB9J .navbar.opened {
    height: auto;
  }
  .cid-uNWCfBVB9J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNWCfBVB9J .nav-link {
  margin: auto !important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-s1YLYYtmhw {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-s1YLYYtmhw H1 {
  color: #1a8286;
  text-align: left;
}
.cid-s1YLYYtmhw h1 {
  background: linear-gradient(to left, #3b8ded, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s1YLYYtmhw img {
  width: 100%;
}
.cid-s1YLYYtmhw .mbr-text,
.cid-s1YLYYtmhw .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
.cid-s1YM3FtOOn {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/db-marcas-de-vendas-1-2000x1125.png");
}
.cid-s1YM3FtOOn img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-s1YM3FtOOn .card-wrapper {
  background: #1b222b;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-s1YM3FtOOn .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-s1YM3FtOOn .first:hover:before {
  content: none;
}
.cid-s1YM3FtOOn .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #3b8ded, #1a8286);
  content: '';
}
.cid-s1YM3FtOOn .last:hover:after {
  content: none;
}
.cid-s1YM3FtOOn .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #3b8ded, #1a8286);
  content: '';
}
.cid-s1YM3FtOOn .mbr-section-text {
  color: #999999;
}
.cid-s1YM3FtOOn .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-s1YM3FtOOn .card .img-wrapper {
  overflow: hidden;
}
.cid-s1YM3FtOOn .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-s1YM3FtOOn .card:hover .card-wrapper {
  background: linear-gradient(to left, #3b8ded, #1a8286);
  color: #ffffff !important;
}
.cid-s1YM3FtOOn .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-tRR3DUnkeH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-tRR3DUnkeH .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #3b8ded, #1a8286);
}
.cid-tRR3DUnkeH .mbr-text,
.cid-tRR3DUnkeH .mbr-section-btn {
  color: #e5e5e5;
}
.cid-tRR3DUnkeH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tRR3DUnkeH img {
    width: 96%;
  }
}
.cid-ugUwYoMeV4 {
  padding-top: 90px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background2-1.jpg");
}
.cid-ugUwYoMeV4 H1 {
  color: #1a8286;
}
.cid-ugUwYoMeV4 h1 {
  background: linear-gradient(to left, #3b8ded, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-ugUwYoMeV4 .mbr-text,
.cid-ugUwYoMeV4 .mbr-section-btn {
  color: #ffffff;
}
.cid-s1YMw7pFhM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #111111;
}
.cid-s1YMw7pFhM h3 {
  text-align: center;
  letter-spacing: 0;
}
.cid-s1YMw7pFhM .wrap {
  width: 130px;
  height: 130px;
  margin: 0 auto;
}
.cid-s1YMw7pFhM .pie_progress__number {
  font-weight: 600;
  text-align: center !important;
  color: #999999;
}
.cid-s1YMw7pFhM .mbr-section-subtitle {
  color: #999999;
}
.cid-s1YMw7pFhM .card-title {
  margin-bottom: 0;
}
.cid-s1YMw7pFhM .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-s1YMw7pFhM .svg-gradient {
  position: absolute;
}
.cid-s1YMw7pFhM svg {
  overflow: visible;
}
.cid-s1YMw7pFhM ellipse {
  stroke: rgba(206, 206, 206, 0.4);
  stroke-width: 14px;
}
.cid-s1YMw7pFhM path {
  stroke-width: 14px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-s1YMw7pFhM .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-tRR9KVS60u {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/db-marcas-de-vendas-2-2000x1125.png");
}
.cid-tRR9KVS60u .wrapper {
  overflow: hidden;
  position: relative;
}
.cid-tRR9KVS60u .mbr-media {
  z-index: 2;
}
.cid-tRR9KVS60u .box {
  height: 400px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cid-tRR9KVS60u .box:before {
  background-image: url("../../../assets/images/captura-de-tela-2025-06-12-as-17.58.21-1401x831.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  content: "";
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  left: 0;
}
.cid-tRR9KVS60u .box:hover span {
  transform: scale(1.2);
}
.cid-tRR9KVS60u .box:hover:before {
  filter: contrast(1.2) brightness(0.8);
}
.cid-tRR9KVS60u .icon-wrap {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.cid-tRR9KVS60u .icon-wrap span {
  padding-left: 4px;
}
.cid-tRR9KVS60u .mbr-media span {
  font-size: 6rem;
  cursor: pointer;
  position: relative;
  display: flex;
  transition: all 0.3s;
  justify-content: center;
  align-items: center;
  opacity: 1;
  background: linear-gradient(to left, #3b8ded, #1a8286);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tRR9KVS60u .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tRR9KVS60u .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tRR9KVS60u .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tRR9KVS60u .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tRR9KVS60u a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tRR9KVS60u a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tRR9KVS60u .box {
    height: 250px;
  }
}
.cid-tRR9KVS60u .mbr-section-title {
  color: #ffffff;
}
.cid-tRR9KVS60u H4 {
  color: #000000;
}
.cid-tRR9KVS60u P {
  color: #999999;
}
.cid-tRRoxjdbj4 {
  padding-top: 90px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-tRRoxjdbj4 H1 {
  color: #1a8286;
}
.cid-tRRoxjdbj4 h1 {
  background: linear-gradient(to left, #3b8ded, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tRRoxjdbj4 .mbr-text,
.cid-tRRoxjdbj4 .mbr-section-btn {
  color: #ffffff;
}
.cid-tRR3cMMkog {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #191919;
}
.cid-tRR3cMMkog .mbr-text1 {
  color: #999999;
  text-align: left;
}
.cid-tRR3cMMkog .mbr-text2 {
  color: #999999;
}
.cid-tRR3cMMkog p {
  margin: 0;
}
.cid-uhi0n5ZIao {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uhi0n5ZIao H1 {
  color: #55b4d4;
  text-align: center;
}
.cid-uhi0n5ZIao h1 {
  background: linear-gradient(to left, #3b8ded, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uhi0n5ZIao img {
  width: 100%;
}
.cid-uhi0n5ZIao .mbr-text,
.cid-uhi0n5ZIao .mbr-section-btn {
  color: #f3f3f3;
  text-align: center;
}
.cid-uhi0n81DIw {
  padding-top: 45px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/db-marcas-de-vendas-2-2000x1125.png");
}
.cid-uhi0n81DIw .wrapper {
  overflow: hidden;
  position: relative;
}
.cid-uhi0n81DIw .mbr-media {
  z-index: 2;
}
.cid-uhi0n81DIw .box {
  height: 400px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cid-uhi0n81DIw .box:before {
  background-image: url("../../../assets/images/mtodo-davos-metodologia-de-gesto-empresarial-apresentao-3-1920x1080.jpg");
  background-size: cover;
  background-position: center;
  position: absolute;
  content: "";
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  left: 0;
}
.cid-uhi0n81DIw .box:hover span {
  transform: scale(1.2);
}
.cid-uhi0n81DIw .box:hover:before {
  filter: contrast(1.2) brightness(0.8);
}
.cid-uhi0n81DIw .icon-wrap {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.cid-uhi0n81DIw .icon-wrap span {
  padding-left: 4px;
}
.cid-uhi0n81DIw .mbr-media span {
  font-size: 6rem;
  cursor: pointer;
  position: relative;
  display: flex;
  transition: all 0.3s;
  justify-content: center;
  align-items: center;
  opacity: 1;
  background: linear-gradient(to left, #3b8ded, #1a8286);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uhi0n81DIw .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uhi0n81DIw .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uhi0n81DIw .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uhi0n81DIw .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uhi0n81DIw a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uhi0n81DIw a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uhi0n81DIw .box {
    height: 250px;
  }
}
.cid-uhi0n81DIw .mbr-section-title {
  color: #0095ff;
}
.cid-uhi0n81DIw H4 {
  color: #000000;
}
.cid-uhi0n81DIw P {
  color: #999999;
}
.cid-uhiUePVN8E {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uhiUePVN8E .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #3b8ded, #1a8286);
}
.cid-uhiUePVN8E .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uhiUePVN8E .btn-col {
    justify-content: center;
  }
}
.cid-uhiUePVN8E .mbr-text,
.cid-uhiUePVN8E .mbr-section-btn {
  color: #999999;
}
.cid-uhiUePVN8E p {
  margin: 0;
}
.cid-uhiUePVN8E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhiUePVN8E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhiUePVN8E .mbr-section-title,
.cid-uhiUePVN8E .title-wrapper {
  color: #0095ff;
}
.cid-uhiNddC2yC {
  padding-top: 0px;
  padding-bottom: 150px;
  background-color: #040402;
}
.cid-uhiNddC2yC .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #3b8ded, #1a8286);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uhiNddC2yC .card-wrapper {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uhiNddC2yC .card-wrapper {
    padding: 0;
  }
}
.cid-uhiNddC2yC .card-text {
  color: #999999;
}
.cid-uhiNddC2yC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhiNddC2yC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhi3OiBbr4 {
  padding-top: 90px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background2-1.jpg");
}
.cid-uhi3OiBbr4 H1 {
  color: #1a8286;
}
.cid-uhi3OiBbr4 h1 {
  background: linear-gradient(to left, #3b8ded, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uhi3OiBbr4 .mbr-text,
.cid-uhi3OiBbr4 .mbr-section-btn {
  color: #ffffff;
}
.cid-uhi0n6Ynki {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-uhi0n6Ynki .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #3b8ded, #1a8286);
}
.cid-uhi0n6Ynki .mbr-text,
.cid-uhi0n6Ynki .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uhi0n6Ynki img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uhi0n6Ynki img {
    width: 96%;
  }
}
.cid-uhi0n6Ynki .mbr-section-title,
.cid-uhi0n6Ynki .title-wrapper {
  color: #3b8ded;
}
.cid-uhi9lTSa1a {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #040402;
}
.cid-uhi9lTSa1a img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 767px) {
  .cid-uhi9lTSa1a .container-fluid {
    padding: 0 2rem;
  }
}
.cid-uhi9lTSa1a .card-wrapper {
  background: #191919;
  padding: 3rem;
}
.cid-uhi9lTSa1a .card-wrapper:hover {
  background: linear-gradient(to left, #3b8ded, #1a8286);
}
.cid-uhi9lTSa1a .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}
.cid-uhi9lTSa1a .icon-wrapper {
  padding: 0 1rem;
}
.cid-uhi9lTSa1a .card-box {
  padding-top: 2rem;
}
.cid-uhi9lTSa1a .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #3b8ded, #1a8286);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uhi9lTSa1a .card-title {
  color: #999999;
}
.cid-uhi9lTSa1a .mbr-subtitle {
  color: #ffffff;
}
.cid-uhi9lTSa1a .main-title {
  color: #3b8ded;
}
.cid-uhi9lTSa1a .main-subtitle {
  color: #999999;
}
.cid-uhi9lTSa1a .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uhi9lTSa1a .card:hover {
  transform: translateY(-10px);
}
.cid-uhi9lTSa1a .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uhi9lTSa1a .card:hover .card-title,
.cid-uhi9lTSa1a .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-uhi9lTSa1a .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-uhi9lTSa1a .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uhi9lTSa1a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhi9lTSa1a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhi0n7fxuk {
  padding-top: 90px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background2-1.jpg");
}
.cid-uhi0n7fxuk H1 {
  color: #1a8286;
}
.cid-uhi0n7fxuk h1 {
  background: linear-gradient(to left, #3b8ded, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uhi0n7fxuk .mbr-text,
.cid-uhi0n7fxuk .mbr-section-btn {
  color: #ffffff;
}
.cid-uhi2IqUhYE {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-uhi2IqUhYE .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #999999;
  padding: 0.7rem 0;
}
.cid-uhi2IqUhYE .item p {
  margin: 0;
}
.cid-uhi2IqUhYE .card-wrapper {
  background: #191919;
  padding: 3rem 2rem;
}
@media (max-width: 767px) {
  .cid-uhi2IqUhYE .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uhi2IqUhYE .price {
  border: 1px solid #999999;
  border-radius: 40px;
  margin-bottom: 2rem;
  color: #e2090d;
}
.cid-uhi2IqUhYE .item-icon {
  font-size: 1rem;
  color: currentColor;
}
.cid-uhi2IqUhYE .icon-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #3b8ded, #1a8286);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uhi2IqUhYE .card-text {
  color: #999999;
}
.cid-uhi2IqUhYE .item-text {
  color: #ffffff;
}
.cid-uhi2IqUhYE .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uhi2IqUhYE .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uhi2IqUhYE .card:hover .icon-wrapper .mbr-iconfont,
.cid-uhi2IqUhYE .card:hover .item-icon {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uhi2IqUhYE .card:hover .btn {
  background: transparent !important;
  border: 1px solid #999999 !important;
}
.cid-uhi2IqUhYE .card:hover .card-wrapper {
  background: linear-gradient(to left, #3b8ded, #1a8286);
  color: #ffffff !important;
}
.cid-uhi2IqUhYE .card:hover .card-wrapper .price,
.cid-uhi2IqUhYE .card:hover .card-wrapper .item-text,
.cid-uhi2IqUhYE .card:hover .card-wrapper .card-title {
  color: #ffffff !important;
}
.cid-uhi2IqUhYE .item-text,
.cid-uhi2IqUhYE .item-icon {
  color: #999999;
}
.cid-uhi2IqUhYE .main-text {
  color: #ffffff;
}
.cid-uhi2IqUhYE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhi2IqUhYE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhi2IqUhYE .main-title {
  color: #3b8ded;
}
.cid-uhi0n6uMPL {
  padding-top: 0px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/db-marcas-de-vendas-1-2000x1125.png");
}
.cid-uhi0n6uMPL img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uhi0n6uMPL .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uhi0n6uMPL .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhi0n6uMPL .first:hover:before {
  content: none;
}
.cid-uhi0n6uMPL .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #3b8ded, #1a8286);
  content: '';
}
.cid-uhi0n6uMPL .last:hover:after {
  content: none;
}
.cid-uhi0n6uMPL .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #3b8ded, #1a8286);
  content: '';
}
.cid-uhi0n6uMPL .mbr-section-text {
  color: #999999;
}
.cid-uhi0n6uMPL .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uhi0n6uMPL .card .img-wrapper {
  overflow: hidden;
}
.cid-uhi0n6uMPL .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uhi0n6uMPL .card:hover .card-wrapper {
  background: linear-gradient(to left, #3b8ded, #1a8286);
  color: #ffffff !important;
}
.cid-uhi0n6uMPL .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uhi3JKu1Qu {
  padding-top: 90px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background2-1.jpg");
}
.cid-uhi3JKu1Qu H1 {
  color: #1a8286;
}
.cid-uhi3JKu1Qu h1 {
  background: linear-gradient(to left, #3b8ded, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uhi3JKu1Qu .mbr-text,
.cid-uhi3JKu1Qu .mbr-section-btn {
  color: #ffffff;
}
.cid-uhj2w6dDy2 {
  padding-top: 675px;
  background-image: url("../../../assets/images/captura-de-tela-2024-07-01-as-16.37.19-1870x877.png");
}
.cid-uhj2w6dDy2 H2 {
  color: #3b8ded;
}
.cid-uhj2w6dDy2 h1 {
  background: linear-gradient(to left, #3b8ded, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uhj2w6dDy2 section {
  align-items: flex-end !important;
}
.cid-uhj2w6dDy2 .mbr-text,
.cid-uhj2w6dDy2 .mbr-section-btn {
  color: #999999;
}
.cid-uhj2w6dDy2 .mbr-overlay {
  background-color: transparent !important;
  background: linear-gradient(to top, #000000, transparent);
}
.cid-uhj2w6dDy2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhj2w6dDy2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhi4Uiu1Dg {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #111111;
}
.cid-uhi4Uiu1Dg .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-uhi4Uiu1Dg .card-wrapper {
    padding: 0;
  }
}
.cid-uhi4Uiu1Dg img {
  width: 100%;
}
.cid-uhi4Uiu1Dg .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #3b8ded, #1a8286);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uhi4Uiu1Dg .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #3b8ded, #1a8286);
}
.cid-uhi4Uiu1Dg .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-uhi4Uiu1Dg h4 {
  margin: 0;
}
.cid-uhi4Uiu1Dg .card-text {
  color: #999999;
}
.cid-uhi4Uiu1Dg .mbr-text {
  color: #000000;
}
.cid-uhi4Uiu1Dg .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-uhi4Uiu1Dg .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uhi4Uiu1Dg .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-uhi4Uiu1Dg .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhi4Uiu1Dg .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-uhi4Uiu1Dg H3 {
  color: #787324;
}
.cid-uhi4Uiu1Dg .mbr-section-title,
.cid-uhi4Uiu1Dg .title-wrapper {
  color: #3b8ded;
}
.cid-uhi4Uiu1Dg .mbr-text,
.cid-uhi4Uiu1Dg .mbr-section-btn {
  color: #999999;
}
.cid-uhi4Uiu1Dg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhi4Uiu1Dg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhi6lqrwpf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #040402;
}
.cid-uhi6lqrwpf .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #999999;
  padding: 0.7rem 0;
}
.cid-uhi6lqrwpf .item p {
  margin: 0;
}
.cid-uhi6lqrwpf .card-wrapper {
  background: #191919;
  padding: 3rem 2rem;
}
@media (max-width: 767px) {
  .cid-uhi6lqrwpf .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uhi6lqrwpf .price {
  border: 1px solid #999999;
  border-radius: 40px;
  margin-bottom: 2rem;
  color: #3ced5d;
}
.cid-uhi6lqrwpf .item-icon {
  font-size: 1rem;
  color: currentColor;
}
.cid-uhi6lqrwpf .icon-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #3b8ded, #1a8286);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uhi6lqrwpf .card-text {
  color: #999999;
}
.cid-uhi6lqrwpf .item-text {
  color: #ffffff;
}
.cid-uhi6lqrwpf .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uhi6lqrwpf .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uhi6lqrwpf .card:hover .icon-wrapper .mbr-iconfont,
.cid-uhi6lqrwpf .card:hover .item-icon {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uhi6lqrwpf .card:hover .btn {
  background: transparent !important;
  border: 1px solid #999999 !important;
}
.cid-uhi6lqrwpf .card:hover .card-wrapper {
  background: linear-gradient(to left, #3b8ded, #1a8286);
  color: #ffffff !important;
}
.cid-uhi6lqrwpf .card:hover .card-wrapper .price,
.cid-uhi6lqrwpf .card:hover .card-wrapper .item-text,
.cid-uhi6lqrwpf .card:hover .card-wrapper .card-title {
  color: #ffffff !important;
}
.cid-uhi6lqrwpf .item-text,
.cid-uhi6lqrwpf .item-icon {
  color: #999999;
}
.cid-uhi6lqrwpf .main-text {
  color: #ffffff;
}
.cid-uhi6lqrwpf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhi6lqrwpf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhi6lqrwpf .main-title {
  color: #3b8ded;
}
.cid-uhiYuvqCo4 {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  background-color: #111111;
}
.cid-uhiYuvqCo4 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uhiYuvqCo4 .panel-title {
  border-bottom: 2px solid #0095ff;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uhiYuvqCo4 .collapsed {
  border: none;
}
.cid-uhiYuvqCo4 .collapsed span {
  transform: rotate(0deg);
}
.cid-uhiYuvqCo4 span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #3b8ded, #1a8286);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uhiYuvqCo4 .panel-body {
  padding-top: 0.5rem;
}
.cid-uhiYuvqCo4 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uhiYuvqCo4 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-uhiYuvqCo4 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uhiYuvqCo4 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uhiYuvqCo4 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uhiYuvqCo4 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uhiYuvqCo4 .panel-text {
  color: #767676;
}
.cid-uhiYuvqCo4 H4 {
  color: #999999;
}
.cid-uhiYuvqCo4 H2 {
  color: #3b8ded;
}
.cid-uhiYuvqCo4 .mbr-section-text {
  color: #999999;
}
.cid-uhiYuvqCo4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhiYuvqCo4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhi0n8QQl4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #191919;
}
.cid-uhi0n8QQl4 .mbr-text1 {
  color: #999999;
  text-align: left;
}
.cid-uhi0n8QQl4 .mbr-text2 {
  color: #999999;
}
.cid-uhi0n8QQl4 p {
  margin: 0;
}
.cid-uhhZIx2oES {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uhhZIx2oES H1 {
  color: #1a8286;
  text-align: center;
}
.cid-uhhZIx2oES h1 {
  background: linear-gradient(to left, #3b8ded, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uhhZIx2oES img {
  width: 100%;
}
.cid-uhhZIx2oES .mbr-text,
.cid-uhhZIx2oES .mbr-section-btn {
  color: #f3f3f3;
  text-align: center;
}
.cid-uhhZICbEGn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #191919;
}
.cid-uhhZICbEGn .mbr-text1 {
  color: #999999;
  text-align: left;
}
.cid-uhhZICbEGn .mbr-text2 {
  color: #999999;
}
.cid-uhhZICbEGn p {
  margin: 0;
}
.cid-uzAL4XeNcj {
  background-image: url("../../../assets/images/davos-tech-banners-website-mobile-1080px-por-1920px-1080x1920.png");
}
.cid-uzAL4XeNcj H1 {
  color: #55b4d4;
  text-align: left;
}
.cid-uzAL4XeNcj h1 {
  background: linear-gradient(to left, #3b8ded, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uzAL4XeNcj img {
  width: 100%;
}
.cid-uzAL4XeNcj .mbr-text,
.cid-uzAL4XeNcj .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uzCZ5NBrdy {
  background-image: url("../../../assets/images/davos-tech-banners-website-desktop-3-1920x970.png");
}
.cid-uzCZ5NBrdy H1 {
  color: #55b4d4;
  text-align: left;
}
.cid-uzCZ5NBrdy h1 {
  background: linear-gradient(to left, #3b8ded, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uzCZ5NBrdy img {
  width: 100%;
}
.cid-uzCZ5NBrdy .mbr-text,
.cid-uzCZ5NBrdy .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-uzCZ5NBrdy {
    display: none !important;
  }
}
.cid-uzAL4XWZnO {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #040402;
}
.cid-uzAL4XWZnO .wrapper {
  overflow: hidden;
  position: relative;
}
.cid-uzAL4XWZnO .mbr-media {
  z-index: 2;
}
.cid-uzAL4XWZnO .box {
  height: 400px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cid-uzAL4XWZnO .box:before {
  background-image: url("../../../assets/images/mtodo-davos-metodologia-de-gesto-empresarial-apresentao-3-1920x1080.jpg");
  background-size: cover;
  background-position: center;
  position: absolute;
  content: "";
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  left: 0;
}
.cid-uzAL4XWZnO .box:hover span {
  transform: scale(1.2);
}
.cid-uzAL4XWZnO .box:hover:before {
  filter: contrast(1.2) brightness(0.8);
}
.cid-uzAL4XWZnO .icon-wrap {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.cid-uzAL4XWZnO .icon-wrap span {
  padding-left: 4px;
}
.cid-uzAL4XWZnO .mbr-media span {
  font-size: 6rem;
  cursor: pointer;
  position: relative;
  display: flex;
  transition: all 0.3s;
  justify-content: center;
  align-items: center;
  opacity: 1;
  background: linear-gradient(to left, #3b8ded, #1a8286);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uzAL4XWZnO .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uzAL4XWZnO .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uzAL4XWZnO .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uzAL4XWZnO .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uzAL4XWZnO a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uzAL4XWZnO a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uzAL4XWZnO .box {
    height: 250px;
  }
}
.cid-uzAL4XWZnO .mbr-section-title {
  color: #0095ff;
}
.cid-uzAL4XWZnO H4 {
  color: #000000;
}
.cid-uzAL4XWZnO P {
  color: #ffffff;
}
.cid-uzAL4YwiLD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uzAL4YwiLD .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #3b8ded, #1a8286);
}
.cid-uzAL4YwiLD .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uzAL4YwiLD .btn-col {
    justify-content: center;
  }
}
.cid-uzAL4YwiLD .mbr-text,
.cid-uzAL4YwiLD .mbr-section-btn {
  color: #ffffff;
}
.cid-uzAL4YwiLD p {
  margin: 0;
}
.cid-uzAL4YwiLD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAL4YwiLD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzAL4YwiLD .mbr-section-title,
.cid-uzAL4YwiLD .title-wrapper {
  color: #0095ff;
}
.cid-uzAL4Z2dbq {
  padding-top: 0px;
  padding-bottom: 150px;
  background-color: #040402;
}
.cid-uzAL4Z2dbq .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #3b8ded, #1a8286);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uzAL4Z2dbq .card-wrapper {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uzAL4Z2dbq .card-wrapper {
    padding: 0;
  }
}
.cid-uzAL4Z2dbq .card-text {
  color: #ffffff;
}
.cid-uzAL4Z2dbq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAL4Z2dbq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzBPRjs4w0 {
  padding-top: 90px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/davos-tech-banners-website-desktop-4-1920x970.png");
}
.cid-uzBPRjs4w0 H1 {
  color: #1a8286;
}
.cid-uzBPRjs4w0 h1 {
  background: linear-gradient(to left, #3b8ded, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uzBPRjs4w0 .mbr-text,
.cid-uzBPRjs4w0 .mbr-section-btn {
  color: #ffffff;
}
.cid-uzBLOo6mPS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-uzBLOo6mPS .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #3b8ded, #1a8286);
}
.cid-uzBLOo6mPS .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uzBLOo6mPS .btn-col {
    justify-content: center;
  }
}
.cid-uzBLOo6mPS .mbr-text,
.cid-uzBLOo6mPS .mbr-section-btn {
  color: #ffffff;
}
.cid-uzBLOo6mPS p {
  margin: 0;
}
.cid-uzBLOo6mPS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzBLOo6mPS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzBLOo6mPS .mbr-section-title,
.cid-uzBLOo6mPS .title-wrapper {
  color: #0095ff;
}
.cid-uzBLEH2zWx {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-uzBLEH2zWx img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uzBLEH2zWx .link-wrapper {
  margin-bottom: 1rem;
}
.cid-uzBLEH2zWx .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-uzBLEH2zWx .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #3b8ded, #1a8286);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uzBLEH2zWx .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uzBLEH2zWx .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uzBLEH2zWx .first:hover:before {
  content: none;
}
.cid-uzBLEH2zWx .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #3b8ded, #1a8286);
  content: "";
}
.cid-uzBLEH2zWx .last:hover:after {
  content: none;
}
.cid-uzBLEH2zWx .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #3b8ded, #1a8286);
  content: "";
}
.cid-uzBLEH2zWx .mbr-section-text {
  color: #999999;
}
.cid-uzBLEH2zWx .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uzBLEH2zWx .card .img-wrapper {
  overflow: hidden;
}
.cid-uzBLEH2zWx .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uzBLEH2zWx .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uzBLEH2zWx .card:hover .card-wrapper {
  background: linear-gradient(to left, #3b8ded, #1a8286);
  color: #ffffff !important;
}
.cid-uzBLEH2zWx .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uzBLEH2zWx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzBLEH2zWx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzBNMgmYpl {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-uzBNMgmYpl img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uzBNMgmYpl .link-wrapper {
  margin-bottom: 1rem;
}
.cid-uzBNMgmYpl .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-uzBNMgmYpl .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #3b8ded, #1a8286);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uzBNMgmYpl .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uzBNMgmYpl .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uzBNMgmYpl .first:hover:before {
  content: none;
}
.cid-uzBNMgmYpl .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #3b8ded, #1a8286);
  content: "";
}
.cid-uzBNMgmYpl .last:hover:after {
  content: none;
}
.cid-uzBNMgmYpl .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #3b8ded, #1a8286);
  content: "";
}
.cid-uzBNMgmYpl .mbr-section-text {
  color: #999999;
}
.cid-uzBNMgmYpl .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uzBNMgmYpl .card .img-wrapper {
  overflow: hidden;
}
.cid-uzBNMgmYpl .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uzBNMgmYpl .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uzBNMgmYpl .card:hover .card-wrapper {
  background: linear-gradient(to left, #3b8ded, #1a8286);
  color: #ffffff !important;
}
.cid-uzBNMgmYpl .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uzBNMgmYpl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzBNMgmYpl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzBHgzci2n {
  padding-top: 90px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/davos-tech-banners-website-desktop-4-1920x970.png");
}
.cid-uzBHgzci2n H1 {
  color: #1a8286;
}
.cid-uzBHgzci2n h1 {
  background: linear-gradient(to left, #3b8ded, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uzBHgzci2n .mbr-text,
.cid-uzBHgzci2n .mbr-section-btn {
  color: #ffffff;
}
.cid-uzAL50eqvj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-uzAL50eqvj .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #3b8ded, #1a8286);
}
.cid-uzAL50eqvj .mbr-text,
.cid-uzAL50eqvj .mbr-section-btn {
  color: #e5e5e5;
}
.cid-uzAL50eqvj img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uzAL50eqvj img {
    width: 96%;
  }
}
.cid-uzAL50eqvj .mbr-section-title,
.cid-uzAL50eqvj .title-wrapper {
  color: #3b8ded;
}
.cid-uzBHsxo3xB {
  padding-top: 90px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/davos-tech-banners-website-desktop-4-1920x970.png");
}
.cid-uzBHsxo3xB H1 {
  color: #1a8286;
}
.cid-uzBHsxo3xB h1 {
  background: linear-gradient(to left, #3b8ded, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uzBHsxo3xB .mbr-text,
.cid-uzBHsxo3xB .mbr-section-btn {
  color: #ffffff;
}
.cid-uzGS9CSB62 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-uzGS9CSB62 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #3b8ded, #1a8286);
}
.cid-uzGS9CSB62 .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uzGS9CSB62 .btn-col {
    justify-content: center;
  }
}
.cid-uzGS9CSB62 .mbr-text,
.cid-uzGS9CSB62 .mbr-section-btn {
  color: #ffffff;
}
.cid-uzGS9CSB62 p {
  margin: 0;
}
.cid-uzGS9CSB62 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzGS9CSB62 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzGS9CSB62 .mbr-section-title,
.cid-uzGS9CSB62 .title-wrapper {
  color: #0095ff;
}
.cid-uzGRTHFwyC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #111111;
}
.cid-uzGRTHFwyC img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uzGRTHFwyC .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uzGRTHFwyC .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uzGRTHFwyC .first:hover:before {
  content: none;
}
.cid-uzGRTHFwyC .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #3b8ded, #1a8286);
  content: "";
}
.cid-uzGRTHFwyC .last:hover:after {
  content: none;
}
.cid-uzGRTHFwyC .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #3b8ded, #1a8286);
  content: "";
}
.cid-uzGRTHFwyC .mbr-section-text {
  color: #999999;
}
.cid-uzGRTHFwyC .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uzGRTHFwyC .card .img-wrapper {
  overflow: hidden;
}
.cid-uzGRTHFwyC .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uzGRTHFwyC .card:hover .card-wrapper {
  background: linear-gradient(to left, #3b8ded, #1a8286);
  color: #ffffff !important;
}
.cid-uzGRTHFwyC .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uzGRTHFwyC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzGRTHFwyC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzAL53EpZH {
  padding-top: 90px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/davos-tech-banners-website-desktop-4-1920x970.png");
}
.cid-uzAL53EpZH H1 {
  color: #1a8286;
}
.cid-uzAL53EpZH h1 {
  background: linear-gradient(to left, #3b8ded, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uzAL53EpZH .mbr-text,
.cid-uzAL53EpZH .mbr-section-btn {
  color: #ffffff;
}
.cid-uzAL57PzXQ {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  background-color: #111111;
}
.cid-uzAL57PzXQ p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uzAL57PzXQ .panel-title {
  border-bottom: 2px solid #0095ff;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uzAL57PzXQ .collapsed {
  border: none;
}
.cid-uzAL57PzXQ .collapsed span {
  transform: rotate(0deg);
}
.cid-uzAL57PzXQ span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #3b8ded, #1a8286);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uzAL57PzXQ .panel-body {
  padding-top: 0.5rem;
}
.cid-uzAL57PzXQ .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uzAL57PzXQ .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-uzAL57PzXQ .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uzAL57PzXQ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uzAL57PzXQ .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uzAL57PzXQ .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uzAL57PzXQ .panel-text {
  color: #767676;
}
.cid-uzAL57PzXQ H4 {
  color: #999999;
}
.cid-uzAL57PzXQ H2 {
  color: #3b8ded;
}
.cid-uzAL57PzXQ .mbr-section-text {
  color: #999999;
}
.cid-uzAL57PzXQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAL57PzXQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzBHhfURoX {
  padding-top: 90px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/davos-tech-banners-website-desktop-4-1920x970.png");
}
.cid-uzBHhfURoX H1 {
  color: #1a8286;
}
.cid-uzBHhfURoX h1 {
  background: linear-gradient(to left, #3b8ded, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uzBHhfURoX .mbr-text,
.cid-uzBHhfURoX .mbr-section-btn {
  color: #ffffff;
}
.cid-uzAL58loBU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #191919;
}
.cid-uzAL58loBU .mbr-text1 {
  color: #999999;
  text-align: left;
}
.cid-uzAL58loBU .mbr-text2 {
  color: #999999;
}
.cid-uzAL58loBU p {
  margin: 0;
}
.cid-uzGPtUoQr5 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uzGPtUoQr5 H1 {
  color: #1a8286;
  text-align: center;
}
.cid-uzGPtUoQr5 h1 {
  background: linear-gradient(to left, #3b8ded, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uzGPtUoQr5 img {
  width: 100%;
}
.cid-uzGPtUoQr5 .mbr-text,
.cid-uzGPtUoQr5 .mbr-section-btn {
  color: #f3f3f3;
  text-align: center;
}
.cid-uzGPtUTlTy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #191919;
}
.cid-uzGPtUTlTy .mbr-text1 {
  color: #999999;
  text-align: left;
}
.cid-uzGPtUTlTy .mbr-text2 {
  color: #999999;
}
.cid-uzGPtUTlTy p {
  margin: 0;
}
