body {
  font-family: Dosis;
}
.display-1 {
  font-family: 'Dosis', sans-serif;
  font-size: 3.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Dosis', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Dosis', sans-serif;
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Dosis', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ffbc00 !important;
}
.bg-success {
  background-color: #36d88a !important;
}
.bg-info {
  background-color: #ff4100 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #b38400 !important;
  border-color: #b38400 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b38400 !important;
  border-color: #b38400 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #ff4100 !important;
  border-color: #ff4100 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #b32d00 !important;
  border-color: #b32d00 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b32d00 !important;
  border-color: #b32d00 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #36d88a !important;
  border-color: #36d88a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #1fa263 !important;
  border-color: #1fa263 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1fa263 !important;
  border-color: #1fa263 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #997100;
  color: #997100 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #ffbc00;
  border-color: #ffbc00;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #215f88;
  color: #215f88 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #3e97d1;
  border-color: #3e97d1;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #992700;
  color: #992700 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #ff4100;
  border-color: #ff4100;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4100 !important;
  border-color: #ff4100 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #1b8d56;
  color: #1b8d56 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #36d88a;
  border-color: #36d88a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #36d88a !important;
  border-color: #36d88a !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #111111;
  color: #111111 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444;
  border-color: #444444;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ffbc00 !important;
}
.text-secondary {
  color: #3e97d1 !important;
}
.text-success {
  color: #36d88a !important;
}
.text-info {
  color: #ff4100 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #997100 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #215f88 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1b8d56 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #992700 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ff4100;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffbc00;
  border-color: #ffbc00;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #ffbc00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff2cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e1f9ed;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffd9cc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  background: #444444;
}
#scrollToTop a i:before {
  background: #ffffff;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mbr-arrow {
  background-color: #444444;
  opacity: .5;
  transition: .3s;
}
.mbr-arrow a {
  color: #ffffff;
}
.mbr-arrow:hover {
  opacity: .7;
}
.form-control {
  font-family: 'Dosis', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #ffbc00;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ffbc00;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ffbc00;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffbc00;
  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: #ffbc00;
  border-bottom-color: #ffbc00;
}
.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: #ffbc00 !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: #3e97d1 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffbc00' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-qCBKPPk7MQ {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-qCBKPPk7MQ .mbr-text,
.cid-qCBKPPk7MQ .typed-text,
.cid-qCBKPPk7MQ .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-qCBKPPk7MQ .btn {
  margin-left: 4px !important;
}
.cid-qCBKPPk7MQ .animated-element {
  color: #ffbc00;
}
.cid-qCBKPPk7MQ .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@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-tHOC2k5hOq {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tHOC2k5hOq .head_info {
  text-align: center;
  margin-bottom: 70px;
}
.cid-tHOC2k5hOq .head_info .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
}
.cid-tHOC2k5hOq .head_info .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tHOC2k5hOq .head_info .mbr-section-title {
  margin-bottom: 20px;
  color: #130947;
  font-weight: 700;
}
.cid-tHOC2k5hOq .head_info .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tHOC2k5hOq .head_info .mbr-section-text {
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 0;
  color: #6d7a8c;
}
.cid-tHOC2k5hOq .head_info .mbr-section-text.display-7 {
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-tHOC2k5hOq .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  color: #767676;
  background-color: #ffffff;
  border-bottom: solid 2px rgba(0, 0, 0, 0.07);
  text-align: center;
  border-radius: 8px;
}
.cid-tHOC2k5hOq .plan .plan-title {
  background-color: #4f87fb;
  padding-bottom: 60px;
  padding-top: 30px;
  margin-bottom: 0;
  font-weight: 700;
  border-radius: 8px 8px 0 0;
}
.cid-tHOC2k5hOq .plan .plan-title.display-7 {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-tHOC2k5hOq .plan .icon_box {
  display: block;
  text-align: center;
}
.cid-tHOC2k5hOq .plan .icon_box .ico1 {
  width: 96px;
  height: 96px;
  line-height: 2.4;
  font-size: 40px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  top: -40px;
  background: #fff;
  color: #130947;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
}
.cid-tHOC2k5hOq .plan .plan-price {
  color: #28303f;
}
.cid-tHOC2k5hOq .plan .plan-price .price-figure {
  font-weight: 700;
  display: inline-block;
}
.cid-tHOC2k5hOq .plan .plan-price .price-figure.display-1 {
  font-size: 50px;
  line-height: 1;
}
.cid-tHOC2k5hOq .plan .plan-price .price-value {
  font-weight: 600;
  line-height: 1.5;
}
.cid-tHOC2k5hOq .plan .plan-price .price-term {
  line-height: 1;
  margin-top: 0.45rem;
}
.cid-tHOC2k5hOq .plan .plan-list {
  padding: 30px 40px;
}
.cid-tHOC2k5hOq .plan .plan-list .list-group {
  color: #6d7a8c;
}
.cid-tHOC2k5hOq .plan .plan-list .list-group-item {
  position: relative;
  -webkit-box-pack: center;
  justify-content: center;
  border: 0;
  background: transparent;
  padding: 7.5px 0;
}
.cid-tHOC2k5hOq .plan .plan-list .list-group-item:last-child {
  border-radius: 8px;
}
.cid-tHOC2k5hOq .plan .plan-list .list-group.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tHOC2k5hOq .plan .mbr-section-btn {
  padding: 0 2.45rem;
}
.cid-tHOC2k5hOq .plan .mbr-section-btn .btn {
  font-weight: 700;
  padding: 12px 40px;
  border-radius: 2em;
}
.cid-tHOC2k5hOq .plan .mbr-section-btn .btn.display-4 {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 1px;
}
.cid-tHOC2k5hOq .plan:nth-child(2) .plan-title {
  background-color: #130947;
}
@media (max-width: 550px) {
  .cid-tHOC2k5hOq .price-figure {
    font-size: 4.25rem;
  }
}
.cid-qCFQD72rPF {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qCFQD72rPF .mbr-title {
  text-align: left;
}
.cid-qCFQD72rPF .mbr-text DIV {
  text-align: left;
}
.cid-qCFQD72rPF .mbr-text {
  text-align: left;
}
.cid-qCBOEG60Yw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qCF5PPL1Fm {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qCF5PPL1Fm .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
}
.cid-qCF5PPL1Fm .card {
  margin-bottom: 2rem;
}
.cid-qCF5PPL1Fm .card-box {
  padding-top: 2rem;
}
.cid-qCF5PPL1Fm .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qCF5PPL1Fm .btn {
  margin: .3rem;
}
.cid-qCF5PPL1Fm .mbr-section-title {
  margin: 0;
}
.cid-qCF5PPL1Fm .card-underline,
.cid-qCF5PPL1Fm .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-qCF5PPL1Fm .card-underline .line,
.cid-qCF5PPL1Fm .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-qCF5PPL1Fm .card-underline {
  margin-bottom: 1.5rem;
  margin-top: 0 !important;
}
.cid-qCF5PPL1Fm .card-underline .line {
  background: #ffbc00;
}
.cid-qCF5PPL1Fm .card-box > p,
.cid-qCF5PPL1Fm .mbr-section-btn {
  text-align: left;
}
.cid-qCSoHts5dC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-qCSoHts5dC .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #232323;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-qCSoHts5dC .content-row {
  flex-direction: row-reverse;
}
.cid-qCSoHts5dC .photo-split {
  padding: 0;
}
.cid-qCSoHts5dC .photo-split img {
  width: 100%;
}
.cid-qCSoHts5dC .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-qCSoHts5dC .counter-container ul {
  display: -webkit-flex;
  flex-direction: column;
}
.cid-qCSoHts5dC .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-qCSoHts5dC .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-qCSoHts5dC .wrap-block {
  padding: 3rem 3rem;
}
.cid-qCSoHts5dC .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-qCSoHts5dC .wrap-block ul li {
  display: inline-block;
}
.cid-qCSoHts5dC .wrap-block ul li span {
  text-align: center;
}
.cid-qCSoHts5dC .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-qCSoHts5dC .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qCSoHts5dC .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qCSoHts5dC .mbr-list,
.cid-qCSoHts5dC .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-qCSoHts5dC .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-qCSoHts5dC .mbr-section-title,
  .cid-qCSoHts5dC .mbr-section-subtitle,
  .cid-qCSoHts5dC .mbr-text {
    text-align: center !important;
  }
  .cid-qCSoHts5dC .social-list {
    text-align: center !important;
  }
}
.cid-qCFaxnxnQD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qCG9FDiX3R {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qCG9FDiX3R .subicon-title {
  color: #000000;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-qCG9FDiX3R .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
}
.cid-qCG9FDiX3R .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-qCG9FDiX3R .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-qCG9FDiX3R .process-icon,
.cid-qCG9FDiX3R .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-qCG9FDiX3R .wrapper,
.cid-qCG9FDiX3R .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-qCG9FDiX3R .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #444444;
  opacity: .4;
}
.cid-qCG9FDiX3R .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-qCG9FDiX3R .icon-container a {
  display: inherit;
}
.cid-qCG9FDiX3R .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #ffbc00 !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #000000;
  z-index: 1;
}
.cid-qCG9FDiX3R .icon-main {
  margin: 1rem 0;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-qCG9FDiX3R .icon-main:hover .icon-wrapper {
  background-color: #ffbc00 !important;
}
.cid-qCG9FDiX3R .icon-main:hover .icon-number {
  background-color: #444444 !important;
  color: #ffffff !important;
}
.cid-qCG9FDiX3R .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-qCG9FDiX3R .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-qCG9FDiX3R .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-qCG9FDiX3R .third-elem .wrapper:before {
    display: none;
  }
}
.cid-qCG9FDiX3R .mbr-section-title {
  margin: 0;
}
.cid-qCG9FDiX3R .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-qCBPA63d9E {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-qCBPA63d9E a:link {
  text-decoration: none;
}
.cid-qCBPA63d9E .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-qCBPA63d9E .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-qCBPA63d9E .inner-text {
  line-height: 3em;
}
.cid-qCBPA63d9E .social-media {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.cid-qCBPA63d9E .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qCBPA63d9E .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qCBPA63d9E .content-text,
.cid-qCBPA63d9E .inner-text {
  color: #c1c1c1;
}
.cid-qCBKS7g2nl .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qCBKS7g2nl .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qCBKS7g2nl .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-qCBKS7g2nl .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-qCBKS7g2nl .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-qCBKS7g2nl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qCBKS7g2nl .navbar .dropdown-menu {
  width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-qCBKS7g2nl .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-qCBKS7g2nl .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-qCBKS7g2nl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qCBKS7g2nl .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-qCBKS7g2nl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qCBKS7g2nl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qCBKS7g2nl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qCBKS7g2nl .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-qCBKS7g2nl .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-qCBKS7g2nl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qCBKS7g2nl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-qCBKS7g2nl .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-qCBKS7g2nl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qCBKS7g2nl .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-qCBKS7g2nl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qCBKS7g2nl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qCBKS7g2nl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qCBKS7g2nl .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-qCBKS7g2nl .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-qCBKS7g2nl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qCBKS7g2nl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qCBKS7g2nl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-qCBKS7g2nl .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-qCBKS7g2nl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: 70%;
    word-break: break-word;
  }
  .cid-qCBKS7g2nl .navbar .navbar-toggler {
    flex-basis: 30%;
  }
}
.cid-qCBKS7g2nl .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qCBKS7g2nl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qCBKS7g2nl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qCBKS7g2nl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qCBKS7g2nl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qCBKS7g2nl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qCBKS7g2nl .dropdown-item.active,
.cid-qCBKS7g2nl .dropdown-item:active {
  background-color: transparent;
}
.cid-qCBKS7g2nl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qCBKS7g2nl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qCBKS7g2nl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qCBKS7g2nl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qCBKS7g2nl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-qCBKS7g2nl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qCBKS7g2nl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qCBKS7g2nl .navbar-buttons {
  text-align: center;
}
.cid-qCBKS7g2nl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qCBKS7g2nl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qCBKS7g2nl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qCBKS7g2nl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qCBKS7g2nl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qCBKS7g2nl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qCBKS7g2nl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qCBKS7g2nl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qCBKS7g2nl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qCBKS7g2nl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qCBKS7g2nl .navbar-dropdown {
  padding: 0rem 1rem;
  position: fixed;
}
.cid-qCBKS7g2nl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-qCBKS7g2nl .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qCBKS7g2nl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-qCBKS7g2nl .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-qCS0IePd8w {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-qCS0IePd8w .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #232323;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-qCS0IePd8w .content-row {
  flex-direction: row-reverse;
}
.cid-qCS0IePd8w .photo-split {
  padding: 0;
}
.cid-qCS0IePd8w .photo-split img {
  width: 100%;
}
.cid-qCS0IePd8w .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-qCS0IePd8w .counter-container ul {
  display: -webkit-flex;
  flex-direction: column;
}
.cid-qCS0IePd8w .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-qCS0IePd8w .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-qCS0IePd8w .wrap-block {
  padding: 3rem 3rem;
}
.cid-qCS0IePd8w .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-qCS0IePd8w .wrap-block ul li {
  display: inline-block;
}
.cid-qCS0IePd8w .wrap-block ul li span {
  text-align: center;
}
.cid-qCS0IePd8w .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-qCS0IePd8w .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qCS0IePd8w .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qCS0IePd8w .mbr-list,
.cid-qCS0IePd8w .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-qCS0IePd8w .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-qCS0IePd8w .mbr-section-title,
  .cid-qCS0IePd8w .mbr-section-subtitle,
  .cid-qCS0IePd8w .mbr-text {
    text-align: center !important;
  }
  .cid-qCS0IePd8w .social-list {
    text-align: center !important;
  }
}
.cid-qCQl68Jk7j {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qCQl68Jk7j .mbr-title {
  text-align: left;
}
.cid-qCQl68Jk7j .mbr-text DIV {
  text-align: left;
}
.cid-qCQl68Jk7j .mbr-text {
  text-align: left;
}
.cid-qCQl693sfW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qCQl69qnx0 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qCQl69qnx0 .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
}
.cid-qCQl69qnx0 .card {
  margin-bottom: 2rem;
}
.cid-qCQl69qnx0 .card-box {
  padding-top: 2rem;
}
.cid-qCQl69qnx0 .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qCQl69qnx0 .btn {
  margin: .3rem;
}
.cid-qCQl69qnx0 .mbr-section-title {
  margin: 0;
}
.cid-qCQl69qnx0 .card-underline,
.cid-qCQl69qnx0 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-qCQl69qnx0 .card-underline .line,
.cid-qCQl69qnx0 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-qCQl69qnx0 .card-underline {
  margin-bottom: 1.5rem;
  margin-top: 0 !important;
}
.cid-qCQl69qnx0 .card-underline .line {
  background: #ffbc00;
}
.cid-qCQl69qnx0 .card-box > p,
.cid-qCQl69qnx0 .mbr-section-btn {
  text-align: left;
}
.cid-qCSoLIIDq3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-qCSoLIIDq3 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #232323;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-qCSoLIIDq3 .content-row {
  flex-direction: row-reverse;
}
.cid-qCSoLIIDq3 .photo-split {
  padding: 0;
}
.cid-qCSoLIIDq3 .photo-split img {
  width: 100%;
}
.cid-qCSoLIIDq3 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-qCSoLIIDq3 .counter-container ul {
  display: -webkit-flex;
  flex-direction: column;
}
.cid-qCSoLIIDq3 .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-qCSoLIIDq3 .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-qCSoLIIDq3 .wrap-block {
  padding: 3rem 3rem;
}
.cid-qCSoLIIDq3 .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-qCSoLIIDq3 .wrap-block ul li {
  display: inline-block;
}
.cid-qCSoLIIDq3 .wrap-block ul li span {
  text-align: center;
}
.cid-qCSoLIIDq3 .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-qCSoLIIDq3 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qCSoLIIDq3 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qCSoLIIDq3 .mbr-list,
.cid-qCSoLIIDq3 .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-qCSoLIIDq3 .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-qCSoLIIDq3 .mbr-section-title,
  .cid-qCSoLIIDq3 .mbr-section-subtitle,
  .cid-qCSoLIIDq3 .mbr-text {
    text-align: center !important;
  }
  .cid-qCSoLIIDq3 .social-list {
    text-align: center !important;
  }
}
.cid-qCQl6bkMso {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qCQl6bJTu2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qCQl6bJTu2 .subicon-title {
  color: #000000;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-qCQl6bJTu2 .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
}
.cid-qCQl6bJTu2 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-qCQl6bJTu2 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-qCQl6bJTu2 .process-icon,
.cid-qCQl6bJTu2 .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-qCQl6bJTu2 .wrapper,
.cid-qCQl6bJTu2 .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-qCQl6bJTu2 .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #444444;
  opacity: .4;
}
.cid-qCQl6bJTu2 .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-qCQl6bJTu2 .icon-container a {
  display: inherit;
}
.cid-qCQl6bJTu2 .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #ffbc00 !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #000000;
  z-index: 1;
}
.cid-qCQl6bJTu2 .icon-main {
  margin: 1rem 0;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-qCQl6bJTu2 .icon-main:hover .icon-wrapper {
  background-color: #ffbc00 !important;
}
.cid-qCQl6bJTu2 .icon-main:hover .icon-number {
  background-color: #444444 !important;
  color: #ffffff !important;
}
.cid-qCQl6bJTu2 .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-qCQl6bJTu2 .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-qCQl6bJTu2 .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-qCQl6bJTu2 .third-elem .wrapper:before {
    display: none;
  }
}
.cid-qCQl6bJTu2 .mbr-section-title {
  margin: 0;
}
.cid-qCQl6bJTu2 .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-qCQl6dzcD4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-qCQl6dzcD4 a:link {
  text-decoration: none;
}
.cid-qCQl6dzcD4 .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-qCQl6dzcD4 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-qCQl6dzcD4 .inner-text {
  line-height: 3em;
}
.cid-qCQl6dzcD4 .social-media {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.cid-qCQl6dzcD4 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qCQl6dzcD4 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qCQl6dzcD4 .content-text,
.cid-qCQl6dzcD4 .inner-text {
  color: #c1c1c1;
}
.cid-qCQl6ecYFp .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qCQl6ecYFp .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qCQl6ecYFp .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-qCQl6ecYFp .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-qCQl6ecYFp .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-qCQl6ecYFp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qCQl6ecYFp .navbar .dropdown-menu {
  width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-qCQl6ecYFp .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-qCQl6ecYFp .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-qCQl6ecYFp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qCQl6ecYFp .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-qCQl6ecYFp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qCQl6ecYFp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qCQl6ecYFp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qCQl6ecYFp .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-qCQl6ecYFp .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-qCQl6ecYFp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qCQl6ecYFp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-qCQl6ecYFp .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-qCQl6ecYFp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qCQl6ecYFp .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-qCQl6ecYFp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qCQl6ecYFp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qCQl6ecYFp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qCQl6ecYFp .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-qCQl6ecYFp .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-qCQl6ecYFp .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qCQl6ecYFp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qCQl6ecYFp .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-qCQl6ecYFp .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-qCQl6ecYFp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: 70%;
    word-break: break-word;
  }
  .cid-qCQl6ecYFp .navbar .navbar-toggler {
    flex-basis: 30%;
  }
}
.cid-qCQl6ecYFp .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qCQl6ecYFp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qCQl6ecYFp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qCQl6ecYFp .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qCQl6ecYFp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qCQl6ecYFp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qCQl6ecYFp .dropdown-item.active,
.cid-qCQl6ecYFp .dropdown-item:active {
  background-color: transparent;
}
.cid-qCQl6ecYFp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qCQl6ecYFp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qCQl6ecYFp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qCQl6ecYFp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qCQl6ecYFp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-qCQl6ecYFp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qCQl6ecYFp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qCQl6ecYFp .navbar-buttons {
  text-align: center;
}
.cid-qCQl6ecYFp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qCQl6ecYFp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qCQl6ecYFp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qCQl6ecYFp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qCQl6ecYFp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qCQl6ecYFp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qCQl6ecYFp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qCQl6ecYFp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qCQl6ecYFp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qCQl6ecYFp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qCQl6ecYFp .navbar-dropdown {
  padding: 0rem 1rem;
  position: fixed;
}
.cid-qCQl6ecYFp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-qCQl6ecYFp .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qCQl6ecYFp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-qCQl6ecYFp .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-qCSfcVvp5m {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/campana2g-1-2-1200x628.png");
}
.cid-qCSfcVvp5m .row {
  margin-left: -5rem;
}
.cid-qCSfcVvp5m .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
}
.cid-qCSfcVvp5m .mbr-section-title,
.cid-qCSfcVvp5m .mbr-section-subtitle {
  color: #232323;
}
.cid-qCSfcVvp5m .mbr-section-subtitle span {
  font-weight: bold;
}
.cid-qCSfcVvp5m .mbr-text {
  color: #232323;
  font-weight: 100;
}
.cid-qCSfcVvp5m .mbr-section-btn {
  color: white;
}
@media (max-width: 767px) {
  .cid-qCSfcVvp5m .row {
    margin-left: -15px;
  }
}
.cid-qCQlfPnNYO {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qCQlfPnNYO .mbr-title {
  text-align: left;
}
.cid-qCQlfPnNYO .mbr-text DIV {
  text-align: left;
}
.cid-qCQlfPnNYO .mbr-text {
  text-align: left;
}
.cid-qCQlfPKpiy {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tHODxgUDXg {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tHODxgUDXg .head_info {
  text-align: center;
  margin-bottom: 70px;
}
.cid-tHODxgUDXg .head_info .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
}
.cid-tHODxgUDXg .head_info .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tHODxgUDXg .head_info .mbr-section-title {
  margin-bottom: 20px;
  color: #130947;
  font-weight: 700;
}
.cid-tHODxgUDXg .head_info .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tHODxgUDXg .head_info .mbr-section-text {
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 0;
  color: #6d7a8c;
}
.cid-tHODxgUDXg .head_info .mbr-section-text.display-7 {
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-tHODxgUDXg .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  color: #767676;
  background-color: #ffffff;
  border-bottom: solid 2px rgba(0, 0, 0, 0.07);
  text-align: center;
  border-radius: 8px;
}
.cid-tHODxgUDXg .plan .plan-title {
  background-color: #4f87fb;
  padding-bottom: 60px;
  padding-top: 30px;
  margin-bottom: 0;
  font-weight: 700;
  border-radius: 8px 8px 0 0;
}
.cid-tHODxgUDXg .plan .plan-title.display-7 {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-tHODxgUDXg .plan .icon_box {
  display: block;
  text-align: center;
}
.cid-tHODxgUDXg .plan .icon_box .ico1 {
  width: 96px;
  height: 96px;
  line-height: 2.4;
  font-size: 40px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  top: -40px;
  background: #fff;
  color: #130947;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
}
.cid-tHODxgUDXg .plan .plan-price {
  color: #28303f;
}
.cid-tHODxgUDXg .plan .plan-price .price-figure {
  font-weight: 700;
  display: inline-block;
}
.cid-tHODxgUDXg .plan .plan-price .price-figure.display-1 {
  font-size: 50px;
  line-height: 1;
}
.cid-tHODxgUDXg .plan .plan-price .price-value {
  font-weight: 600;
  line-height: 1.5;
}
.cid-tHODxgUDXg .plan .plan-price .price-term {
  line-height: 1;
  margin-top: 0.45rem;
}
.cid-tHODxgUDXg .plan .plan-list {
  padding: 30px 40px;
}
.cid-tHODxgUDXg .plan .plan-list .list-group {
  color: #6d7a8c;
}
.cid-tHODxgUDXg .plan .plan-list .list-group-item {
  position: relative;
  -webkit-box-pack: center;
  justify-content: center;
  border: 0;
  background: transparent;
  padding: 7.5px 0;
}
.cid-tHODxgUDXg .plan .plan-list .list-group-item:last-child {
  border-radius: 8px;
}
.cid-tHODxgUDXg .plan .plan-list .list-group.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tHODxgUDXg .plan .mbr-section-btn {
  padding: 0 2.45rem;
}
.cid-tHODxgUDXg .plan .mbr-section-btn .btn {
  font-weight: 700;
  padding: 12px 40px;
  border-radius: 2em;
}
.cid-tHODxgUDXg .plan .mbr-section-btn .btn.display-4 {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 1px;
}
.cid-tHODxgUDXg .plan:nth-child(2) .plan-title {
  background-color: #130947;
}
@media (max-width: 550px) {
  .cid-tHODxgUDXg .price-figure {
    font-size: 4.25rem;
  }
}
.cid-qCSmZCW66P {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-qCSmZCW66P .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-qCSmZCW66P .photo-split {
  padding: 0;
}
.cid-qCSmZCW66P .photo-split img {
  width: 100%;
}
.cid-qCSmZCW66P .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-qCSmZCW66P .counter-container ul {
  display: -webkit-flex;
  flex-direction: column;
}
.cid-qCSmZCW66P .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-qCSmZCW66P .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-qCSmZCW66P .wrap-block {
  padding: 3rem 3rem;
}
.cid-qCSmZCW66P .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-qCSmZCW66P .wrap-block ul li {
  display: inline-block;
}
.cid-qCSmZCW66P .wrap-block ul li span {
  text-align: center;
}
.cid-qCSmZCW66P .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-qCSmZCW66P .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qCSmZCW66P .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qCSmZCW66P .mbr-list,
.cid-qCSmZCW66P .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-qCSmZCW66P .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-qCSmZCW66P .mbr-section-title,
  .cid-qCSmZCW66P .mbr-section-subtitle,
  .cid-qCSmZCW66P .mbr-text {
    text-align: center !important;
  }
  .cid-qCSmZCW66P .social-list {
    text-align: center !important;
  }
}
.cid-qCQlfQ3zlB {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qCQlfQ3zlB .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
}
.cid-qCQlfQ3zlB .card {
  margin-bottom: 2rem;
}
.cid-qCQlfQ3zlB .card-box {
  padding-top: 2rem;
}
.cid-qCQlfQ3zlB .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qCQlfQ3zlB .btn {
  margin: .3rem;
}
.cid-qCQlfQ3zlB .mbr-section-title {
  margin: 0;
}
.cid-qCQlfQ3zlB .card-underline,
.cid-qCQlfQ3zlB .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-qCQlfQ3zlB .card-underline .line,
.cid-qCQlfQ3zlB .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-qCQlfQ3zlB .card-underline {
  margin-bottom: 1.5rem;
  margin-top: 0 !important;
}
.cid-qCQlfQ3zlB .card-underline .line {
  background: #ffbc00;
}
.cid-qCQlfQ3zlB .card-box > p,
.cid-qCQlfQ3zlB .mbr-section-btn {
  text-align: left;
}
.cid-qCQlfRgb24 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-qCQlfRgb24 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #232323;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-qCQlfRgb24 .content-row {
  flex-direction: row-reverse;
}
.cid-qCQlfRgb24 .photo-split {
  padding: 0;
}
.cid-qCQlfRgb24 .photo-split img {
  width: 100%;
}
.cid-qCQlfRgb24 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-qCQlfRgb24 .counter-container ul {
  display: -webkit-flex;
  flex-direction: column;
}
.cid-qCQlfRgb24 .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-qCQlfRgb24 .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-qCQlfRgb24 .wrap-block {
  padding: 3rem 3rem;
}
.cid-qCQlfRgb24 .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-qCQlfRgb24 .wrap-block ul li {
  display: inline-block;
}
.cid-qCQlfRgb24 .wrap-block ul li span {
  text-align: center;
}
.cid-qCQlfRgb24 .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-qCQlfRgb24 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qCQlfRgb24 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qCQlfRgb24 .mbr-list,
.cid-qCQlfRgb24 .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-qCQlfRgb24 .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-qCQlfRgb24 .mbr-section-title,
  .cid-qCQlfRgb24 .mbr-section-subtitle,
  .cid-qCQlfRgb24 .mbr-text {
    text-align: center !important;
  }
  .cid-qCQlfRgb24 .social-list {
    text-align: center !important;
  }
}
.cid-qCQlfS40hl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qCQlfSt4wm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qCQlfSt4wm .subicon-title {
  color: #000000;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-qCQlfSt4wm .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
}
.cid-qCQlfSt4wm .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-qCQlfSt4wm .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-qCQlfSt4wm .process-icon,
.cid-qCQlfSt4wm .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-qCQlfSt4wm .wrapper,
.cid-qCQlfSt4wm .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-qCQlfSt4wm .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #444444;
  opacity: .4;
}
.cid-qCQlfSt4wm .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-qCQlfSt4wm .icon-container a {
  display: inherit;
}
.cid-qCQlfSt4wm .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #ffbc00 !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #000000;
  z-index: 1;
}
.cid-qCQlfSt4wm .icon-main {
  margin: 1rem 0;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-qCQlfSt4wm .icon-main:hover .icon-wrapper {
  background-color: #ffbc00 !important;
}
.cid-qCQlfSt4wm .icon-main:hover .icon-number {
  background-color: #444444 !important;
  color: #ffffff !important;
}
.cid-qCQlfSt4wm .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-qCQlfSt4wm .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-qCQlfSt4wm .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-qCQlfSt4wm .third-elem .wrapper:before {
    display: none;
  }
}
.cid-qCQlfSt4wm .mbr-section-title {
  margin: 0;
}
.cid-qCQlfSt4wm .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-qCQlfUnxkx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-qCQlfUnxkx a:link {
  text-decoration: none;
}
.cid-qCQlfUnxkx .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-qCQlfUnxkx .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-qCQlfUnxkx .inner-text {
  line-height: 3em;
}
.cid-qCQlfUnxkx .social-media {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.cid-qCQlfUnxkx .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qCQlfUnxkx .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qCQlfUnxkx .content-text,
.cid-qCQlfUnxkx .inner-text {
  color: #c1c1c1;
}
.cid-qCQlfV1sQm .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qCQlfV1sQm .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qCQlfV1sQm .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-qCQlfV1sQm .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-qCQlfV1sQm .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-qCQlfV1sQm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qCQlfV1sQm .navbar .dropdown-menu {
  width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-qCQlfV1sQm .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-qCQlfV1sQm .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-qCQlfV1sQm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qCQlfV1sQm .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-qCQlfV1sQm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qCQlfV1sQm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qCQlfV1sQm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qCQlfV1sQm .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-qCQlfV1sQm .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-qCQlfV1sQm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qCQlfV1sQm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-qCQlfV1sQm .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-qCQlfV1sQm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qCQlfV1sQm .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-qCQlfV1sQm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qCQlfV1sQm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qCQlfV1sQm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qCQlfV1sQm .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-qCQlfV1sQm .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-qCQlfV1sQm .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qCQlfV1sQm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qCQlfV1sQm .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-qCQlfV1sQm .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-qCQlfV1sQm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: 70%;
    word-break: break-word;
  }
  .cid-qCQlfV1sQm .navbar .navbar-toggler {
    flex-basis: 30%;
  }
}
.cid-qCQlfV1sQm .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qCQlfV1sQm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qCQlfV1sQm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qCQlfV1sQm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qCQlfV1sQm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qCQlfV1sQm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qCQlfV1sQm .dropdown-item.active,
.cid-qCQlfV1sQm .dropdown-item:active {
  background-color: transparent;
}
.cid-qCQlfV1sQm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qCQlfV1sQm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qCQlfV1sQm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qCQlfV1sQm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qCQlfV1sQm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-qCQlfV1sQm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qCQlfV1sQm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qCQlfV1sQm .navbar-buttons {
  text-align: center;
}
.cid-qCQlfV1sQm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qCQlfV1sQm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qCQlfV1sQm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qCQlfV1sQm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qCQlfV1sQm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qCQlfV1sQm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qCQlfV1sQm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qCQlfV1sQm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qCQlfV1sQm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qCQlfV1sQm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qCQlfV1sQm .navbar-dropdown {
  padding: 0rem 1rem;
  position: fixed;
}
.cid-qCQlfV1sQm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-qCQlfV1sQm .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qCQlfV1sQm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-qCQlfV1sQm .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-qCSeJekjRt {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHOBkiQjMm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tHOBkiQjMm .mbr-section-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-tHOBkiQjMm .mbr-section-subtitle.display-4 {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 1.85;
}
.cid-tHOBkiQjMm .mbr-section-title {
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #130947;
}
.cid-tHOBkiQjMm .mbr-section-text {
  margin-top: 20px;
  color: #6d7a8c;
}
.cid-tHOBkiQjMm .mbr-section-text.display-7 {
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-tHOBkiQjMm .card .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  position: relative;
  border-radius: 4px;
}
.cid-tHOBkiQjMm .card .card-wrapper img {
  height: 270px;
  width: 100%;
  object-fit: cover;
}
.cid-tHOBkiQjMm .card .card-wrapper .card-box {
  opacity: 0.8;
  background: #4f87fb;
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 13.5px 15px;
  bottom: 0;
  left: 0;
  border-radius: 4px;
}
.cid-tHOBkiQjMm .card .card-wrapper .card-box .card-title {
  color: #ffffff;
  margin: 0;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0;
}
.cid-tHOBkiQjMm .card .card-wrapper .card-box .card-title .mbr-iconfont {
  margin-right: 10px;
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
}
.cid-tHOBleNYZv {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tHOBleNYZv .mbr-section-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-tHOBleNYZv .mbr-section-subtitle.display-4 {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 1.85;
}
.cid-tHOBleNYZv .mbr-section-title {
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #130947;
}
.cid-tHOBleNYZv .mbr-section-text {
  margin-top: 20px;
  color: #6d7a8c;
}
.cid-tHOBleNYZv .mbr-section-text.display-7 {
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-tHOBleNYZv .card .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  position: relative;
  border-radius: 4px;
}
.cid-tHOBleNYZv .card .card-wrapper img {
  height: 270px;
  width: 100%;
  object-fit: cover;
}
.cid-tHOBleNYZv .card .card-wrapper .card-box {
  opacity: 0.8;
  background: #4f87fb;
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 13.5px 15px;
  bottom: 0;
  left: 0;
  border-radius: 4px;
}
.cid-tHOBleNYZv .card .card-wrapper .card-box .card-title {
  color: #ffffff;
  margin: 0;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0;
}
.cid-tHOBleNYZv .card .card-wrapper .card-box .card-title .mbr-iconfont {
  margin-right: 10px;
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
}
.cid-tHODsnUVfY {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tHODsnUVfY .head_info {
  text-align: center;
  margin-bottom: 70px;
}
.cid-tHODsnUVfY .head_info .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
}
.cid-tHODsnUVfY .head_info .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tHODsnUVfY .head_info .mbr-section-title {
  margin-bottom: 20px;
  color: #130947;
  font-weight: 700;
}
.cid-tHODsnUVfY .head_info .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tHODsnUVfY .head_info .mbr-section-text {
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 0;
  color: #6d7a8c;
}
.cid-tHODsnUVfY .head_info .mbr-section-text.display-7 {
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-tHODsnUVfY .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  color: #767676;
  background-color: #ffffff;
  border-bottom: solid 2px rgba(0, 0, 0, 0.07);
  text-align: center;
  border-radius: 8px;
}
.cid-tHODsnUVfY .plan .plan-title {
  background-color: #4f87fb;
  padding-bottom: 60px;
  padding-top: 30px;
  margin-bottom: 0;
  font-weight: 700;
  border-radius: 8px 8px 0 0;
}
.cid-tHODsnUVfY .plan .plan-title.display-7 {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-tHODsnUVfY .plan .icon_box {
  display: block;
  text-align: center;
}
.cid-tHODsnUVfY .plan .icon_box .ico1 {
  width: 96px;
  height: 96px;
  line-height: 2.4;
  font-size: 40px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  top: -40px;
  background: #fff;
  color: #130947;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
}
.cid-tHODsnUVfY .plan .plan-price {
  color: #28303f;
}
.cid-tHODsnUVfY .plan .plan-price .price-figure {
  font-weight: 700;
  display: inline-block;
}
.cid-tHODsnUVfY .plan .plan-price .price-figure.display-1 {
  font-size: 50px;
  line-height: 1;
}
.cid-tHODsnUVfY .plan .plan-price .price-value {
  font-weight: 600;
  line-height: 1.5;
}
.cid-tHODsnUVfY .plan .plan-price .price-term {
  line-height: 1;
  margin-top: 0.45rem;
}
.cid-tHODsnUVfY .plan .plan-list {
  padding: 30px 40px;
}
.cid-tHODsnUVfY .plan .plan-list .list-group {
  color: #6d7a8c;
}
.cid-tHODsnUVfY .plan .plan-list .list-group-item {
  position: relative;
  -webkit-box-pack: center;
  justify-content: center;
  border: 0;
  background: transparent;
  padding: 7.5px 0;
}
.cid-tHODsnUVfY .plan .plan-list .list-group-item:last-child {
  border-radius: 8px;
}
.cid-tHODsnUVfY .plan .plan-list .list-group.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tHODsnUVfY .plan .mbr-section-btn {
  padding: 0 2.45rem;
}
.cid-tHODsnUVfY .plan .mbr-section-btn .btn {
  font-weight: 700;
  padding: 12px 40px;
  border-radius: 2em;
}
.cid-tHODsnUVfY .plan .mbr-section-btn .btn.display-4 {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 1px;
}
.cid-tHODsnUVfY .plan:nth-child(2) .plan-title {
  background-color: #130947;
}
@media (max-width: 550px) {
  .cid-tHODsnUVfY .price-figure {
    font-size: 4.25rem;
  }
}
.cid-qCQlqtsWCr {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qCQlqtsWCr .mbr-title {
  text-align: left;
}
.cid-qCQlqtsWCr .mbr-text DIV {
  text-align: left;
}
.cid-qCQlqtsWCr .mbr-text {
  text-align: left;
}
.cid-qCQlqtPPns {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qCS83fdJbE {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qCS83fdJbE .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
}
.cid-qCS83fdJbE .card {
  margin-bottom: 2rem;
}
.cid-qCS83fdJbE .card-box {
  padding-top: 2rem;
}
.cid-qCS83fdJbE .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qCS83fdJbE .btn {
  margin: .3rem;
}
.cid-qCS83fdJbE .mbr-section-title {
  margin: 0;
}
.cid-qCS83fdJbE .card-underline,
.cid-qCS83fdJbE .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-qCS83fdJbE .card-underline .line,
.cid-qCS83fdJbE .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-qCS83fdJbE .card-underline {
  margin-bottom: 1.5rem;
  margin-top: 0 !important;
}
.cid-qCS83fdJbE .card-underline .line {
  background: #ffbc00;
}
.cid-qCS83fdJbE .card-box > p,
.cid-qCS83fdJbE .mbr-section-btn {
  text-align: left;
}
.cid-qCSoPmhEpl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-qCSoPmhEpl .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #232323;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-qCSoPmhEpl .content-row {
  flex-direction: row-reverse;
}
.cid-qCSoPmhEpl .photo-split {
  padding: 0;
}
.cid-qCSoPmhEpl .photo-split img {
  width: 100%;
}
.cid-qCSoPmhEpl .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-qCSoPmhEpl .counter-container ul {
  display: -webkit-flex;
  flex-direction: column;
}
.cid-qCSoPmhEpl .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-qCSoPmhEpl .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-qCSoPmhEpl .wrap-block {
  padding: 3rem 3rem;
}
.cid-qCSoPmhEpl .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-qCSoPmhEpl .wrap-block ul li {
  display: inline-block;
}
.cid-qCSoPmhEpl .wrap-block ul li span {
  text-align: center;
}
.cid-qCSoPmhEpl .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-qCSoPmhEpl .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qCSoPmhEpl .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qCSoPmhEpl .mbr-list,
.cid-qCSoPmhEpl .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-qCSoPmhEpl .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-qCSoPmhEpl .mbr-section-title,
  .cid-qCSoPmhEpl .mbr-section-subtitle,
  .cid-qCSoPmhEpl .mbr-text {
    text-align: center !important;
  }
  .cid-qCSoPmhEpl .social-list {
    text-align: center !important;
  }
}
.cid-qCQlqw3k5q {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qCQlqwpMx2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qCQlqwpMx2 .subicon-title {
  color: #000000;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-qCQlqwpMx2 .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
}
.cid-qCQlqwpMx2 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-qCQlqwpMx2 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-qCQlqwpMx2 .process-icon,
.cid-qCQlqwpMx2 .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-qCQlqwpMx2 .wrapper,
.cid-qCQlqwpMx2 .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-qCQlqwpMx2 .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #444444;
  opacity: .4;
}
.cid-qCQlqwpMx2 .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-qCQlqwpMx2 .icon-container a {
  display: inherit;
}
.cid-qCQlqwpMx2 .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #ffbc00 !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #000000;
  z-index: 1;
}
.cid-qCQlqwpMx2 .icon-main {
  margin: 1rem 0;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-qCQlqwpMx2 .icon-main:hover .icon-wrapper {
  background-color: #ffbc00 !important;
}
.cid-qCQlqwpMx2 .icon-main:hover .icon-number {
  background-color: #444444 !important;
  color: #ffffff !important;
}
.cid-qCQlqwpMx2 .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-qCQlqwpMx2 .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-qCQlqwpMx2 .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-qCQlqwpMx2 .third-elem .wrapper:before {
    display: none;
  }
}
.cid-qCQlqwpMx2 .mbr-section-title {
  margin: 0;
}
.cid-qCQlqwpMx2 .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-qCQlqymla0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-qCQlqymla0 a:link {
  text-decoration: none;
}
.cid-qCQlqymla0 .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-qCQlqymla0 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-qCQlqymla0 .inner-text {
  line-height: 3em;
}
.cid-qCQlqymla0 .social-media {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.cid-qCQlqymla0 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qCQlqymla0 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qCQlqymla0 .content-text,
.cid-qCQlqymla0 .inner-text {
  color: #c1c1c1;
}
.cid-qCQlqyX7nz .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qCQlqyX7nz .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qCQlqyX7nz .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-qCQlqyX7nz .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-qCQlqyX7nz .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-qCQlqyX7nz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qCQlqyX7nz .navbar .dropdown-menu {
  width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-qCQlqyX7nz .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-qCQlqyX7nz .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-qCQlqyX7nz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qCQlqyX7nz .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-qCQlqyX7nz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qCQlqyX7nz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qCQlqyX7nz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qCQlqyX7nz .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-qCQlqyX7nz .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-qCQlqyX7nz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qCQlqyX7nz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-qCQlqyX7nz .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-qCQlqyX7nz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qCQlqyX7nz .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-qCQlqyX7nz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qCQlqyX7nz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qCQlqyX7nz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qCQlqyX7nz .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-qCQlqyX7nz .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-qCQlqyX7nz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qCQlqyX7nz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qCQlqyX7nz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-qCQlqyX7nz .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-qCQlqyX7nz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: 70%;
    word-break: break-word;
  }
  .cid-qCQlqyX7nz .navbar .navbar-toggler {
    flex-basis: 30%;
  }
}
.cid-qCQlqyX7nz .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qCQlqyX7nz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qCQlqyX7nz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qCQlqyX7nz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qCQlqyX7nz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qCQlqyX7nz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qCQlqyX7nz .dropdown-item.active,
.cid-qCQlqyX7nz .dropdown-item:active {
  background-color: transparent;
}
.cid-qCQlqyX7nz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qCQlqyX7nz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qCQlqyX7nz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qCQlqyX7nz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qCQlqyX7nz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-qCQlqyX7nz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qCQlqyX7nz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qCQlqyX7nz .navbar-buttons {
  text-align: center;
}
.cid-qCQlqyX7nz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qCQlqyX7nz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qCQlqyX7nz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qCQlqyX7nz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qCQlqyX7nz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qCQlqyX7nz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qCQlqyX7nz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qCQlqyX7nz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qCQlqyX7nz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qCQlqyX7nz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qCQlqyX7nz .navbar-dropdown {
  padding: 0rem 1rem;
  position: fixed;
}
.cid-qCQlqyX7nz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-qCQlqyX7nz .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qCQlqyX7nz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-qCQlqyX7nz .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-qCRYG5ZkjS {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-qCRYG5ZkjS .row {
  margin-left: -5rem;
}
.cid-qCRYG5ZkjS .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
}
.cid-qCRYG5ZkjS .mbr-section-title,
.cid-qCRYG5ZkjS .mbr-section-subtitle {
  color: #232323;
}
.cid-qCRYG5ZkjS .mbr-section-subtitle span {
  font-weight: bold;
}
.cid-qCRYG5ZkjS .mbr-text {
  color: #232323;
  font-weight: 100;
}
.cid-qCRYG5ZkjS .mbr-section-btn {
  color: white;
}
@media (max-width: 767px) {
  .cid-qCRYG5ZkjS .row {
    margin-left: -15px;
  }
}
.cid-qCRYG5ZkjS .mbr-section-subtitle {
  text-align: left;
}
.cid-qRBtJGRC48 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qRBtJGRC48 .mbr-text {
  text-align: center;
}
.cid-qCQlxzL9GL {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qCQlxzL9GL .mbr-title {
  text-align: left;
}
.cid-qCQlxzL9GL .mbr-text DIV {
  text-align: left;
}
.cid-qCQlxzL9GL .mbr-text {
  text-align: left;
}
.cid-qCQlxA63Mm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qCS8aKSzD7 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qCS8aKSzD7 .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
}
.cid-qCS8aKSzD7 .card {
  margin-bottom: 2rem;
}
.cid-qCS8aKSzD7 .card-box {
  padding-top: 2rem;
}
.cid-qCS8aKSzD7 .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qCS8aKSzD7 .btn {
  margin: .3rem;
}
.cid-qCS8aKSzD7 .mbr-section-title {
  margin: 0;
}
.cid-qCS8aKSzD7 .card-underline,
.cid-qCS8aKSzD7 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-qCS8aKSzD7 .card-underline .line,
.cid-qCS8aKSzD7 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-qCS8aKSzD7 .card-underline {
  margin-bottom: 1.5rem;
  margin-top: 0 !important;
}
.cid-qCS8aKSzD7 .card-underline .line {
  background: #ffbc00;
}
.cid-qCS8aKSzD7 .card-box > p,
.cid-qCS8aKSzD7 .mbr-section-btn {
  text-align: left;
}
.cid-qCSoT0f12c {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-qCSoT0f12c .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #232323;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-qCSoT0f12c .content-row {
  flex-direction: row-reverse;
}
.cid-qCSoT0f12c .photo-split {
  padding: 0;
}
.cid-qCSoT0f12c .photo-split img {
  width: 100%;
}
.cid-qCSoT0f12c .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-qCSoT0f12c .counter-container ul {
  display: -webkit-flex;
  flex-direction: column;
}
.cid-qCSoT0f12c .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-qCSoT0f12c .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-qCSoT0f12c .wrap-block {
  padding: 3rem 3rem;
}
.cid-qCSoT0f12c .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-qCSoT0f12c .wrap-block ul li {
  display: inline-block;
}
.cid-qCSoT0f12c .wrap-block ul li span {
  text-align: center;
}
.cid-qCSoT0f12c .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-qCSoT0f12c .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qCSoT0f12c .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qCSoT0f12c .mbr-list,
.cid-qCSoT0f12c .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-qCSoT0f12c .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-qCSoT0f12c .mbr-section-title,
  .cid-qCSoT0f12c .mbr-section-subtitle,
  .cid-qCSoT0f12c .mbr-text {
    text-align: center !important;
  }
  .cid-qCSoT0f12c .social-list {
    text-align: center !important;
  }
}
.cid-qCQlxCmw2T {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qCQlxCJZDf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qCQlxCJZDf .subicon-title {
  color: #000000;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-qCQlxCJZDf .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
}
.cid-qCQlxCJZDf .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-qCQlxCJZDf .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-qCQlxCJZDf .process-icon,
.cid-qCQlxCJZDf .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-qCQlxCJZDf .wrapper,
.cid-qCQlxCJZDf .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-qCQlxCJZDf .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #444444;
  opacity: .4;
}
.cid-qCQlxCJZDf .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-qCQlxCJZDf .icon-container a {
  display: inherit;
}
.cid-qCQlxCJZDf .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #ffbc00 !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #000000;
  z-index: 1;
}
.cid-qCQlxCJZDf .icon-main {
  margin: 1rem 0;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-qCQlxCJZDf .icon-main:hover .icon-wrapper {
  background-color: #ffbc00 !important;
}
.cid-qCQlxCJZDf .icon-main:hover .icon-number {
  background-color: #444444 !important;
  color: #ffffff !important;
}
.cid-qCQlxCJZDf .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-qCQlxCJZDf .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-qCQlxCJZDf .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-qCQlxCJZDf .third-elem .wrapper:before {
    display: none;
  }
}
.cid-qCQlxCJZDf .mbr-section-title {
  margin: 0;
}
.cid-qCQlxCJZDf .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-qCQlxEGOYG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-qCQlxEGOYG a:link {
  text-decoration: none;
}
.cid-qCQlxEGOYG .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-qCQlxEGOYG .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-qCQlxEGOYG .inner-text {
  line-height: 3em;
}
.cid-qCQlxEGOYG .social-media {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.cid-qCQlxEGOYG .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qCQlxEGOYG .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qCQlxEGOYG .content-text,
.cid-qCQlxEGOYG .inner-text {
  color: #c1c1c1;
}
.cid-qCQlxFecSL .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qCQlxFecSL .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qCQlxFecSL .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-qCQlxFecSL .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-qCQlxFecSL .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-qCQlxFecSL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qCQlxFecSL .navbar .dropdown-menu {
  width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-qCQlxFecSL .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffbc00;
}
.cid-qCQlxFecSL .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-qCQlxFecSL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qCQlxFecSL .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-qCQlxFecSL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qCQlxFecSL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qCQlxFecSL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qCQlxFecSL .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-qCQlxFecSL .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-qCQlxFecSL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qCQlxFecSL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-qCQlxFecSL .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-qCQlxFecSL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qCQlxFecSL .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-qCQlxFecSL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qCQlxFecSL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qCQlxFecSL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qCQlxFecSL .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-qCQlxFecSL .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-qCQlxFecSL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qCQlxFecSL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qCQlxFecSL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-qCQlxFecSL .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-qCQlxFecSL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: 70%;
    word-break: break-word;
  }
  .cid-qCQlxFecSL .navbar .navbar-toggler {
    flex-basis: 30%;
  }
}
.cid-qCQlxFecSL .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qCQlxFecSL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qCQlxFecSL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qCQlxFecSL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qCQlxFecSL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qCQlxFecSL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qCQlxFecSL .dropdown-item.active,
.cid-qCQlxFecSL .dropdown-item:active {
  background-color: transparent;
}
.cid-qCQlxFecSL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qCQlxFecSL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qCQlxFecSL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qCQlxFecSL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qCQlxFecSL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-qCQlxFecSL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qCQlxFecSL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qCQlxFecSL .navbar-buttons {
  text-align: center;
}
.cid-qCQlxFecSL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qCQlxFecSL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qCQlxFecSL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qCQlxFecSL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qCQlxFecSL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qCQlxFecSL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qCQlxFecSL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qCQlxFecSL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qCQlxFecSL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qCQlxFecSL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qCQlxFecSL .navbar-dropdown {
  padding: 0rem 1rem;
  position: fixed;
}
.cid-qCQlxFecSL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-qCQlxFecSL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qCQlxFecSL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-qCQlxFecSL .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
