body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.4rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 5.44rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.08rem;
  line-height: 2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.728rem;
}
/* ---- 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.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((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.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.81rem !important;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.864rem;
    font-size: calc( 1.028rem + (1.08 - 1.028) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.028rem + (1.08 - 1.028) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #f49846 !important;
}
.bg-success {
  background-color: #0095ff !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f49846 !important;
  border-color: #f49846 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #e0710d !important;
  border-color: #e0710d !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e0710d !important;
  border-color: #e0710d !important;
}
.btn-primary:hover {
  background-color: #f49846 !important;
  border-color: #f49846 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff713f !important;
  border-color: #ff713f !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #f23f00 !important;
  border-color: #f23f00 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f23f00 !important;
  border-color: #f23f00 !important;
}
.btn-secondary:hover {
  background-color: #f49846 !important;
  border-color: #f49846 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info:hover {
  background-color: #f49846 !important;
  border-color: #f49846 !important;
}
.btn-success,
.btn-success:active {
  background-color: #0095ff !important;
  border-color: #0095ff !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0068b3 !important;
  border-color: #0068b3 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0068b3 !important;
  border-color: #0068b3 !important;
}
.btn-success:hover {
  background-color: #f49846 !important;
  border-color: #f49846 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning:hover {
  background-color: #f49846 !important;
  border-color: #f49846 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger:hover {
  background-color: #f49846 !important;
  border-color: #f49846 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #f49846 !important;
  border-color: #f49846 !important;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #f49846 !important;
  border-color: #f49846 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #f49846;
  color: #f49846;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #f49846;
  border-color: #f49846;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f49846 !important;
  border-color: #f49846 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #ff713f;
  color: #ff713f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff713f;
  border-color: #ff713f;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff713f !important;
  border-color: #ff713f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #82786e;
  color: #82786e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #0095ff;
  color: #0095ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #0095ff;
  border-color: #0095ff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0095ff !important;
  border-color: #0095ff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #808080;
  color: #808080;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b1a374;
  color: #b1a374;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.text-primary {
  color: #f49846 !important;
}
.text-secondary {
  color: #ff713f !important;
}
.text-success {
  color: #0095ff !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #facea6 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ffbca5 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #66bfff !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f49846;
  border-color: #f49846;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f49846;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cceaff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #f49846;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f49846;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f49846;
  border-bottom-color: #f49846;
}
.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: #f49846 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff713f !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23f49846' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sz69QYzZQG {
  background-image: url("../../../assets/images/software-development-1680x896.jpeg");
}
.cid-sz69QYzZQG .mbr-section-subtitle {
  color: #aeaeae;
}
.cid-sz69QYzZQG .carousel-item {
  justify-content: flex-start;
  text-align: left;
}
.cid-sz69QYzZQG .carousel-item.active,
.cid-sz69QYzZQG .carousel-item-next,
.cid-sz69QYzZQG .carousel-item-prev {
  display: flex;
}
.cid-sz69QYzZQG .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 2rem;
  width: 5%;
}
.cid-sz69QYzZQG .carousel-controls a span {
  position: absolute;
  top: 45%;
  font-size: 30px;
  padding: 15px;
  border-radius: 50%;
  color: #e5e5e5;
  background: transparent;
}
.cid-sz69QYzZQG .carousel-controls a:hover span {
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-sz69QYzZQG .carousel-controls {
    display: none;
  }
}
.cid-sz69QYzZQG .btn {
  margin: 0.4rem !important;
  justify-content: space-between;
}
.cid-sz69QYzZQG .btn.btn-sm {
  padding: 9px 41px;
}
.cid-sz69QYzZQG .carousel-indicators {
  margin: 20px auto 0;
  align-items: center;
  position: relative;
}
.cid-sz69QYzZQG .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #ffffff;
}
.cid-sz69QYzZQG .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #666666;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-sz69QYzZQG .carousel-indicators li:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sz69QYzZQG * {
    text-align: center;
  }
}
.cid-sz69QYzZQG .mbr-section-subtitle,
.cid-sz69QYzZQG .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sz69QYzZQG .mbr-section-title,
.cid-sz69QYzZQG .mbr-section-btn {
  color: #f49846;
  text-align: left;
}
.cid-sz69QYzZQG .mbr-text,
.cid-sz69QYzZQG .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sz69QYzZQG .mbr-sub-text {
  text-align: center;
  color: #5cd6ff;
}
.cid-sz69QYzZQG .mbr-sub-text,
.cid-sz69QYzZQG .mbr-section-btn {
  text-align: left;
}
.cid-s3EYa6j4jQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-s3EYa6j4jQ .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-s3EYa6j4jQ .mbr-section-title {
  margin: 0;
  color: #464646;
}
.cid-s3EYa6j4jQ .mbr-section-subtitle {
  color: #232323;
}
.cid-s3EYa6j4jQ .card-img span {
  color: #5e139e;
}
.cid-s3EYa6j4jQ .row-item {
  margin-bottom: 2rem;
}
.cid-s3EYa6j4jQ .row-item:hover .wrapper {
  background: linear-gradient(145deg, #9f16e1, #d126c2);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-s3EYa6j4jQ .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-s3EYa6j4jQ .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-s3EYa6j4jQ .row-item:hover .linkref {
  color: #ffffff;
}
.cid-s3EYa6j4jQ .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-s3EYa6j4jQ .mbr-card-title,
.cid-s3EYa6j4jQ .card-img {
  color: #464646;
}
.cid-s3EYa6j4jQ .linkref {
  color: #5e139e;
}
.cid-sLZWW1qTiz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sLZWW1qTiz .mbr-iconfont {
  font-size: 4rem;
  color: #f49846;
  min-width: 100px;
  margin-bottom: 2rem;
  display: block;
  background: -webkit-linear-gradient(#5e139e, #5e139e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sLZWW1qTiz .card-wrapper {
  background-color: #fafafa;
  padding: 1rem;
  transition: all 0.3s;
}
.cid-sLZWW1qTiz .card-wrapper:hover {
  box-shadow: 0 30px 30px -20px rgba(50, 50, 50, 0.3);
}
.cid-sLZWW1qTiz .card-box {
  border: 1px solid transparent;
  padding: 2rem 1rem;
  transition: all 0.3s;
}
.cid-sLZWW1qTiz .card-title {
  position: relative;
  cursor: pointer;
  color: #000000;
}
.cid-sLZWW1qTiz .card {
  overflow: visible;
}
.cid-sLZWW1qTiz .card:hover {
  cursor: pointer;
}
.cid-sLZWW1qTiz .card:hover .card-box {
  border: 1px solid #f3f3f3;
}
.cid-sLZWW1qTiz .card-title,
.cid-sLZWW1qTiz .card-box {
  text-align: center;
  color: #464646;
}
.cid-sLZWW1qTiz .card-text {
  color: #232323;
  text-align: center;
}
.cid-sLZWW1qTiz .link {
  color: #999999;
  letter-spacing: 1px;
}
@media (max-width: 992px) {
  .cid-sLZWW1qTiz .card {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sLZWW1qTiz .card-box {
    border: 1px solid #f3f3f3;
  }
}
.cid-sLZWW1qTiz .main-subtitle {
  color: #232323;
}
.cid-sLZWW1qTiz .main-title {
  color: #464646;
}
.cid-s3E5X2WZDB {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s3E5X2WZDB .mbr-iconfont {
  font-size: 4rem;
  color: #5e139e;
  width: 100%;
  min-width: 100px;
  display: block;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
}
.cid-s3E5X2WZDB .card-title {
  cursor: pointer;
  color: #000000;
}
.cid-s3E5X2WZDB .card:hover {
  cursor: pointer;
}
.cid-s3E5X2WZDB .card:hover .card-title:before {
  width: 100%;
}
.cid-s3E5X2WZDB .card-text {
  color: #232323;
  text-align: center;
}
.cid-s3E5X2WZDB .card-title,
.cid-s3E5X2WZDB .card-wrapper {
  text-align: center;
  color: #464646;
}
.cid-s3Ffj9D9LM {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/grdbg-1.jpeg");
}
.cid-s3Ffj9D9LM .mbr-overlay {
  background: #1516b0;
  background: linear-gradient(90deg, #1516b0, #360064);
}
.cid-s3Ffj9D9LM .mbr-section-title {
  margin: 0;
}
.cid-s3Ffj9D9LM .mbr-text {
  color: #efefef;
}
.cid-s3Ffj9D9LM .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-s3Ffj9D9LM .card-img {
  text-align: left;
}
.cid-s3Ffj9D9LM .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-s3Ffj9D9LM .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s3Ffj9D9LM .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3Ffj9D9LM .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-s3Ffj9D9LM .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s3Ffj9D9LM .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-s3Ffj9D9LM .card-title,
.cid-s3Ffj9D9LM .card-img {
  text-align: left;
}
.cid-s3Ffj9D9LM .card-box .mbr-text {
  text-align: left;
}
.cid-s3F9OY4gwj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-s3F9OY4gwj H1 {
  color: #464646;
}
.cid-s3F9OY4gwj .mbr-text,
.cid-s3F9OY4gwj .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-s3F9OY4gwj .img1 {
  box-shadow: 0 10px 55px 5px rgba(154, 154, 154, 0.55);
  border-radius: 10px;
}
.cid-s3F9OY4gwj .relative {
  position: relative;
}
.cid-s3F9OY4gwj .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-s3F9OY4gwj .card-img2 {
  display: inline-block;
  width: 50%;
  float: left;
}
.cid-s3F9OY4gwj .card-img2 .img2 {
  width: 100%;
}
.cid-s3F9OY4gwj .card-img1 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-s3F9OY4gwj .card-img1 .img1 {
  width: 130%;
  transform: translateX(-45%);
}
.cid-s3F9OY4gwj .img2 {
  box-shadow: 0 10px 55px 5px rgba(154, 154, 154, 0.55);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-s3F9OY4gwj .cnt-mr-pd {
  margin: 48px;
  padding: 48px;
}
@media (max-width: 400px) {
  .cid-s3F9OY4gwj H1 {
    color: #464646;
    margin-left: -100px;
  }
  .cid-s3F9OY4gwj .mbr-text {
    color: #555555;
    text-align: left;
    margin-left: -100px;
  }
  .cid-s3F9OY4gwj .cnt-mr-pd {
    margin: 48px;
    padding: 48px;
    margin-top: -50px;
    margin-bottom: 0px;
  }
  .cid-s3F9OY4gwj .card-img1 {
    display: inline-block;
    width: 50%;
    float: right;
    margin-top: -40px;
    margin-right: 10px;
  }
  .cid-s3F9OY4gwj .card-img1 .img1 {
    width: 200%;
  }
  .cid-s3F9OY4gwj .card-img2 {
    display: inline-block;
    width: 75%;
    float: left;
    margin-top: -250px;
    margin-left: -55px;
  }
}
.cid-s3F4rihVt4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/office-working-desk-1280x853.jpeg");
}
.cid-s3F4rihVt4 .card-box {
  padding: 0rem;
}
.cid-s3F4rihVt4 .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-s3F4rihVt4 .big {
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-s3F4rihVt4 .big h4 {
  margin: 0;
}
.cid-s3F4rihVt4 .card {
  padding: 0;
  min-height: 300px;
}
.cid-s3F4rihVt4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-s3F4rihVt4 .card-img {
  min-height: 400px;
  height: 100%;
}
.cid-s3F4rihVt4 .card-wrapper {
  padding: 4rem 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-s3F4rihVt4 .card-wrapper {
    padding: 4rem;
  }
}
.cid-s3F4rihVt4 .cardbg1 {
  background: #6335f9;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-s3F4rihVt4 .cardbg2 {
  background: #f9f9f9;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-s3F4rihVt4 .main-title {
  color: #ffffff;
}
.cid-s3F4rihVt4 .card-title,
.cid-s3F4rihVt4 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-s3JPFBG87i {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-s3JPFBG87i .main,
.cid-s3JPFBG87i .main-reverse {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin: 0;
  background: #ffffff;
}
.cid-s3JPFBG87i .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-s3JPFBG87i .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-s3JPFBG87i .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s3JPFBG87i .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-s3JPFBG87i .text-element {
  padding: 3rem 2rem;
}
.cid-s3JPFBG87i .mbr-iconfont {
  font-size: 3rem;
  color: #82786e;
}
.cid-s3JPFBG87i .bottom-radius {
  overflow: hidden;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-s3JPFBG87i .top-radius {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-s3JPFBG87i .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-s3JPFBG87i .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-s3JPFBG87i .image-element,
  .cid-s3JPFBG87i .text-element {
    margin-bottom: 0;
  }
  .cid-s3JPFBG87i .main:first-child {
    padding-top: 0;
  }
}
.cid-s3JPFBG87i .mbr-section-subtitle,
.cid-s3JPFBG87i .card-text,
.cid-s3JPFBG87i .mbr-section-btn {
  color: #8d97ad;
}
.cid-s3JPFBG87i .card-text,
.cid-s3JPFBG87i .mbr-section-btn {
  color: #232323;
}
.cid-s3JPFBG87i .mbr-section-subtitle {
  color: #232323;
}
.cid-s3JPFBG87i .mbr-section-title {
  color: #464646;
}
.cid-s3JPFBG87i .mbr-title,
.cid-s3JPFBG87i .card-img {
  color: #464646;
}
.cid-s3FeduaX4C {
  background-color: #322e2b;
}
.cid-s3FeduaX4C .mbr-section {
  padding: 0;
}
.cid-s3FeduaX4C .first-col,
.cid-s3FeduaX4C .second-col {
  padding: 0 5%;
  padding-top: 105px;
  padding-bottom: 90px;
}
.cid-s3FeduaX4C .second-col {
  background-color: #232323;
}
.cid-s3FeduaX4C .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-s3FeduaX4C .icon-transition span:hover {
  background-color: #635a51;
}
.cid-s3FeduaX4C .social-media {
  padding-left: 0;
}
.cid-s3FeduaX4C .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s3FeduaX4C .social-media ul li {
  padding-right: 0.6rem;
  margin-bottom: .5rem;
  display: inline-block;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-s3FeduaX4C .about-content {
    padding: 0 1rem;
  }
  .cid-s3FeduaX4C .typed-text {
    text-align: center;
  }
  .cid-s3FeduaX4C .second-col {
    padding: 1rem;
  }
  .cid-s3FeduaX4C .social-media {
    padding: 0 1rem;
  }
  .cid-s3FeduaX4C .social-media ul li {
    padding: 0 0.3rem;
  }
}
.cid-s3FeduaX4C .mbr-section-title {
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
.cid-s3FeduaX4C .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 0.03em;
}
.cid-s3FeduaX4C .text-primarycolor {
  color: #f49846;
}
.cid-s3FeduaX4C .progressbar-title p {
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}
.cid-s3FeduaX4C .progressbar-title {
  color: white;
}
.cid-s3FeduaX4C .progress {
  width: 100%;
  height: 15px;
  border-radius: 0;
}
.cid-s3FeduaX4C .progress_elements {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s3FeduaX4C .progress_elements > div {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.cid-s3FeduaX4C .progress-bar {
  height: 15px;
  background-color: #671cb1;
}
.cid-s3FeduaX4C .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-s3FeduaX4C .progressbar-number {
  display: inline-block;
}
.cid-s3FeduaX4C .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-s3FeduaX4C .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-s3FeduaX4C .progress_value {
  position: relative;
  color: #f49846;
}
.cid-s3FeduaX4C progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-s3FeduaX4C progress::-webkit-progress-value {
  background: #671cb1;
}
.cid-s3FeduaX4C progress[value]::-moz-progress-bar {
  background: #671cb1;
}
.cid-s3FeduaX4C progress::-ms-fill {
  background: #671cb1;
}
.cid-s3FeduaX4C .progress1 .progressbar-number:before {
  content: '95';
}
.cid-s3FeduaX4C .progress2 .progressbar-number:before {
  content: '91';
}
.cid-s3FeduaX4C .progress3 .progressbar-number:before {
  content: '81';
}
.cid-s3FeduaX4C .progress4 .progressbar-number:before {
  content: '68';
}
.cid-s3FeduaX4C .progress5 .progressbar-number:before {
  content: '10';
}
.cid-s3FeduaX4C .progress-bar-1 {
  width: 95%;
}
.cid-s3FeduaX4C .progress-bar-2 {
  width: 91%;
}
.cid-s3FeduaX4C .progress-bar-3 {
  width: 81%;
}
.cid-s3FeduaX4C .progress-bar-4 {
  width: 68%;
}
.cid-s3FeduaX4C .progress-bar-5 {
  width: 10%;
}
.cid-s3FeduaX4C .first-col .mbr-section-title,
.cid-s3FeduaX4C .text-primarycolor {
  color: #ffffff;
}
.cid-s3FeduaX4C .second-col .mbr-section-title {
  color: #f49846;
}
.cid-s3FeduaX4C .first-col H3 {
  color: #cccccc;
}
.cid-s3FeduaX4C .first-col .mbr-text,
.cid-s3FeduaX4C .social-media {
  color: #cccccc;
}
.cid-s3FeduaX4C .second-col .mbr-section-subtitle {
  color: #cccccc;
}
.cid-s3FeduaX4C .second-col .progressbar-title p {
  color: #e5e5e5;
}
.cid-s3FeduaX4C .first-col .mbr-section-title,
.cid-s3FeduaX4C .text-title {
  color: #f49846;
}
.cid-s3FdnvPZ0X {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #f9f9f9;
}
.cid-s3FdnvPZ0X img {
  width: 120px;
  margin: auto;
}
.cid-s3FdnvPZ0X .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.4;
  margin-bottom: 1rem;
}
.cid-s3FdnvPZ0X .card:hover {
  opacity: 1;
  cursor: pointer;
}
@media (min-width: 992px) {
  .cid-s3FdnvPZ0X .card {
    max-width: 20%;
  }
}
.cid-sz65V3gRcT {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/gradsm-1920x1024.jpeg");
}
.cid-sz65V3gRcT .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sz65V3gRcT .carousel-item.active,
.cid-sz65V3gRcT .carousel-item-next,
.cid-sz65V3gRcT .carousel-item-prev {
  display: flex;
}
.cid-sz65V3gRcT .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
  width: 20%;
}
.cid-sz65V3gRcT .carousel-controls a span {
  position: absolute;
  top: 45%;
  font-size: 1.2rem;
  padding: 15px;
  border-radius: 50%;
  color: #000000;
  background: #ffffff;
  opacity: .9;
}
.cid-sz65V3gRcT .carousel-controls a:hover span {
  opacity: 1;
}
.cid-sz65V3gRcT .user_image {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  margin: 1rem auto 1rem auto;
  display: flex;
}
.cid-sz65V3gRcT .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sz65V3gRcT .mbr-iconfont {
  font-size: 3rem;
  position: absolute;
  opacity: 0.3;
  color: #f4f8fa;
}
.cid-sz65V3gRcT .mbr-iconfont.left-top {
  top: 0;
  left: 0;
}
.cid-sz65V3gRcT .mbr-iconfont.right-bottom {
  bottom: 1rem;
  right: 0;
}
.cid-sz65V3gRcT .user_text {
  position: relative;
}
@media (min-width: 768px) {
  .cid-sz65V3gRcT .user_text p {
    padding: 1rem 4rem;
  }
}
@media (max-width: 230px) {
  .cid-sz65V3gRcT .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-s3F2Qc2kpT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s3F2Qc2kpT .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s3F2Qc2kpT a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s3F2Qc2kpT .mbr-section-btn {
  margin: 0;
}
.cid-s3F2Qc2kpT .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s3F2Qc2kpT .form-control:focus,
.cid-s3F2Qc2kpT .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-s3F2Qc2kpT .form-group {
  margin-bottom: 1rem;
}
.cid-s3F2Qc2kpT input::-webkit-input-placeholder,
.cid-s3F2Qc2kpT textarea::-webkit-input-placeholder {
  color: #999999;
}
.cid-s3F2Qc2kpT input:-moz-placeholder,
.cid-s3F2Qc2kpT textarea:-moz-placeholder {
  color: #999999;
}
.cid-s3F2Qc2kpT .jq-selectbox li,
.cid-s3F2Qc2kpT .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s3F2Qc2kpT .jq-selectbox li:hover,
.cid-s3F2Qc2kpT .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s3F2Qc2kpT .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s3F2Qc2kpT .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s3F2Qc2kpT .form-group,
.cid-s3F2Qc2kpT .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-s3F2Qc2kpT .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-s3F2Qc2kpT .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s3F2Qc2kpT .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-s3F2Qc2kpT .form-block {
    padding: 1rem;
  }
}
.cid-s3F2Qc2kpT H4 {
  color: #464646;
}
.cid-s3F2Qc2kpT P {
  color: #232323;
}
@media (max-width: 400px) {
  .cid-s3F2Qc2kpT .row {
    display: block;
    -webkit-flex-wrap: wrap;
  }
}
.cid-s5tGuo3lpu .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5tGuo3lpu .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-s5tGuo3lpu .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s5tGuo3lpu .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-s5tGuo3lpu .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s5tGuo3lpu .navbar.opened {
  transition: all .3s;
}
.cid-s5tGuo3lpu .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s5tGuo3lpu .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s5tGuo3lpu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s5tGuo3lpu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s5tGuo3lpu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s5tGuo3lpu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s5tGuo3lpu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s5tGuo3lpu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s5tGuo3lpu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s5tGuo3lpu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s5tGuo3lpu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s5tGuo3lpu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s5tGuo3lpu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s5tGuo3lpu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s5tGuo3lpu .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s5tGuo3lpu .navbar.navbar-short .navbar-logo img {
  /*height: 3rem !important;*/
  height: 5rem !important;
}
.cid-s5tGuo3lpu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s5tGuo3lpu .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-s5tGuo3lpu .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-s5tGuo3lpu .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-s5tGuo3lpu .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s5tGuo3lpu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-s5tGuo3lpu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s5tGuo3lpu .mbr-iconfont {
  color: #464646 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s5tGuo3lpu .mbr-iconfont:hover {
  color: #6335f9;
}
.cid-s5tGuo3lpu .navbar-caption {
  padding-right: 4rem;
}
.cid-s5tGuo3lpu .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-s5tGuo3lpu .dropdown-menu,
.cid-s5tGuo3lpu .navbar.opened {
  background: #ffffff !important;
}
.cid-s5tGuo3lpu .nav-item:focus,
.cid-s5tGuo3lpu .nav-link:focus {
  outline: none;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5tGuo3lpu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s5tGuo3lpu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s5tGuo3lpu .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s5tGuo3lpu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s5tGuo3lpu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s5tGuo3lpu .dropdown-item.active,
.cid-s5tGuo3lpu .dropdown-item:active {
  background-color: transparent;
}
.cid-s5tGuo3lpu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s5tGuo3lpu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s5tGuo3lpu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s5tGuo3lpu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s5tGuo3lpu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s5tGuo3lpu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5tGuo3lpu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s5tGuo3lpu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s5tGuo3lpu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5tGuo3lpu .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s5tGuo3lpu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s5tGuo3lpu .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s5tGuo3lpu .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s5tGuo3lpu .navbar {
    height: 77px;
  }
  .cid-s5tGuo3lpu .navbar.opened {
    height: auto;
  }
  .cid-s5tGuo3lpu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svA2cY0mlk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-svA2cY0mlk .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-svA2cY0mlk .container {
  max-width: 1400px;
}
.cid-svA2cY0mlk li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-svA2cY0mlk .col-lg-3 {
    max-width: 20%;
  }
}
.cid-svA2cY0mlk .time {
  line-height: 2;
}
.cid-svA2cY0mlk .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-svA2cY0mlk .text-wrap {
  width: 100%;
}
.cid-svA2cY0mlk .item-wrap {
  display: inline-block;
}
.cid-svA2cY0mlk .item-wrap span,
.cid-svA2cY0mlk .item-wrap p {
  transition: all 0.3s;
}
.cid-svA2cY0mlk .item-wrap:hover span,
.cid-svA2cY0mlk .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-svA2cY0mlk .item-wrap:hover .linkrefbtm {
  color: #ffffff;
}
.cid-svA2cY0mlk .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-svA2cY0mlk .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #a1a1a1 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-svA2cY0mlk .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-svA2cY0mlk .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-svA2cY0mlk .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-svA2cY0mlk .socicon-wrap {
    margin: auto;
  }
}
.cid-svA2cY0mlk .title {
  color: #e5e5e5;
}
.cid-svA2cY0mlk .mbr-text {
  color: #999999;
  text-align: left;
}
@media (max-width: 400px) {
  .cid-svA2cY0mlk .mbr-text {
    color: #999999;
    text-align: center;
    font-size: 13px;
  }
  .cid-svA2cY0mlk .icon-title {
    font-size: 13px;
  }
}
.cid-svA2cY0mlk .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-svA2cY0mlk .icon-title,
.cid-svA2cY0mlk .align-wrap {
  color: #999999;
  width: 100%;
}
.cid-svA2cY0mlk .mbr-section-btn {
  text-align: left;
}
.cid-svA2cY0mlk .linkrefbtm {
  color: #999999;
}
.cid-scDqTHXwjy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-scDqTHXwjy p {
  text-align: center;
}
.cid-scDqTHXwjy .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-scDqTHXwjy .social-list a:focus {
  text-decoration: none;
}
.cid-scDqTHXwjy .text-copyright {
  width: 100%;
  color: #cccccc;
}
.cid-scDqTHXwjy .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-scDqTHXwjy .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #999999;
  text-align: center;
}
.cid-scDqTHXwjy .logo-footer {
  line-height: normal;
}
.cid-scDqTHXwjy .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scDqTHXwjy .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scDqTHXwjy .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-scDqTHXwjy img {
  display: inline;
}
.cid-scDqTHXwjy .linkrefbtmsec {
  color: #999999;
}
.cid-s3K1G4zZNl {
  background-image: url("../../../assets/images/products-exontric-systems-1980x1056.jpeg");
  background-position: left;
}
.cid-s3K1G4zZNl .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-s3K1G4zZNl .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-s3K1G4zZNl .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-s3K1G4zZNl img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-s3K1G4zZNl .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-s3K1G4zZNl .mbr-text,
.cid-s3K1G4zZNl .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 400px) {
  .cid-s3K1G4zZNl .mrg-prod-titl {
    margin-top: 80px;
  }
}
.cid-s3K9G51zUx {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s3K9G51zUx .mbr-text {
  color: #767676;
}
.cid-s3K9G51zUx .mbr-section-subtitle {
  color: #464646;
  text-align: left;
}
.cid-s3K9G51zUx .title {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3K9G51zUx .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 4rem;
}
.cid-s3K9G51zUx .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-s3K9G51zUx .card-text {
  margin-top: 2rem;
  color: #232323;
}
.cid-s3K9G51zUx .card-box {
  margin-bottom: 1rem;
}
.cid-s3K9G51zUx .num {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-s3K9G51zUx .num,
  .cid-s3K9G51zUx .card-title,
  .cid-s3K9G51zUx .mbr-text,
  .cid-s3K9G51zUx .mbr-title,
  .cid-s3K9G51zUx .mbr-section-subtitle,
  .cid-s3K9G51zUx .mbr-section-btn {
    text-align: center !important;
  }
  .cid-s3K9G51zUx .content-column {
    margin-bottom: 2rem;
  }
}
.cid-s3K9G51zUx .mbr-section-text,
.cid-s3K9G51zUx .mbr-section-btn {
  color: #232323;
}
.cid-s3K9G51zUx .card-title,
.cid-s3K9G51zUx .card-img {
  color: #464646;
}
.cid-s3LN4yVHEG {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-s3LN4yVHEG h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-s3LN4yVHEG .card-box {
  padding-top: 3rem;
}
.cid-s3LN4yVHEG .mbr-link-btn {
  width: 100%;
  text-align: center;
}
.cid-s3LN4yVHEG .btn-md {
  padding: 1rem;
}
.cid-s3LN4yVHEG .btn-primary-outline,
.cid-s3LN4yVHEG .btn-secondary-outline,
.cid-s3LN4yVHEG .btn-info-outline,
.cid-s3LN4yVHEG .btn-success-outline,
.cid-s3LN4yVHEG .btn-warning-outline,
.cid-s3LN4yVHEG .btn-danger-outline,
.cid-s3LN4yVHEG .btn-black-outline,
.cid-s3LN4yVHEG .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-s3LN4yVHEG .btn-primary-outline span,
.cid-s3LN4yVHEG .btn-secondary-outline span,
.cid-s3LN4yVHEG .btn-info-outline span,
.cid-s3LN4yVHEG .btn-success-outline span,
.cid-s3LN4yVHEG .btn-warning-outline span,
.cid-s3LN4yVHEG .btn-danger-outline span,
.cid-s3LN4yVHEG .btn-black-outline span,
.cid-s3LN4yVHEG .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-s3LN4yVHEG .btn-primary-outline:hover span,
.cid-s3LN4yVHEG .btn-secondary-outline:hover span,
.cid-s3LN4yVHEG .btn-info-outline:hover span,
.cid-s3LN4yVHEG .btn-success-outline:hover span,
.cid-s3LN4yVHEG .btn-warning-outline:hover span,
.cid-s3LN4yVHEG .btn-danger-outline:hover span,
.cid-s3LN4yVHEG .btn-black-outline:hover span,
.cid-s3LN4yVHEG .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-s3LN4yVHEG .btn-primary-outline:hover,
.cid-s3LN4yVHEG .btn-secondary-outline:hover,
.cid-s3LN4yVHEG .btn-info-outline:hover,
.cid-s3LN4yVHEG .btn-success-outline:hover,
.cid-s3LN4yVHEG .btn-warning-outline:hover,
.cid-s3LN4yVHEG .btn-danger-outline:hover,
.cid-s3LN4yVHEG .btn-black-outline:hover,
.cid-s3LN4yVHEG .btn-white-outline:hover {
  background-color: transparent!important;
  color: #f49846 !important;
  box-shadow: none!important;
}
.cid-s3LN4yVHEG .btn-primary-outline:active,
.cid-s3LN4yVHEG .btn-secondary-outline:active,
.cid-s3LN4yVHEG .btn-info-outline:active,
.cid-s3LN4yVHEG .btn-success-outline:active,
.cid-s3LN4yVHEG .btn-warning-outline:active,
.cid-s3LN4yVHEG .btn-danger-outline:active,
.cid-s3LN4yVHEG .btn-black-outline:active,
.cid-s3LN4yVHEG .btn-white-outline:active,
.cid-s3LN4yVHEG .btn-primary-outline:focus,
.cid-s3LN4yVHEG .btn-secondary-outline:focus,
.cid-s3LN4yVHEG .btn-info-outline:focus,
.cid-s3LN4yVHEG .btn-success-outline:focus,
.cid-s3LN4yVHEG .btn-warning-outline:focus,
.cid-s3LN4yVHEG .btn-danger-outline:focus,
.cid-s3LN4yVHEG .btn-black-outline:focus,
.cid-s3LN4yVHEG .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-s3LN4yVHEG .btn-primary-outline .mbr-iconfont,
.cid-s3LN4yVHEG .btn-secondary-outline .mbr-iconfont,
.cid-s3LN4yVHEG .btn-info-outline .mbr-iconfont,
.cid-s3LN4yVHEG .btn-success-outline .mbr-iconfont,
.cid-s3LN4yVHEG .btn-warning-outline .mbr-iconfont,
.cid-s3LN4yVHEG .btn-danger-outline .mbr-iconfont,
.cid-s3LN4yVHEG .btn-black-outline .mbr-iconfont,
.cid-s3LN4yVHEG .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-s3LN4yVHEG .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-s3LN4yVHEG .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(154, 154, 154, 0.35);
  transform: translateY(-1.5rem);
}
.cid-s3LN4yVHEG .link-wrap {
  position: relative;
  padding-top: 14px;
}
.cid-s3LN4yVHEG .link-wrap:hover {
  color: #f49846 !important;
}
.cid-s3LN4yVHEG .link-wrap:hover:hover .link-ico {
  color: #f49846 !important;
}
.cid-s3LN4yVHEG .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-s3LN4yVHEG img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-s3LN4yVHEG .card-title {
  color: #464646;
  text-align: center;
}
.cid-s3LN4yVHEG .row {
  justify-content: center;
}
.cid-s3LN4yVHEG .main-title {
  text-align: center;
  color: #464646;
}
.cid-s3LN4yVHEG P {
  text-align: center;
}
.cid-s3LN4yVHEG .mbr-text,
.cid-s3LN4yVHEG .link {
  text-align: center;
  color: #232323;
}
@media (max-width: 576px) {
  .cid-s3LN4yVHEG .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-s3LN7DEy6q {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-s3LN7DEy6q h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-s3LN7DEy6q .card-box {
  padding-top: 3rem;
}
.cid-s3LN7DEy6q .mbr-link-btn {
  width: 100%;
  text-align: center;
}
.cid-s3LN7DEy6q .btn-md {
  padding: 1rem;
}
.cid-s3LN7DEy6q .btn-primary-outline,
.cid-s3LN7DEy6q .btn-secondary-outline,
.cid-s3LN7DEy6q .btn-info-outline,
.cid-s3LN7DEy6q .btn-success-outline,
.cid-s3LN7DEy6q .btn-warning-outline,
.cid-s3LN7DEy6q .btn-danger-outline,
.cid-s3LN7DEy6q .btn-black-outline,
.cid-s3LN7DEy6q .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-s3LN7DEy6q .btn-primary-outline span,
.cid-s3LN7DEy6q .btn-secondary-outline span,
.cid-s3LN7DEy6q .btn-info-outline span,
.cid-s3LN7DEy6q .btn-success-outline span,
.cid-s3LN7DEy6q .btn-warning-outline span,
.cid-s3LN7DEy6q .btn-danger-outline span,
.cid-s3LN7DEy6q .btn-black-outline span,
.cid-s3LN7DEy6q .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-s3LN7DEy6q .btn-primary-outline:hover span,
.cid-s3LN7DEy6q .btn-secondary-outline:hover span,
.cid-s3LN7DEy6q .btn-info-outline:hover span,
.cid-s3LN7DEy6q .btn-success-outline:hover span,
.cid-s3LN7DEy6q .btn-warning-outline:hover span,
.cid-s3LN7DEy6q .btn-danger-outline:hover span,
.cid-s3LN7DEy6q .btn-black-outline:hover span,
.cid-s3LN7DEy6q .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-s3LN7DEy6q .btn-primary-outline:hover,
.cid-s3LN7DEy6q .btn-secondary-outline:hover,
.cid-s3LN7DEy6q .btn-info-outline:hover,
.cid-s3LN7DEy6q .btn-success-outline:hover,
.cid-s3LN7DEy6q .btn-warning-outline:hover,
.cid-s3LN7DEy6q .btn-danger-outline:hover,
.cid-s3LN7DEy6q .btn-black-outline:hover,
.cid-s3LN7DEy6q .btn-white-outline:hover {
  background-color: transparent!important;
  color: #f49846 !important;
  box-shadow: none!important;
}
.cid-s3LN7DEy6q .btn-primary-outline:active,
.cid-s3LN7DEy6q .btn-secondary-outline:active,
.cid-s3LN7DEy6q .btn-info-outline:active,
.cid-s3LN7DEy6q .btn-success-outline:active,
.cid-s3LN7DEy6q .btn-warning-outline:active,
.cid-s3LN7DEy6q .btn-danger-outline:active,
.cid-s3LN7DEy6q .btn-black-outline:active,
.cid-s3LN7DEy6q .btn-white-outline:active,
.cid-s3LN7DEy6q .btn-primary-outline:focus,
.cid-s3LN7DEy6q .btn-secondary-outline:focus,
.cid-s3LN7DEy6q .btn-info-outline:focus,
.cid-s3LN7DEy6q .btn-success-outline:focus,
.cid-s3LN7DEy6q .btn-warning-outline:focus,
.cid-s3LN7DEy6q .btn-danger-outline:focus,
.cid-s3LN7DEy6q .btn-black-outline:focus,
.cid-s3LN7DEy6q .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-s3LN7DEy6q .btn-primary-outline .mbr-iconfont,
.cid-s3LN7DEy6q .btn-secondary-outline .mbr-iconfont,
.cid-s3LN7DEy6q .btn-info-outline .mbr-iconfont,
.cid-s3LN7DEy6q .btn-success-outline .mbr-iconfont,
.cid-s3LN7DEy6q .btn-warning-outline .mbr-iconfont,
.cid-s3LN7DEy6q .btn-danger-outline .mbr-iconfont,
.cid-s3LN7DEy6q .btn-black-outline .mbr-iconfont,
.cid-s3LN7DEy6q .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-s3LN7DEy6q .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-s3LN7DEy6q .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(154, 154, 154, 0.35);
  transform: translateY(-1.5rem);
}
.cid-s3LN7DEy6q .link-wrap {
  position: relative;
  padding-top: 14px;
}
.cid-s3LN7DEy6q .link-wrap:hover {
  color: #f49846 !important;
}
.cid-s3LN7DEy6q .link-wrap:hover:hover .link-ico {
  color: #f49846 !important;
}
.cid-s3LN7DEy6q .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-s3LN7DEy6q img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-s3LN7DEy6q .card-title {
  color: #464646;
  text-align: center;
}
.cid-s3LN7DEy6q .row {
  justify-content: center;
}
.cid-s3LN7DEy6q .main-title {
  text-align: center;
  color: #232323;
}
.cid-s3LN7DEy6q P {
  text-align: center;
}
.cid-s3LN7DEy6q .mbr-text,
.cid-s3LN7DEy6q .link {
  text-align: center;
  color: #232323;
}
@media (max-width: 576px) {
  .cid-s3LN7DEy6q .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-sz9Oit7UOu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sz9Oit7UOu .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sz9Oit7UOu a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sz9Oit7UOu .mbr-section-btn {
  margin: 0;
}
.cid-sz9Oit7UOu .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sz9Oit7UOu .form-control:focus,
.cid-sz9Oit7UOu .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sz9Oit7UOu .form-group {
  margin-bottom: 1rem;
}
.cid-sz9Oit7UOu input::-webkit-input-placeholder,
.cid-sz9Oit7UOu textarea::-webkit-input-placeholder {
  color: #999999;
}
.cid-sz9Oit7UOu input:-moz-placeholder,
.cid-sz9Oit7UOu textarea:-moz-placeholder {
  color: #999999;
}
.cid-sz9Oit7UOu .jq-selectbox li,
.cid-sz9Oit7UOu .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sz9Oit7UOu .jq-selectbox li:hover,
.cid-sz9Oit7UOu .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sz9Oit7UOu .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sz9Oit7UOu .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sz9Oit7UOu .form-group,
.cid-sz9Oit7UOu .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-sz9Oit7UOu .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-sz9Oit7UOu .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sz9Oit7UOu .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-sz9Oit7UOu .form-block {
    padding: 1rem;
  }
}
.cid-sz9Oit7UOu H4 {
  color: #464646;
}
.cid-sz9Oit7UOu P {
  color: #232323;
}
@media (max-width: 400px) {
  .cid-sz9Oit7UOu .row {
    display: block;
    -webkit-flex-wrap: wrap;
  }
}
.cid-s3MCZ5VZCX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-s3MCZ5VZCX h3 {
  text-align: center;
  font-weight: 400;
}
.cid-s3MCZ5VZCX .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-s3MCZ5VZCX .mbr-section-subtitle {
  color: #232323;
}
.cid-s3MCZ5VZCX .pie_progress__number {
  text-align: center !important;
}
.cid-s3MCZ5VZCX .card-title {
  margin-bottom: 0;
}
.cid-s3MCZ5VZCX .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-s3MCZ5VZCX .svg-gradient {
  position: absolute;
}
.cid-s3MCZ5VZCX ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-s3MCZ5VZCX .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-s3MCZ5VZCX .mbr-section-title {
  text-align: center;
  color: #464646;
}
.cid-s3MCZ5VZCX H4 {
  color: #464646;
}
.cid-s3MCZ5VZCX .card-text {
  text-align: center;
  color: #232323;
}
.cid-s3MCZ5VZCX p {
  font-weight: 400;
}
.cid-svA2cY0mlk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-svA2cY0mlk .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-svA2cY0mlk .container {
  max-width: 1400px;
}
.cid-svA2cY0mlk li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-svA2cY0mlk .col-lg-3 {
    max-width: 20%;
  }
}
.cid-svA2cY0mlk .time {
  line-height: 2;
}
.cid-svA2cY0mlk .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-svA2cY0mlk .text-wrap {
  width: 100%;
}
.cid-svA2cY0mlk .item-wrap {
  display: inline-block;
}
.cid-svA2cY0mlk .item-wrap span,
.cid-svA2cY0mlk .item-wrap p {
  transition: all 0.3s;
}
.cid-svA2cY0mlk .item-wrap:hover span,
.cid-svA2cY0mlk .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-svA2cY0mlk .item-wrap:hover .linkrefbtm {
  color: #ffffff;
}
.cid-svA2cY0mlk .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-svA2cY0mlk .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #a1a1a1 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-svA2cY0mlk .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-svA2cY0mlk .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-svA2cY0mlk .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-svA2cY0mlk .socicon-wrap {
    margin: auto;
  }
}
.cid-svA2cY0mlk .title {
  color: #e5e5e5;
}
.cid-svA2cY0mlk .mbr-text {
  color: #999999;
  text-align: left;
}
@media (max-width: 400px) {
  .cid-svA2cY0mlk .mbr-text {
    color: #999999;
    text-align: center;
    font-size: 13px;
  }
  .cid-svA2cY0mlk .icon-title {
    font-size: 13px;
  }
}
.cid-svA2cY0mlk .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-svA2cY0mlk .icon-title,
.cid-svA2cY0mlk .align-wrap {
  color: #999999;
  width: 100%;
}
.cid-svA2cY0mlk .mbr-section-btn {
  text-align: left;
}
.cid-svA2cY0mlk .linkrefbtm {
  color: #999999;
}
.cid-svA2lXghGU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-svA2lXghGU p {
  text-align: center;
}
.cid-svA2lXghGU .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-svA2lXghGU .social-list a:focus {
  text-decoration: none;
}
.cid-svA2lXghGU .text-copyright {
  width: 100%;
  color: #cccccc;
}
.cid-svA2lXghGU .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-svA2lXghGU .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #999999;
  text-align: center;
}
.cid-svA2lXghGU .logo-footer {
  line-height: normal;
}
.cid-svA2lXghGU .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-svA2lXghGU .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-svA2lXghGU .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-svA2lXghGU img {
  display: inline;
}
.cid-svA2lXghGU .linkrefbtmsec {
  color: #999999;
}
.cid-s5tGuo3lpu .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5tGuo3lpu .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-s5tGuo3lpu .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s5tGuo3lpu .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-s5tGuo3lpu .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s5tGuo3lpu .navbar.opened {
  transition: all .3s;
}
.cid-s5tGuo3lpu .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s5tGuo3lpu .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s5tGuo3lpu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s5tGuo3lpu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s5tGuo3lpu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s5tGuo3lpu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s5tGuo3lpu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s5tGuo3lpu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s5tGuo3lpu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s5tGuo3lpu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s5tGuo3lpu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s5tGuo3lpu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s5tGuo3lpu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s5tGuo3lpu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s5tGuo3lpu .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s5tGuo3lpu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s5tGuo3lpu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s5tGuo3lpu .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-s5tGuo3lpu .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-s5tGuo3lpu .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-s5tGuo3lpu .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s5tGuo3lpu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-s5tGuo3lpu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s5tGuo3lpu .mbr-iconfont {
  color: #464646 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s5tGuo3lpu .mbr-iconfont:hover {
  color: #6335f9;
}
.cid-s5tGuo3lpu .navbar-caption {
  padding-right: 4rem;
}
.cid-s5tGuo3lpu .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-s5tGuo3lpu .dropdown-menu,
.cid-s5tGuo3lpu .navbar.opened {
  background: #ffffff !important;
}
.cid-s5tGuo3lpu .nav-item:focus,
.cid-s5tGuo3lpu .nav-link:focus {
  outline: none;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5tGuo3lpu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s5tGuo3lpu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s5tGuo3lpu .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s5tGuo3lpu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s5tGuo3lpu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s5tGuo3lpu .dropdown-item.active,
.cid-s5tGuo3lpu .dropdown-item:active {
  background-color: transparent;
}
.cid-s5tGuo3lpu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s5tGuo3lpu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s5tGuo3lpu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s5tGuo3lpu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s5tGuo3lpu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s5tGuo3lpu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5tGuo3lpu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s5tGuo3lpu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s5tGuo3lpu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5tGuo3lpu .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s5tGuo3lpu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s5tGuo3lpu .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s5tGuo3lpu .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s5tGuo3lpu .navbar {
    height: 77px;
  }
  .cid-s5tGuo3lpu .navbar.opened {
    height: auto;
  }
  .cid-s5tGuo3lpu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-su9BCPgI3S {
  background-image: url("../../../assets/images/downloads-1280x775.jpeg");
}
.cid-su9BCPgI3S .link-align {
  width: 100%;
}
.cid-su9BCPgI3S .link-wrap {
  display: inline-block;
}
.cid-su9BCPgI3S .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #0095ff;
}
.cid-su9BCPgI3S .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 60px;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  opacity: 0.8;
  left: -80px;
}
.cid-su9BCPgI3S .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  left: -80px;
}
.cid-su9BCPgI3S .link:hover:before {
  width: 60px;
}
.cid-su9BCPgI3S .mbr-text,
.cid-su9BCPgI3S .link-align {
  color: #5cd6ff;
}
.cid-su9BCPgI3S H1 {
  color: #f49846;
}
.cid-s3VgAaiDuv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s3VgAaiDuv .mbr-section-subtitle {
  color: #767676;
}
.cid-s3VgAaiDuv .container-table {
  margin: 0 auto;
}
.cid-s3VgAaiDuv .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s3VgAaiDuv .dataTables_wrapper {
  display: block;
}
.cid-s3VgAaiDuv .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s3VgAaiDuv .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s3VgAaiDuv table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-s3VgAaiDuv table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #cccccc;
  transition: all .2s;
}
.cid-s3VgAaiDuv table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-s3VgAaiDuv table td {
  border: 1px solid #cccccc;
}
.cid-s3VgAaiDuv .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s3VgAaiDuv .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s3VgAaiDuv .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s3VgAaiDuv .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-s3VgAaiDuv .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s3VgAaiDuv .dataTables_filter {
    text-align: center;
  }
  .cid-s3VgAaiDuv .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s3VgAaiDuv .head-item,
.cid-s3VgAaiDuv .body-item {
  text-align: center;
}
.cid-s3VgAaiDuv .head-item1 {
  text-align: center;
  color: #464646;
}
.cid-s3VgAaiDuv .body-item1 {
  text-align: center;
  color: #000000;
}
.cid-s3VgAaiDuv .mbr-section-title,
.cid-s3VgAaiDuv head-item,
.cid-s3VgAaiDuv head-item1 {
  color: #464646;
}
.cid-s3VgAaiDuv .mbr-section-subtitle,
.cid-s3VgAaiDuv body-item,
.cid-s3VgAaiDuv body-item1 {
  color: #333333;
}
.cid-s5tGuo3lpu .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5tGuo3lpu .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-s5tGuo3lpu .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s5tGuo3lpu .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-s5tGuo3lpu .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s5tGuo3lpu .navbar.opened {
  transition: all .3s;
}
.cid-s5tGuo3lpu .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s5tGuo3lpu .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s5tGuo3lpu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s5tGuo3lpu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s5tGuo3lpu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s5tGuo3lpu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s5tGuo3lpu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s5tGuo3lpu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s5tGuo3lpu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s5tGuo3lpu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s5tGuo3lpu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s5tGuo3lpu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s5tGuo3lpu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s5tGuo3lpu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s5tGuo3lpu .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s5tGuo3lpu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s5tGuo3lpu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s5tGuo3lpu .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-s5tGuo3lpu .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-s5tGuo3lpu .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-s5tGuo3lpu .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s5tGuo3lpu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-s5tGuo3lpu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s5tGuo3lpu .mbr-iconfont {
  color: #464646 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s5tGuo3lpu .mbr-iconfont:hover {
  color: #6335f9;
}
.cid-s5tGuo3lpu .navbar-caption {
  padding-right: 4rem;
}
.cid-s5tGuo3lpu .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-s5tGuo3lpu .dropdown-menu,
.cid-s5tGuo3lpu .navbar.opened {
  background: #ffffff !important;
}
.cid-s5tGuo3lpu .nav-item:focus,
.cid-s5tGuo3lpu .nav-link:focus {
  outline: none;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5tGuo3lpu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s5tGuo3lpu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s5tGuo3lpu .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s5tGuo3lpu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s5tGuo3lpu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s5tGuo3lpu .dropdown-item.active,
.cid-s5tGuo3lpu .dropdown-item:active {
  background-color: transparent;
}
.cid-s5tGuo3lpu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s5tGuo3lpu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s5tGuo3lpu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s5tGuo3lpu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s5tGuo3lpu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s5tGuo3lpu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5tGuo3lpu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s5tGuo3lpu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s5tGuo3lpu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5tGuo3lpu .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s5tGuo3lpu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s5tGuo3lpu .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s5tGuo3lpu .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s5tGuo3lpu .navbar {
    height: 77px;
  }
  .cid-s5tGuo3lpu .navbar.opened {
    height: auto;
  }
  .cid-s5tGuo3lpu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svA2cY0mlk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-svA2cY0mlk .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-svA2cY0mlk .container {
  max-width: 1400px;
}
.cid-svA2cY0mlk li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-svA2cY0mlk .col-lg-3 {
    max-width: 20%;
  }
}
.cid-svA2cY0mlk .time {
  line-height: 2;
}
.cid-svA2cY0mlk .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-svA2cY0mlk .text-wrap {
  width: 100%;
}
.cid-svA2cY0mlk .item-wrap {
  display: inline-block;
}
.cid-svA2cY0mlk .item-wrap span,
.cid-svA2cY0mlk .item-wrap p {
  transition: all 0.3s;
}
.cid-svA2cY0mlk .item-wrap:hover span,
.cid-svA2cY0mlk .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-svA2cY0mlk .item-wrap:hover .linkrefbtm {
  color: #ffffff;
}
.cid-svA2cY0mlk .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-svA2cY0mlk .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #a1a1a1 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-svA2cY0mlk .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-svA2cY0mlk .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-svA2cY0mlk .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-svA2cY0mlk .socicon-wrap {
    margin: auto;
  }
}
.cid-svA2cY0mlk .title {
  color: #e5e5e5;
}
.cid-svA2cY0mlk .mbr-text {
  color: #999999;
  text-align: left;
}
@media (max-width: 400px) {
  .cid-svA2cY0mlk .mbr-text {
    color: #999999;
    text-align: center;
    font-size: 13px;
  }
  .cid-svA2cY0mlk .icon-title {
    font-size: 13px;
  }
}
.cid-svA2cY0mlk .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-svA2cY0mlk .icon-title,
.cid-svA2cY0mlk .align-wrap {
  color: #999999;
  width: 100%;
}
.cid-svA2cY0mlk .mbr-section-btn {
  text-align: left;
}
.cid-svA2cY0mlk .linkrefbtm {
  color: #999999;
}
.cid-svA2IKNx6l {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-svA2IKNx6l p {
  text-align: center;
}
.cid-svA2IKNx6l .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-svA2IKNx6l .social-list a:focus {
  text-decoration: none;
}
.cid-svA2IKNx6l .text-copyright {
  width: 100%;
  color: #cccccc;
}
.cid-svA2IKNx6l .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-svA2IKNx6l .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #999999;
  text-align: center;
}
.cid-svA2IKNx6l .logo-footer {
  line-height: normal;
}
.cid-svA2IKNx6l .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-svA2IKNx6l .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-svA2IKNx6l .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-svA2IKNx6l img {
  display: inline;
}
.cid-svA2IKNx6l .linkrefbtmsec {
  color: #999999;
}
.cid-su9B5CHaYm {
  background-image: url("../../../assets/images/career-1680x896.jpeg");
}
.cid-su9B5CHaYm .link-align {
  width: 100%;
}
.cid-su9B5CHaYm .link-wrap {
  display: inline-block;
}
.cid-su9B5CHaYm .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #0095ff;
}
.cid-su9B5CHaYm .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 60px;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  opacity: 0.8;
  left: -80px;
}
.cid-su9B5CHaYm .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  left: -80px;
}
.cid-su9B5CHaYm .link:hover:before {
  width: 60px;
}
.cid-su9B5CHaYm .mbr-text,
.cid-su9B5CHaYm .link-align {
  color: #5cd6ff;
}
.cid-su9B5CHaYm H1 {
  color: #f49846;
}
@media (max-width: 400px) {
  .cid-su9B5CHaYm .mrg-titl-cr {
    margin-top: 180px;
  }
}
.cid-su9JdEDqe3 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-su9JdEDqe3 .mbr-text {
  color: #232323;
  text-align: center;
}
@media (max-width: 400px) {
  .cid-su9JdEDqe3 .mbr-text {
    margin-top: -20px;
    margin-bottom: -50px;
    color: #232323;
    text-align: center;
  }
}
.cid-sDwNR9Wh3I {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sDwNR9Wh3I .container-fluid {
  padding: 0 3rem;
}
.cid-sDwNR9Wh3I .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #f49846 50%, #ff713f 120%);
  display: inline-block;
}
.cid-sDwNR9Wh3I .card {
  border-radius: 25px !important;
  margin-bottom: 2rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sDwNR9Wh3I .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sDwNR9Wh3I .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sDwNR9Wh3I .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sDwNR9Wh3I .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sDwNR9Wh3I .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 26px;
  color: #ffffff;
}
.cid-sDwNR9Wh3I .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDwNR9Wh3I .card .card-header a.panel-title h4 .toggle-title {
  user-select: initial;
  pointer-events: auto;
}
.cid-sDwNR9Wh3I .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sDwNR9Wh3I .container-fluid {
    padding: 0 1rem;
  }
  .cid-sDwNR9Wh3I .header-text {
    padding: 1rem !important;
  }
  .cid-sDwNR9Wh3I .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sDwNR9Wh3I .panel-body {
    width: calc(100% - 48px);
  }
}
.cid-sDwNR9Wh3I .toggle-header,
.cid-sDwNR9Wh3I .sign {
  color: #232323;
}
.cid-sDwNR9Wh3I .mbr-section-title,
.cid-sDwNR9Wh3I .underline {
  color: #464646;
}
.cid-sDwNR9Wh3I .mbr-section-subtitle {
  color: #232323;
}
.cid-s3VaPh7q88 {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  background-color: #ffffff;
}
.cid-s3VaPh7q88 .card-header {
  background: transparent;
}
.cid-s3VaPh7q88 img {
  width: 90%;
  box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
  margin: auto;
}
@media (max-width: 992px) {
  .cid-s3VaPh7q88 .wrapper {
    padding: 0;
  }
  .cid-s3VaPh7q88 img {
    width: 100%;
    padding: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-s3VaPh7q88 .mbr-iconfont {
  font-size: 1rem!important;
  font-family: 'Moririse2' !important;
}
.cid-s3VaPh7q88 .mbr-iconfont:before {
  content: "\e960";
}
.cid-s3VaPh7q88 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-s3VaPh7q88 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-s3VaPh7q88 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-s3VaPh7q88 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s3VaPh7q88 .card .card-header a.panel-title h5 .sign {
  padding-right: 1rem;
}
.cid-s3VaPh7q88 .card .panel-body {
  color: #767676;
  padding-top: 1rem;
}
.cid-s3VaPh7q88 h5 {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0rem;
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 0rem;
}
@media (max-width: 767px) {
  .cid-s3VaPh7q88 .wrapper {
    padding: 2rem 1rem;
  }
  .cid-s3VaPh7q88 h5 {
    padding: 1rem 0rem;
  }
}
.cid-s3VaPh7q88 .mbr-text,
.cid-s3VaPh7q88 .mbr-section-btn {
  color: #ffffff;
}
.cid-s3VaPh7q88 .panel-text {
  color: #232323;
}
.cid-s3VaPh7q88 H4 {
  color: #ffffff;
}
.cid-s3VaPh7q88 H5 {
  color: #232323;
  text-align: center;
}
.cid-s3VaPh7q88 H3 {
  color: #464646;
}
.cid-s5tGuo3lpu .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5tGuo3lpu .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-s5tGuo3lpu .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s5tGuo3lpu .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-s5tGuo3lpu .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s5tGuo3lpu .navbar.opened {
  transition: all .3s;
}
.cid-s5tGuo3lpu .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s5tGuo3lpu .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s5tGuo3lpu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s5tGuo3lpu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s5tGuo3lpu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s5tGuo3lpu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s5tGuo3lpu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s5tGuo3lpu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s5tGuo3lpu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s5tGuo3lpu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s5tGuo3lpu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s5tGuo3lpu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s5tGuo3lpu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s5tGuo3lpu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s5tGuo3lpu .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s5tGuo3lpu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s5tGuo3lpu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s5tGuo3lpu .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-s5tGuo3lpu .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-s5tGuo3lpu .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-s5tGuo3lpu .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s5tGuo3lpu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-s5tGuo3lpu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s5tGuo3lpu .mbr-iconfont {
  color: #464646 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s5tGuo3lpu .mbr-iconfont:hover {
  color: #6335f9;
}
.cid-s5tGuo3lpu .navbar-caption {
  padding-right: 4rem;
}
.cid-s5tGuo3lpu .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-s5tGuo3lpu .dropdown-menu,
.cid-s5tGuo3lpu .navbar.opened {
  background: #ffffff !important;
}
.cid-s5tGuo3lpu .nav-item:focus,
.cid-s5tGuo3lpu .nav-link:focus {
  outline: none;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5tGuo3lpu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s5tGuo3lpu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s5tGuo3lpu .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s5tGuo3lpu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s5tGuo3lpu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s5tGuo3lpu .dropdown-item.active,
.cid-s5tGuo3lpu .dropdown-item:active {
  background-color: transparent;
}
.cid-s5tGuo3lpu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s5tGuo3lpu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s5tGuo3lpu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s5tGuo3lpu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s5tGuo3lpu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s5tGuo3lpu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5tGuo3lpu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s5tGuo3lpu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s5tGuo3lpu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5tGuo3lpu .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s5tGuo3lpu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s5tGuo3lpu .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s5tGuo3lpu .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s5tGuo3lpu .navbar {
    height: 77px;
  }
  .cid-s5tGuo3lpu .navbar.opened {
    height: auto;
  }
  .cid-s5tGuo3lpu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svA2cY0mlk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-svA2cY0mlk .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-svA2cY0mlk .container {
  max-width: 1400px;
}
.cid-svA2cY0mlk li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-svA2cY0mlk .col-lg-3 {
    max-width: 20%;
  }
}
.cid-svA2cY0mlk .time {
  line-height: 2;
}
.cid-svA2cY0mlk .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-svA2cY0mlk .text-wrap {
  width: 100%;
}
.cid-svA2cY0mlk .item-wrap {
  display: inline-block;
}
.cid-svA2cY0mlk .item-wrap span,
.cid-svA2cY0mlk .item-wrap p {
  transition: all 0.3s;
}
.cid-svA2cY0mlk .item-wrap:hover span,
.cid-svA2cY0mlk .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-svA2cY0mlk .item-wrap:hover .linkrefbtm {
  color: #ffffff;
}
.cid-svA2cY0mlk .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-svA2cY0mlk .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #a1a1a1 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-svA2cY0mlk .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-svA2cY0mlk .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-svA2cY0mlk .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-svA2cY0mlk .socicon-wrap {
    margin: auto;
  }
}
.cid-svA2cY0mlk .title {
  color: #e5e5e5;
}
.cid-svA2cY0mlk .mbr-text {
  color: #999999;
  text-align: left;
}
@media (max-width: 400px) {
  .cid-svA2cY0mlk .mbr-text {
    color: #999999;
    text-align: center;
    font-size: 13px;
  }
  .cid-svA2cY0mlk .icon-title {
    font-size: 13px;
  }
}
.cid-svA2cY0mlk .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-svA2cY0mlk .icon-title,
.cid-svA2cY0mlk .align-wrap {
  color: #999999;
  width: 100%;
}
.cid-svA2cY0mlk .mbr-section-btn {
  text-align: left;
}
.cid-svA2cY0mlk .linkrefbtm {
  color: #999999;
}
.cid-svA2Qqy0Ik {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-svA2Qqy0Ik p {
  text-align: center;
}
.cid-svA2Qqy0Ik .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-svA2Qqy0Ik .social-list a:focus {
  text-decoration: none;
}
.cid-svA2Qqy0Ik .text-copyright {
  width: 100%;
  color: #cccccc;
}
.cid-svA2Qqy0Ik .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-svA2Qqy0Ik .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #999999;
  text-align: center;
}
.cid-svA2Qqy0Ik .logo-footer {
  line-height: normal;
}
.cid-svA2Qqy0Ik .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-svA2Qqy0Ik .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-svA2Qqy0Ik .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-svA2Qqy0Ik img {
  display: inline;
}
.cid-svA2Qqy0Ik .linkrefbtmsec {
  color: #999999;
}
.cid-s3SdtED8ef {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-s3SdtED8ef .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-s3SdtED8ef .text-block {
  position: relative;
  z-index: 0;
}
.cid-s3SdtED8ef .box {
  width: 25%;
  height: 40%;
  background: #f49846;
  position: absolute;
  top: 4%;
}
.cid-s3SdtED8ef .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-s3SdtED8ef .box {
  right: 20%;
}
.cid-s3SdtED8ef .text-box {
  right: 0;
}
.cid-s3SdtED8ef .mbr-section-title,
.cid-s3SdtED8ef .mbr-section-text {
  margin-right: 31%;
}
@media (max-width: 991px) {
  .cid-s3SdtED8ef .text-box {
    display: none;
  }
  .cid-s3SdtED8ef .mbr-section-title,
  .cid-s3SdtED8ef .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-s3SdtED8ef .box {
    display: none;
  }
  .cid-s3SdtED8ef .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-s3SdtED8ef .img-block {
    margin-bottom: 1rem;
  }
  .cid-s3SdtED8ef .mbr-section-text {
    color: #232323;
    text-align: left;
    margin-top: 30px;
    margin-bottom: -125px;
  }
  .cid-s3SdtED8ef .mbr-section-title {
    color: #000000;
    margin: 20px;
    line-height: 1.3;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s3SdtED8ef .text-box {
    writing-mode: bt-rl;
  }
}
.cid-s3SdtED8ef .mbr-section-text {
  color: #232323;
  text-align: left;
}
.cid-s3SdtED8ef .mbr-section-title {
  color: #000000;
}
.cid-syD6UUE4ss {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-syD6UUE4ss h4 {
  margin-bottom: 0;
}
.cid-syD6UUE4ss .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(154, 154, 154, 0.35);
}
.cid-syD6UUE4ss .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-syD6UUE4ss .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-syD6UUE4ss .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-syD6UUE4ss .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #f49846 !important;
  box-shadow: none!important;
}
.cid-syD6UUE4ss .btn[class*="-outline"]:active,
.cid-syD6UUE4ss .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-syD6UUE4ss .card-box {
  padding-top: 2rem;
}
.cid-syD6UUE4ss .card-wrapper {
  height: 100%;
}
.cid-syD6UUE4ss .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-syD6UUE4ss img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-syD6UUE4ss .card-title {
  color: #464646;
}
.cid-syD6UUE4ss .main-title {
  color: #232323;
}
.cid-syD6UUE4ss .mbr-text,
.cid-syD6UUE4ss .mbr-link-btn {
  color: #232323;
}
.cid-sCtrfGX3nZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sCtrfGX3nZ h4 {
  margin-bottom: 0;
}
.cid-sCtrfGX3nZ .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(154, 154, 154, 0.35);
}
.cid-sCtrfGX3nZ .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sCtrfGX3nZ .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sCtrfGX3nZ .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sCtrfGX3nZ .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #f49846 !important;
  box-shadow: none!important;
}
.cid-sCtrfGX3nZ .btn[class*="-outline"]:active,
.cid-sCtrfGX3nZ .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sCtrfGX3nZ .card-box {
  padding-top: 2rem;
}
.cid-sCtrfGX3nZ .card-wrapper {
  height: 100%;
}
.cid-sCtrfGX3nZ .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sCtrfGX3nZ img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sCtrfGX3nZ .card-title {
  color: #464646;
}
.cid-sCtrfGX3nZ .main-title {
  color: #232323;
}
.cid-sCtrfGX3nZ .mbr-text,
.cid-sCtrfGX3nZ .mbr-link-btn {
  color: #232323;
}
.cid-sQ9AbXyJig {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sQ9AbXyJig h4 {
  margin-bottom: 0;
}
.cid-sQ9AbXyJig .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(154, 154, 154, 0.35);
}
.cid-sQ9AbXyJig .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sQ9AbXyJig .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sQ9AbXyJig .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sQ9AbXyJig .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #f49846 !important;
  box-shadow: none!important;
}
.cid-sQ9AbXyJig .btn[class*="-outline"]:active,
.cid-sQ9AbXyJig .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sQ9AbXyJig .card-box {
  padding-top: 2rem;
}
.cid-sQ9AbXyJig .card-wrapper {
  height: 100%;
}
.cid-sQ9AbXyJig .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sQ9AbXyJig img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sQ9AbXyJig .card-title {
  color: #464646;
}
.cid-sQ9AbXyJig .main-title {
  color: #232323;
}
.cid-sQ9AbXyJig .mbr-text,
.cid-sQ9AbXyJig .mbr-link-btn {
  color: #232323;
}
.cid-s5tGuo3lpu .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5tGuo3lpu .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-s5tGuo3lpu .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s5tGuo3lpu .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-s5tGuo3lpu .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s5tGuo3lpu .navbar.opened {
  transition: all .3s;
}
.cid-s5tGuo3lpu .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s5tGuo3lpu .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s5tGuo3lpu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s5tGuo3lpu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s5tGuo3lpu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s5tGuo3lpu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s5tGuo3lpu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s5tGuo3lpu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s5tGuo3lpu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s5tGuo3lpu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s5tGuo3lpu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s5tGuo3lpu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s5tGuo3lpu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s5tGuo3lpu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s5tGuo3lpu .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s5tGuo3lpu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s5tGuo3lpu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s5tGuo3lpu .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-s5tGuo3lpu .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-s5tGuo3lpu .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-s5tGuo3lpu .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s5tGuo3lpu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-s5tGuo3lpu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s5tGuo3lpu .mbr-iconfont {
  color: #464646 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s5tGuo3lpu .mbr-iconfont:hover {
  color: #6335f9;
}
.cid-s5tGuo3lpu .navbar-caption {
  padding-right: 4rem;
}
.cid-s5tGuo3lpu .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-s5tGuo3lpu .dropdown-menu,
.cid-s5tGuo3lpu .navbar.opened {
  background: #ffffff !important;
}
.cid-s5tGuo3lpu .nav-item:focus,
.cid-s5tGuo3lpu .nav-link:focus {
  outline: none;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5tGuo3lpu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s5tGuo3lpu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s5tGuo3lpu .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s5tGuo3lpu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s5tGuo3lpu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s5tGuo3lpu .dropdown-item.active,
.cid-s5tGuo3lpu .dropdown-item:active {
  background-color: transparent;
}
.cid-s5tGuo3lpu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s5tGuo3lpu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s5tGuo3lpu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s5tGuo3lpu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s5tGuo3lpu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s5tGuo3lpu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5tGuo3lpu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s5tGuo3lpu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s5tGuo3lpu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5tGuo3lpu .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s5tGuo3lpu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s5tGuo3lpu .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s5tGuo3lpu .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s5tGuo3lpu .navbar {
    height: 77px;
  }
  .cid-s5tGuo3lpu .navbar.opened {
    height: auto;
  }
  .cid-s5tGuo3lpu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svA2cY0mlk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-svA2cY0mlk .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-svA2cY0mlk .container {
  max-width: 1400px;
}
.cid-svA2cY0mlk li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-svA2cY0mlk .col-lg-3 {
    max-width: 20%;
  }
}
.cid-svA2cY0mlk .time {
  line-height: 2;
}
.cid-svA2cY0mlk .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-svA2cY0mlk .text-wrap {
  width: 100%;
}
.cid-svA2cY0mlk .item-wrap {
  display: inline-block;
}
.cid-svA2cY0mlk .item-wrap span,
.cid-svA2cY0mlk .item-wrap p {
  transition: all 0.3s;
}
.cid-svA2cY0mlk .item-wrap:hover span,
.cid-svA2cY0mlk .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-svA2cY0mlk .item-wrap:hover .linkrefbtm {
  color: #ffffff;
}
.cid-svA2cY0mlk .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-svA2cY0mlk .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #a1a1a1 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-svA2cY0mlk .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-svA2cY0mlk .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-svA2cY0mlk .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-svA2cY0mlk .socicon-wrap {
    margin: auto;
  }
}
.cid-svA2cY0mlk .title {
  color: #e5e5e5;
}
.cid-svA2cY0mlk .mbr-text {
  color: #999999;
  text-align: left;
}
@media (max-width: 400px) {
  .cid-svA2cY0mlk .mbr-text {
    color: #999999;
    text-align: center;
    font-size: 13px;
  }
  .cid-svA2cY0mlk .icon-title {
    font-size: 13px;
  }
}
.cid-svA2cY0mlk .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-svA2cY0mlk .icon-title,
.cid-svA2cY0mlk .align-wrap {
  color: #999999;
  width: 100%;
}
.cid-svA2cY0mlk .mbr-section-btn {
  text-align: left;
}
.cid-svA2cY0mlk .linkrefbtm {
  color: #999999;
}
.cid-svA2Y246ZT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-svA2Y246ZT p {
  text-align: center;
}
.cid-svA2Y246ZT .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-svA2Y246ZT .social-list a:focus {
  text-decoration: none;
}
.cid-svA2Y246ZT .text-copyright {
  width: 100%;
  color: #cccccc;
}
.cid-svA2Y246ZT .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-svA2Y246ZT .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #999999;
  text-align: center;
}
.cid-svA2Y246ZT .logo-footer {
  line-height: normal;
}
.cid-svA2Y246ZT .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-svA2Y246ZT .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-svA2Y246ZT .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-svA2Y246ZT img {
  display: inline;
}
.cid-svA2Y246ZT .linkrefbtmsec {
  color: #999999;
}
.cid-suacs8hBTA {
  background-image: url("../../../assets/images/contact-us-1680x895.jpeg");
}
.cid-suacs8hBTA .link-align {
  width: 100%;
}
.cid-suacs8hBTA .link-wrap {
  display: inline-block;
}
.cid-suacs8hBTA .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #0095ff;
}
.cid-suacs8hBTA .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 60px;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  opacity: 0.8;
  left: -80px;
}
.cid-suacs8hBTA .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  left: -80px;
}
.cid-suacs8hBTA .link:hover:before {
  width: 60px;
}
.cid-suacs8hBTA .mbr-text,
.cid-suacs8hBTA .link-align {
  color: #5cd6ff;
}
.cid-suacs8hBTA H1 {
  color: #f49846;
}
@media (max-width: 400px) {
  .cid-suacs8hBTA .mrg-cnt-titl {
    margin-top: 130px;
  }
}
.cid-s3S2t4TZRd {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-s3S2t4TZRd .mbr-text,
.cid-s3S2t4TZRd .mbr-section-btn,
.cid-s3S2t4TZRd H4 {
  color: #767676;
}
.cid-s3S2t4TZRd .img-box {
  position: relative;
}
.cid-s3S2t4TZRd .img1 {
  position: absolute;
  top: 0;
  right: 3rem;
  z-index: 1;
}
.cid-s3S2t4TZRd .img2 {
  position: absolute;
  bottom: 0;
  left: 3rem;
  z-index: 2;
}
.cid-s3S2t4TZRd img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(154, 154, 154, 0.35);
}
@media (max-width: 576px) {
  .cid-s3S2t4TZRd .author-box {
    justify-content: center;
  }
  .cid-s3S2t4TZRd .img-box {
    position: relative;
    margin-top: 75px;
  }
  .cid-s3S2t4TZRd .img1 {
    position: absolute;
    top: 0;
    right: 3rem;
    z-index: 1;
    margin-top: -100px;
  }
  .cid-s3S2t4TZRd .img2 {
    position: absolute;
    bottom: 0;
    left: 3rem;
    z-index: 2;
    margin-bottom: -5px;
  }
  .cid-s3S2t4TZRd H1 {
    color: #464646;
    margin-top: 175px;
  }
}
.cid-s3S2t4TZRd .author-box {
  display: flex;
  flex-direction: row;
}
.cid-s3S2t4TZRd .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-s3S2t4TZRd .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-s3S2t4TZRd h3,
.cid-s3S2t4TZRd h4 {
  margin: 0;
  padding: 0;
}
.cid-s3S2t4TZRd H3 {
  color: #4f4943;
}
.cid-s3S2t4TZRd H1 {
  color: #464646;
}
.cid-s3S2t4TZRd .mbr-text,
.cid-s3S2t4TZRd .mbr-section-btn {
  color: #232323;
}
@media (max-width: 400px) {
  .cid-s3S2t4TZRd .author-box {
    justify-content: center;
  }
  .cid-s3S2t4TZRd .img-box {
    position: relative;
    margin-top: 75px;
  }
  .cid-s3S2t4TZRd .img1 {
    position: absolute;
    top: 0;
    right: 3rem;
    z-index: 1;
    margin-top: -100px;
  }
  .cid-s3S2t4TZRd .img2 {
    position: absolute;
    bottom: 0;
    left: 3rem;
    z-index: 2;
    margin-bottom: -5px;
  }
  .cid-s3S2t4TZRd H1 {
    color: #464646;
    margin-top: 175px;
  }
  .cid-s3S2t4TZRd .mrg-cnt-tch {
    margin-bottom: -90px;
  }
}
.cid-s3S2t4TZRd H4 {
  color: #999999;
}
.cid-s3S3yIGvMw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-s3S3yIGvMw .card-item {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-s3S3yIGvMw .card-item .card-icon {
  margin-right: 1rem;
  min-width: 4rem;
}
.cid-s3S3yIGvMw .card-item .card-icon span {
  font-size: 3rem;
  padding: 0.5rem;
  color: #6335f9;
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-s3S3yIGvMw .card-item:hover .card-icon span {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 576px) {
  .cid-s3S3yIGvMw .card-item .card-box {
    margin-left: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-s3S3yIGvMw .card-item {
    padding: 0 0 1rem!important;
  }
  .cid-s3S3yIGvMw .card-item .card-icon span {
    font-size: 3rem;
  }
}
.cid-s3S3yIGvMw .card-days {
  background: linear-gradient(145deg, #6335f9, #c824ca);
  border-radius: 5px;
}
.cid-s3S3yIGvMw .card-days .schedule > ul {
  display: block;
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
}
.cid-s3S3yIGvMw .card-days .schedule > ul li {
  border-top: 1px solid;
  padding-top: 10px;
}
.cid-s3S3yIGvMw .card-days .schedule > ul li:first-child {
  border-top: none;
}
.cid-s3S3yIGvMw .card-days .schedule > ul li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-s3S3yIGvMw .card-days .schedule > ul li:after {
  display: block;
  content: '';
  clear: both;
}
.cid-s3S3yIGvMw .media-cards {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s3S3yIGvMw .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #4284df);
}
.cid-s3S3yIGvMw .media-container-row img {
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-s3S3yIGvMw .media-container-row:hover img {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
.cid-s3S3yIGvMw .card-title {
  color: #464646;
}
.cid-s3S3yIGvMw .mbr-section-subtitle {
  color: #232323;
}
.cid-s3S3yIGvMw H1 {
  color: #464646;
}
.cid-s3S3yIGvMw .mbr-text {
  color: #232323;
}
.cid-s3S666GpCi {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-s3S666GpCi .google-map {
  height: 25rem;
  position: relative;
}
.cid-s3S666GpCi .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s3S666GpCi .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-s3S666GpCi .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s3S666GpCi .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-s3S666GpCi .wrapper {
  margin-top: -10rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-s3S666GpCi .form-container {
  padding: 3rem;
}
.cid-s3S666GpCi .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-s3S666GpCi .content-panel {
  padding: 2rem;
  background: linear-gradient(145deg, #6335f9, #c824ca);
  height: 100%;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  overflow: hidden;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s3S666GpCi .mbr-text {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-s3S666GpCi .form-group,
  .cid-s3S666GpCi .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-s3S666GpCi .form-control {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
  padding: .5rem 1rem;
  background-color: #ffffff;
  border: 1px solid #efefef;
  color: #333333;
  border-radius: .25rem;
  font-size: 1rem;
  line-height: 1.43;
}
.cid-s3S666GpCi .form-control:focus,
.cid-s3S666GpCi .form-control:hover {
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
}
.cid-s3S666GpCi textarea.form-control {
  min-height: 170px;
}
.cid-s3S666GpCi .form-group {
  margin-bottom: 1rem;
}
.cid-s3S666GpCi input::-webkit-input-placeholder,
.cid-s3S666GpCi textarea::-webkit-input-placeholder {
  color: #999999;
}
.cid-s3S666GpCi input:-moz-placeholder,
.cid-s3S666GpCi textarea:-moz-placeholder {
  color: #999999;
}
.cid-s3S666GpCi .jq-selectbox li,
.cid-s3S666GpCi .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-s3S666GpCi .jq-selectbox li:hover,
.cid-s3S666GpCi .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-s3S666GpCi .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-s3S666GpCi .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s3S666GpCi .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-s3S666GpCi .text-block {
    margin-bottom: 2rem;
  }
  .cid-s3S666GpCi .wrapper {
    margin-top: 0;
  }
}
.cid-s3S666GpCi .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s3S666GpCi .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-s3S666GpCi .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-s3S666GpCi .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-s3S666GpCi .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s3S666GpCi .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s3S666GpCi .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 400px) {
  .cid-s3S666GpCi .form-row {
    display: block;
  }
  .cid-s3S666GpCi .mrg-col {
    margin-bottom: 15px;
  }
}
.cid-s5tGuo3lpu .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5tGuo3lpu .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-s5tGuo3lpu .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s5tGuo3lpu .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-s5tGuo3lpu .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s5tGuo3lpu .navbar.opened {
  transition: all .3s;
}
.cid-s5tGuo3lpu .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s5tGuo3lpu .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s5tGuo3lpu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s5tGuo3lpu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s5tGuo3lpu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s5tGuo3lpu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s5tGuo3lpu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s5tGuo3lpu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s5tGuo3lpu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s5tGuo3lpu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s5tGuo3lpu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s5tGuo3lpu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s5tGuo3lpu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s5tGuo3lpu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s5tGuo3lpu .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s5tGuo3lpu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s5tGuo3lpu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s5tGuo3lpu .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-s5tGuo3lpu .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-s5tGuo3lpu .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-s5tGuo3lpu .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s5tGuo3lpu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-s5tGuo3lpu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s5tGuo3lpu .mbr-iconfont {
  color: #464646 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s5tGuo3lpu .mbr-iconfont:hover {
  color: #6335f9;
}
.cid-s5tGuo3lpu .navbar-caption {
  padding-right: 4rem;
}
.cid-s5tGuo3lpu .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-s5tGuo3lpu .dropdown-menu,
.cid-s5tGuo3lpu .navbar.opened {
  background: #ffffff !important;
}
.cid-s5tGuo3lpu .nav-item:focus,
.cid-s5tGuo3lpu .nav-link:focus {
  outline: none;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5tGuo3lpu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s5tGuo3lpu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s5tGuo3lpu .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s5tGuo3lpu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s5tGuo3lpu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s5tGuo3lpu .dropdown-item.active,
.cid-s5tGuo3lpu .dropdown-item:active {
  background-color: transparent;
}
.cid-s5tGuo3lpu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s5tGuo3lpu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s5tGuo3lpu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s5tGuo3lpu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s5tGuo3lpu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s5tGuo3lpu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5tGuo3lpu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s5tGuo3lpu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s5tGuo3lpu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5tGuo3lpu .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s5tGuo3lpu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s5tGuo3lpu .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s5tGuo3lpu .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s5tGuo3lpu .navbar {
    height: 77px;
  }
  .cid-s5tGuo3lpu .navbar.opened {
    height: auto;
  }
  .cid-s5tGuo3lpu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svA2cY0mlk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-svA2cY0mlk .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-svA2cY0mlk .container {
  max-width: 1400px;
}
.cid-svA2cY0mlk li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-svA2cY0mlk .col-lg-3 {
    max-width: 20%;
  }
}
.cid-svA2cY0mlk .time {
  line-height: 2;
}
.cid-svA2cY0mlk .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-svA2cY0mlk .text-wrap {
  width: 100%;
}
.cid-svA2cY0mlk .item-wrap {
  display: inline-block;
}
.cid-svA2cY0mlk .item-wrap span,
.cid-svA2cY0mlk .item-wrap p {
  transition: all 0.3s;
}
.cid-svA2cY0mlk .item-wrap:hover span,
.cid-svA2cY0mlk .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-svA2cY0mlk .item-wrap:hover .linkrefbtm {
  color: #ffffff;
}
.cid-svA2cY0mlk .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-svA2cY0mlk .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #a1a1a1 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-svA2cY0mlk .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-svA2cY0mlk .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-svA2cY0mlk .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-svA2cY0mlk .socicon-wrap {
    margin: auto;
  }
}
.cid-svA2cY0mlk .title {
  color: #e5e5e5;
}
.cid-svA2cY0mlk .mbr-text {
  color: #999999;
  text-align: left;
}
@media (max-width: 400px) {
  .cid-svA2cY0mlk .mbr-text {
    color: #999999;
    text-align: center;
    font-size: 13px;
  }
  .cid-svA2cY0mlk .icon-title {
    font-size: 13px;
  }
}
.cid-svA2cY0mlk .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-svA2cY0mlk .icon-title,
.cid-svA2cY0mlk .align-wrap {
  color: #999999;
  width: 100%;
}
.cid-svA2cY0mlk .mbr-section-btn {
  text-align: left;
}
.cid-svA2cY0mlk .linkrefbtm {
  color: #999999;
}
.cid-svA32LmcJI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-svA32LmcJI p {
  text-align: center;
}
.cid-svA32LmcJI .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-svA32LmcJI .social-list a:focus {
  text-decoration: none;
}
.cid-svA32LmcJI .text-copyright {
  width: 100%;
  color: #cccccc;
}
.cid-svA32LmcJI .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-svA32LmcJI .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #999999;
  text-align: center;
}
.cid-svA32LmcJI .logo-footer {
  line-height: normal;
}
.cid-svA32LmcJI .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-svA32LmcJI .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-svA32LmcJI .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-svA32LmcJI img {
  display: inline;
}
.cid-svA32LmcJI .linkrefbtmsec {
  color: #999999;
}
.cid-s5tGuo3lpu .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5tGuo3lpu .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-s5tGuo3lpu .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s5tGuo3lpu .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-s5tGuo3lpu .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s5tGuo3lpu .navbar.opened {
  transition: all .3s;
}
.cid-s5tGuo3lpu .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s5tGuo3lpu .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s5tGuo3lpu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s5tGuo3lpu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s5tGuo3lpu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s5tGuo3lpu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s5tGuo3lpu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s5tGuo3lpu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s5tGuo3lpu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s5tGuo3lpu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s5tGuo3lpu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s5tGuo3lpu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s5tGuo3lpu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s5tGuo3lpu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s5tGuo3lpu .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s5tGuo3lpu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s5tGuo3lpu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s5tGuo3lpu .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-s5tGuo3lpu .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-s5tGuo3lpu .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-s5tGuo3lpu .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s5tGuo3lpu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-s5tGuo3lpu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s5tGuo3lpu .mbr-iconfont {
  color: #464646 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s5tGuo3lpu .mbr-iconfont:hover {
  color: #6335f9;
}
.cid-s5tGuo3lpu .navbar-caption {
  padding-right: 4rem;
}
.cid-s5tGuo3lpu .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-s5tGuo3lpu .dropdown-menu,
.cid-s5tGuo3lpu .navbar.opened {
  background: #ffffff !important;
}
.cid-s5tGuo3lpu .nav-item:focus,
.cid-s5tGuo3lpu .nav-link:focus {
  outline: none;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5tGuo3lpu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s5tGuo3lpu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s5tGuo3lpu .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s5tGuo3lpu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s5tGuo3lpu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s5tGuo3lpu .dropdown-item.active,
.cid-s5tGuo3lpu .dropdown-item:active {
  background-color: transparent;
}
.cid-s5tGuo3lpu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s5tGuo3lpu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s5tGuo3lpu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s5tGuo3lpu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s5tGuo3lpu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s5tGuo3lpu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5tGuo3lpu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s5tGuo3lpu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s5tGuo3lpu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5tGuo3lpu .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s5tGuo3lpu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s5tGuo3lpu .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s5tGuo3lpu .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s5tGuo3lpu .navbar {
    height: 77px;
  }
  .cid-s5tGuo3lpu .navbar.opened {
    height: auto;
  }
  .cid-s5tGuo3lpu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-syDpzucGMq {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f3f3f3;
}
.cid-syDpzucGMq .mbr-section-title {
  color: #0196e3;
}
.cid-syDpzucGMq .mbr-section-subtitle {
  color: #0196e3;
}
.cid-syDpzucGMq .mbr-text {
  color: #232323;
}
.cid-syDpzucGMq .title-col {
  border-right: 3px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-syDpzucGMq .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-syDpzucGMq .text-col {
  align-items: center;
  display: flex;
}
.cid-syDpzucGMq .mbr-section-subtitle,
.cid-syDpzucGMq .title-col {
  width: 100%;
  color: #464646;
}
.cid-syDoyiggvh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-syDoyiggvh .nav-tabs .nav-item.open .nav-link:focus,
.cid-syDoyiggvh .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-syDoyiggvh .nav-link.active {
  background: #0196e3;
}
.cid-syDoyiggvh .nav-link {
  background: white;
  transition: all 0.3s;
  padding: 1rem 3rem;
  border-radius: 0;
  text-align: center;
  margin: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
.cid-syDoyiggvh .nav-link:hover {
  background: #0196e3;
}
.cid-syDoyiggvh .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
  padding-right: 2rem;
  flex-direction: column;
}
.cid-syDoyiggvh .nav-tabs .nav-item {
  padding: 0.5rem;
}
.cid-syDoyiggvh p {
  padding-left: 2rem;
}
.cid-syDoyiggvh .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-syDoyiggvh .nav-tabs .nav-link {
  color: #767676;
  font-style: normal;
  font-weight: 500;
  transition: all 0.5s;
  border: none;
}
.cid-syDoyiggvh .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-syDoyiggvh .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-syDoyiggvh P {
  color: #767676;
}
.cid-syDoyiggvh H2 {
  color: #36404c;
}
@media (max-width: 992px) {
  .cid-syDoyiggvh .nav-tabs {
    flex-direction: row;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
  .cid-syDoyiggvh .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-syDoyiggvh p {
    padding-left: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-syDoyiggvh .mbr-text,
  .cid-syDoyiggvh .nav-link {
    text-align: center;
  }
  .cid-syDoyiggvh .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-syDoyiggvh .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-syDoyiggvh p {
    padding-left: 0rem;
  }
}
.cid-svA2cY0mlk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-svA2cY0mlk .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-svA2cY0mlk .container {
  max-width: 1400px;
}
.cid-svA2cY0mlk li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-svA2cY0mlk .col-lg-3 {
    max-width: 20%;
  }
}
.cid-svA2cY0mlk .time {
  line-height: 2;
}
.cid-svA2cY0mlk .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-svA2cY0mlk .text-wrap {
  width: 100%;
}
.cid-svA2cY0mlk .item-wrap {
  display: inline-block;
}
.cid-svA2cY0mlk .item-wrap span,
.cid-svA2cY0mlk .item-wrap p {
  transition: all 0.3s;
}
.cid-svA2cY0mlk .item-wrap:hover span,
.cid-svA2cY0mlk .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-svA2cY0mlk .item-wrap:hover .linkrefbtm {
  color: #ffffff;
}
.cid-svA2cY0mlk .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-svA2cY0mlk .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #a1a1a1 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-svA2cY0mlk .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-svA2cY0mlk .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-svA2cY0mlk .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-svA2cY0mlk .socicon-wrap {
    margin: auto;
  }
}
.cid-svA2cY0mlk .title {
  color: #e5e5e5;
}
.cid-svA2cY0mlk .mbr-text {
  color: #999999;
  text-align: left;
}
@media (max-width: 400px) {
  .cid-svA2cY0mlk .mbr-text {
    color: #999999;
    text-align: center;
    font-size: 13px;
  }
  .cid-svA2cY0mlk .icon-title {
    font-size: 13px;
  }
}
.cid-svA2cY0mlk .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-svA2cY0mlk .icon-title,
.cid-svA2cY0mlk .align-wrap {
  color: #999999;
  width: 100%;
}
.cid-svA2cY0mlk .mbr-section-btn {
  text-align: left;
}
.cid-svA2cY0mlk .linkrefbtm {
  color: #999999;
}
.cid-svA3FcQGN5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-svA3FcQGN5 p {
  text-align: center;
}
.cid-svA3FcQGN5 .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-svA3FcQGN5 .social-list a:focus {
  text-decoration: none;
}
.cid-svA3FcQGN5 .text-copyright {
  width: 100%;
  color: #cccccc;
}
.cid-svA3FcQGN5 .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-svA3FcQGN5 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #999999;
  text-align: center;
}
.cid-svA3FcQGN5 .logo-footer {
  line-height: normal;
}
.cid-svA3FcQGN5 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-svA3FcQGN5 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-svA3FcQGN5 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-svA3FcQGN5 img {
  display: inline;
}
.cid-svA3FcQGN5 .linkrefbtmsec {
  color: #999999;
}
.cid-szgYtSIGz8 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-szgYtSIGz8 .mbr-section-title {
  color: #0c5b47;
  text-align: center;
}
.cid-szgYtSIGz8 .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-szgYtSIGz8 .row {
  align-items: center;
  height: 100%;
}
.cid-szgYtSIGz8 .container {
  max-width: 720px;
  margin: auto;
}
.cid-s5tGuo3lpu .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5tGuo3lpu .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-s5tGuo3lpu .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s5tGuo3lpu .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-s5tGuo3lpu .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s5tGuo3lpu .navbar.opened {
  transition: all .3s;
}
.cid-s5tGuo3lpu .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s5tGuo3lpu .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s5tGuo3lpu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s5tGuo3lpu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s5tGuo3lpu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s5tGuo3lpu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s5tGuo3lpu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s5tGuo3lpu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s5tGuo3lpu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s5tGuo3lpu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s5tGuo3lpu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s5tGuo3lpu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s5tGuo3lpu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s5tGuo3lpu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s5tGuo3lpu .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s5tGuo3lpu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s5tGuo3lpu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s5tGuo3lpu .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-s5tGuo3lpu .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-s5tGuo3lpu .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-s5tGuo3lpu .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s5tGuo3lpu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-s5tGuo3lpu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s5tGuo3lpu .mbr-iconfont {
  color: #464646 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s5tGuo3lpu .mbr-iconfont:hover {
  color: #6335f9;
}
.cid-s5tGuo3lpu .navbar-caption {
  padding-right: 4rem;
}
.cid-s5tGuo3lpu .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-s5tGuo3lpu .dropdown-menu,
.cid-s5tGuo3lpu .navbar.opened {
  background: #ffffff !important;
}
.cid-s5tGuo3lpu .nav-item:focus,
.cid-s5tGuo3lpu .nav-link:focus {
  outline: none;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5tGuo3lpu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s5tGuo3lpu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s5tGuo3lpu .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s5tGuo3lpu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s5tGuo3lpu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s5tGuo3lpu .dropdown-item.active,
.cid-s5tGuo3lpu .dropdown-item:active {
  background-color: transparent;
}
.cid-s5tGuo3lpu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s5tGuo3lpu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s5tGuo3lpu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s5tGuo3lpu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s5tGuo3lpu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s5tGuo3lpu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5tGuo3lpu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s5tGuo3lpu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s5tGuo3lpu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5tGuo3lpu .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s5tGuo3lpu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s5tGuo3lpu .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s5tGuo3lpu .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s5tGuo3lpu .navbar {
    height: 77px;
  }
  .cid-s5tGuo3lpu .navbar.opened {
    height: auto;
  }
  .cid-s5tGuo3lpu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-swCbyVRiR1 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f9f9f9;
}
.cid-swCbyVRiR1 .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-swCbyVRiR1 .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-swCbyVRiR1 .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-swCbyVRiR1 .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-swCbyVRiR1 .mbr-text,
.cid-swCbyVRiR1 .mbr-section-btn {
  color: #999999;
}
.cid-swCbyVRiR1 H4 {
  color: #999999;
}
.cid-swCbyVRiR1 .mbr-text,
.cid-swCbyVRiR1 .col {
  color: #999999;
}
.cid-swCc4WGUOg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-swCc4WGUOg .counter-container ul {
  margin-bottom: 0;
}
.cid-swCc4WGUOg .counter-container ul li {
  padding-left: 0rem;
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-swCc4WGUOg .counter-container ul li:before {
  position: absolute;
  font-family: 'Moririse2' !important;
  left: -40px;
  content: "\e96b";
  top: -2px;
  display: flex;
  transform: rotate(30deg);
  justify-content: center;
  align-items: center;
  color: #5e139e;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-top: 5px;
}
.cid-swCc4WGUOg .mbr-text {
  color: #464646;
}
.cid-svA2cY0mlk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-svA2cY0mlk .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-svA2cY0mlk .container {
  max-width: 1400px;
}
.cid-svA2cY0mlk li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-svA2cY0mlk .col-lg-3 {
    max-width: 20%;
  }
}
.cid-svA2cY0mlk .time {
  line-height: 2;
}
.cid-svA2cY0mlk .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-svA2cY0mlk .text-wrap {
  width: 100%;
}
.cid-svA2cY0mlk .item-wrap {
  display: inline-block;
}
.cid-svA2cY0mlk .item-wrap span,
.cid-svA2cY0mlk .item-wrap p {
  transition: all 0.3s;
}
.cid-svA2cY0mlk .item-wrap:hover span,
.cid-svA2cY0mlk .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-svA2cY0mlk .item-wrap:hover .linkrefbtm {
  color: #ffffff;
}
.cid-svA2cY0mlk .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-svA2cY0mlk .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #a1a1a1 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-svA2cY0mlk .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-svA2cY0mlk .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-svA2cY0mlk .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-svA2cY0mlk .socicon-wrap {
    margin: auto;
  }
}
.cid-svA2cY0mlk .title {
  color: #e5e5e5;
}
.cid-svA2cY0mlk .mbr-text {
  color: #999999;
  text-align: left;
}
@media (max-width: 400px) {
  .cid-svA2cY0mlk .mbr-text {
    color: #999999;
    text-align: center;
    font-size: 13px;
  }
  .cid-svA2cY0mlk .icon-title {
    font-size: 13px;
  }
}
.cid-svA2cY0mlk .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-svA2cY0mlk .icon-title,
.cid-svA2cY0mlk .align-wrap {
  color: #999999;
  width: 100%;
}
.cid-svA2cY0mlk .mbr-section-btn {
  text-align: left;
}
.cid-svA2cY0mlk .linkrefbtm {
  color: #999999;
}
.cid-svA3IuwH12 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-svA3IuwH12 p {
  text-align: center;
}
.cid-svA3IuwH12 .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-svA3IuwH12 .social-list a:focus {
  text-decoration: none;
}
.cid-svA3IuwH12 .text-copyright {
  width: 100%;
  color: #cccccc;
}
.cid-svA3IuwH12 .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-svA3IuwH12 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #999999;
  text-align: center;
}
.cid-svA3IuwH12 .logo-footer {
  line-height: normal;
}
.cid-svA3IuwH12 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-svA3IuwH12 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-svA3IuwH12 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-svA3IuwH12 img {
  display: inline;
}
.cid-svA3IuwH12 .linkrefbtmsec {
  color: #999999;
}
.cid-s3VhdVs04p {
  background-image: url("../../../assets/images/abt-copy-1.jpeg");
}
.cid-s3VhdVs04p .link-align {
  width: 100%;
}
.cid-s3VhdVs04p .link-wrap {
  display: inline-block;
}
.cid-s3VhdVs04p .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #0095ff;
}
.cid-s3VhdVs04p .link:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 60px;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  opacity: 0.8;
  left: -80px;
}
.cid-s3VhdVs04p .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  left: -80px;
}
.cid-s3VhdVs04p .link:hover:before {
  width: 60px;
}
.cid-s3VhdVs04p .mbr-text,
.cid-s3VhdVs04p .link-align {
  color: #5cd6ff;
}
.cid-s3VhdVs04p H1 {
  color: #f49846;
  text-align: left;
}
@media (max-width: 400px) {
  .cid-s3VhdVs04p .mrg-titl {
    margin-top: 180px;
  }
}
.cid-s3VmSbtqBp {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s3VmSbtqBp .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-s3VmSbtqBp .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-s3VmSbtqBp .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-s3VmSbtqBp .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-s3VmSbtqBp .mbr-text,
.cid-s3VmSbtqBp .mbr-section-btn {
  color: #999999;
}
.cid-s3VmSbtqBp .mbr-section-title {
  color: #464646;
  text-align: left;
}
.cid-s3VmSbtqBp .mbr-text,
.cid-s3VmSbtqBp .col {
  color: #232323;
  text-align: left;
}
.cid-stTP1TRAOf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-stTP1TRAOf .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-stTP1TRAOf .team-card:hover {
  transform: translateY(-10px);
}
.cid-stTP1TRAOf .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-stTP1TRAOf .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-stTP1TRAOf .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-stTP1TRAOf .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-stTP1TRAOf .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-stTP1TRAOf .social-row {
  text-align: center;
}
.cid-stTP1TRAOf .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-stTP1TRAOf .social-row .soc-item .mbr-iconfont {
  color: #999999;
  transition: all 0.3s;
}
.cid-stTP1TRAOf .social-row .soc-item .mbr-iconfont:hover {
  color: #f49846;
}
.cid-stTP1TRAOf .mbr-role,
.cid-stTP1TRAOf .social-row {
  color: #464646;
}
.cid-stTP1TRAOf .mbr-section-subtitle {
  color: #707070;
  font-weight: 600;
}
.cid-stTP1TRAOf .card-title,
.cid-stTP1TRAOf .social-row {
  color: #232323;
}
.cid-stTP1TRAOf .mbr-section-text {
  color: #707070;
}
.cid-stTjpeiyru {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-stTjpeiyru .mbr-text,
.cid-stTjpeiyru .ornament {
  color: #232323;
  text-align: left;
}
.cid-s3VHPVwj8b {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s3VHPVwj8b .container {
  max-width: 1500px;
}
.cid-s3VHPVwj8b img {
  width: 100%;
}
.cid-s3VHPVwj8b h2 {
  padding: 0;
  margin: 0;
}
.cid-s3VHPVwj8b .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-s3VHPVwj8b .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-s3VHPVwj8b .img-col {
  position: relative;
}
.cid-s3VHPVwj8b .img2 {
  position: absolute;
  right: -6rem;
  top: 4rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-s3VHPVwj8b .img2 {
    right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-s3VHPVwj8b .img-col {
    margin-top: 3rem;
  }
  .cid-s3VHPVwj8b .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-s3VHPVwj8b .img2 {
    width: 50%;
    top: 2rem;
  }
  .cid-s3VHPVwj8b .number {
    margin: auto;
  }
}
.cid-s3VHPVwj8b H2 {
  color: #464646;
}
.cid-s3VHPVwj8b H3 {
  color: #f49846;
}
.cid-s3VHPVwj8b .mbr-text {
  color: #232323;
}
.cid-s3Vzy53YVl {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s3Vzy53YVl p {
  line-height: 1.6;
}
.cid-s3Vzy53YVl .card-box {
  width: -webkit-fill-available;
}
.cid-s3Vzy53YVl .card-img {
  width: auto;
}
.cid-s3Vzy53YVl .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-s3Vzy53YVl .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s3Vzy53YVl .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-s3Vzy53YVl .card {
  height: 100%;
  margin: auto;
}
.cid-s3Vzy53YVl img {
  width: 100%;
  heigth: auto;
}
.cid-s3Vzy53YVl .card-title1 {
  color: #464646;
}
.cid-s3Vzy53YVl .mbr-text1 {
  color: #232323;
}
.cid-s3Vzy53YVl .card-title2 {
  color: #464646;
}
.cid-s3Vzy53YVl .mbr-text2 {
  color: #333333;
}
@media (max-width: 576px) {
  .cid-s3Vzy53YVl .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-s3Vzy53YVl .card-img {
    order: 1;
  }
  .cid-s3Vzy53YVl .card-box {
    order: 2;
  }
}
.cid-s3VAGJhO9A {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #322e2b;
}
.cid-s3VAGJhO9A .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-s3VAGJhO9A .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (min-width: 767px) {
  .cid-s3VAGJhO9A .row {
    padding: 0 4rem;
  }
}
@media (max-width: 1400px) {
  .cid-s3VAGJhO9A .card-wrapper {
    margin: 0rem;
  }
}
.cid-s3VAGJhO9A .card {
  height: fit-content;
}
.cid-s3VAGJhO9A .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-s3VAGJhO9A .text-wrap {
  max-width: 400px;
}
.cid-s3VAGJhO9A .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #f49846;
}
.cid-s3VAGJhO9A .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-s3VAGJhO9A .card-box {
  background-color: #232323;
  padding: 4rem 4rem 6rem 4rem;
  width: 100%;
}
.cid-s3VAGJhO9A img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-s3VAGJhO9A .img-wrap {
  max-height: 250px;
  overflow: hidden;
}
.cid-s3VAGJhO9A .container {
  max-width: 1500px;
}
.cid-s3VAGJhO9A .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-s3VAGJhO9A .mbr-iconfont {
  font-size: 1.3rem;
  color: #232323;
  display: flex;
  justify-content: center;
}
.cid-s3VAGJhO9A P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-s3VAGJhO9A .img-wrap {
    max-height: 230px;
  }
  .cid-s3VAGJhO9A .text-wrap {
    padding: 0rem;
  }
}
@media (max-width: 992px) {
  .cid-s3VAGJhO9A .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-s3VAGJhO9A .text-wrap {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-s3VAGJhO9A .card-box {
    padding: 2rem 1rem 5rem 1rem;
  }
  .cid-s3VAGJhO9A .number {
    margin: auto;
  }
}
.cid-s3VAGJhO9A .mbr-text {
  color: #cccccc;
}
.cid-s3VAGJhO9A .card-title {
  color: #f49846;
}
.cid-s3VAGJhO9A H2 {
  color: #f49846;
}
.cid-s3VGmFWsyZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s3VGmFWsyZ h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-s3VGmFWsyZ .mbr-section-subtitle {
  color: #767676;
}
.cid-s3VGmFWsyZ .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-s3VGmFWsyZ .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-s3VGmFWsyZ .mbr-text-right {
  color: #232323;
}
.cid-s3VGmFWsyZ H2 {
  color: #464646;
}
.cid-s3VGmFWsyZ .article-title-left {
  color: #464646;
}
.cid-s3VGmFWsyZ .article-title-right {
  color: #464646;
}
.cid-s3VGmFWsyZ .mbr-text-left {
  color: #232323;
}
.cid-s5tGuo3lpu .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5tGuo3lpu .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-s5tGuo3lpu .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s5tGuo3lpu .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-s5tGuo3lpu .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s5tGuo3lpu .navbar.opened {
  transition: all .3s;
}
.cid-s5tGuo3lpu .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s5tGuo3lpu .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s5tGuo3lpu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s5tGuo3lpu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s5tGuo3lpu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s5tGuo3lpu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s5tGuo3lpu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s5tGuo3lpu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s5tGuo3lpu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s5tGuo3lpu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s5tGuo3lpu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s5tGuo3lpu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s5tGuo3lpu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s5tGuo3lpu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s5tGuo3lpu .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s5tGuo3lpu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s5tGuo3lpu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s5tGuo3lpu .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-s5tGuo3lpu .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-s5tGuo3lpu .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-s5tGuo3lpu .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s5tGuo3lpu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-s5tGuo3lpu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s5tGuo3lpu .mbr-iconfont {
  color: #464646 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s5tGuo3lpu .mbr-iconfont:hover {
  color: #6335f9;
}
.cid-s5tGuo3lpu .navbar-caption {
  padding-right: 4rem;
}
.cid-s5tGuo3lpu .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-s5tGuo3lpu .dropdown-menu,
.cid-s5tGuo3lpu .navbar.opened {
  background: #ffffff !important;
}
.cid-s5tGuo3lpu .nav-item:focus,
.cid-s5tGuo3lpu .nav-link:focus {
  outline: none;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5tGuo3lpu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s5tGuo3lpu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s5tGuo3lpu .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s5tGuo3lpu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s5tGuo3lpu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s5tGuo3lpu .dropdown-item.active,
.cid-s5tGuo3lpu .dropdown-item:active {
  background-color: transparent;
}
.cid-s5tGuo3lpu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s5tGuo3lpu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s5tGuo3lpu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s5tGuo3lpu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s5tGuo3lpu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s5tGuo3lpu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5tGuo3lpu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s5tGuo3lpu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s5tGuo3lpu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5tGuo3lpu .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s5tGuo3lpu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s5tGuo3lpu .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s5tGuo3lpu .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s5tGuo3lpu .navbar {
    height: 77px;
  }
  .cid-s5tGuo3lpu .navbar.opened {
    height: auto;
  }
  .cid-s5tGuo3lpu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svA2cY0mlk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-svA2cY0mlk .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-svA2cY0mlk .container {
  max-width: 1400px;
}
.cid-svA2cY0mlk li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-svA2cY0mlk .col-lg-3 {
    max-width: 20%;
  }
}
.cid-svA2cY0mlk .time {
  line-height: 2;
}
.cid-svA2cY0mlk .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-svA2cY0mlk .text-wrap {
  width: 100%;
}
.cid-svA2cY0mlk .item-wrap {
  display: inline-block;
}
.cid-svA2cY0mlk .item-wrap span,
.cid-svA2cY0mlk .item-wrap p {
  transition: all 0.3s;
}
.cid-svA2cY0mlk .item-wrap:hover span,
.cid-svA2cY0mlk .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-svA2cY0mlk .item-wrap:hover .linkrefbtm {
  color: #ffffff;
}
.cid-svA2cY0mlk .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-svA2cY0mlk .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #a1a1a1 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-svA2cY0mlk .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-svA2cY0mlk .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-svA2cY0mlk .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-svA2cY0mlk .socicon-wrap {
    margin: auto;
  }
}
.cid-svA2cY0mlk .title {
  color: #e5e5e5;
}
.cid-svA2cY0mlk .mbr-text {
  color: #999999;
  text-align: left;
}
@media (max-width: 400px) {
  .cid-svA2cY0mlk .mbr-text {
    color: #999999;
    text-align: center;
    font-size: 13px;
  }
  .cid-svA2cY0mlk .icon-title {
    font-size: 13px;
  }
}
.cid-svA2cY0mlk .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-svA2cY0mlk .icon-title,
.cid-svA2cY0mlk .align-wrap {
  color: #999999;
  width: 100%;
}
.cid-svA2cY0mlk .mbr-section-btn {
  text-align: left;
}
.cid-svA2cY0mlk .linkrefbtm {
  color: #999999;
}
.cid-svA2DZGcl1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-svA2DZGcl1 p {
  text-align: center;
}
.cid-svA2DZGcl1 .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-svA2DZGcl1 .social-list a:focus {
  text-decoration: none;
}
.cid-svA2DZGcl1 .text-copyright {
  width: 100%;
  color: #cccccc;
}
.cid-svA2DZGcl1 .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-svA2DZGcl1 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #999999;
  text-align: center;
}
.cid-svA2DZGcl1 .logo-footer {
  line-height: normal;
}
.cid-svA2DZGcl1 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-svA2DZGcl1 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-svA2DZGcl1 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-svA2DZGcl1 img {
  display: inline;
}
.cid-svA2DZGcl1 .linkrefbtmsec {
  color: #999999;
}
.cid-s4e5hR09Aq {
  padding-top: 180px;
  background-image: url("../../../assets/images/software-development-service-1680x896.jpeg");
}
.cid-s4e5hR09Aq .container {
  margin-bottom: 15%;
}
.cid-s4e5hR09Aq .content-container .btn-bgr {
  z-index: 0;
}
.cid-s4e5hR09Aq .container-boxes {
  padding-bottom: 90px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-s4e5hR09Aq .icon-block-top span {
  background-color: #6335f9;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-s4e5hR09Aq .box-item {
  position: relative;
  box-shadow: #d2d2d2 0px 0px 15px;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-s4e5hR09Aq .box-item:first-child {
  background-color: #ffffff;
  margin-top: -150px;
}
.cid-s4e5hR09Aq .box-item:nth-child(2) {
  background-color: #ffffff;
}
.cid-s4e5hR09Aq .box-item:last-child {
  background-color: #ffffff;
  margin-right: 0;
}
.cid-s4e5hR09Aq .box-item-text,
.cid-s4e5hR09Aq .mbr-section-btn {
  color: #232323;
}
.cid-s4e5hR09Aq .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-s4e5hR09Aq .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-s4e5hR09Aq .box-list li:last-child {
  border-bottom: none;
}
.cid-s4e5hR09Aq .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-s4e5hR09Aq .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-s4e5hR09Aq .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-s4e5hR09Aq .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s4e5hR09Aq .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-s4e5hR09Aq .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-s4e5hR09Aq .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-s4e5hR09Aq .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-s4e5hR09Aq .mbr-text {
  color: #55b4d4;
  text-align: left;
}
.cid-s4e5hR09Aq H1 {
  color: #f49846;
  text-align: left;
}
.cid-s4e5hR09Aq .box-item-title {
  color: #464646;
}
.cid-sub7YuZrcu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-sub7YuZrcu .mbr-text {
  text-align: center;
  color: #232323;
}
.cid-s42bOzDu2U {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s42bOzDu2U .mbr-text,
.cid-s42bOzDu2U .mbr-section-subtitle {
  color: #767676;
}
.cid-s42bOzDu2U .card-title {
  color: #66458e;
}
.cid-s42bOzDu2U .card .card-img span {
  color: #6335f9;
  font-size: 60px;
  background: linear-gradient(45deg, #6335f9, #c824ca);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-s42bOzDu2U .mbr-section-subtitle,
  .cid-s42bOzDu2U .mbr-section-title {
    text-align: center !important;
  }
  .cid-s42bOzDu2U .cntpadd {
    padding: 20px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s42bOzDu2U .card .card-img span {
    background: none;
  }
}
.cid-s42bOzDu2U .card-title,
.cid-s42bOzDu2U .card-img {
  text-align: center;
  color: #464646;
}
.cid-s42bOzDu2U .mbr-section-title {
  color: #464646;
}
.cid-s42bOzDu2U .mbr-section-subtitle {
  color: #232323;
}
.cid-s42bOzDu2U .mbr-text {
  color: #232323;
}
.cid-s42bOzDu2U .cntpadd {
  padding: 90px;
}
@media (max-width: 400px) {
  .cid-s42bOzDu2U .cntpadd {
    padding: 5px;
  }
}
.cid-s42cXrjcbB {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #232323;
}
.cid-s42cXrjcbB .container {
  max-width: 1500px;
}
.cid-s42cXrjcbB .row {
  background: #322e2b;
}
.cid-s42cXrjcbB .img-col {
  padding: 0;
}
.cid-s42cXrjcbB .title-col {
  padding: 4rem 8rem;
}
.cid-s42cXrjcbB img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-s42cXrjcbB h2 {
  padding: 0;
  margin: 0;
}
.cid-s42cXrjcbB .text-wrap {
  margin: auto;
}
.cid-s42cXrjcbB .mbr-text {
  color: #cccccc;
}
@media (max-width: 1200px) {
  .cid-s42cXrjcbB .row {
    margin: 2rem;
  }
  .cid-s42cXrjcbB .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s42cXrjcbB .row {
    margin: 0rem;
  }
  .cid-s42cXrjcbB .title-col {
    padding: 2rem 1rem;
  }
}
.cid-s42cXrjcbB H2 {
  color: #f49846;
}
.cid-s4f7gZINnA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s4f7gZINnA .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s4f7gZINnA a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s4f7gZINnA .mbr-section-btn {
  margin: 0;
}
.cid-s4f7gZINnA .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s4f7gZINnA .form-control:focus,
.cid-s4f7gZINnA .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #fdfdfd;
}
.cid-s4f7gZINnA .form-group {
  margin-bottom: 1rem;
}
.cid-s4f7gZINnA input::-webkit-input-placeholder,
.cid-s4f7gZINnA textarea::-webkit-input-placeholder {
  color: #999999;
}
.cid-s4f7gZINnA input:-moz-placeholder,
.cid-s4f7gZINnA textarea:-moz-placeholder {
  color: #999999;
}
.cid-s4f7gZINnA .jq-selectbox li,
.cid-s4f7gZINnA .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s4f7gZINnA .jq-selectbox li:hover,
.cid-s4f7gZINnA .jq-selectbox li.selected {
  background-color: #fdfdfd;
  color: #000000;
}
.cid-s4f7gZINnA .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s4f7gZINnA .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #fdfdfd;
}
.cid-s4f7gZINnA .form-group,
.cid-s4f7gZINnA .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-s4f7gZINnA .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-s4f7gZINnA .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s4f7gZINnA .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-s4f7gZINnA .form-block {
    padding: 1rem;
  }
}
.cid-s4f7gZINnA H4 {
  color: #464646;
}
.cid-s4f7gZINnA P {
  color: #232323;
}
@media (max-width: 400px) {
  .cid-s4f7gZINnA .form-row {
    display: block;
  }
  .cid-s4f7gZINnA .mrg-btm-col {
    margin-bottom: 15px;
  }
}
.cid-s5tGuo3lpu .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5tGuo3lpu .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-s5tGuo3lpu .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s5tGuo3lpu .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-s5tGuo3lpu .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s5tGuo3lpu .navbar.opened {
  transition: all .3s;
}
.cid-s5tGuo3lpu .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s5tGuo3lpu .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s5tGuo3lpu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s5tGuo3lpu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s5tGuo3lpu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s5tGuo3lpu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s5tGuo3lpu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s5tGuo3lpu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s5tGuo3lpu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s5tGuo3lpu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s5tGuo3lpu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s5tGuo3lpu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s5tGuo3lpu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s5tGuo3lpu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s5tGuo3lpu .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s5tGuo3lpu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s5tGuo3lpu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s5tGuo3lpu .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-s5tGuo3lpu .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-s5tGuo3lpu .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-s5tGuo3lpu .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s5tGuo3lpu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-s5tGuo3lpu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s5tGuo3lpu .mbr-iconfont {
  color: #464646 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s5tGuo3lpu .mbr-iconfont:hover {
  color: #6335f9;
}
.cid-s5tGuo3lpu .navbar-caption {
  padding-right: 4rem;
}
.cid-s5tGuo3lpu .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-s5tGuo3lpu .dropdown-menu,
.cid-s5tGuo3lpu .navbar.opened {
  background: #ffffff !important;
}
.cid-s5tGuo3lpu .nav-item:focus,
.cid-s5tGuo3lpu .nav-link:focus {
  outline: none;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5tGuo3lpu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s5tGuo3lpu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s5tGuo3lpu .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s5tGuo3lpu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s5tGuo3lpu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s5tGuo3lpu .dropdown-item.active,
.cid-s5tGuo3lpu .dropdown-item:active {
  background-color: transparent;
}
.cid-s5tGuo3lpu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s5tGuo3lpu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s5tGuo3lpu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s5tGuo3lpu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s5tGuo3lpu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s5tGuo3lpu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5tGuo3lpu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s5tGuo3lpu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s5tGuo3lpu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5tGuo3lpu .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s5tGuo3lpu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s5tGuo3lpu .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s5tGuo3lpu .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s5tGuo3lpu .navbar {
    height: 77px;
  }
  .cid-s5tGuo3lpu .navbar.opened {
    height: auto;
  }
  .cid-s5tGuo3lpu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svA2cY0mlk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-svA2cY0mlk .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-svA2cY0mlk .container {
  max-width: 1400px;
}
.cid-svA2cY0mlk li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-svA2cY0mlk .col-lg-3 {
    max-width: 20%;
  }
}
.cid-svA2cY0mlk .time {
  line-height: 2;
}
.cid-svA2cY0mlk .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-svA2cY0mlk .text-wrap {
  width: 100%;
}
.cid-svA2cY0mlk .item-wrap {
  display: inline-block;
}
.cid-svA2cY0mlk .item-wrap span,
.cid-svA2cY0mlk .item-wrap p {
  transition: all 0.3s;
}
.cid-svA2cY0mlk .item-wrap:hover span,
.cid-svA2cY0mlk .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-svA2cY0mlk .item-wrap:hover .linkrefbtm {
  color: #ffffff;
}
.cid-svA2cY0mlk .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-svA2cY0mlk .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #a1a1a1 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-svA2cY0mlk .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-svA2cY0mlk .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-svA2cY0mlk .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-svA2cY0mlk .socicon-wrap {
    margin: auto;
  }
}
.cid-svA2cY0mlk .title {
  color: #e5e5e5;
}
.cid-svA2cY0mlk .mbr-text {
  color: #999999;
  text-align: left;
}
@media (max-width: 400px) {
  .cid-svA2cY0mlk .mbr-text {
    color: #999999;
    text-align: center;
    font-size: 13px;
  }
  .cid-svA2cY0mlk .icon-title {
    font-size: 13px;
  }
}
.cid-svA2cY0mlk .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-svA2cY0mlk .icon-title,
.cid-svA2cY0mlk .align-wrap {
  color: #999999;
  width: 100%;
}
.cid-svA2cY0mlk .mbr-section-btn {
  text-align: left;
}
.cid-svA2cY0mlk .linkrefbtm {
  color: #999999;
}
.cid-svA3948ePP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-svA3948ePP p {
  text-align: center;
}
.cid-svA3948ePP .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-svA3948ePP .social-list a:focus {
  text-decoration: none;
}
.cid-svA3948ePP .text-copyright {
  width: 100%;
  color: #cccccc;
}
.cid-svA3948ePP .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-svA3948ePP .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #999999;
  text-align: center;
}
.cid-svA3948ePP .logo-footer {
  line-height: normal;
}
.cid-svA3948ePP .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-svA3948ePP .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-svA3948ePP .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-svA3948ePP img {
  display: inline;
}
.cid-svA3948ePP .linkrefbtmsec {
  color: #999999;
}
.cid-subRDyawZA {
  background-image: url("../../../assets/images/mobile-app-development-1680x896.jpeg");
}
.cid-subRDyawZA .link-align {
  width: 100%;
}
.cid-subRDyawZA .link-wrap {
  display: inline-block;
}
.cid-subRDyawZA .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #0095ff;
}
.cid-subRDyawZA .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 60px;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  opacity: 0.8;
  left: -80px;
}
.cid-subRDyawZA .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  left: -80px;
}
.cid-subRDyawZA .link:hover:before {
  width: 60px;
}
.cid-subRDyawZA .mbr-text,
.cid-subRDyawZA .link-align {
  color: #5cd6ff;
}
.cid-subRDyawZA H1 {
  color: #f49846;
}
@media (max-width: 400px) {
  .cid-subRDyawZA .mrg-mob-titl {
    margin-top: 180px;
  }
}
.cid-s5hjKYU49o {
  padding-top: 135px;
  padding-bottom: 135px;
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-s5hjKYU49o .mbr-overlay {
  background: linear-gradient(90deg, #d3cffb, #d7e8f6);
}
.cid-s5hjKYU49o .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  margin: 0;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(128, 128, 128, 0.3);
}
@media (min-width: 992px) {
  .cid-s5hjKYU49o .card-wrap {
    width: calc(100% + 10rem);
    margin-left: -10rem;
  }
}
.cid-s5hjKYU49o .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
.cid-s5hjKYU49o .mbr-section-subtitle,
.cid-s5hjKYU49o .mbr-section-btn {
  color: #232323;
  font-weight: 400;
}
.cid-s5hjKYU49o H1 {
  color: #464646;
}
@media (max-width: 400px) {
  .cid-s5hjKYU49o .mrg-cnt-sblk {
    margin-top: -50px;
    margin-bottom: -50px;
  }
}
.cid-suc8HC7dsz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-suc8HC7dsz .mbr-section-title {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-suc8HC7dsz .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-suc8HC7dsz .mbr-text {
  margin-bottom: 0;
  color: #919dab;
  margin-bottom: 120px;
}
@media (max-width: 1199px) {
  .cid-suc8HC7dsz .mbr-text {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .cid-suc8HC7dsz .mbr-text {
    margin-top: 40px;
  }
}
.cid-suc8HC7dsz .image {
  margin: auto;
}
.cid-suc8HC7dsz .image img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.cid-suc8HC7dsz .linked {
  color: #b1a374;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-suc8HC7dsz .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .cid-suc8HC7dsz .linked {
    margin: 30px 0 40px;
  }
}
.cid-suc8HC7dsz .bottom__block {
  margin-bottom: 40px;
}
.cid-suc8HC7dsz .card__title {
  margin-bottom: 20px;
  letter-spacing: 2px;
  color: #f49846;
}
.cid-suc8HC7dsz .card__text {
  color: #232323;
}
.cid-suc8HC7dsz .mbr-text,
.cid-suc8HC7dsz .linked {
  color: #232323;
}
.cid-sucdcbWdD9 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sucdcbWdD9 .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-sucdcbWdD9 .link-wrap {
  width: 100%;
}
.cid-sucdcbWdD9 .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  opacity: 0;
  color: #000000;
  text-align: center;
}
.cid-sucdcbWdD9 .link:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0;
  left: 0;
}
.cid-sucdcbWdD9 .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.3s;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sucdcbWdD9 .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sucdcbWdD9 .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  padding: 3rem 1rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
  background-size: cover;
}
.cid-sucdcbWdD9 .card-wrapper:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, #9f16e1, #d126c2);
  opacity: 0.4;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-sucdcbWdD9 .link {
    opacity: 1;
  }
  .cid-sucdcbWdD9 .card-wrapper {
    padding: 3rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sucdcbWdD9 .card:hover .card-wrapper:after {
    opacity: 1;
    background: linear-gradient(145deg, #9f16e1, #d126c2);
  }
  .cid-sucdcbWdD9 .card:hover .link {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-sucdcbWdD9 .card {
    padding-bottom: 1rem!important;
  }
  .cid-sucdcbWdD9 .card .link {
    opacity: 1;
  }
  .cid-sucdcbWdD9 .card-wrapper:after {
    opacity: 0.7;
    background: linear-gradient(145deg, #9f16e1, #d126c2);
  }
}
.cid-sucdcbWdD9 .row {
  justify-content: center;
}
.cid-sucdcbWdD9 .card {
  transform-style: preserve-3d;
  perspective: 800px;
}
.cid-sucdcbWdD9 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 4.5rem!important;
  display: block;
  padding-bottom: 2rem;
}
.cid-sucdcbWdD9 .card1 {
  background-image: url("../../../assets/images/android-app-development-1076x1280.jpeg");
}
.cid-sucdcbWdD9 .card2 {
  background-image: url("../../../assets/images/ios-app-development-391x425.jpeg");
}
.cid-sucdcbWdD9 .card3 {
  background-image: url("../../../assets/images/firebase-app-development-640x842.jpeg");
}
.cid-sucdcbWdD9 .link,
.cid-sucdcbWdD9 .card-box {
  color: #ffffff;
}
.cid-sucdcbWdD9 .mbr-text,
.cid-sucdcbWdD9 .link-wrap {
  text-align: center;
}
.cid-sucdcbWdD9 .main-subtitle {
  color: #232323;
  text-align: center;
}
.cid-sucdcbWdD9 .main-title {
  color: #464646;
}
.cid-sucdcbWdD9 .card-title,
.cid-sucdcbWdD9 .card-img {
  color: #ffffff;
}
.cid-sucgcPU9Uo {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sucgcPU9Uo .nav-tabs .nav-item.open .nav-link:focus,
.cid-sucgcPU9Uo .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sucgcPU9Uo .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid lightgray;
}
.cid-sucgcPU9Uo .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-sucgcPU9Uo .first {
  margin-left: -24px;
}
.cid-sucgcPU9Uo .nav-tabs .nav-link {
  color: #232323;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-sucgcPU9Uo .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #f49846;
}
.cid-sucgcPU9Uo .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #f49846;
  font-style: normal;
}
.cid-sucgcPU9Uo P {
  color: #232323;
}
.cid-sucgcPU9Uo H2 {
  color: #464646;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sucgcPU9Uo .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-sucgcPU9Uo .mbr-text,
  .cid-sucgcPU9Uo .nav-link {
    text-align: center;
  }
}
.cid-s5KtY3YUHm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-s5KtY3YUHm .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-s5KtY3YUHm .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/customize-mobile-app-development-services-1920x1280.jpeg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-s5KtY3YUHm .block2 {
  background: #232323;
  display: flex;
  justify-content: center;
}
.cid-s5KtY3YUHm p {
  margin-left: 10rem;
  max-width: 450px;
}
.cid-s5KtY3YUHm .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #f49846;
  z-index: 2;
  opacity: 1;
}
.cid-s5KtY3YUHm .box-title2,
.cid-s5KtY3YUHm .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-s5KtY3YUHm .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-s5KtY3YUHm .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-s5KtY3YUHm .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-s5KtY3YUHm .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-s5KtY3YUHm .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-s5KtY3YUHm .col:hover .box-title2,
.cid-s5KtY3YUHm .col:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-s5KtY3YUHm .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #f49846;
}
.cid-s5KtY3YUHm .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-s5KtY3YUHm .img-content {
    opacity: 1;
  }
  .cid-s5KtY3YUHm .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-s5KtY3YUHm .box-content {
    width: 100%;
  }
  .cid-s5KtY3YUHm .box-title2,
  .cid-s5KtY3YUHm .box-text2 {
    color: #ffffff !important;
  }
  .cid-s5KtY3YUHm p {
    margin-left: 0;
  }
  .cid-s5KtY3YUHm .content-block,
  .cid-s5KtY3YUHm .content1 {
    padding: 3rem 1rem;
  }
}
.cid-s5KtY3YUHm .box-text1 {
  color: #333333;
}
.cid-s5KtY3YUHm .box-title2 {
  color: #ffffff;
}
.cid-s5KtY3YUHm .box-text2 {
  color: #ffffff;
}
.cid-s5KtY3YUHm .mbr-text,
.cid-s5KtY3YUHm .mbr-section-btn {
  color: #e5e5e5;
}
.cid-s5KtY3YUHm H2 {
  color: #f49846;
}
.cid-s5KtY3YUHm H3 {
  color: #ffffff;
}
@media (max-width: 400px) {
  .cid-s5KtY3YUHm .cont-img-blk {
    display: block;
  }
  .cid-s5KtY3YUHm .box-title2 {
    color: #ffffff;
    margin-top: 60px;
  }
}
.cid-s5KudNaxYw {
  padding-top: 150px;
  padding-bottom: 120px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-s5KudNaxYw H1 {
  color: #464646;
}
.cid-s5KudNaxYw .mbr-text,
.cid-s5KudNaxYw .mbr-section-btn {
  color: #232323;
}
.cid-s5KudNaxYw .img1 {
  box-shadow: 0 10px 55px 5px rgba(154, 154, 154, 0.35);
  border-radius: 10px;
}
.cid-s5KudNaxYw .relative {
  position: relative;
}
.cid-s5KudNaxYw .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-s5KudNaxYw .card-img2 {
  display: inline-block;
  width: 50%;
  float: left;
}
.cid-s5KudNaxYw .card-img2 .img2 {
  width: 120%;
}
.cid-s5KudNaxYw .card-img1 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-s5KudNaxYw .card-img1 .img1 {
  width: 180%;
  transform: translateX(-45%);
}
.cid-s5KudNaxYw .img2 {
  box-shadow: 0 10px 55px 5px rgba(154, 154, 154, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 400px) {
  .cid-s5KudNaxYw .mrg-cust-titl {
    margin-top: -100px;
  }
}
.cid-s5KvVQBwm9 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s5KvVQBwm9 .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-s5KvVQBwm9 .mbr-section-title {
  margin: 0;
  color: #464646;
}
.cid-s5KvVQBwm9 .mbr-section-subtitle {
  color: #232323;
}
.cid-s5KvVQBwm9 .card-img span {
  color: #5e139e;
}
.cid-s5KvVQBwm9 .row-item {
  margin-bottom: 2rem;
}
.cid-s5KvVQBwm9 .row-item:hover .wrapper {
  background: linear-gradient(145deg, #6335f9, #c824ca);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-s5KvVQBwm9 .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-s5KvVQBwm9 .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-s5KvVQBwm9 .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-s5KvVQBwm9 .mbr-card-title,
.cid-s5KvVQBwm9 .card-img {
  color: #232323;
}
.cid-s5KBbQ8wuv {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
  background-image: url("../../../assets/images/bggrad.jpeg");
}
.cid-s5KBbQ8wuv .card-header {
  background: transparent;
}
.cid-s5KBbQ8wuv img {
  width: 100%;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-s5KBbQ8wuv .wrapper {
    padding: 0;
  }
  .cid-s5KBbQ8wuv img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-s5KBbQ8wuv h3 {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff 0%, #ffffff 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-s5KBbQ8wuv .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-s5KBbQ8wuv .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-s5KBbQ8wuv .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-s5KBbQ8wuv .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s5KBbQ8wuv .card .card-header a.panel-title h5 .sign {
  padding-right: 1rem;
}
.cid-s5KBbQ8wuv .card .panel-body {
  color: #767676;
}
.cid-s5KBbQ8wuv h5 {
  flex-direction: row-reverse;
  display: flex;
  width: fit-content;
  justify-content: space-between;
  align-items: center;
  margin-top: 0rem;
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 6px;
  transition: all 0.3s;
  margin: 1rem 0;
}
.cid-s5KBbQ8wuv h5:hover {
  color: #ffffff;
  border-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s5KBbQ8wuv .wrapper {
    padding: 2rem 1rem;
  }
  .cid-s5KBbQ8wuv img {
    padding: 0rem;
    margin-bottom: 2rem;
  }
  .cid-s5KBbQ8wuv h5 {
    margin: 1rem auto;
  }
  .cid-s5KBbQ8wuv .panel-text {
    text-align: center;
  }
}
.cid-s5KBbQ8wuv .mbr-text,
.cid-s5KBbQ8wuv .mbr-section-btn {
  color: #ffffff;
}
.cid-s5KBbQ8wuv .panel-text {
  color: #f3f3f3;
}
.cid-s5KBbQ8wuv H4 {
  color: #ffffff;
}
.cid-s5KBbQ8wuv H5 {
  color: #ffffff;
  text-align: center;
}
.cid-s5KBbQ8wuv .bggrad {
  background: linear-gradient(145deg, #6335f9, #c824ca);
}
.cid-s5KBbQ8wuv H3 {
  color: #ffffff;
}
.cid-s5KFJHmyM9 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-s5KFJHmyM9 .container {
  max-width: 1500px;
}
.cid-s5KFJHmyM9 img {
  width: 100%;
}
.cid-s5KFJHmyM9 h2 {
  padding: 0;
  margin: 0;
}
.cid-s5KFJHmyM9 .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-s5KFJHmyM9 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-s5KFJHmyM9 .img-col {
  position: relative;
}
.cid-s5KFJHmyM9 .img2 {
  position: absolute;
  right: -6rem;
  top: 4rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-s5KFJHmyM9 .img2 {
    right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-s5KFJHmyM9 .img-col {
    margin-top: 3rem;
  }
  .cid-s5KFJHmyM9 .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-s5KFJHmyM9 .img2 {
    width: 50%;
    top: 2rem;
    margin-top: 90px;
    margin-right: 75px;
  }
  .cid-s5KFJHmyM9 .number {
    margin: auto;
  }
}
.cid-s5KFJHmyM9 H3 {
  color: #f49846;
}
.cid-s5KFJHmyM9 H2 {
  color: #464646;
}
.cid-s5KFJHmyM9 .mbr-text {
  color: #232323;
}
.cid-sugBvZfy5o {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sugBvZfy5o p {
  line-height: 1.6;
}
.cid-sugBvZfy5o .card-box {
  width: -webkit-fill-available;
}
.cid-sugBvZfy5o .card-img {
  width: auto;
}
.cid-sugBvZfy5o .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-sugBvZfy5o .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sugBvZfy5o .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-sugBvZfy5o .card {
  height: 100%;
  margin: auto;
}
.cid-sugBvZfy5o img {
  width: 100%;
  heigth: auto;
}
.cid-sugBvZfy5o .card-title1 {
  color: #464646;
  text-align: right;
}
.cid-sugBvZfy5o .mbr-text1 {
  color: #232323;
}
.cid-sugBvZfy5o .card-title2 {
  color: #464646;
}
.cid-sugBvZfy5o .mbr-text2 {
  color: #232323;
}
@media (max-width: 576px) {
  .cid-sugBvZfy5o .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-sugBvZfy5o .card-img {
    order: 1;
  }
  .cid-sugBvZfy5o .card-box {
    order: 2;
  }
}
@media (max-width: 400px) {
  .cid-sugBvZfy5o .card-title1 {
    color: #464646;
    text-align: center;
  }
}
.cid-s5KIaqjgHo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s5KIaqjgHo h3 {
  text-align: center;
  font-weight: 300;
}
.cid-s5KIaqjgHo .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-s5KIaqjgHo .mbr-section-subtitle {
  color: #232323;
  font-weight: 400;
}
.cid-s5KIaqjgHo .pie_progress__number {
  text-align: center !important;
}
.cid-s5KIaqjgHo .card-title {
  margin-bottom: 0;
}
.cid-s5KIaqjgHo .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-s5KIaqjgHo .svg-gradient {
  position: absolute;
}
.cid-s5KIaqjgHo ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-s5KIaqjgHo .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-s5KIaqjgHo .mbr-section-title {
  color: #464646;
}
.cid-s5KIaqjgHo H4 {
  color: #464646;
}
.cid-sugBgLTaPS {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sugBgLTaPS h3 {
  text-align: center;
  font-weight: 300;
}
.cid-sugBgLTaPS .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-sugBgLTaPS .mbr-section-subtitle {
  color: #232323;
}
.cid-sugBgLTaPS .pie_progress__number {
  text-align: center !important;
  color: #5e139e;
}
.cid-sugBgLTaPS .card-title {
  margin-bottom: 0;
}
.cid-sugBgLTaPS .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sugBgLTaPS .svg-gradient {
  position: absolute;
}
.cid-sugBgLTaPS ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sugBgLTaPS .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sugBgLTaPS .mbr-section-title {
  color: #464646;
}
.cid-sugBgLTaPS .card-text {
  color: #232323;
}
.cid-sugBgLTaPS H4 {
  color: #464646;
}
.cid-s5hpud6JoR {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-s5hpud6JoR .mbr-iconfont {
  font-size: 34px;
  width: 5.125rem;
  transition: color .3s;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  color: #fff;
  margin-top: -2.5rem;
  border-radius: 50%;
}
.cid-s5hpud6JoR .mbr-section-title {
  margin: 0;
  color: #464646;
}
.cid-s5hpud6JoR .mbr-section-subtitle {
  color: #232323;
}
.cid-s5hpud6JoR .card-img {
  text-align: inherit;
}
.cid-s5hpud6JoR .card-img span {
  background: linear-gradient(90deg, #6335f9, #c824ca);
}
.cid-s5hpud6JoR .mbr-text {
  color: #232323;
  font-weight: 400;
}
.cid-s5hpud6JoR .wrapper {
  border-radius: .25rem;
  padding: 2rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 991px) {
  .cid-s5hpud6JoR .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-s5hpud6JoR .mbr-card-title {
  color: #464646;
}
.cid-s5hq6UBh5d {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-s5hq6UBh5d .mbr-iconfont {
  font-size: 34px;
  width: 5.125rem;
  transition: color .3s;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  color: #fff;
  margin-top: -2.5rem;
  border-radius: 50%;
}
.cid-s5hq6UBh5d .mbr-section-title {
  margin: 0;
}
.cid-s5hq6UBh5d .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s5hq6UBh5d .card-img {
  text-align: inherit;
}
.cid-s5hq6UBh5d .card-img span {
  background: linear-gradient(90deg, #6335f9, #c824ca);
}
.cid-s5hq6UBh5d .mbr-text {
  color: #232323;
  font-weight: 400;
}
.cid-s5hq6UBh5d .wrapper {
  border-radius: .25rem;
  padding: 2rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 991px) {
  .cid-s5hq6UBh5d .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-s5hq6UBh5d .mbr-card-title {
  color: #464646;
}
.cid-s5Kcef2DB7 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5Kcef2DB7 .subicon-title {
  color: #464646;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-s5Kcef2DB7 .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-s5Kcef2DB7 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-s5Kcef2DB7 .underline .line {
  width: 3rem;
  height: 2px;
  background: #464646;
  display: inline-block;
}
.cid-s5Kcef2DB7 .process-icon,
.cid-s5Kcef2DB7 .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-s5Kcef2DB7 .wrapper,
.cid-s5Kcef2DB7 .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-s5Kcef2DB7 .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #6335f9;
  opacity: .4;
}
.cid-s5Kcef2DB7 .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-s5Kcef2DB7 .icon-container a {
  display: inherit;
}
.cid-s5Kcef2DB7 .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: #f49846 !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #ffffff;
  z-index: 1;
}
.cid-s5Kcef2DB7 .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-s5Kcef2DB7 .icon-main:hover .icon-wrapper {
  background: linear-gradient(145deg, #6335f9, #c824ca);
}
.cid-s5Kcef2DB7 .icon-main:hover .icon-number {
  background-color: #6335f9 !important;
  color: #ffffff !important;
}
.cid-s5Kcef2DB7 .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-s5Kcef2DB7 .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-s5Kcef2DB7 .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-s5Kcef2DB7 .third-elem .wrapper:before {
    display: none;
  }
}
.cid-s5Kcef2DB7 .mbr-section-title {
  margin: 0;
}
.cid-s5Kcef2DB7 .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-s5Kcef2DB7 .mbr-section-title,
.cid-s5Kcef2DB7 .underline {
  color: #464646;
}
.cid-s5Kgg0XJX5 {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-s5Kgg0XJX5 .subicon-title {
  color: #464646;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-s5Kgg0XJX5 .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-s5Kgg0XJX5 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-s5Kgg0XJX5 .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-s5Kgg0XJX5 .process-icon,
.cid-s5Kgg0XJX5 .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-s5Kgg0XJX5 .wrapper,
.cid-s5Kgg0XJX5 .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-s5Kgg0XJX5 .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #6335f9;
  opacity: .4;
}
.cid-s5Kgg0XJX5 .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-s5Kgg0XJX5 .icon-container a {
  display: inherit;
}
.cid-s5Kgg0XJX5 .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: #f49846 !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #ffffff;
  z-index: 1;
}
.cid-s5Kgg0XJX5 .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-s5Kgg0XJX5 .icon-main:hover .icon-wrapper {
  background: linear-gradient(145deg, #6335f9, #c824ca);
}
.cid-s5Kgg0XJX5 .icon-main:hover .icon-number {
  background-color: #6335f9 !important;
  color: #ffffff !important;
}
.cid-s5Kgg0XJX5 .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-s5Kgg0XJX5 .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-s5Kgg0XJX5 .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-s5Kgg0XJX5 .third-elem .wrapper:before {
    display: none;
  }
}
.cid-s5Kgg0XJX5 .mbr-section-title {
  margin: 0;
}
.cid-s5Kgg0XJX5 .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-s5KlwapqA3 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/grdbg2.jpeg");
}
.cid-s5KlwapqA3 H4 {
  color: #ffffff;
}
.cid-s5hpw8bsiu {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s5hpw8bsiu .mbr-text,
.cid-s5hpw8bsiu .mbr-section-subtitle {
  color: #767676;
}
.cid-s5hpw8bsiu .card-title {
  color: #66458e;
}
.cid-s5hpw8bsiu .card .card-img span {
  color: #6335f9;
  font-size: 60px;
  background: linear-gradient(45deg, #6335f9, #c824ca);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-s5hpw8bsiu .mbr-section-subtitle,
  .cid-s5hpw8bsiu .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s5hpw8bsiu .card .card-img span {
    background: none;
  }
}
.cid-s5hpw8bsiu .mbr-section-title {
  color: #464646;
}
.cid-s5hpw8bsiu .mbr-section-subtitle {
  color: #232323;
  font-weight: 400;
}
.cid-s5hpw8bsiu .card-title,
.cid-s5hpw8bsiu .card-img {
  color: #232323;
}
.cid-s5htywwjoC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s5htywwjoC .mbr-text,
.cid-s5htywwjoC .mbr-section-subtitle {
  color: #767676;
}
.cid-s5htywwjoC .card-title {
  color: #66458e;
}
.cid-s5htywwjoC .card .card-img span {
  color: #6335f9;
  font-size: 60px;
  background: linear-gradient(45deg, #6335f9, #c824ca);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-s5htywwjoC .mbr-section-subtitle,
  .cid-s5htywwjoC .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s5htywwjoC .card .card-img span {
    background: none;
  }
}
.cid-s5htywwjoC .card-title,
.cid-s5htywwjoC .card-img {
  color: #232323;
}
.cid-s5htADpEAF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s5htADpEAF .mbr-text,
.cid-s5htADpEAF .mbr-section-subtitle {
  color: #767676;
}
.cid-s5htADpEAF .card-title {
  color: #66458e;
}
.cid-s5htADpEAF .card .card-img span {
  color: #6335f9;
  font-size: 60px;
  background: linear-gradient(45deg, #6335f9, #c824ca);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-s5htADpEAF .mbr-section-subtitle,
  .cid-s5htADpEAF .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s5htADpEAF .card .card-img span {
    background: none;
  }
}
.cid-s5htADpEAF .card-title,
.cid-s5htADpEAF .card-img {
  color: #232323;
}
.cid-s5htzum8GC {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s5htzum8GC .mbr-text,
.cid-s5htzum8GC .mbr-section-subtitle {
  color: #767676;
}
.cid-s5htzum8GC .card-title {
  color: #66458e;
}
.cid-s5htzum8GC .card .card-img span {
  color: #6335f9;
  font-size: 60px;
  background: linear-gradient(45deg, #6335f9, #c824ca);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-s5htzum8GC .mbr-section-subtitle,
  .cid-s5htzum8GC .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s5htzum8GC .card .card-img span {
    background: none;
  }
}
.cid-s5htzum8GC .card-title,
.cid-s5htzum8GC .card-img {
  color: #232323;
}
.cid-s5hzvVyxBG {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mobile-app-consultation-1680x896.jpeg");
}
.cid-s5hzvVyxBG .mbr-overlay {
  background-color: #440448;
  opacity: 0.4;
}
.cid-s5hzvVyxBG textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-s5hzvVyxBG .text {
    max-width: 360px;
  }
}
.cid-s5hzvVyxBG .align-right {
  width: 100%;
}
.cid-s5hzvVyxBG .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-s5hzvVyxBG .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-s5hzvVyxBG .form-control,
.cid-s5hzvVyxBG .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px;
  border-bottom: 2px solid #cccccc;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s5hzvVyxBG .form-control::-webkit-input-placeholder,
.cid-s5hzvVyxBG .field-input::-webkit-input-placeholder,
.cid-s5hzvVyxBG .form-control::-webkit-input-placeholder,
.cid-s5hzvVyxBG .field-input::-webkit-input-placeholder {
  color: #b4b4b4;
}
.cid-s5hzvVyxBG .form-control:-moz-placeholder,
.cid-s5hzvVyxBG .field-input:-moz-placeholder,
.cid-s5hzvVyxBG .form-control:-moz-placeholder,
.cid-s5hzvVyxBG .field-input:-moz-placeholder {
  color: #b4b4b4;
}
.cid-s5hzvVyxBG .form-control:hover,
.cid-s5hzvVyxBG .field-input:hover,
.cid-s5hzvVyxBG .form-control:focus,
.cid-s5hzvVyxBG .field-input:focus {
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-s5hzvVyxBG .form-control:hover::-webkit-input-placeholder,
.cid-s5hzvVyxBG .field-input:hover::-webkit-input-placeholder,
.cid-s5hzvVyxBG .form-control:focus::-webkit-input-placeholder,
.cid-s5hzvVyxBG .field-input:focus::-webkit-input-placeholder,
.cid-s5hzvVyxBG .form-control:hover::-webkit-input-placeholder,
.cid-s5hzvVyxBG .field-input:hover::-webkit-input-placeholder,
.cid-s5hzvVyxBG .form-control:focus::-webkit-input-placeholder,
.cid-s5hzvVyxBG .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-s5hzvVyxBG .form-control:hover:-moz-placeholder,
.cid-s5hzvVyxBG .field-input:hover:-moz-placeholder,
.cid-s5hzvVyxBG .form-control:focus:-moz-placeholder,
.cid-s5hzvVyxBG .field-input:focus:-moz-placeholder,
.cid-s5hzvVyxBG .form-control:hover:-moz-placeholder,
.cid-s5hzvVyxBG .field-input:hover:-moz-placeholder,
.cid-s5hzvVyxBG .form-control:focus:-moz-placeholder,
.cid-s5hzvVyxBG .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-s5hzvVyxBG .jq-number__spin:hover,
.cid-s5hzvVyxBG .jq-number__spin:focus {
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-s5hzvVyxBG .jq-number__spin {
  border-color: #cccccc;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s5hzvVyxBG input::-webkit-clear-button {
  display: none;
}
.cid-s5hzvVyxBG input::-webkit-inner-spin-button {
  display: none;
}
.cid-s5hzvVyxBG input::-webkit-outer-spin-button {
  display: none;
}
.cid-s5hzvVyxBG input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-s5hzvVyxBG .title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s5hzvVyxBG .socicon-wrap {
    margin: auto;
  }
}
.cid-s5hzvVyxBG .mbr-text {
  color: #ffffff;
}
.cid-s5tGuo3lpu .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5tGuo3lpu .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-s5tGuo3lpu .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s5tGuo3lpu .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-s5tGuo3lpu .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s5tGuo3lpu .navbar.opened {
  transition: all .3s;
}
.cid-s5tGuo3lpu .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s5tGuo3lpu .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s5tGuo3lpu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s5tGuo3lpu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s5tGuo3lpu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s5tGuo3lpu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s5tGuo3lpu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s5tGuo3lpu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s5tGuo3lpu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s5tGuo3lpu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s5tGuo3lpu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s5tGuo3lpu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s5tGuo3lpu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s5tGuo3lpu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s5tGuo3lpu .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s5tGuo3lpu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s5tGuo3lpu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s5tGuo3lpu .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-s5tGuo3lpu .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-s5tGuo3lpu .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-s5tGuo3lpu .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s5tGuo3lpu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-s5tGuo3lpu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s5tGuo3lpu .mbr-iconfont {
  color: #464646 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s5tGuo3lpu .mbr-iconfont:hover {
  color: #6335f9;
}
.cid-s5tGuo3lpu .navbar-caption {
  padding-right: 4rem;
}
.cid-s5tGuo3lpu .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-s5tGuo3lpu .dropdown-menu,
.cid-s5tGuo3lpu .navbar.opened {
  background: #ffffff !important;
}
.cid-s5tGuo3lpu .nav-item:focus,
.cid-s5tGuo3lpu .nav-link:focus {
  outline: none;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5tGuo3lpu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s5tGuo3lpu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s5tGuo3lpu .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s5tGuo3lpu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s5tGuo3lpu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s5tGuo3lpu .dropdown-item.active,
.cid-s5tGuo3lpu .dropdown-item:active {
  background-color: transparent;
}
.cid-s5tGuo3lpu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s5tGuo3lpu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s5tGuo3lpu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s5tGuo3lpu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s5tGuo3lpu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s5tGuo3lpu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5tGuo3lpu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s5tGuo3lpu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s5tGuo3lpu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5tGuo3lpu .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s5tGuo3lpu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s5tGuo3lpu .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s5tGuo3lpu .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s5tGuo3lpu .navbar {
    height: 77px;
  }
  .cid-s5tGuo3lpu .navbar.opened {
    height: auto;
  }
  .cid-s5tGuo3lpu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-syYTTtBwJB {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-syYTTtBwJB h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-syYTTtBwJB .container {
    position: relative;
  }
  .cid-syYTTtBwJB .row {
    margin: 0;
  }
  .cid-syYTTtBwJB h2 {
    margin: 0;
  }
}
.cid-syYTTtBwJB .mbr-section-subtitle {
  color: #e9204f;
}
.cid-syYTTtBwJB .mbr-text {
  margin-top: 1.4rem;
  color: #232323;
}
.cid-syYTTtBwJB h2 {
  color: #464646;
}
.cid-syl4LVOG41 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-syl4LVOG41 .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-syl4LVOG41 .card-box:focus-within {
  opacity: 1;
}
.cid-syl4LVOG41 .row-center {
  height: 100%;
}
.cid-syl4LVOG41 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem;
}
.cid-syl4LVOG41 .card-img img {
  margin: auto;
}
.cid-syl4LVOG41 .card-wrapper {
  display: flex;
  position: relative;
  border: 1px solid #efefef;
  margin: auto;
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 4px;
  cursor: pointer;
  height: 100%;
  padding: 6rem 1rem;
  min-height: 240px;
  transition: all 1s;
}
.cid-syl4LVOG41 .card-wrapper:before {
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  background: #5e139e;
  opacity: 0.8;
  z-index: 2;
  pointer-events: none;
  transition: all 0.3s;
  transition-delay: 0.15s;
}
.cid-syl4LVOG41 .card-wrapper:hover .card-box,
.cid-syl4LVOG41 .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.15s;
}
.cid-syl4LVOG41 .card-wrapper:hover .card-img,
.cid-syl4LVOG41 .card-wrapper:focus-within .card-img {
  transform: translateY(-15px);
}
.cid-syl4LVOG41 .card-wrapper:hover:before,
.cid-syl4LVOG41 .card-wrapper:focus-within:before {
  height: 100%;
  transition-delay: 0s;
}
.cid-syl4LVOG41 .row {
  justify-content: center;
}
.cid-syl4LVOG41 .card-title {
  color: #fafafa;
}
@media (max-width: 992px) {
  .cid-syl4LVOG41 .card-box {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-syl4LVOG41 .card-img {
    transform: translateY(-15px);
  }
  .cid-syl4LVOG41 .card-wrapper:before {
    height: 100%;
  }
}
.cid-svA2cY0mlk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-svA2cY0mlk .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-svA2cY0mlk .container {
  max-width: 1400px;
}
.cid-svA2cY0mlk li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-svA2cY0mlk .col-lg-3 {
    max-width: 20%;
  }
}
.cid-svA2cY0mlk .time {
  line-height: 2;
}
.cid-svA2cY0mlk .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-svA2cY0mlk .text-wrap {
  width: 100%;
}
.cid-svA2cY0mlk .item-wrap {
  display: inline-block;
}
.cid-svA2cY0mlk .item-wrap span,
.cid-svA2cY0mlk .item-wrap p {
  transition: all 0.3s;
}
.cid-svA2cY0mlk .item-wrap:hover span,
.cid-svA2cY0mlk .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-svA2cY0mlk .item-wrap:hover .linkrefbtm {
  color: #ffffff;
}
.cid-svA2cY0mlk .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-svA2cY0mlk .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #a1a1a1 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-svA2cY0mlk .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-svA2cY0mlk .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-svA2cY0mlk .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-svA2cY0mlk .socicon-wrap {
    margin: auto;
  }
}
.cid-svA2cY0mlk .title {
  color: #e5e5e5;
}
.cid-svA2cY0mlk .mbr-text {
  color: #999999;
  text-align: left;
}
@media (max-width: 400px) {
  .cid-svA2cY0mlk .mbr-text {
    color: #999999;
    text-align: center;
    font-size: 13px;
  }
  .cid-svA2cY0mlk .icon-title {
    font-size: 13px;
  }
}
.cid-svA2cY0mlk .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-svA2cY0mlk .icon-title,
.cid-svA2cY0mlk .align-wrap {
  color: #999999;
  width: 100%;
}
.cid-svA2cY0mlk .mbr-section-btn {
  text-align: left;
}
.cid-svA2cY0mlk .linkrefbtm {
  color: #999999;
}
.cid-svA3hEYKPu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-svA3hEYKPu p {
  text-align: center;
}
.cid-svA3hEYKPu .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-svA3hEYKPu .social-list a:focus {
  text-decoration: none;
}
.cid-svA3hEYKPu .text-copyright {
  width: 100%;
  color: #cccccc;
}
.cid-svA3hEYKPu .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-svA3hEYKPu .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #999999;
  text-align: center;
}
.cid-svA3hEYKPu .logo-footer {
  line-height: normal;
}
.cid-svA3hEYKPu .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-svA3hEYKPu .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-svA3hEYKPu .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-svA3hEYKPu img {
  display: inline;
}
.cid-svA3hEYKPu .linkrefbtmsec {
  color: #999999;
}
.cid-s5tGuo3lpu .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5tGuo3lpu .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-s5tGuo3lpu .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s5tGuo3lpu .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-s5tGuo3lpu .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s5tGuo3lpu .navbar.opened {
  transition: all .3s;
}
.cid-s5tGuo3lpu .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s5tGuo3lpu .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s5tGuo3lpu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s5tGuo3lpu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s5tGuo3lpu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s5tGuo3lpu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s5tGuo3lpu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s5tGuo3lpu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s5tGuo3lpu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s5tGuo3lpu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s5tGuo3lpu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s5tGuo3lpu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s5tGuo3lpu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s5tGuo3lpu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s5tGuo3lpu .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s5tGuo3lpu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s5tGuo3lpu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s5tGuo3lpu .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-s5tGuo3lpu .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-s5tGuo3lpu .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-s5tGuo3lpu .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s5tGuo3lpu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-s5tGuo3lpu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s5tGuo3lpu .mbr-iconfont {
  color: #464646 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s5tGuo3lpu .mbr-iconfont:hover {
  color: #6335f9;
}
.cid-s5tGuo3lpu .navbar-caption {
  padding-right: 4rem;
}
.cid-s5tGuo3lpu .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-s5tGuo3lpu .dropdown-menu,
.cid-s5tGuo3lpu .navbar.opened {
  background: #ffffff !important;
}
.cid-s5tGuo3lpu .nav-item:focus,
.cid-s5tGuo3lpu .nav-link:focus {
  outline: none;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5tGuo3lpu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s5tGuo3lpu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s5tGuo3lpu .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s5tGuo3lpu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s5tGuo3lpu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s5tGuo3lpu .dropdown-item.active,
.cid-s5tGuo3lpu .dropdown-item:active {
  background-color: transparent;
}
.cid-s5tGuo3lpu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s5tGuo3lpu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s5tGuo3lpu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s5tGuo3lpu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s5tGuo3lpu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s5tGuo3lpu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5tGuo3lpu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s5tGuo3lpu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s5tGuo3lpu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5tGuo3lpu .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s5tGuo3lpu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s5tGuo3lpu .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s5tGuo3lpu .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s5tGuo3lpu .navbar {
    height: 77px;
  }
  .cid-s5tGuo3lpu .navbar.opened {
    height: auto;
  }
  .cid-s5tGuo3lpu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-scygkT0Vg9 {
  background-image: url("../../../assets/images/analytics-bg-640x427.jpeg");
}
.cid-scygkT0Vg9 .mbr-section-title {
  letter-spacing: .1em;
}
.cid-scygkT0Vg9 .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-scygkT0Vg9 .card-img span {
  font-size: 100px;
}
.cid-scygkT0Vg9 .mbr-text,
.cid-scygkT0Vg9 .mbr-section-btn {
  color: #5cd6ff;
  text-align: left;
}
.cid-scygkT0Vg9 .mbr-section-title,
.cid-scygkT0Vg9 .card-img {
  text-align: left;
  color: #f49846;
}
.cid-szgieZfvM8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-szgieZfvM8 .mbr-section-subtitle {
  color: #14191e;
  text-align: center;
}
.cid-szgieZfvM8 .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-svA2cY0mlk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-svA2cY0mlk .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-svA2cY0mlk .container {
  max-width: 1400px;
}
.cid-svA2cY0mlk li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-svA2cY0mlk .col-lg-3 {
    max-width: 20%;
  }
}
.cid-svA2cY0mlk .time {
  line-height: 2;
}
.cid-svA2cY0mlk .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-svA2cY0mlk .text-wrap {
  width: 100%;
}
.cid-svA2cY0mlk .item-wrap {
  display: inline-block;
}
.cid-svA2cY0mlk .item-wrap span,
.cid-svA2cY0mlk .item-wrap p {
  transition: all 0.3s;
}
.cid-svA2cY0mlk .item-wrap:hover span,
.cid-svA2cY0mlk .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-svA2cY0mlk .item-wrap:hover .linkrefbtm {
  color: #ffffff;
}
.cid-svA2cY0mlk .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-svA2cY0mlk .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #a1a1a1 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-svA2cY0mlk .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-svA2cY0mlk .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-svA2cY0mlk .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-svA2cY0mlk .socicon-wrap {
    margin: auto;
  }
}
.cid-svA2cY0mlk .title {
  color: #e5e5e5;
}
.cid-svA2cY0mlk .mbr-text {
  color: #999999;
  text-align: left;
}
@media (max-width: 400px) {
  .cid-svA2cY0mlk .mbr-text {
    color: #999999;
    text-align: center;
    font-size: 13px;
  }
  .cid-svA2cY0mlk .icon-title {
    font-size: 13px;
  }
}
.cid-svA2cY0mlk .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-svA2cY0mlk .icon-title,
.cid-svA2cY0mlk .align-wrap {
  color: #999999;
  width: 100%;
}
.cid-svA2cY0mlk .mbr-section-btn {
  text-align: left;
}
.cid-svA2cY0mlk .linkrefbtm {
  color: #999999;
}
.cid-svA3uC6aRv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-svA3uC6aRv p {
  text-align: center;
}
.cid-svA3uC6aRv .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-svA3uC6aRv .social-list a:focus {
  text-decoration: none;
}
.cid-svA3uC6aRv .text-copyright {
  width: 100%;
  color: #cccccc;
}
.cid-svA3uC6aRv .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-svA3uC6aRv .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #999999;
  text-align: center;
}
.cid-svA3uC6aRv .logo-footer {
  line-height: normal;
}
.cid-svA3uC6aRv .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-svA3uC6aRv .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-svA3uC6aRv .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-svA3uC6aRv img {
  display: inline;
}
.cid-svA3uC6aRv .linkrefbtmsec {
  color: #999999;
}
.cid-s5tGuo3lpu .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5tGuo3lpu .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-s5tGuo3lpu .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s5tGuo3lpu .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-s5tGuo3lpu .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s5tGuo3lpu .navbar.opened {
  transition: all .3s;
}
.cid-s5tGuo3lpu .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s5tGuo3lpu .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s5tGuo3lpu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s5tGuo3lpu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s5tGuo3lpu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s5tGuo3lpu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s5tGuo3lpu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s5tGuo3lpu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s5tGuo3lpu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s5tGuo3lpu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s5tGuo3lpu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s5tGuo3lpu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s5tGuo3lpu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s5tGuo3lpu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s5tGuo3lpu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s5tGuo3lpu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s5tGuo3lpu .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s5tGuo3lpu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s5tGuo3lpu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s5tGuo3lpu .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-s5tGuo3lpu .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-s5tGuo3lpu .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-s5tGuo3lpu .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s5tGuo3lpu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-s5tGuo3lpu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s5tGuo3lpu .mbr-iconfont {
  color: #464646 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s5tGuo3lpu .mbr-iconfont:hover {
  color: #6335f9;
}
.cid-s5tGuo3lpu .navbar-caption {
  padding-right: 4rem;
}
.cid-s5tGuo3lpu .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-s5tGuo3lpu .dropdown-menu,
.cid-s5tGuo3lpu .navbar.opened {
  background: #ffffff !important;
}
.cid-s5tGuo3lpu .nav-item:focus,
.cid-s5tGuo3lpu .nav-link:focus {
  outline: none;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s5tGuo3lpu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5tGuo3lpu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s5tGuo3lpu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s5tGuo3lpu .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s5tGuo3lpu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s5tGuo3lpu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s5tGuo3lpu .dropdown-item.active,
.cid-s5tGuo3lpu .dropdown-item:active {
  background-color: transparent;
}
.cid-s5tGuo3lpu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s5tGuo3lpu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s5tGuo3lpu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s5tGuo3lpu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s5tGuo3lpu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s5tGuo3lpu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5tGuo3lpu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s5tGuo3lpu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s5tGuo3lpu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5tGuo3lpu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5tGuo3lpu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5tGuo3lpu .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s5tGuo3lpu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s5tGuo3lpu .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s5tGuo3lpu .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s5tGuo3lpu .navbar {
    height: 77px;
  }
  .cid-s5tGuo3lpu .navbar.opened {
    height: auto;
  }
  .cid-s5tGuo3lpu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sz460itIH3 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #e9e9e9;
}
.cid-sz460itIH3 .row {
  background: #ffffff;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-sz460itIH3 img {
  width: 80%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-sz460itIH3 img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sz460itIH3 img {
    width: 90%;
    transform: scaleY(1);
    margin: auto;
  }
}
.cid-sz460itIH3 .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-sz460itIH3 .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sz460itIH3 .card {
    padding: 2rem 0rem;
  }
}
.cid-sz460itIH3 .mbr-text,
.cid-sz460itIH3 .mbr-section-btn {
  color: #777777;
}
.cid-sz460itIH3 .mbr-section-subtitle {
  color: #464646;
}
.cid-sz460itIH3 .mbr-section-title {
  color: #53a3ff;
}
.cid-sz40EUXvsK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sz40EUXvsK .mbr-section-subtitle {
  color: #0095ff;
}
.cid-sz40EUXvsK .mbr-text {
  color: #232323;
}
.cid-sQk3gzwV5q {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQk3gzwV5q h4 {
  margin-bottom: 0;
}
.cid-sQk3gzwV5q .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(154, 154, 154, 0.35);
}
.cid-sQk3gzwV5q .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sQk3gzwV5q .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sQk3gzwV5q .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sQk3gzwV5q .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #f49846 !important;
  box-shadow: none!important;
}
.cid-sQk3gzwV5q .btn[class*="-outline"]:active,
.cid-sQk3gzwV5q .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sQk3gzwV5q .card-box {
  padding-top: 2rem;
}
.cid-sQk3gzwV5q .card-wrapper {
  height: 100%;
}
.cid-sQk3gzwV5q .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sQk3gzwV5q img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sQk3gzwV5q .card-title {
  color: #464646;
}
.cid-sQk3gzwV5q .main-title {
  color: #232323;
}
.cid-sQk3gzwV5q .mbr-text,
.cid-sQk3gzwV5q .mbr-link-btn {
  color: #232323;
}
.cid-sQk3hmcudR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQk3hmcudR h4 {
  margin-bottom: 0;
}
.cid-sQk3hmcudR .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(154, 154, 154, 0.35);
}
.cid-sQk3hmcudR .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sQk3hmcudR .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sQk3hmcudR .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sQk3hmcudR .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #f49846 !important;
  box-shadow: none!important;
}
.cid-sQk3hmcudR .btn[class*="-outline"]:active,
.cid-sQk3hmcudR .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sQk3hmcudR .card-box {
  padding-top: 2rem;
}
.cid-sQk3hmcudR .card-wrapper {
  height: 100%;
}
.cid-sQk3hmcudR .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sQk3hmcudR img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sQk3hmcudR .card-title {
  color: #464646;
}
.cid-sQk3hmcudR .main-title {
  color: #232323;
}
.cid-sQk3hmcudR .mbr-text,
.cid-sQk3hmcudR .mbr-link-btn {
  color: #232323;
}
.cid-sQk3i2PubO {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sQk3i2PubO h4 {
  margin-bottom: 0;
}
.cid-sQk3i2PubO .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(154, 154, 154, 0.35);
}
.cid-sQk3i2PubO .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sQk3i2PubO .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sQk3i2PubO .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sQk3i2PubO .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #f49846 !important;
  box-shadow: none!important;
}
.cid-sQk3i2PubO .btn[class*="-outline"]:active,
.cid-sQk3i2PubO .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sQk3i2PubO .card-box {
  padding-top: 2rem;
}
.cid-sQk3i2PubO .card-wrapper {
  height: 100%;
}
.cid-sQk3i2PubO .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sQk3i2PubO img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sQk3i2PubO .card-title {
  color: #464646;
}
.cid-sQk3i2PubO .main-title {
  color: #232323;
}
.cid-sQk3i2PubO .mbr-text,
.cid-sQk3i2PubO .mbr-link-btn {
  color: #232323;
}
.cid-svA2cY0mlk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-svA2cY0mlk .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-svA2cY0mlk .container {
  max-width: 1400px;
}
.cid-svA2cY0mlk li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-svA2cY0mlk .col-lg-3 {
    max-width: 20%;
  }
}
.cid-svA2cY0mlk .time {
  line-height: 2;
}
.cid-svA2cY0mlk .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-svA2cY0mlk .text-wrap {
  width: 100%;
}
.cid-svA2cY0mlk .item-wrap {
  display: inline-block;
}
.cid-svA2cY0mlk .item-wrap span,
.cid-svA2cY0mlk .item-wrap p {
  transition: all 0.3s;
}
.cid-svA2cY0mlk .item-wrap:hover span,
.cid-svA2cY0mlk .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-svA2cY0mlk .item-wrap:hover .linkrefbtm {
  color: #ffffff;
}
.cid-svA2cY0mlk .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-svA2cY0mlk .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #a1a1a1 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-svA2cY0mlk .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-svA2cY0mlk .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-svA2cY0mlk .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-svA2cY0mlk .socicon-wrap {
    margin: auto;
  }
}
.cid-svA2cY0mlk .title {
  color: #e5e5e5;
}
.cid-svA2cY0mlk .mbr-text {
  color: #999999;
  text-align: left;
}
@media (max-width: 400px) {
  .cid-svA2cY0mlk .mbr-text {
    color: #999999;
    text-align: center;
    font-size: 13px;
  }
  .cid-svA2cY0mlk .icon-title {
    font-size: 13px;
  }
}
.cid-svA2cY0mlk .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-svA2cY0mlk .icon-title,
.cid-svA2cY0mlk .align-wrap {
  color: #999999;
  width: 100%;
}
.cid-svA2cY0mlk .mbr-section-btn {
  text-align: left;
}
.cid-svA2cY0mlk .linkrefbtm {
  color: #999999;
}
.cid-sz4sH975pT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-sz4sH975pT p {
  text-align: center;
}
.cid-sz4sH975pT .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sz4sH975pT .social-list a:focus {
  text-decoration: none;
}
.cid-sz4sH975pT .text-copyright {
  width: 100%;
  color: #cccccc;
}
.cid-sz4sH975pT .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sz4sH975pT .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #999999;
  text-align: center;
}
.cid-sz4sH975pT .logo-footer {
  line-height: normal;
}
.cid-sz4sH975pT .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sz4sH975pT .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sz4sH975pT .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sz4sH975pT img {
  display: inline;
}
.cid-sz4sH975pT .linkrefbtmsec {
  color: #999999;
}
.cid-sz4hwpNcFi .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sz4hwpNcFi .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-sz4hwpNcFi .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sz4hwpNcFi .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-sz4hwpNcFi .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sz4hwpNcFi .navbar.opened {
  transition: all .3s;
}
.cid-sz4hwpNcFi .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sz4hwpNcFi .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sz4hwpNcFi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sz4hwpNcFi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sz4hwpNcFi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sz4hwpNcFi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sz4hwpNcFi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sz4hwpNcFi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sz4hwpNcFi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sz4hwpNcFi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sz4hwpNcFi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sz4hwpNcFi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sz4hwpNcFi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sz4hwpNcFi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sz4hwpNcFi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sz4hwpNcFi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sz4hwpNcFi .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sz4hwpNcFi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sz4hwpNcFi .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sz4hwpNcFi .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sz4hwpNcFi .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sz4hwpNcFi .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sz4hwpNcFi .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sz4hwpNcFi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sz4hwpNcFi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sz4hwpNcFi .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sz4hwpNcFi .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-sz4hwpNcFi .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sz4hwpNcFi .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sz4hwpNcFi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-sz4hwpNcFi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sz4hwpNcFi .mbr-iconfont {
  color: #464646 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sz4hwpNcFi .mbr-iconfont:hover {
  color: #6335f9;
}
.cid-sz4hwpNcFi .navbar-caption {
  padding-right: 4rem;
}
.cid-sz4hwpNcFi .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-sz4hwpNcFi .dropdown-menu,
.cid-sz4hwpNcFi .navbar.opened {
  background: #ffffff !important;
}
.cid-sz4hwpNcFi .nav-item:focus,
.cid-sz4hwpNcFi .nav-link:focus {
  outline: none;
}
.cid-sz4hwpNcFi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sz4hwpNcFi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sz4hwpNcFi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sz4hwpNcFi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sz4hwpNcFi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sz4hwpNcFi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sz4hwpNcFi .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sz4hwpNcFi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sz4hwpNcFi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sz4hwpNcFi .dropdown-item.active,
.cid-sz4hwpNcFi .dropdown-item:active {
  background-color: transparent;
}
.cid-sz4hwpNcFi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sz4hwpNcFi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sz4hwpNcFi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sz4hwpNcFi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sz4hwpNcFi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sz4hwpNcFi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sz4hwpNcFi ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sz4hwpNcFi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sz4hwpNcFi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sz4hwpNcFi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sz4hwpNcFi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sz4hwpNcFi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sz4hwpNcFi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sz4hwpNcFi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sz4hwpNcFi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sz4hwpNcFi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sz4hwpNcFi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sz4hwpNcFi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sz4hwpNcFi .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sz4hwpNcFi a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sz4hwpNcFi .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sz4hwpNcFi .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sz4hwpNcFi .navbar {
    height: 77px;
  }
  .cid-sz4hwpNcFi .navbar.opened {
    height: auto;
  }
  .cid-sz4hwpNcFi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sz4hwqstvK {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #e9e9e9;
}
.cid-sz4hwqstvK .row {
  background: #ffffff;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-sz4hwqstvK img {
  width: 80%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-sz4hwqstvK img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sz4hwqstvK img {
    width: 90%;
    transform: scaleY(1);
    margin: auto;
  }
}
.cid-sz4hwqstvK .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-sz4hwqstvK .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sz4hwqstvK .card {
    padding: 2rem 0rem;
  }
}
.cid-sz4hwqstvK .mbr-text,
.cid-sz4hwqstvK .mbr-section-btn {
  color: #777777;
}
.cid-sz4hwqstvK .mbr-section-subtitle {
  color: #464646;
}
.cid-sz4hwqstvK .mbr-section-title {
  color: #53a3ff;
}
.cid-sz4hwqK0Iq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sz4hwqK0Iq .mbr-section-subtitle {
  color: #0095ff;
}
.cid-sz4hwqK0Iq .mbr-text {
  color: #232323;
}
.cid-sQk3nNjobp {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQk3nNjobp h4 {
  margin-bottom: 0;
}
.cid-sQk3nNjobp .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(154, 154, 154, 0.35);
}
.cid-sQk3nNjobp .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sQk3nNjobp .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sQk3nNjobp .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sQk3nNjobp .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #f49846 !important;
  box-shadow: none!important;
}
.cid-sQk3nNjobp .btn[class*="-outline"]:active,
.cid-sQk3nNjobp .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sQk3nNjobp .card-box {
  padding-top: 2rem;
}
.cid-sQk3nNjobp .card-wrapper {
  height: 100%;
}
.cid-sQk3nNjobp .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sQk3nNjobp img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sQk3nNjobp .card-title {
  color: #464646;
}
.cid-sQk3nNjobp .main-title {
  color: #232323;
}
.cid-sQk3nNjobp .mbr-text,
.cid-sQk3nNjobp .mbr-link-btn {
  color: #232323;
}
.cid-sQk3oendmQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQk3oendmQ h4 {
  margin-bottom: 0;
}
.cid-sQk3oendmQ .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(154, 154, 154, 0.35);
}
.cid-sQk3oendmQ .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sQk3oendmQ .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sQk3oendmQ .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sQk3oendmQ .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #f49846 !important;
  box-shadow: none!important;
}
.cid-sQk3oendmQ .btn[class*="-outline"]:active,
.cid-sQk3oendmQ .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sQk3oendmQ .card-box {
  padding-top: 2rem;
}
.cid-sQk3oendmQ .card-wrapper {
  height: 100%;
}
.cid-sQk3oendmQ .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sQk3oendmQ img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sQk3oendmQ .card-title {
  color: #464646;
}
.cid-sQk3oendmQ .main-title {
  color: #232323;
}
.cid-sQk3oendmQ .mbr-text,
.cid-sQk3oendmQ .mbr-link-btn {
  color: #232323;
}
.cid-sQk3oN5uzb {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sQk3oN5uzb h4 {
  margin-bottom: 0;
}
.cid-sQk3oN5uzb .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(154, 154, 154, 0.35);
}
.cid-sQk3oN5uzb .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sQk3oN5uzb .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sQk3oN5uzb .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sQk3oN5uzb .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #f49846 !important;
  box-shadow: none!important;
}
.cid-sQk3oN5uzb .btn[class*="-outline"]:active,
.cid-sQk3oN5uzb .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sQk3oN5uzb .card-box {
  padding-top: 2rem;
}
.cid-sQk3oN5uzb .card-wrapper {
  height: 100%;
}
.cid-sQk3oN5uzb .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sQk3oN5uzb img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sQk3oN5uzb .card-title {
  color: #464646;
}
.cid-sQk3oN5uzb .main-title {
  color: #232323;
}
.cid-sQk3oN5uzb .mbr-text,
.cid-sQk3oN5uzb .mbr-link-btn {
  color: #232323;
}
.cid-sz4hwrgtB3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-sz4hwrgtB3 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-sz4hwrgtB3 .container {
  max-width: 1400px;
}
.cid-sz4hwrgtB3 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-sz4hwrgtB3 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-sz4hwrgtB3 .time {
  line-height: 2;
}
.cid-sz4hwrgtB3 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-sz4hwrgtB3 .text-wrap {
  width: 100%;
}
.cid-sz4hwrgtB3 .item-wrap {
  display: inline-block;
}
.cid-sz4hwrgtB3 .item-wrap span,
.cid-sz4hwrgtB3 .item-wrap p {
  transition: all 0.3s;
}
.cid-sz4hwrgtB3 .item-wrap:hover span,
.cid-sz4hwrgtB3 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-sz4hwrgtB3 .item-wrap:hover .linkrefbtm {
  color: #ffffff;
}
.cid-sz4hwrgtB3 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sz4hwrgtB3 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #a1a1a1 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sz4hwrgtB3 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-sz4hwrgtB3 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-sz4hwrgtB3 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sz4hwrgtB3 .socicon-wrap {
    margin: auto;
  }
}
.cid-sz4hwrgtB3 .title {
  color: #e5e5e5;
}
.cid-sz4hwrgtB3 .mbr-text {
  color: #999999;
  text-align: left;
}
@media (max-width: 400px) {
  .cid-sz4hwrgtB3 .mbr-text {
    color: #999999;
    text-align: center;
    font-size: 13px;
  }
  .cid-sz4hwrgtB3 .icon-title {
    font-size: 13px;
  }
}
.cid-sz4hwrgtB3 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-sz4hwrgtB3 .icon-title,
.cid-sz4hwrgtB3 .align-wrap {
  color: #999999;
  width: 100%;
}
.cid-sz4hwrgtB3 .mbr-section-btn {
  text-align: left;
}
.cid-sz4hwrgtB3 .linkrefbtm {
  color: #999999;
}
.cid-sz4t8XCch7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-sz4t8XCch7 p {
  text-align: center;
}
.cid-sz4t8XCch7 .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sz4t8XCch7 .social-list a:focus {
  text-decoration: none;
}
.cid-sz4t8XCch7 .text-copyright {
  width: 100%;
  color: #cccccc;
}
.cid-sz4t8XCch7 .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sz4t8XCch7 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #999999;
  text-align: center;
}
.cid-sz4t8XCch7 .logo-footer {
  line-height: normal;
}
.cid-sz4t8XCch7 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sz4t8XCch7 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sz4t8XCch7 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sz4t8XCch7 img {
  display: inline;
}
.cid-sz4t8XCch7 .linkrefbtmsec {
  color: #999999;
}
.cid-sz4lF8WXAF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sz4lF8WXAF .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-sz4lF8WXAF .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sz4lF8WXAF .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-sz4lF8WXAF .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sz4lF8WXAF .navbar.opened {
  transition: all .3s;
}
.cid-sz4lF8WXAF .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sz4lF8WXAF .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sz4lF8WXAF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sz4lF8WXAF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sz4lF8WXAF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sz4lF8WXAF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sz4lF8WXAF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sz4lF8WXAF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sz4lF8WXAF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sz4lF8WXAF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sz4lF8WXAF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sz4lF8WXAF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sz4lF8WXAF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sz4lF8WXAF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sz4lF8WXAF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sz4lF8WXAF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sz4lF8WXAF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sz4lF8WXAF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sz4lF8WXAF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sz4lF8WXAF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sz4lF8WXAF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sz4lF8WXAF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sz4lF8WXAF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sz4lF8WXAF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sz4lF8WXAF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sz4lF8WXAF .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sz4lF8WXAF .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-sz4lF8WXAF .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sz4lF8WXAF .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sz4lF8WXAF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-sz4lF8WXAF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sz4lF8WXAF .mbr-iconfont {
  color: #464646 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sz4lF8WXAF .mbr-iconfont:hover {
  color: #6335f9;
}
.cid-sz4lF8WXAF .navbar-caption {
  padding-right: 4rem;
}
.cid-sz4lF8WXAF .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-sz4lF8WXAF .dropdown-menu,
.cid-sz4lF8WXAF .navbar.opened {
  background: #ffffff !important;
}
.cid-sz4lF8WXAF .nav-item:focus,
.cid-sz4lF8WXAF .nav-link:focus {
  outline: none;
}
.cid-sz4lF8WXAF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sz4lF8WXAF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sz4lF8WXAF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sz4lF8WXAF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sz4lF8WXAF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sz4lF8WXAF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sz4lF8WXAF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sz4lF8WXAF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sz4lF8WXAF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sz4lF8WXAF .dropdown-item.active,
.cid-sz4lF8WXAF .dropdown-item:active {
  background-color: transparent;
}
.cid-sz4lF8WXAF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sz4lF8WXAF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sz4lF8WXAF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sz4lF8WXAF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sz4lF8WXAF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sz4lF8WXAF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sz4lF8WXAF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sz4lF8WXAF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sz4lF8WXAF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sz4lF8WXAF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sz4lF8WXAF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sz4lF8WXAF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sz4lF8WXAF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sz4lF8WXAF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sz4lF8WXAF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sz4lF8WXAF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sz4lF8WXAF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sz4lF8WXAF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sz4lF8WXAF .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sz4lF8WXAF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sz4lF8WXAF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sz4lF8WXAF .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sz4lF8WXAF .navbar {
    height: 77px;
  }
  .cid-sz4lF8WXAF .navbar.opened {
    height: auto;
  }
  .cid-sz4lF8WXAF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sz4lF9vLA6 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #e9e9e9;
}
.cid-sz4lF9vLA6 .row {
  background: #ffffff;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-sz4lF9vLA6 img {
  width: 80%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-sz4lF9vLA6 img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sz4lF9vLA6 img {
    width: 90%;
    transform: scaleY(1);
    margin: auto;
  }
}
.cid-sz4lF9vLA6 .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-sz4lF9vLA6 .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sz4lF9vLA6 .card {
    padding: 2rem 0rem;
  }
}
.cid-sz4lF9vLA6 .mbr-text,
.cid-sz4lF9vLA6 .mbr-section-btn {
  color: #777777;
}
.cid-sz4lF9vLA6 .mbr-section-subtitle {
  color: #464646;
}
.cid-sz4lF9vLA6 .mbr-section-title {
  color: #53a3ff;
}
.cid-sz4lF9J6hQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sz4lF9J6hQ .mbr-section-subtitle {
  color: #0095ff;
}
.cid-sz4lF9J6hQ .mbr-text {
  color: #232323;
}
.cid-sQk3v9ZhXq {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQk3v9ZhXq h4 {
  margin-bottom: 0;
}
.cid-sQk3v9ZhXq .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(154, 154, 154, 0.35);
}
.cid-sQk3v9ZhXq .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sQk3v9ZhXq .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sQk3v9ZhXq .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sQk3v9ZhXq .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #f49846 !important;
  box-shadow: none!important;
}
.cid-sQk3v9ZhXq .btn[class*="-outline"]:active,
.cid-sQk3v9ZhXq .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sQk3v9ZhXq .card-box {
  padding-top: 2rem;
}
.cid-sQk3v9ZhXq .card-wrapper {
  height: 100%;
}
.cid-sQk3v9ZhXq .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sQk3v9ZhXq img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sQk3v9ZhXq .card-title {
  color: #464646;
}
.cid-sQk3v9ZhXq .main-title {
  color: #232323;
}
.cid-sQk3v9ZhXq .mbr-text,
.cid-sQk3v9ZhXq .mbr-link-btn {
  color: #232323;
}
.cid-sQk3vADAc7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQk3vADAc7 h4 {
  margin-bottom: 0;
}
.cid-sQk3vADAc7 .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(154, 154, 154, 0.35);
}
.cid-sQk3vADAc7 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sQk3vADAc7 .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sQk3vADAc7 .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sQk3vADAc7 .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #f49846 !important;
  box-shadow: none!important;
}
.cid-sQk3vADAc7 .btn[class*="-outline"]:active,
.cid-sQk3vADAc7 .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sQk3vADAc7 .card-box {
  padding-top: 2rem;
}
.cid-sQk3vADAc7 .card-wrapper {
  height: 100%;
}
.cid-sQk3vADAc7 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sQk3vADAc7 img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sQk3vADAc7 .card-title {
  color: #464646;
}
.cid-sQk3vADAc7 .main-title {
  color: #232323;
}
.cid-sQk3vADAc7 .mbr-text,
.cid-sQk3vADAc7 .mbr-link-btn {
  color: #232323;
}
.cid-sQk3w4dZqh {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sQk3w4dZqh h4 {
  margin-bottom: 0;
}
.cid-sQk3w4dZqh .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(154, 154, 154, 0.35);
}
.cid-sQk3w4dZqh .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sQk3w4dZqh .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sQk3w4dZqh .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sQk3w4dZqh .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #f49846 !important;
  box-shadow: none!important;
}
.cid-sQk3w4dZqh .btn[class*="-outline"]:active,
.cid-sQk3w4dZqh .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sQk3w4dZqh .card-box {
  padding-top: 2rem;
}
.cid-sQk3w4dZqh .card-wrapper {
  height: 100%;
}
.cid-sQk3w4dZqh .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sQk3w4dZqh img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sQk3w4dZqh .card-title {
  color: #464646;
}
.cid-sQk3w4dZqh .main-title {
  color: #232323;
}
.cid-sQk3w4dZqh .mbr-text,
.cid-sQk3w4dZqh .mbr-link-btn {
  color: #232323;
}
.cid-sz4lF9YDDm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-sz4lF9YDDm .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-sz4lF9YDDm .container {
  max-width: 1400px;
}
.cid-sz4lF9YDDm li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-sz4lF9YDDm .col-lg-3 {
    max-width: 20%;
  }
}
.cid-sz4lF9YDDm .time {
  line-height: 2;
}
.cid-sz4lF9YDDm .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-sz4lF9YDDm .text-wrap {
  width: 100%;
}
.cid-sz4lF9YDDm .item-wrap {
  display: inline-block;
}
.cid-sz4lF9YDDm .item-wrap span,
.cid-sz4lF9YDDm .item-wrap p {
  transition: all 0.3s;
}
.cid-sz4lF9YDDm .item-wrap:hover span,
.cid-sz4lF9YDDm .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-sz4lF9YDDm .item-wrap:hover .linkrefbtm {
  color: #ffffff;
}
.cid-sz4lF9YDDm .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sz4lF9YDDm .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #a1a1a1 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sz4lF9YDDm .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-sz4lF9YDDm .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-sz4lF9YDDm .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sz4lF9YDDm .socicon-wrap {
    margin: auto;
  }
}
.cid-sz4lF9YDDm .title {
  color: #e5e5e5;
}
.cid-sz4lF9YDDm .mbr-text {
  color: #999999;
  text-align: left;
}
@media (max-width: 400px) {
  .cid-sz4lF9YDDm .mbr-text {
    color: #999999;
    text-align: center;
    font-size: 13px;
  }
  .cid-sz4lF9YDDm .icon-title {
    font-size: 13px;
  }
}
.cid-sz4lF9YDDm .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-sz4lF9YDDm .icon-title,
.cid-sz4lF9YDDm .align-wrap {
  color: #999999;
  width: 100%;
}
.cid-sz4lF9YDDm .mbr-section-btn {
  text-align: left;
}
.cid-sz4lF9YDDm .linkrefbtm {
  color: #999999;
}
.cid-sz4tc09zBP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-sz4tc09zBP p {
  text-align: center;
}
.cid-sz4tc09zBP .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sz4tc09zBP .social-list a:focus {
  text-decoration: none;
}
.cid-sz4tc09zBP .text-copyright {
  width: 100%;
  color: #cccccc;
}
.cid-sz4tc09zBP .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sz4tc09zBP .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #999999;
  text-align: center;
}
.cid-sz4tc09zBP .logo-footer {
  line-height: normal;
}
.cid-sz4tc09zBP .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sz4tc09zBP .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sz4tc09zBP .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sz4tc09zBP img {
  display: inline;
}
.cid-sz4tc09zBP .linkrefbtmsec {
  color: #999999;
}
.cid-sCtgByLYZS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sCtgByLYZS .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-sCtgByLYZS .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sCtgByLYZS .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-sCtgByLYZS .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sCtgByLYZS .navbar.opened {
  transition: all .3s;
}
.cid-sCtgByLYZS .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sCtgByLYZS .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sCtgByLYZS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCtgByLYZS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCtgByLYZS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sCtgByLYZS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCtgByLYZS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCtgByLYZS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sCtgByLYZS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCtgByLYZS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sCtgByLYZS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sCtgByLYZS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCtgByLYZS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCtgByLYZS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCtgByLYZS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCtgByLYZS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sCtgByLYZS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sCtgByLYZS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCtgByLYZS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCtgByLYZS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCtgByLYZS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sCtgByLYZS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sCtgByLYZS .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sCtgByLYZS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sCtgByLYZS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sCtgByLYZS .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sCtgByLYZS .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-sCtgByLYZS .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sCtgByLYZS .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sCtgByLYZS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-sCtgByLYZS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCtgByLYZS .mbr-iconfont {
  color: #464646 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sCtgByLYZS .mbr-iconfont:hover {
  color: #6335f9;
}
.cid-sCtgByLYZS .navbar-caption {
  padding-right: 4rem;
}
.cid-sCtgByLYZS .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-sCtgByLYZS .dropdown-menu,
.cid-sCtgByLYZS .navbar.opened {
  background: #ffffff !important;
}
.cid-sCtgByLYZS .nav-item:focus,
.cid-sCtgByLYZS .nav-link:focus {
  outline: none;
}
.cid-sCtgByLYZS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sCtgByLYZS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCtgByLYZS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sCtgByLYZS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sCtgByLYZS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCtgByLYZS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCtgByLYZS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCtgByLYZS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCtgByLYZS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCtgByLYZS .dropdown-item.active,
.cid-sCtgByLYZS .dropdown-item:active {
  background-color: transparent;
}
.cid-sCtgByLYZS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCtgByLYZS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCtgByLYZS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCtgByLYZS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sCtgByLYZS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCtgByLYZS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCtgByLYZS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sCtgByLYZS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCtgByLYZS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCtgByLYZS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCtgByLYZS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sCtgByLYZS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sCtgByLYZS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sCtgByLYZS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sCtgByLYZS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCtgByLYZS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sCtgByLYZS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sCtgByLYZS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCtgByLYZS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sCtgByLYZS a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCtgByLYZS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sCtgByLYZS .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCtgByLYZS .navbar {
    height: 77px;
  }
  .cid-sCtgByLYZS .navbar.opened {
    height: auto;
  }
  .cid-sCtgByLYZS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCtgBz73tc {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #e9e9e9;
}
.cid-sCtgBz73tc .row {
  background: #ffffff;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-sCtgBz73tc img {
  width: 80%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-sCtgBz73tc img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sCtgBz73tc img {
    width: 90%;
    transform: scaleY(1);
    margin: auto;
  }
}
.cid-sCtgBz73tc .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-sCtgBz73tc .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sCtgBz73tc .card {
    padding: 2rem 0rem;
  }
}
.cid-sCtgBz73tc .mbr-text,
.cid-sCtgBz73tc .mbr-section-btn {
  color: #777777;
}
.cid-sCtgBz73tc .mbr-section-subtitle {
  color: #464646;
}
.cid-sCtgBz73tc .mbr-section-title {
  color: #53a3ff;
}
.cid-sCtgBzhsLB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sCtgBzhsLB .mbr-section-subtitle {
  color: #0095ff;
}
.cid-sCtgBzhsLB .mbr-text {
  color: #232323;
}
.cid-sQk3E2Et6D {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQk3E2Et6D h4 {
  margin-bottom: 0;
}
.cid-sQk3E2Et6D .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(154, 154, 154, 0.35);
}
.cid-sQk3E2Et6D .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sQk3E2Et6D .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sQk3E2Et6D .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sQk3E2Et6D .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #f49846 !important;
  box-shadow: none!important;
}
.cid-sQk3E2Et6D .btn[class*="-outline"]:active,
.cid-sQk3E2Et6D .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sQk3E2Et6D .card-box {
  padding-top: 2rem;
}
.cid-sQk3E2Et6D .card-wrapper {
  height: 100%;
}
.cid-sQk3E2Et6D .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sQk3E2Et6D img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sQk3E2Et6D .card-title {
  color: #464646;
}
.cid-sQk3E2Et6D .main-title {
  color: #232323;
}
.cid-sQk3E2Et6D .mbr-text,
.cid-sQk3E2Et6D .mbr-link-btn {
  color: #232323;
}
.cid-sQk3EBSsH7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQk3EBSsH7 h4 {
  margin-bottom: 0;
}
.cid-sQk3EBSsH7 .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(154, 154, 154, 0.35);
}
.cid-sQk3EBSsH7 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sQk3EBSsH7 .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sQk3EBSsH7 .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sQk3EBSsH7 .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #f49846 !important;
  box-shadow: none!important;
}
.cid-sQk3EBSsH7 .btn[class*="-outline"]:active,
.cid-sQk3EBSsH7 .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sQk3EBSsH7 .card-box {
  padding-top: 2rem;
}
.cid-sQk3EBSsH7 .card-wrapper {
  height: 100%;
}
.cid-sQk3EBSsH7 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sQk3EBSsH7 img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sQk3EBSsH7 .card-title {
  color: #464646;
}
.cid-sQk3EBSsH7 .main-title {
  color: #232323;
}
.cid-sQk3EBSsH7 .mbr-text,
.cid-sQk3EBSsH7 .mbr-link-btn {
  color: #232323;
}
.cid-sQk3F5pJ4v {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sQk3F5pJ4v h4 {
  margin-bottom: 0;
}
.cid-sQk3F5pJ4v .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(154, 154, 154, 0.35);
}
.cid-sQk3F5pJ4v .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sQk3F5pJ4v .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sQk3F5pJ4v .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sQk3F5pJ4v .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #f49846 !important;
  box-shadow: none!important;
}
.cid-sQk3F5pJ4v .btn[class*="-outline"]:active,
.cid-sQk3F5pJ4v .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sQk3F5pJ4v .card-box {
  padding-top: 2rem;
}
.cid-sQk3F5pJ4v .card-wrapper {
  height: 100%;
}
.cid-sQk3F5pJ4v .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sQk3F5pJ4v img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sQk3F5pJ4v .card-title {
  color: #464646;
}
.cid-sQk3F5pJ4v .main-title {
  color: #232323;
}
.cid-sQk3F5pJ4v .mbr-text,
.cid-sQk3F5pJ4v .mbr-link-btn {
  color: #232323;
}
.cid-sCtgBzsBH0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-sCtgBzsBH0 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-sCtgBzsBH0 .container {
  max-width: 1400px;
}
.cid-sCtgBzsBH0 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-sCtgBzsBH0 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-sCtgBzsBH0 .time {
  line-height: 2;
}
.cid-sCtgBzsBH0 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-sCtgBzsBH0 .text-wrap {
  width: 100%;
}
.cid-sCtgBzsBH0 .item-wrap {
  display: inline-block;
}
.cid-sCtgBzsBH0 .item-wrap span,
.cid-sCtgBzsBH0 .item-wrap p {
  transition: all 0.3s;
}
.cid-sCtgBzsBH0 .item-wrap:hover span,
.cid-sCtgBzsBH0 .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-sCtgBzsBH0 .item-wrap:hover .linkrefbtm {
  color: #ffffff;
}
.cid-sCtgBzsBH0 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sCtgBzsBH0 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #a1a1a1 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sCtgBzsBH0 .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-sCtgBzsBH0 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-sCtgBzsBH0 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sCtgBzsBH0 .socicon-wrap {
    margin: auto;
  }
}
.cid-sCtgBzsBH0 .title {
  color: #e5e5e5;
}
.cid-sCtgBzsBH0 .mbr-text {
  color: #999999;
  text-align: left;
}
@media (max-width: 400px) {
  .cid-sCtgBzsBH0 .mbr-text {
    color: #999999;
    text-align: center;
    font-size: 13px;
  }
  .cid-sCtgBzsBH0 .icon-title {
    font-size: 13px;
  }
}
.cid-sCtgBzsBH0 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-sCtgBzsBH0 .icon-title,
.cid-sCtgBzsBH0 .align-wrap {
  color: #999999;
  width: 100%;
}
.cid-sCtgBzsBH0 .mbr-section-btn {
  text-align: left;
}
.cid-sCtgBzsBH0 .linkrefbtm {
  color: #999999;
}
.cid-sCtgBzP8MG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-sCtgBzP8MG p {
  text-align: center;
}
.cid-sCtgBzP8MG .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sCtgBzP8MG .social-list a:focus {
  text-decoration: none;
}
.cid-sCtgBzP8MG .text-copyright {
  width: 100%;
  color: #cccccc;
}
.cid-sCtgBzP8MG .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sCtgBzP8MG .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #999999;
  text-align: center;
}
.cid-sCtgBzP8MG .logo-footer {
  line-height: normal;
}
.cid-sCtgBzP8MG .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCtgBzP8MG .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCtgBzP8MG .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCtgBzP8MG img {
  display: inline;
}
.cid-sCtgBzP8MG .linkrefbtmsec {
  color: #999999;
}
.cid-sCtvVY5P8X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sCtvVY5P8X .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-sCtvVY5P8X .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sCtvVY5P8X .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-sCtvVY5P8X .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sCtvVY5P8X .navbar.opened {
  transition: all .3s;
}
.cid-sCtvVY5P8X .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sCtvVY5P8X .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sCtvVY5P8X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCtvVY5P8X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCtvVY5P8X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sCtvVY5P8X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCtvVY5P8X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCtvVY5P8X .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sCtvVY5P8X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCtvVY5P8X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sCtvVY5P8X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sCtvVY5P8X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCtvVY5P8X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCtvVY5P8X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCtvVY5P8X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCtvVY5P8X .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sCtvVY5P8X .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sCtvVY5P8X .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCtvVY5P8X .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCtvVY5P8X .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCtvVY5P8X .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sCtvVY5P8X .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sCtvVY5P8X .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sCtvVY5P8X .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sCtvVY5P8X .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sCtvVY5P8X .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sCtvVY5P8X .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-sCtvVY5P8X .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sCtvVY5P8X .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sCtvVY5P8X .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-sCtvVY5P8X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCtvVY5P8X .mbr-iconfont {
  color: #464646 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sCtvVY5P8X .mbr-iconfont:hover {
  color: #6335f9;
}
.cid-sCtvVY5P8X .navbar-caption {
  padding-right: 4rem;
}
.cid-sCtvVY5P8X .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-sCtvVY5P8X .dropdown-menu,
.cid-sCtvVY5P8X .navbar.opened {
  background: #ffffff !important;
}
.cid-sCtvVY5P8X .nav-item:focus,
.cid-sCtvVY5P8X .nav-link:focus {
  outline: none;
}
.cid-sCtvVY5P8X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sCtvVY5P8X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCtvVY5P8X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sCtvVY5P8X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sCtvVY5P8X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCtvVY5P8X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCtvVY5P8X .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCtvVY5P8X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCtvVY5P8X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCtvVY5P8X .dropdown-item.active,
.cid-sCtvVY5P8X .dropdown-item:active {
  background-color: transparent;
}
.cid-sCtvVY5P8X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCtvVY5P8X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCtvVY5P8X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCtvVY5P8X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sCtvVY5P8X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCtvVY5P8X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCtvVY5P8X ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sCtvVY5P8X .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCtvVY5P8X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCtvVY5P8X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCtvVY5P8X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sCtvVY5P8X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sCtvVY5P8X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sCtvVY5P8X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sCtvVY5P8X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCtvVY5P8X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sCtvVY5P8X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sCtvVY5P8X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCtvVY5P8X .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sCtvVY5P8X a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCtvVY5P8X .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sCtvVY5P8X .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCtvVY5P8X .navbar {
    height: 77px;
  }
  .cid-sCtvVY5P8X .navbar.opened {
    height: auto;
  }
  .cid-sCtvVY5P8X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCtvVYvp5Y {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #e9e9e9;
}
.cid-sCtvVYvp5Y .row {
  background: #ffffff;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-sCtvVYvp5Y img {
  width: 80%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-sCtvVYvp5Y img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sCtvVYvp5Y img {
    width: 90%;
    transform: scaleY(1);
    margin: auto;
  }
}
.cid-sCtvVYvp5Y .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-sCtvVYvp5Y .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sCtvVYvp5Y .card {
    padding: 2rem 0rem;
  }
}
.cid-sCtvVYvp5Y .mbr-text,
.cid-sCtvVYvp5Y .mbr-section-btn {
  color: #777777;
}
.cid-sCtvVYvp5Y .mbr-section-subtitle {
  color: #464646;
}
.cid-sCtvVYvp5Y .mbr-section-title {
  color: #53a3ff;
}
.cid-sCtvVYGDUy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sCtvVYGDUy .mbr-section-subtitle {
  color: #0095ff;
}
.cid-sCtvVYGDUy .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-sQk3L50GKZ {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQk3L50GKZ h4 {
  margin-bottom: 0;
}
.cid-sQk3L50GKZ .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(154, 154, 154, 0.35);
}
.cid-sQk3L50GKZ .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sQk3L50GKZ .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sQk3L50GKZ .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sQk3L50GKZ .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #f49846 !important;
  box-shadow: none!important;
}
.cid-sQk3L50GKZ .btn[class*="-outline"]:active,
.cid-sQk3L50GKZ .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sQk3L50GKZ .card-box {
  padding-top: 2rem;
}
.cid-sQk3L50GKZ .card-wrapper {
  height: 100%;
}
.cid-sQk3L50GKZ .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sQk3L50GKZ img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sQk3L50GKZ .card-title {
  color: #464646;
}
.cid-sQk3L50GKZ .main-title {
  color: #232323;
}
.cid-sQk3L50GKZ .mbr-text,
.cid-sQk3L50GKZ .mbr-link-btn {
  color: #232323;
}
.cid-sQk3Lxq4bG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQk3Lxq4bG h4 {
  margin-bottom: 0;
}
.cid-sQk3Lxq4bG .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(154, 154, 154, 0.35);
}
.cid-sQk3Lxq4bG .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sQk3Lxq4bG .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sQk3Lxq4bG .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sQk3Lxq4bG .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #f49846 !important;
  box-shadow: none!important;
}
.cid-sQk3Lxq4bG .btn[class*="-outline"]:active,
.cid-sQk3Lxq4bG .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sQk3Lxq4bG .card-box {
  padding-top: 2rem;
}
.cid-sQk3Lxq4bG .card-wrapper {
  height: 100%;
}
.cid-sQk3Lxq4bG .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sQk3Lxq4bG img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sQk3Lxq4bG .card-title {
  color: #464646;
}
.cid-sQk3Lxq4bG .main-title {
  color: #232323;
}
.cid-sQk3Lxq4bG .mbr-text,
.cid-sQk3Lxq4bG .mbr-link-btn {
  color: #232323;
}
.cid-sQk3M1mw42 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sQk3M1mw42 h4 {
  margin-bottom: 0;
}
.cid-sQk3M1mw42 .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(154, 154, 154, 0.35);
}
.cid-sQk3M1mw42 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sQk3M1mw42 .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sQk3M1mw42 .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sQk3M1mw42 .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #f49846 !important;
  box-shadow: none!important;
}
.cid-sQk3M1mw42 .btn[class*="-outline"]:active,
.cid-sQk3M1mw42 .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sQk3M1mw42 .card-box {
  padding-top: 2rem;
}
.cid-sQk3M1mw42 .card-wrapper {
  height: 100%;
}
.cid-sQk3M1mw42 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sQk3M1mw42 img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sQk3M1mw42 .card-title {
  color: #464646;
}
.cid-sQk3M1mw42 .main-title {
  color: #232323;
}
.cid-sQk3M1mw42 .mbr-text,
.cid-sQk3M1mw42 .mbr-link-btn {
  color: #232323;
}
.cid-sCtvVYRB9a {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-sCtvVYRB9a .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-sCtvVYRB9a .container {
  max-width: 1400px;
}
.cid-sCtvVYRB9a li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-sCtvVYRB9a .col-lg-3 {
    max-width: 20%;
  }
}
.cid-sCtvVYRB9a .time {
  line-height: 2;
}
.cid-sCtvVYRB9a .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-sCtvVYRB9a .text-wrap {
  width: 100%;
}
.cid-sCtvVYRB9a .item-wrap {
  display: inline-block;
}
.cid-sCtvVYRB9a .item-wrap span,
.cid-sCtvVYRB9a .item-wrap p {
  transition: all 0.3s;
}
.cid-sCtvVYRB9a .item-wrap:hover span,
.cid-sCtvVYRB9a .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-sCtvVYRB9a .item-wrap:hover .linkrefbtm {
  color: #ffffff;
}
.cid-sCtvVYRB9a .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sCtvVYRB9a .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #a1a1a1 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sCtvVYRB9a .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-sCtvVYRB9a .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-sCtvVYRB9a .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sCtvVYRB9a .socicon-wrap {
    margin: auto;
  }
}
.cid-sCtvVYRB9a .title {
  color: #e5e5e5;
}
.cid-sCtvVYRB9a .mbr-text {
  color: #999999;
  text-align: left;
}
@media (max-width: 400px) {
  .cid-sCtvVYRB9a .mbr-text {
    color: #999999;
    text-align: center;
    font-size: 13px;
  }
  .cid-sCtvVYRB9a .icon-title {
    font-size: 13px;
  }
}
.cid-sCtvVYRB9a .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-sCtvVYRB9a .icon-title,
.cid-sCtvVYRB9a .align-wrap {
  color: #999999;
  width: 100%;
}
.cid-sCtvVYRB9a .mbr-section-btn {
  text-align: left;
}
.cid-sCtvVYRB9a .linkrefbtm {
  color: #999999;
}
.cid-sCtvVZeGqr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-sCtvVZeGqr p {
  text-align: center;
}
.cid-sCtvVZeGqr .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sCtvVZeGqr .social-list a:focus {
  text-decoration: none;
}
.cid-sCtvVZeGqr .text-copyright {
  width: 100%;
  color: #cccccc;
}
.cid-sCtvVZeGqr .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sCtvVZeGqr .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #999999;
  text-align: center;
}
.cid-sCtvVZeGqr .logo-footer {
  line-height: normal;
}
.cid-sCtvVZeGqr .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCtvVZeGqr .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCtvVZeGqr .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCtvVZeGqr img {
  display: inline;
}
.cid-sCtvVZeGqr .linkrefbtmsec {
  color: #999999;
}
.cid-sQ9tU5nTHy .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQ9tU5nTHy .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-sQ9tU5nTHy .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sQ9tU5nTHy .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-sQ9tU5nTHy .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sQ9tU5nTHy .navbar.opened {
  transition: all .3s;
}
.cid-sQ9tU5nTHy .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sQ9tU5nTHy .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sQ9tU5nTHy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQ9tU5nTHy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQ9tU5nTHy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sQ9tU5nTHy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQ9tU5nTHy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQ9tU5nTHy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sQ9tU5nTHy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQ9tU5nTHy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sQ9tU5nTHy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sQ9tU5nTHy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQ9tU5nTHy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQ9tU5nTHy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQ9tU5nTHy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQ9tU5nTHy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sQ9tU5nTHy .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sQ9tU5nTHy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQ9tU5nTHy .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQ9tU5nTHy .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sQ9tU5nTHy .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sQ9tU5nTHy .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sQ9tU5nTHy .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sQ9tU5nTHy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sQ9tU5nTHy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sQ9tU5nTHy .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sQ9tU5nTHy .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-sQ9tU5nTHy .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sQ9tU5nTHy .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sQ9tU5nTHy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-sQ9tU5nTHy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sQ9tU5nTHy .mbr-iconfont {
  color: #464646 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sQ9tU5nTHy .mbr-iconfont:hover {
  color: #6335f9;
}
.cid-sQ9tU5nTHy .navbar-caption {
  padding-right: 4rem;
}
.cid-sQ9tU5nTHy .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-sQ9tU5nTHy .dropdown-menu,
.cid-sQ9tU5nTHy .navbar.opened {
  background: #ffffff !important;
}
.cid-sQ9tU5nTHy .nav-item:focus,
.cid-sQ9tU5nTHy .nav-link:focus {
  outline: none;
}
.cid-sQ9tU5nTHy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQ9tU5nTHy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQ9tU5nTHy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQ9tU5nTHy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQ9tU5nTHy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQ9tU5nTHy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQ9tU5nTHy .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sQ9tU5nTHy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQ9tU5nTHy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQ9tU5nTHy .dropdown-item.active,
.cid-sQ9tU5nTHy .dropdown-item:active {
  background-color: transparent;
}
.cid-sQ9tU5nTHy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQ9tU5nTHy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQ9tU5nTHy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQ9tU5nTHy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sQ9tU5nTHy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQ9tU5nTHy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQ9tU5nTHy ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sQ9tU5nTHy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sQ9tU5nTHy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQ9tU5nTHy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sQ9tU5nTHy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQ9tU5nTHy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQ9tU5nTHy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQ9tU5nTHy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQ9tU5nTHy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQ9tU5nTHy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQ9tU5nTHy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQ9tU5nTHy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQ9tU5nTHy .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sQ9tU5nTHy a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ9tU5nTHy .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sQ9tU5nTHy .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQ9tU5nTHy .navbar {
    height: 77px;
  }
  .cid-sQ9tU5nTHy .navbar.opened {
    height: auto;
  }
  .cid-sQ9tU5nTHy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQ9tU5I6vK {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #e9e9e9;
}
.cid-sQ9tU5I6vK .row {
  background: #ffffff;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-sQ9tU5I6vK img {
  width: 80%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-sQ9tU5I6vK img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sQ9tU5I6vK img {
    width: 90%;
    transform: scaleY(1);
    margin: auto;
  }
}
.cid-sQ9tU5I6vK .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-sQ9tU5I6vK .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sQ9tU5I6vK .card {
    padding: 2rem 0rem;
  }
}
.cid-sQ9tU5I6vK .mbr-text,
.cid-sQ9tU5I6vK .mbr-section-btn {
  color: #777777;
}
.cid-sQ9tU5I6vK .mbr-section-subtitle {
  color: #464646;
}
.cid-sQ9tU5I6vK .mbr-section-title {
  color: #53a3ff;
}
.cid-sQ9tU5SGlP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sQ9tU5SGlP .mbr-section-subtitle {
  color: #0095ff;
}
.cid-sQ9tU5SGlP .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-sQk4eDASuh {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQk4eDASuh h4 {
  margin-bottom: 0;
}
.cid-sQk4eDASuh .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(154, 154, 154, 0.35);
}
.cid-sQk4eDASuh .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sQk4eDASuh .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sQk4eDASuh .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sQk4eDASuh .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #f49846 !important;
  box-shadow: none!important;
}
.cid-sQk4eDASuh .btn[class*="-outline"]:active,
.cid-sQk4eDASuh .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sQk4eDASuh .card-box {
  padding-top: 2rem;
}
.cid-sQk4eDASuh .card-wrapper {
  height: 100%;
}
.cid-sQk4eDASuh .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sQk4eDASuh img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sQk4eDASuh .card-title {
  color: #464646;
}
.cid-sQk4eDASuh .main-title {
  color: #232323;
}
.cid-sQk4eDASuh .mbr-text,
.cid-sQk4eDASuh .mbr-link-btn {
  color: #232323;
}
.cid-sQk4f3Zptg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQk4f3Zptg h4 {
  margin-bottom: 0;
}
.cid-sQk4f3Zptg .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(154, 154, 154, 0.35);
}
.cid-sQk4f3Zptg .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sQk4f3Zptg .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sQk4f3Zptg .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sQk4f3Zptg .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #f49846 !important;
  box-shadow: none!important;
}
.cid-sQk4f3Zptg .btn[class*="-outline"]:active,
.cid-sQk4f3Zptg .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sQk4f3Zptg .card-box {
  padding-top: 2rem;
}
.cid-sQk4f3Zptg .card-wrapper {
  height: 100%;
}
.cid-sQk4f3Zptg .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sQk4f3Zptg img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sQk4f3Zptg .card-title {
  color: #464646;
}
.cid-sQk4f3Zptg .main-title {
  color: #232323;
}
.cid-sQk4f3Zptg .mbr-text,
.cid-sQk4f3Zptg .mbr-link-btn {
  color: #232323;
}
.cid-sQk4fxF26P {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sQk4fxF26P h4 {
  margin-bottom: 0;
}
.cid-sQk4fxF26P .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(154, 154, 154, 0.35);
}
.cid-sQk4fxF26P .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sQk4fxF26P .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sQk4fxF26P .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sQk4fxF26P .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #f49846 !important;
  box-shadow: none!important;
}
.cid-sQk4fxF26P .btn[class*="-outline"]:active,
.cid-sQk4fxF26P .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sQk4fxF26P .card-box {
  padding-top: 2rem;
}
.cid-sQk4fxF26P .card-wrapper {
  height: 100%;
}
.cid-sQk4fxF26P .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sQk4fxF26P img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sQk4fxF26P .card-title {
  color: #464646;
}
.cid-sQk4fxF26P .main-title {
  color: #232323;
}
.cid-sQk4fxF26P .mbr-text,
.cid-sQk4fxF26P .mbr-link-btn {
  color: #232323;
}
.cid-sQ9tU6zhOm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-sQ9tU6zhOm .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-sQ9tU6zhOm .container {
  max-width: 1400px;
}
.cid-sQ9tU6zhOm li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-sQ9tU6zhOm .col-lg-3 {
    max-width: 20%;
  }
}
.cid-sQ9tU6zhOm .time {
  line-height: 2;
}
.cid-sQ9tU6zhOm .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-sQ9tU6zhOm .text-wrap {
  width: 100%;
}
.cid-sQ9tU6zhOm .item-wrap {
  display: inline-block;
}
.cid-sQ9tU6zhOm .item-wrap span,
.cid-sQ9tU6zhOm .item-wrap p {
  transition: all 0.3s;
}
.cid-sQ9tU6zhOm .item-wrap:hover span,
.cid-sQ9tU6zhOm .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-sQ9tU6zhOm .item-wrap:hover .linkrefbtm {
  color: #ffffff;
}
.cid-sQ9tU6zhOm .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sQ9tU6zhOm .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #a1a1a1 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sQ9tU6zhOm .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-sQ9tU6zhOm .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-sQ9tU6zhOm .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sQ9tU6zhOm .socicon-wrap {
    margin: auto;
  }
}
.cid-sQ9tU6zhOm .title {
  color: #e5e5e5;
}
.cid-sQ9tU6zhOm .mbr-text {
  color: #999999;
  text-align: left;
}
@media (max-width: 400px) {
  .cid-sQ9tU6zhOm .mbr-text {
    color: #999999;
    text-align: center;
    font-size: 13px;
  }
  .cid-sQ9tU6zhOm .icon-title {
    font-size: 13px;
  }
}
.cid-sQ9tU6zhOm .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-sQ9tU6zhOm .icon-title,
.cid-sQ9tU6zhOm .align-wrap {
  color: #999999;
  width: 100%;
}
.cid-sQ9tU6zhOm .mbr-section-btn {
  text-align: left;
}
.cid-sQ9tU6zhOm .linkrefbtm {
  color: #999999;
}
.cid-sQ9tU6TZ1q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-sQ9tU6TZ1q p {
  text-align: center;
}
.cid-sQ9tU6TZ1q .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sQ9tU6TZ1q .social-list a:focus {
  text-decoration: none;
}
.cid-sQ9tU6TZ1q .text-copyright {
  width: 100%;
  color: #cccccc;
}
.cid-sQ9tU6TZ1q .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sQ9tU6TZ1q .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #999999;
  text-align: center;
}
.cid-sQ9tU6TZ1q .logo-footer {
  line-height: normal;
}
.cid-sQ9tU6TZ1q .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQ9tU6TZ1q .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ9tU6TZ1q .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQ9tU6TZ1q img {
  display: inline;
}
.cid-sQ9tU6TZ1q .linkrefbtmsec {
  color: #999999;
}
.cid-sQ9BQKzzj1 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQ9BQKzzj1 .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-sQ9BQKzzj1 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sQ9BQKzzj1 .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-sQ9BQKzzj1 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sQ9BQKzzj1 .navbar.opened {
  transition: all .3s;
}
.cid-sQ9BQKzzj1 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sQ9BQKzzj1 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sQ9BQKzzj1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQ9BQKzzj1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQ9BQKzzj1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sQ9BQKzzj1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQ9BQKzzj1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQ9BQKzzj1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sQ9BQKzzj1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQ9BQKzzj1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sQ9BQKzzj1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sQ9BQKzzj1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQ9BQKzzj1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQ9BQKzzj1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQ9BQKzzj1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQ9BQKzzj1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sQ9BQKzzj1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sQ9BQKzzj1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQ9BQKzzj1 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQ9BQKzzj1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sQ9BQKzzj1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sQ9BQKzzj1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sQ9BQKzzj1 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sQ9BQKzzj1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sQ9BQKzzj1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sQ9BQKzzj1 .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sQ9BQKzzj1 .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-sQ9BQKzzj1 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sQ9BQKzzj1 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sQ9BQKzzj1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-sQ9BQKzzj1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sQ9BQKzzj1 .mbr-iconfont {
  color: #464646 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sQ9BQKzzj1 .mbr-iconfont:hover {
  color: #6335f9;
}
.cid-sQ9BQKzzj1 .navbar-caption {
  padding-right: 4rem;
}
.cid-sQ9BQKzzj1 .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-sQ9BQKzzj1 .dropdown-menu,
.cid-sQ9BQKzzj1 .navbar.opened {
  background: #ffffff !important;
}
.cid-sQ9BQKzzj1 .nav-item:focus,
.cid-sQ9BQKzzj1 .nav-link:focus {
  outline: none;
}
.cid-sQ9BQKzzj1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQ9BQKzzj1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQ9BQKzzj1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQ9BQKzzj1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQ9BQKzzj1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQ9BQKzzj1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQ9BQKzzj1 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sQ9BQKzzj1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQ9BQKzzj1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQ9BQKzzj1 .dropdown-item.active,
.cid-sQ9BQKzzj1 .dropdown-item:active {
  background-color: transparent;
}
.cid-sQ9BQKzzj1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQ9BQKzzj1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQ9BQKzzj1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQ9BQKzzj1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sQ9BQKzzj1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQ9BQKzzj1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQ9BQKzzj1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sQ9BQKzzj1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sQ9BQKzzj1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQ9BQKzzj1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sQ9BQKzzj1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQ9BQKzzj1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQ9BQKzzj1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQ9BQKzzj1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQ9BQKzzj1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQ9BQKzzj1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQ9BQKzzj1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQ9BQKzzj1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQ9BQKzzj1 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sQ9BQKzzj1 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ9BQKzzj1 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sQ9BQKzzj1 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQ9BQKzzj1 .navbar {
    height: 77px;
  }
  .cid-sQ9BQKzzj1 .navbar.opened {
    height: auto;
  }
  .cid-sQ9BQKzzj1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQ9BQKV5zq {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #e9e9e9;
}
.cid-sQ9BQKV5zq .row {
  background: #ffffff;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-sQ9BQKV5zq img {
  width: 80%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-sQ9BQKV5zq img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sQ9BQKV5zq img {
    width: 90%;
    transform: scaleY(1);
    margin: auto;
  }
}
.cid-sQ9BQKV5zq .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-sQ9BQKV5zq .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sQ9BQKV5zq .card {
    padding: 2rem 0rem;
  }
}
.cid-sQ9BQKV5zq .mbr-text,
.cid-sQ9BQKV5zq .mbr-section-btn {
  color: #777777;
}
.cid-sQ9BQKV5zq .mbr-section-subtitle {
  color: #464646;
}
.cid-sQ9BQKV5zq .mbr-section-title {
  color: #53a3ff;
}
.cid-sQ9BQL6QhN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sQ9BQL6QhN .mbr-section-subtitle {
  color: #0095ff;
}
.cid-sQ9BQL6QhN .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-sQk4mC4VkQ {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQk4mC4VkQ h4 {
  margin-bottom: 0;
}
.cid-sQk4mC4VkQ .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(154, 154, 154, 0.35);
}
.cid-sQk4mC4VkQ .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sQk4mC4VkQ .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sQk4mC4VkQ .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sQk4mC4VkQ .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #f49846 !important;
  box-shadow: none!important;
}
.cid-sQk4mC4VkQ .btn[class*="-outline"]:active,
.cid-sQk4mC4VkQ .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sQk4mC4VkQ .card-box {
  padding-top: 2rem;
}
.cid-sQk4mC4VkQ .card-wrapper {
  height: 100%;
}
.cid-sQk4mC4VkQ .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sQk4mC4VkQ img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sQk4mC4VkQ .card-title {
  color: #464646;
}
.cid-sQk4mC4VkQ .main-title {
  color: #232323;
}
.cid-sQk4mC4VkQ .mbr-text,
.cid-sQk4mC4VkQ .mbr-link-btn {
  color: #232323;
}
.cid-sQk4mZ5Y7m {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQk4mZ5Y7m h4 {
  margin-bottom: 0;
}
.cid-sQk4mZ5Y7m .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(154, 154, 154, 0.35);
}
.cid-sQk4mZ5Y7m .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sQk4mZ5Y7m .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sQk4mZ5Y7m .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sQk4mZ5Y7m .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #f49846 !important;
  box-shadow: none!important;
}
.cid-sQk4mZ5Y7m .btn[class*="-outline"]:active,
.cid-sQk4mZ5Y7m .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sQk4mZ5Y7m .card-box {
  padding-top: 2rem;
}
.cid-sQk4mZ5Y7m .card-wrapper {
  height: 100%;
}
.cid-sQk4mZ5Y7m .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sQk4mZ5Y7m img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sQk4mZ5Y7m .card-title {
  color: #464646;
}
.cid-sQk4mZ5Y7m .main-title {
  color: #232323;
}
.cid-sQk4mZ5Y7m .mbr-text,
.cid-sQk4mZ5Y7m .mbr-link-btn {
  color: #232323;
}
.cid-sQk4nre6Pb {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sQk4nre6Pb h4 {
  margin-bottom: 0;
}
.cid-sQk4nre6Pb .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(154, 154, 154, 0.35);
}
.cid-sQk4nre6Pb .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sQk4nre6Pb .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sQk4nre6Pb .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sQk4nre6Pb .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #f49846 !important;
  box-shadow: none!important;
}
.cid-sQk4nre6Pb .btn[class*="-outline"]:active,
.cid-sQk4nre6Pb .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sQk4nre6Pb .card-box {
  padding-top: 2rem;
}
.cid-sQk4nre6Pb .card-wrapper {
  height: 100%;
}
.cid-sQk4nre6Pb .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sQk4nre6Pb img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sQk4nre6Pb .card-title {
  color: #464646;
}
.cid-sQk4nre6Pb .main-title {
  color: #232323;
}
.cid-sQk4nre6Pb .mbr-text,
.cid-sQk4nre6Pb .mbr-link-btn {
  color: #232323;
}
.cid-sQ9BQLA5SE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-sQ9BQLA5SE .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-sQ9BQLA5SE .container {
  max-width: 1400px;
}
.cid-sQ9BQLA5SE li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-sQ9BQLA5SE .col-lg-3 {
    max-width: 20%;
  }
}
.cid-sQ9BQLA5SE .time {
  line-height: 2;
}
.cid-sQ9BQLA5SE .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-sQ9BQLA5SE .text-wrap {
  width: 100%;
}
.cid-sQ9BQLA5SE .item-wrap {
  display: inline-block;
}
.cid-sQ9BQLA5SE .item-wrap span,
.cid-sQ9BQLA5SE .item-wrap p {
  transition: all 0.3s;
}
.cid-sQ9BQLA5SE .item-wrap:hover span,
.cid-sQ9BQLA5SE .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-sQ9BQLA5SE .item-wrap:hover .linkrefbtm {
  color: #ffffff;
}
.cid-sQ9BQLA5SE .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sQ9BQLA5SE .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #a1a1a1 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sQ9BQLA5SE .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-sQ9BQLA5SE .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-sQ9BQLA5SE .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sQ9BQLA5SE .socicon-wrap {
    margin: auto;
  }
}
.cid-sQ9BQLA5SE .title {
  color: #e5e5e5;
}
.cid-sQ9BQLA5SE .mbr-text {
  color: #999999;
  text-align: left;
}
@media (max-width: 400px) {
  .cid-sQ9BQLA5SE .mbr-text {
    color: #999999;
    text-align: center;
    font-size: 13px;
  }
  .cid-sQ9BQLA5SE .icon-title {
    font-size: 13px;
  }
}
.cid-sQ9BQLA5SE .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-sQ9BQLA5SE .icon-title,
.cid-sQ9BQLA5SE .align-wrap {
  color: #999999;
  width: 100%;
}
.cid-sQ9BQLA5SE .mbr-section-btn {
  text-align: left;
}
.cid-sQ9BQLA5SE .linkrefbtm {
  color: #999999;
}
.cid-sQ9BQLUnct {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-sQ9BQLUnct p {
  text-align: center;
}
.cid-sQ9BQLUnct .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sQ9BQLUnct .social-list a:focus {
  text-decoration: none;
}
.cid-sQ9BQLUnct .text-copyright {
  width: 100%;
  color: #cccccc;
}
.cid-sQ9BQLUnct .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sQ9BQLUnct .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #999999;
  text-align: center;
}
.cid-sQ9BQLUnct .logo-footer {
  line-height: normal;
}
.cid-sQ9BQLUnct .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQ9BQLUnct .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ9BQLUnct .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQ9BQLUnct img {
  display: inline;
}
.cid-sQ9BQLUnct .linkrefbtmsec {
  color: #999999;
}
.cid-sQ9Gs69hr0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQ9Gs69hr0 .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-sQ9Gs69hr0 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sQ9Gs69hr0 .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-sQ9Gs69hr0 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sQ9Gs69hr0 .navbar.opened {
  transition: all .3s;
}
.cid-sQ9Gs69hr0 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sQ9Gs69hr0 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sQ9Gs69hr0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQ9Gs69hr0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQ9Gs69hr0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sQ9Gs69hr0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQ9Gs69hr0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQ9Gs69hr0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sQ9Gs69hr0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQ9Gs69hr0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sQ9Gs69hr0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sQ9Gs69hr0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQ9Gs69hr0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQ9Gs69hr0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQ9Gs69hr0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQ9Gs69hr0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sQ9Gs69hr0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sQ9Gs69hr0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQ9Gs69hr0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQ9Gs69hr0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sQ9Gs69hr0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sQ9Gs69hr0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sQ9Gs69hr0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sQ9Gs69hr0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sQ9Gs69hr0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sQ9Gs69hr0 .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sQ9Gs69hr0 .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-sQ9Gs69hr0 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sQ9Gs69hr0 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sQ9Gs69hr0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-sQ9Gs69hr0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sQ9Gs69hr0 .mbr-iconfont {
  color: #464646 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sQ9Gs69hr0 .mbr-iconfont:hover {
  color: #6335f9;
}
.cid-sQ9Gs69hr0 .navbar-caption {
  padding-right: 4rem;
}
.cid-sQ9Gs69hr0 .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-sQ9Gs69hr0 .dropdown-menu,
.cid-sQ9Gs69hr0 .navbar.opened {
  background: #ffffff !important;
}
.cid-sQ9Gs69hr0 .nav-item:focus,
.cid-sQ9Gs69hr0 .nav-link:focus {
  outline: none;
}
.cid-sQ9Gs69hr0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQ9Gs69hr0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQ9Gs69hr0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQ9Gs69hr0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQ9Gs69hr0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQ9Gs69hr0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQ9Gs69hr0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sQ9Gs69hr0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQ9Gs69hr0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQ9Gs69hr0 .dropdown-item.active,
.cid-sQ9Gs69hr0 .dropdown-item:active {
  background-color: transparent;
}
.cid-sQ9Gs69hr0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQ9Gs69hr0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQ9Gs69hr0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQ9Gs69hr0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sQ9Gs69hr0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQ9Gs69hr0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQ9Gs69hr0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sQ9Gs69hr0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sQ9Gs69hr0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQ9Gs69hr0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sQ9Gs69hr0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQ9Gs69hr0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQ9Gs69hr0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQ9Gs69hr0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQ9Gs69hr0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQ9Gs69hr0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQ9Gs69hr0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQ9Gs69hr0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQ9Gs69hr0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sQ9Gs69hr0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ9Gs69hr0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sQ9Gs69hr0 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQ9Gs69hr0 .navbar {
    height: 77px;
  }
  .cid-sQ9Gs69hr0 .navbar.opened {
    height: auto;
  }
  .cid-sQ9Gs69hr0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQ9Gs6C0Yi {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #e9e9e9;
}
.cid-sQ9Gs6C0Yi .row {
  background: #ffffff;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-sQ9Gs6C0Yi img {
  width: 80%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-sQ9Gs6C0Yi img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sQ9Gs6C0Yi img {
    width: 90%;
    transform: scaleY(1);
    margin: auto;
  }
}
.cid-sQ9Gs6C0Yi .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-sQ9Gs6C0Yi .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sQ9Gs6C0Yi .card {
    padding: 2rem 0rem;
  }
}
.cid-sQ9Gs6C0Yi .mbr-text,
.cid-sQ9Gs6C0Yi .mbr-section-btn {
  color: #777777;
}
.cid-sQ9Gs6C0Yi .mbr-section-subtitle {
  color: #464646;
}
.cid-sQ9Gs6C0Yi .mbr-section-title {
  color: #53a3ff;
}
.cid-sQ9Gs6MAI3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sQ9Gs6MAI3 .mbr-section-subtitle {
  color: #0095ff;
}
.cid-sQ9Gs6MAI3 .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-sQk4uTSZvX {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQk4uTSZvX h4 {
  margin-bottom: 0;
}
.cid-sQk4uTSZvX .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(154, 154, 154, 0.35);
}
.cid-sQk4uTSZvX .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sQk4uTSZvX .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sQk4uTSZvX .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sQk4uTSZvX .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #f49846 !important;
  box-shadow: none!important;
}
.cid-sQk4uTSZvX .btn[class*="-outline"]:active,
.cid-sQk4uTSZvX .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sQk4uTSZvX .card-box {
  padding-top: 2rem;
}
.cid-sQk4uTSZvX .card-wrapper {
  height: 100%;
}
.cid-sQk4uTSZvX .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sQk4uTSZvX img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sQk4uTSZvX .card-title {
  color: #464646;
}
.cid-sQk4uTSZvX .main-title {
  color: #232323;
}
.cid-sQk4uTSZvX .mbr-text,
.cid-sQk4uTSZvX .mbr-link-btn {
  color: #232323;
}
.cid-sQk4viQGTR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQk4viQGTR h4 {
  margin-bottom: 0;
}
.cid-sQk4viQGTR .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(154, 154, 154, 0.35);
}
.cid-sQk4viQGTR .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sQk4viQGTR .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sQk4viQGTR .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sQk4viQGTR .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #f49846 !important;
  box-shadow: none!important;
}
.cid-sQk4viQGTR .btn[class*="-outline"]:active,
.cid-sQk4viQGTR .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sQk4viQGTR .card-box {
  padding-top: 2rem;
}
.cid-sQk4viQGTR .card-wrapper {
  height: 100%;
}
.cid-sQk4viQGTR .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sQk4viQGTR img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sQk4viQGTR .card-title {
  color: #464646;
}
.cid-sQk4viQGTR .main-title {
  color: #232323;
}
.cid-sQk4viQGTR .mbr-text,
.cid-sQk4viQGTR .mbr-link-btn {
  color: #232323;
}
.cid-sQk4vMh27h {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sQk4vMh27h h4 {
  margin-bottom: 0;
}
.cid-sQk4vMh27h .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(154, 154, 154, 0.35);
}
.cid-sQk4vMh27h .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sQk4vMh27h .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sQk4vMh27h .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sQk4vMh27h .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #f49846 !important;
  box-shadow: none!important;
}
.cid-sQk4vMh27h .btn[class*="-outline"]:active,
.cid-sQk4vMh27h .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sQk4vMh27h .card-box {
  padding-top: 2rem;
}
.cid-sQk4vMh27h .card-wrapper {
  height: 100%;
}
.cid-sQk4vMh27h .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sQk4vMh27h img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sQk4vMh27h .card-title {
  color: #464646;
}
.cid-sQk4vMh27h .main-title {
  color: #232323;
}
.cid-sQk4vMh27h .mbr-text,
.cid-sQk4vMh27h .mbr-link-btn {
  color: #232323;
}
.cid-sQ9Gs7n9up {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-sQ9Gs7n9up .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-sQ9Gs7n9up .container {
  max-width: 1400px;
}
.cid-sQ9Gs7n9up li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-sQ9Gs7n9up .col-lg-3 {
    max-width: 20%;
  }
}
.cid-sQ9Gs7n9up .time {
  line-height: 2;
}
.cid-sQ9Gs7n9up .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-sQ9Gs7n9up .text-wrap {
  width: 100%;
}
.cid-sQ9Gs7n9up .item-wrap {
  display: inline-block;
}
.cid-sQ9Gs7n9up .item-wrap span,
.cid-sQ9Gs7n9up .item-wrap p {
  transition: all 0.3s;
}
.cid-sQ9Gs7n9up .item-wrap:hover span,
.cid-sQ9Gs7n9up .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-sQ9Gs7n9up .item-wrap:hover .linkrefbtm {
  color: #ffffff;
}
.cid-sQ9Gs7n9up .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sQ9Gs7n9up .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #a1a1a1 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sQ9Gs7n9up .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-sQ9Gs7n9up .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-sQ9Gs7n9up .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sQ9Gs7n9up .socicon-wrap {
    margin: auto;
  }
}
.cid-sQ9Gs7n9up .title {
  color: #e5e5e5;
}
.cid-sQ9Gs7n9up .mbr-text {
  color: #999999;
  text-align: left;
}
@media (max-width: 400px) {
  .cid-sQ9Gs7n9up .mbr-text {
    color: #999999;
    text-align: center;
    font-size: 13px;
  }
  .cid-sQ9Gs7n9up .icon-title {
    font-size: 13px;
  }
}
.cid-sQ9Gs7n9up .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-sQ9Gs7n9up .icon-title,
.cid-sQ9Gs7n9up .align-wrap {
  color: #999999;
  width: 100%;
}
.cid-sQ9Gs7n9up .mbr-section-btn {
  text-align: left;
}
.cid-sQ9Gs7n9up .linkrefbtm {
  color: #999999;
}
.cid-sQ9Gs7HZo8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-sQ9Gs7HZo8 p {
  text-align: center;
}
.cid-sQ9Gs7HZo8 .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sQ9Gs7HZo8 .social-list a:focus {
  text-decoration: none;
}
.cid-sQ9Gs7HZo8 .text-copyright {
  width: 100%;
  color: #cccccc;
}
.cid-sQ9Gs7HZo8 .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sQ9Gs7HZo8 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #999999;
  text-align: center;
}
.cid-sQ9Gs7HZo8 .logo-footer {
  line-height: normal;
}
.cid-sQ9Gs7HZo8 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQ9Gs7HZo8 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ9Gs7HZo8 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQ9Gs7HZo8 img {
  display: inline;
}
.cid-sQ9Gs7HZo8 .linkrefbtmsec {
  color: #999999;
}
.cid-sQ9iCjG1eE .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQ9iCjG1eE .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-sQ9iCjG1eE .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sQ9iCjG1eE .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-sQ9iCjG1eE .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sQ9iCjG1eE .navbar.opened {
  transition: all .3s;
}
.cid-sQ9iCjG1eE .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sQ9iCjG1eE .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sQ9iCjG1eE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQ9iCjG1eE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQ9iCjG1eE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sQ9iCjG1eE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQ9iCjG1eE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQ9iCjG1eE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sQ9iCjG1eE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQ9iCjG1eE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sQ9iCjG1eE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sQ9iCjG1eE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQ9iCjG1eE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQ9iCjG1eE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQ9iCjG1eE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQ9iCjG1eE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sQ9iCjG1eE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sQ9iCjG1eE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQ9iCjG1eE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQ9iCjG1eE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sQ9iCjG1eE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sQ9iCjG1eE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sQ9iCjG1eE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sQ9iCjG1eE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sQ9iCjG1eE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sQ9iCjG1eE .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sQ9iCjG1eE .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-sQ9iCjG1eE .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sQ9iCjG1eE .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sQ9iCjG1eE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-sQ9iCjG1eE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sQ9iCjG1eE .mbr-iconfont {
  color: #464646 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sQ9iCjG1eE .mbr-iconfont:hover {
  color: #6335f9;
}
.cid-sQ9iCjG1eE .navbar-caption {
  padding-right: 4rem;
}
.cid-sQ9iCjG1eE .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-sQ9iCjG1eE .dropdown-menu,
.cid-sQ9iCjG1eE .navbar.opened {
  background: #ffffff !important;
}
.cid-sQ9iCjG1eE .nav-item:focus,
.cid-sQ9iCjG1eE .nav-link:focus {
  outline: none;
}
.cid-sQ9iCjG1eE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQ9iCjG1eE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQ9iCjG1eE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQ9iCjG1eE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQ9iCjG1eE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQ9iCjG1eE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQ9iCjG1eE .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sQ9iCjG1eE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQ9iCjG1eE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQ9iCjG1eE .dropdown-item.active,
.cid-sQ9iCjG1eE .dropdown-item:active {
  background-color: transparent;
}
.cid-sQ9iCjG1eE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQ9iCjG1eE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQ9iCjG1eE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQ9iCjG1eE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sQ9iCjG1eE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQ9iCjG1eE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQ9iCjG1eE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sQ9iCjG1eE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sQ9iCjG1eE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQ9iCjG1eE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sQ9iCjG1eE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQ9iCjG1eE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQ9iCjG1eE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQ9iCjG1eE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQ9iCjG1eE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQ9iCjG1eE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQ9iCjG1eE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQ9iCjG1eE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQ9iCjG1eE .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sQ9iCjG1eE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ9iCjG1eE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sQ9iCjG1eE .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQ9iCjG1eE .navbar {
    height: 77px;
  }
  .cid-sQ9iCjG1eE .navbar.opened {
    height: auto;
  }
  .cid-sQ9iCjG1eE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQ9iCk8KEZ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #e9e9e9;
}
.cid-sQ9iCk8KEZ .row {
  background: #ffffff;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-sQ9iCk8KEZ img {
  width: 80%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-sQ9iCk8KEZ img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sQ9iCk8KEZ img {
    width: 90%;
    transform: scaleY(1);
    margin: auto;
  }
}
.cid-sQ9iCk8KEZ .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-sQ9iCk8KEZ .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sQ9iCk8KEZ .card {
    padding: 2rem 0rem;
  }
}
.cid-sQ9iCk8KEZ .mbr-text,
.cid-sQ9iCk8KEZ .mbr-section-btn {
  color: #777777;
}
.cid-sQ9iCk8KEZ .mbr-section-subtitle {
  color: #464646;
}
.cid-sQ9iCk8KEZ .mbr-section-title {
  color: #53a3ff;
}
.cid-sQ9iCki6Ab {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sQ9iCki6Ab .mbr-section-subtitle {
  color: #0095ff;
}
.cid-sQ9iCki6Ab .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-sQk3YoCo5H {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQk3YoCo5H h4 {
  margin-bottom: 0;
}
.cid-sQk3YoCo5H .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(154, 154, 154, 0.35);
}
.cid-sQk3YoCo5H .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sQk3YoCo5H .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sQk3YoCo5H .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sQk3YoCo5H .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #f49846 !important;
  box-shadow: none!important;
}
.cid-sQk3YoCo5H .btn[class*="-outline"]:active,
.cid-sQk3YoCo5H .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sQk3YoCo5H .card-box {
  padding-top: 2rem;
}
.cid-sQk3YoCo5H .card-wrapper {
  height: 100%;
}
.cid-sQk3YoCo5H .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sQk3YoCo5H img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sQk3YoCo5H .card-title {
  color: #464646;
}
.cid-sQk3YoCo5H .main-title {
  color: #232323;
}
.cid-sQk3YoCo5H .mbr-text,
.cid-sQk3YoCo5H .mbr-link-btn {
  color: #232323;
}
.cid-sQk3YQBSRl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQk3YQBSRl h4 {
  margin-bottom: 0;
}
.cid-sQk3YQBSRl .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(154, 154, 154, 0.35);
}
.cid-sQk3YQBSRl .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sQk3YQBSRl .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sQk3YQBSRl .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sQk3YQBSRl .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #f49846 !important;
  box-shadow: none!important;
}
.cid-sQk3YQBSRl .btn[class*="-outline"]:active,
.cid-sQk3YQBSRl .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sQk3YQBSRl .card-box {
  padding-top: 2rem;
}
.cid-sQk3YQBSRl .card-wrapper {
  height: 100%;
}
.cid-sQk3YQBSRl .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sQk3YQBSRl img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sQk3YQBSRl .card-title {
  color: #464646;
}
.cid-sQk3YQBSRl .main-title {
  color: #232323;
}
.cid-sQk3YQBSRl .mbr-text,
.cid-sQk3YQBSRl .mbr-link-btn {
  color: #232323;
}
.cid-sQk3ZoQbdq {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sQk3ZoQbdq h4 {
  margin-bottom: 0;
}
.cid-sQk3ZoQbdq .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(154, 154, 154, 0.35);
}
.cid-sQk3ZoQbdq .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sQk3ZoQbdq .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sQk3ZoQbdq .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sQk3ZoQbdq .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #f49846 !important;
  box-shadow: none!important;
}
.cid-sQk3ZoQbdq .btn[class*="-outline"]:active,
.cid-sQk3ZoQbdq .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sQk3ZoQbdq .card-box {
  padding-top: 2rem;
}
.cid-sQk3ZoQbdq .card-wrapper {
  height: 100%;
}
.cid-sQk3ZoQbdq .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sQk3ZoQbdq img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sQk3ZoQbdq .card-title {
  color: #464646;
}
.cid-sQk3ZoQbdq .main-title {
  color: #232323;
}
.cid-sQk3ZoQbdq .mbr-text,
.cid-sQk3ZoQbdq .mbr-link-btn {
  color: #232323;
}
.cid-sQ9iCl4eyQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-sQ9iCl4eyQ .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-sQ9iCl4eyQ .container {
  max-width: 1400px;
}
.cid-sQ9iCl4eyQ li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-sQ9iCl4eyQ .col-lg-3 {
    max-width: 20%;
  }
}
.cid-sQ9iCl4eyQ .time {
  line-height: 2;
}
.cid-sQ9iCl4eyQ .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-sQ9iCl4eyQ .text-wrap {
  width: 100%;
}
.cid-sQ9iCl4eyQ .item-wrap {
  display: inline-block;
}
.cid-sQ9iCl4eyQ .item-wrap span,
.cid-sQ9iCl4eyQ .item-wrap p {
  transition: all 0.3s;
}
.cid-sQ9iCl4eyQ .item-wrap:hover span,
.cid-sQ9iCl4eyQ .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-sQ9iCl4eyQ .item-wrap:hover .linkrefbtm {
  color: #ffffff;
}
.cid-sQ9iCl4eyQ .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sQ9iCl4eyQ .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #a1a1a1 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sQ9iCl4eyQ .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-sQ9iCl4eyQ .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-sQ9iCl4eyQ .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sQ9iCl4eyQ .socicon-wrap {
    margin: auto;
  }
}
.cid-sQ9iCl4eyQ .title {
  color: #e5e5e5;
}
.cid-sQ9iCl4eyQ .mbr-text {
  color: #999999;
  text-align: left;
}
@media (max-width: 400px) {
  .cid-sQ9iCl4eyQ .mbr-text {
    color: #999999;
    text-align: center;
    font-size: 13px;
  }
  .cid-sQ9iCl4eyQ .icon-title {
    font-size: 13px;
  }
}
.cid-sQ9iCl4eyQ .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-sQ9iCl4eyQ .icon-title,
.cid-sQ9iCl4eyQ .align-wrap {
  color: #999999;
  width: 100%;
}
.cid-sQ9iCl4eyQ .mbr-section-btn {
  text-align: left;
}
.cid-sQ9iCl4eyQ .linkrefbtm {
  color: #999999;
}
.cid-sQ9iClnGFf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-sQ9iClnGFf p {
  text-align: center;
}
.cid-sQ9iClnGFf .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sQ9iClnGFf .social-list a:focus {
  text-decoration: none;
}
.cid-sQ9iClnGFf .text-copyright {
  width: 100%;
  color: #cccccc;
}
.cid-sQ9iClnGFf .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sQ9iClnGFf .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #999999;
  text-align: center;
}
.cid-sQ9iClnGFf .logo-footer {
  line-height: normal;
}
.cid-sQ9iClnGFf .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQ9iClnGFf .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ9iClnGFf .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQ9iClnGFf img {
  display: inline;
}
.cid-sQ9iClnGFf .linkrefbtmsec {
  color: #999999;
}
.cid-sQ90EGthsz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQ90EGthsz .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-sQ90EGthsz .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sQ90EGthsz .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-sQ90EGthsz .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sQ90EGthsz .navbar.opened {
  transition: all .3s;
}
.cid-sQ90EGthsz .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sQ90EGthsz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sQ90EGthsz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQ90EGthsz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQ90EGthsz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sQ90EGthsz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQ90EGthsz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQ90EGthsz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sQ90EGthsz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQ90EGthsz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sQ90EGthsz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sQ90EGthsz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQ90EGthsz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQ90EGthsz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQ90EGthsz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQ90EGthsz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sQ90EGthsz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sQ90EGthsz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQ90EGthsz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQ90EGthsz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sQ90EGthsz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sQ90EGthsz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sQ90EGthsz .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sQ90EGthsz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sQ90EGthsz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sQ90EGthsz .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sQ90EGthsz .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-sQ90EGthsz .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sQ90EGthsz .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sQ90EGthsz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-sQ90EGthsz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sQ90EGthsz .mbr-iconfont {
  color: #464646 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sQ90EGthsz .mbr-iconfont:hover {
  color: #6335f9;
}
.cid-sQ90EGthsz .navbar-caption {
  padding-right: 4rem;
}
.cid-sQ90EGthsz .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-sQ90EGthsz .dropdown-menu,
.cid-sQ90EGthsz .navbar.opened {
  background: #ffffff !important;
}
.cid-sQ90EGthsz .nav-item:focus,
.cid-sQ90EGthsz .nav-link:focus {
  outline: none;
}
.cid-sQ90EGthsz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQ90EGthsz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQ90EGthsz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQ90EGthsz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQ90EGthsz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQ90EGthsz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQ90EGthsz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sQ90EGthsz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQ90EGthsz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQ90EGthsz .dropdown-item.active,
.cid-sQ90EGthsz .dropdown-item:active {
  background-color: transparent;
}
.cid-sQ90EGthsz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQ90EGthsz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQ90EGthsz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQ90EGthsz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sQ90EGthsz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQ90EGthsz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQ90EGthsz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sQ90EGthsz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sQ90EGthsz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQ90EGthsz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sQ90EGthsz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQ90EGthsz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQ90EGthsz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQ90EGthsz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQ90EGthsz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQ90EGthsz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQ90EGthsz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQ90EGthsz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQ90EGthsz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sQ90EGthsz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ90EGthsz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sQ90EGthsz .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQ90EGthsz .navbar {
    height: 77px;
  }
  .cid-sQ90EGthsz .navbar.opened {
    height: auto;
  }
  .cid-sQ90EGthsz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQ90EGUK5c {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #e9e9e9;
}
.cid-sQ90EGUK5c .row {
  background: #ffffff;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-sQ90EGUK5c img {
  width: 80%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-sQ90EGUK5c img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sQ90EGUK5c img {
    width: 90%;
    transform: scaleY(1);
    margin: auto;
  }
}
.cid-sQ90EGUK5c .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-sQ90EGUK5c .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sQ90EGUK5c .card {
    padding: 2rem 0rem;
  }
}
.cid-sQ90EGUK5c .mbr-text,
.cid-sQ90EGUK5c .mbr-section-btn {
  color: #777777;
}
.cid-sQ90EGUK5c .mbr-section-subtitle {
  color: #464646;
}
.cid-sQ90EGUK5c .mbr-section-title {
  color: #53a3ff;
}
.cid-sQ90EH3PKV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sQ90EH3PKV .mbr-section-subtitle {
  color: #0095ff;
}
.cid-sQ90EH3PKV .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-sQk3RMoNQP {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQk3RMoNQP h4 {
  margin-bottom: 0;
}
.cid-sQk3RMoNQP .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(154, 154, 154, 0.35);
}
.cid-sQk3RMoNQP .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sQk3RMoNQP .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sQk3RMoNQP .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sQk3RMoNQP .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #f49846 !important;
  box-shadow: none!important;
}
.cid-sQk3RMoNQP .btn[class*="-outline"]:active,
.cid-sQk3RMoNQP .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sQk3RMoNQP .card-box {
  padding-top: 2rem;
}
.cid-sQk3RMoNQP .card-wrapper {
  height: 100%;
}
.cid-sQk3RMoNQP .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sQk3RMoNQP img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sQk3RMoNQP .card-title {
  color: #464646;
}
.cid-sQk3RMoNQP .main-title {
  color: #232323;
}
.cid-sQk3RMoNQP .mbr-text,
.cid-sQk3RMoNQP .mbr-link-btn {
  color: #232323;
}
.cid-sQk3Shs7xs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQk3Shs7xs h4 {
  margin-bottom: 0;
}
.cid-sQk3Shs7xs .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(154, 154, 154, 0.35);
}
.cid-sQk3Shs7xs .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sQk3Shs7xs .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sQk3Shs7xs .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sQk3Shs7xs .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #f49846 !important;
  box-shadow: none!important;
}
.cid-sQk3Shs7xs .btn[class*="-outline"]:active,
.cid-sQk3Shs7xs .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sQk3Shs7xs .card-box {
  padding-top: 2rem;
}
.cid-sQk3Shs7xs .card-wrapper {
  height: 100%;
}
.cid-sQk3Shs7xs .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sQk3Shs7xs img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sQk3Shs7xs .card-title {
  color: #464646;
}
.cid-sQk3Shs7xs .main-title {
  color: #232323;
}
.cid-sQk3Shs7xs .mbr-text,
.cid-sQk3Shs7xs .mbr-link-btn {
  color: #232323;
}
.cid-sQk3SMQAwD {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sQk3SMQAwD h4 {
  margin-bottom: 0;
}
.cid-sQk3SMQAwD .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(154, 154, 154, 0.35);
}
.cid-sQk3SMQAwD .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sQk3SMQAwD .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sQk3SMQAwD .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sQk3SMQAwD .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #f49846 !important;
  box-shadow: none!important;
}
.cid-sQk3SMQAwD .btn[class*="-outline"]:active,
.cid-sQk3SMQAwD .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sQk3SMQAwD .card-box {
  padding-top: 2rem;
}
.cid-sQk3SMQAwD .card-wrapper {
  height: 100%;
}
.cid-sQk3SMQAwD .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sQk3SMQAwD img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sQk3SMQAwD .card-title {
  color: #464646;
}
.cid-sQk3SMQAwD .main-title {
  color: #232323;
}
.cid-sQk3SMQAwD .mbr-text,
.cid-sQk3SMQAwD .mbr-link-btn {
  color: #232323;
}
.cid-sQ90EHPGeL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-sQ90EHPGeL .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-sQ90EHPGeL .container {
  max-width: 1400px;
}
.cid-sQ90EHPGeL li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-sQ90EHPGeL .col-lg-3 {
    max-width: 20%;
  }
}
.cid-sQ90EHPGeL .time {
  line-height: 2;
}
.cid-sQ90EHPGeL .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-sQ90EHPGeL .text-wrap {
  width: 100%;
}
.cid-sQ90EHPGeL .item-wrap {
  display: inline-block;
}
.cid-sQ90EHPGeL .item-wrap span,
.cid-sQ90EHPGeL .item-wrap p {
  transition: all 0.3s;
}
.cid-sQ90EHPGeL .item-wrap:hover span,
.cid-sQ90EHPGeL .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-sQ90EHPGeL .item-wrap:hover .linkrefbtm {
  color: #ffffff;
}
.cid-sQ90EHPGeL .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sQ90EHPGeL .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #a1a1a1 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sQ90EHPGeL .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-sQ90EHPGeL .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-sQ90EHPGeL .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sQ90EHPGeL .socicon-wrap {
    margin: auto;
  }
}
.cid-sQ90EHPGeL .title {
  color: #e5e5e5;
}
.cid-sQ90EHPGeL .mbr-text {
  color: #999999;
  text-align: left;
}
@media (max-width: 400px) {
  .cid-sQ90EHPGeL .mbr-text {
    color: #999999;
    text-align: center;
    font-size: 13px;
  }
  .cid-sQ90EHPGeL .icon-title {
    font-size: 13px;
  }
}
.cid-sQ90EHPGeL .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-sQ90EHPGeL .icon-title,
.cid-sQ90EHPGeL .align-wrap {
  color: #999999;
  width: 100%;
}
.cid-sQ90EHPGeL .mbr-section-btn {
  text-align: left;
}
.cid-sQ90EHPGeL .linkrefbtm {
  color: #999999;
}
.cid-sQ90EI85s4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-sQ90EI85s4 p {
  text-align: center;
}
.cid-sQ90EI85s4 .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sQ90EI85s4 .social-list a:focus {
  text-decoration: none;
}
.cid-sQ90EI85s4 .text-copyright {
  width: 100%;
  color: #cccccc;
}
.cid-sQ90EI85s4 .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sQ90EI85s4 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #999999;
  text-align: center;
}
.cid-sQ90EI85s4 .logo-footer {
  line-height: normal;
}
.cid-sQ90EI85s4 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQ90EI85s4 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ90EI85s4 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQ90EI85s4 img {
  display: inline;
}
.cid-sQ90EI85s4 .linkrefbtmsec {
  color: #999999;
}
.cid-sQ9mcz0aVr .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQ9mcz0aVr .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-sQ9mcz0aVr .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sQ9mcz0aVr .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-sQ9mcz0aVr .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sQ9mcz0aVr .navbar.opened {
  transition: all .3s;
}
.cid-sQ9mcz0aVr .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sQ9mcz0aVr .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sQ9mcz0aVr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQ9mcz0aVr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQ9mcz0aVr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sQ9mcz0aVr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQ9mcz0aVr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQ9mcz0aVr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sQ9mcz0aVr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQ9mcz0aVr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sQ9mcz0aVr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sQ9mcz0aVr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQ9mcz0aVr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQ9mcz0aVr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQ9mcz0aVr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQ9mcz0aVr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sQ9mcz0aVr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sQ9mcz0aVr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQ9mcz0aVr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQ9mcz0aVr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sQ9mcz0aVr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sQ9mcz0aVr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sQ9mcz0aVr .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sQ9mcz0aVr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sQ9mcz0aVr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sQ9mcz0aVr .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sQ9mcz0aVr .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-sQ9mcz0aVr .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sQ9mcz0aVr .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sQ9mcz0aVr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-sQ9mcz0aVr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sQ9mcz0aVr .mbr-iconfont {
  color: #464646 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sQ9mcz0aVr .mbr-iconfont:hover {
  color: #6335f9;
}
.cid-sQ9mcz0aVr .navbar-caption {
  padding-right: 4rem;
}
.cid-sQ9mcz0aVr .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-sQ9mcz0aVr .dropdown-menu,
.cid-sQ9mcz0aVr .navbar.opened {
  background: #ffffff !important;
}
.cid-sQ9mcz0aVr .nav-item:focus,
.cid-sQ9mcz0aVr .nav-link:focus {
  outline: none;
}
.cid-sQ9mcz0aVr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQ9mcz0aVr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQ9mcz0aVr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQ9mcz0aVr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQ9mcz0aVr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQ9mcz0aVr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQ9mcz0aVr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sQ9mcz0aVr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQ9mcz0aVr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQ9mcz0aVr .dropdown-item.active,
.cid-sQ9mcz0aVr .dropdown-item:active {
  background-color: transparent;
}
.cid-sQ9mcz0aVr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQ9mcz0aVr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQ9mcz0aVr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQ9mcz0aVr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sQ9mcz0aVr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQ9mcz0aVr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQ9mcz0aVr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sQ9mcz0aVr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sQ9mcz0aVr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQ9mcz0aVr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sQ9mcz0aVr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQ9mcz0aVr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQ9mcz0aVr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQ9mcz0aVr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQ9mcz0aVr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQ9mcz0aVr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQ9mcz0aVr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQ9mcz0aVr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQ9mcz0aVr .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sQ9mcz0aVr a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ9mcz0aVr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sQ9mcz0aVr .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQ9mcz0aVr .navbar {
    height: 77px;
  }
  .cid-sQ9mcz0aVr .navbar.opened {
    height: auto;
  }
  .cid-sQ9mcz0aVr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQ9mczsiPR {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #e9e9e9;
}
.cid-sQ9mczsiPR .row {
  background: #ffffff;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-sQ9mczsiPR img {
  width: 80%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-sQ9mczsiPR img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sQ9mczsiPR img {
    width: 90%;
    transform: scaleY(1);
    margin: auto;
  }
}
.cid-sQ9mczsiPR .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-sQ9mczsiPR .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sQ9mczsiPR .card {
    padding: 2rem 0rem;
  }
}
.cid-sQ9mczsiPR .mbr-text,
.cid-sQ9mczsiPR .mbr-section-btn {
  color: #777777;
}
.cid-sQ9mczsiPR .mbr-section-subtitle {
  color: #464646;
}
.cid-sQ9mczsiPR .mbr-section-title {
  color: #53a3ff;
}
.cid-sQ9mczDDLe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sQ9mczDDLe .mbr-section-subtitle {
  color: #0095ff;
}
.cid-sQ9mczDDLe .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-sQk47gDab4 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQk47gDab4 h4 {
  margin-bottom: 0;
}
.cid-sQk47gDab4 .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(154, 154, 154, 0.35);
}
.cid-sQk47gDab4 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sQk47gDab4 .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sQk47gDab4 .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sQk47gDab4 .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #f49846 !important;
  box-shadow: none!important;
}
.cid-sQk47gDab4 .btn[class*="-outline"]:active,
.cid-sQk47gDab4 .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sQk47gDab4 .card-box {
  padding-top: 2rem;
}
.cid-sQk47gDab4 .card-wrapper {
  height: 100%;
}
.cid-sQk47gDab4 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sQk47gDab4 img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sQk47gDab4 .card-title {
  color: #464646;
}
.cid-sQk47gDab4 .main-title {
  color: #232323;
}
.cid-sQk47gDab4 .mbr-text,
.cid-sQk47gDab4 .mbr-link-btn {
  color: #232323;
}
.cid-sQk47GlBkP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQk47GlBkP h4 {
  margin-bottom: 0;
}
.cid-sQk47GlBkP .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(154, 154, 154, 0.35);
}
.cid-sQk47GlBkP .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sQk47GlBkP .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sQk47GlBkP .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sQk47GlBkP .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #f49846 !important;
  box-shadow: none!important;
}
.cid-sQk47GlBkP .btn[class*="-outline"]:active,
.cid-sQk47GlBkP .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sQk47GlBkP .card-box {
  padding-top: 2rem;
}
.cid-sQk47GlBkP .card-wrapper {
  height: 100%;
}
.cid-sQk47GlBkP .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sQk47GlBkP img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sQk47GlBkP .card-title {
  color: #464646;
}
.cid-sQk47GlBkP .main-title {
  color: #232323;
}
.cid-sQk47GlBkP .mbr-text,
.cid-sQk47GlBkP .mbr-link-btn {
  color: #232323;
}
.cid-sQk48h3nAO {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sQk48h3nAO h4 {
  margin-bottom: 0;
}
.cid-sQk48h3nAO .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(154, 154, 154, 0.35);
}
.cid-sQk48h3nAO .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sQk48h3nAO .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sQk48h3nAO .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sQk48h3nAO .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #f49846 !important;
  box-shadow: none!important;
}
.cid-sQk48h3nAO .btn[class*="-outline"]:active,
.cid-sQk48h3nAO .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sQk48h3nAO .card-box {
  padding-top: 2rem;
}
.cid-sQk48h3nAO .card-wrapper {
  height: 100%;
}
.cid-sQk48h3nAO .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sQk48h3nAO img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sQk48h3nAO .card-title {
  color: #464646;
}
.cid-sQk48h3nAO .main-title {
  color: #232323;
}
.cid-sQk48h3nAO .mbr-text,
.cid-sQk48h3nAO .mbr-link-btn {
  color: #232323;
}
.cid-sQ9mcAosLY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-sQ9mcAosLY .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-sQ9mcAosLY .container {
  max-width: 1400px;
}
.cid-sQ9mcAosLY li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-sQ9mcAosLY .col-lg-3 {
    max-width: 20%;
  }
}
.cid-sQ9mcAosLY .time {
  line-height: 2;
}
.cid-sQ9mcAosLY .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-sQ9mcAosLY .text-wrap {
  width: 100%;
}
.cid-sQ9mcAosLY .item-wrap {
  display: inline-block;
}
.cid-sQ9mcAosLY .item-wrap span,
.cid-sQ9mcAosLY .item-wrap p {
  transition: all 0.3s;
}
.cid-sQ9mcAosLY .item-wrap:hover span,
.cid-sQ9mcAosLY .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-sQ9mcAosLY .item-wrap:hover .linkrefbtm {
  color: #ffffff;
}
.cid-sQ9mcAosLY .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sQ9mcAosLY .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #a1a1a1 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sQ9mcAosLY .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-sQ9mcAosLY .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-sQ9mcAosLY .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sQ9mcAosLY .socicon-wrap {
    margin: auto;
  }
}
.cid-sQ9mcAosLY .title {
  color: #e5e5e5;
}
.cid-sQ9mcAosLY .mbr-text {
  color: #999999;
  text-align: left;
}
@media (max-width: 400px) {
  .cid-sQ9mcAosLY .mbr-text {
    color: #999999;
    text-align: center;
    font-size: 13px;
  }
  .cid-sQ9mcAosLY .icon-title {
    font-size: 13px;
  }
}
.cid-sQ9mcAosLY .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-sQ9mcAosLY .icon-title,
.cid-sQ9mcAosLY .align-wrap {
  color: #999999;
  width: 100%;
}
.cid-sQ9mcAosLY .mbr-section-btn {
  text-align: left;
}
.cid-sQ9mcAosLY .linkrefbtm {
  color: #999999;
}
.cid-sQ9mcAItN3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-sQ9mcAItN3 p {
  text-align: center;
}
.cid-sQ9mcAItN3 .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sQ9mcAItN3 .social-list a:focus {
  text-decoration: none;
}
.cid-sQ9mcAItN3 .text-copyright {
  width: 100%;
  color: #cccccc;
}
.cid-sQ9mcAItN3 .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sQ9mcAItN3 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #999999;
  text-align: center;
}
.cid-sQ9mcAItN3 .logo-footer {
  line-height: normal;
}
.cid-sQ9mcAItN3 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQ9mcAItN3 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ9mcAItN3 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQ9mcAItN3 img {
  display: inline;
}
.cid-sQ9mcAItN3 .linkrefbtmsec {
  color: #999999;
}
