body {
  font-family: Open Sans;
}
.display-1 {
  font-family: 'Comfortaa';
  font-size: 3.4rem;
}
.display-2 {
  font-family: 'Comfortaa';
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Comfortaa';
  font-size: 0.9rem;
}
.display-5 {
  font-family: 'Comfortaa';
  font-size: 1.2rem;
}
.display-7 {
  font-family: 'Open Sans';
  font-size: 0.9rem;
}
/* ---- 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.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #1a1a1a !important;
}
.bg-success {
  background-color: #f27d7a !important;
}
.bg-info {
  background-color: #7237a2 !important;
}
.bg-warning {
  background-color: #0c57bf !important;
}
.bg-danger {
  background-color: #efefef !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-primary:before {
  background-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #f15926 !important;
  border-color: #f15926 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #f15926 !important;
  border-color: #f15926 !important;
}
.btn-secondary:before {
  background-color: #be390c !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #be390c !important;
  border-color: #be390c !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
}
.btn-info:before {
  background-color: #4a2469 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4a2469 !important;
  border-color: #4a2469 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #f27d7a !important;
  border-color: #f27d7a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #f27d7a !important;
  border-color: #f27d7a !important;
}
.btn-success:before {
  background-color: #eb3934 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #eb3934 !important;
  border-color: #eb3934 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #0c57bf !important;
  border-color: #0c57bf !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #0c57bf !important;
  border-color: #0c57bf !important;
}
.btn-warning:before {
  background-color: #073677 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #073677 !important;
  border-color: #073677 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-danger:before {
  background-color: #c9c9c9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:before {
  background-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:before {
  background-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  border-color: #1a1a1a;
}
.btn-primary-outline:before {
  background-color: #1a1a1a;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #a6320b;
  color: #a6320b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  border-color: #f15926;
}
.btn-secondary-outline:before {
  background-color: #f15926;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f15926 !important;
  border-color: #f15926 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #3c1d56;
  color: #3c1d56;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  border-color: #7237a2;
}
.btn-info-outline:before {
  background-color: #7237a2;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #e9221d;
  color: #e9221d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  border-color: #f27d7a;
}
.btn-success-outline:before {
  background-color: #f27d7a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f27d7a !important;
  border-color: #f27d7a !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #062b5f;
  color: #062b5f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  border-color: #0c57bf;
}
.btn-warning-outline:before {
  background-color: #0c57bf;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0c57bf !important;
  border-color: #0c57bf !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #bcbcbc;
  color: #bcbcbc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #707070;
  border-color: #efefef;
}
.btn-danger-outline:before {
  background-color: #efefef;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  border-color: #333333;
}
.btn-black-outline:before {
  background-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  border-color: #ffffff;
}
.btn-white-outline:before {
  background-color: #ffffff;
}
.btn-bgr {
  position: relative;
  transition: border 0.3s ease-in-out, color 0.5s;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.btn-bgr span {
  position: relative;
  z-index: 12;
}
.btn-bgr:before {
  content: ' ';
  position: absolute;
  top: -2px;
  left: -2px;
  right: 105%;
  bottom: -2px;
  transition: right 0.3s ease-in-out;
  z-index: -1;
  border-radius: 100px;
}
.btn-bgr:hover:before {
  right: -2px;
}
.btn-underline {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: color 0.2s ease-out;
}
.btn-underline:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #1a1a1a;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.btn-underline:hover:before {
  width: 100%;
}
.text-primary {
  color: #1a1a1a !important;
}
.text-secondary {
  color: #f15926 !important;
}
.text-success {
  color: #f27d7a !important;
}
.text-info {
  color: #7237a2 !important;
}
.text-warning {
  color: #0c57bf !important;
}
.text-danger {
  color: #efefef !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #a6320b !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #e9221d !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #3c1d56 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #062b5f !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bcbcbc !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #7237a2;
}
.alert-warning {
  background-color: #0c57bf;
}
.alert-danger {
  background-color: #efefef;
}
.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;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1a1a1a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cccccc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b083d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #5698f4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #1a1a1a;
}
/* 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);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #1a1a1a;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #1a1a1a;
}
/*Menu*/
.display-1 > .mbr-iconfont {
  font-size: 5.44rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.44rem;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1a1a1a;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1a1a1a;
  border-bottom-color: #1a1a1a;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #f15926 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%231a1a1a' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-s5jKaaGLRe .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #f15926;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-s5jKaaGLRe .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s5jKaaGLRe .nav-item,
.cid-s5jKaaGLRe .nav-link,
.cid-s5jKaaGLRe .navbar-caption {
  font-weight: normal;
}
.cid-s5jKaaGLRe .nav-item:focus,
.cid-s5jKaaGLRe .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s5jKaaGLRe .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s5jKaaGLRe .nav-item .nav-link {
    position: relative;
  }
  .cid-s5jKaaGLRe .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #f15926;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s5jKaaGLRe .nav-item:hover .nav-link:before,
  .cid-s5jKaaGLRe .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s5jKaaGLRe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s5jKaaGLRe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5jKaaGLRe .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s5jKaaGLRe .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s5jKaaGLRe .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s5jKaaGLRe .dropdown .dropdown-menu .dropdown-item .soc-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-s5jKaaGLRe .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1a1a1a;
}
.cid-s5jKaaGLRe .navbar.opened {
  transition: all .3s;
  background: #1a1a1a !important;
}
.cid-s5jKaaGLRe .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s5jKaaGLRe .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s5jKaaGLRe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s5jKaaGLRe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s5jKaaGLRe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s5jKaaGLRe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s5jKaaGLRe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s5jKaaGLRe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s5jKaaGLRe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s5jKaaGLRe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s5jKaaGLRe .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s5jKaaGLRe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s5jKaaGLRe .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s5jKaaGLRe .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s5jKaaGLRe .navbar.navbar-short {
  background: #1a1a1a !important;
  min-height: 60px;
}
.cid-s5jKaaGLRe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s5jKaaGLRe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s5jKaaGLRe .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-s5jKaaGLRe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s5jKaaGLRe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s5jKaaGLRe .dropdown-item.active,
.cid-s5jKaaGLRe .dropdown-item:active {
  background-color: transparent;
}
.cid-s5jKaaGLRe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s5jKaaGLRe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s5jKaaGLRe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s5jKaaGLRe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a1a1a;
  z-index: 2;
}
.cid-s5jKaaGLRe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s5jKaaGLRe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5jKaaGLRe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s5jKaaGLRe .navbar-buttons {
  text-align: center;
}
.cid-s5jKaaGLRe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5jKaaGLRe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f15926;
}
.cid-s5jKaaGLRe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5jKaaGLRe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5jKaaGLRe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5jKaaGLRe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5jKaaGLRe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5jKaaGLRe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5jKaaGLRe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5jKaaGLRe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5jKaaGLRe .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s5jKaaGLRe a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5jKaaGLRe .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #f15926;
  display: inline-flex;
}
.cid-s5jKaaGLRe .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s5jKaaGLRe .soc-item {
  margin: .5rem .3rem;
}
.cid-s5jKaaGLRe .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5jKaaGLRe a.nav-link .mbr-iconfont-btn,
.cid-s5jKaaGLRe a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s5jKaaGLRe a.nav-link:hover .mbr-iconfont-btn,
.cid-s5jKaaGLRe a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s5jKaaGLRe a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s5jKaaGLRe .navbar {
    height: 77px;
  }
  .cid-s5jKaaGLRe .navbar.opened {
    height: auto;
  }
  .cid-s5jKaaGLRe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-scR8zYkAZY {
  padding-top: 140px;
  padding-bottom: 0px;
  background-color: #6932d5;
}
.cid-scR8zYkAZY .media-content .btn-bgr {
  z-index: 0;
}
.cid-scR8zYkAZY .mbr-section-text {
  word-break: break-word;
}
.cid-scR8zYkAZY .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
@media (min-width: 992px) {
  .cid-scR8zYkAZY .mbr-figure {
    padding-left: 6rem;
    padding-right: 4rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-scR8zYkAZY .mbr-figure {
    padding-left: 6rem;
    margin-top: -15px;
    margin-left: -15px;
    padding-left: 0.5rem;
    padding-right: 30rem;
  }
}
@media (max-width: 767px) {
  .cid-scR8zYkAZY .mbr-figure {
    padding-left: 6rem;
    margin-top: -60px;
    padding-right: 5rem;
    padding-left: 5rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-scR8zYkAZY .mbr-text {
    text-align: center;
  }
}
.cid-scR8zYkAZY .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-scR8zYkAZY H1 {
  color: #1a1a1a;
}
.cid-scR8zYkAZY .mbr-text,
.cid-scR8zYkAZY .mbr-section-btn {
  color: #1a1a1a;
}
.cid-scR8AkN2qj {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #6932d5;
}
@media (max-width: 767px) {
  .cid-scR8AkN2qj .row {
    flex-direction: column-reverse;
  }
  .cid-scR8AkN2qj .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-scR8AkN2qj .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-scR8AkN2qj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-scR8AkN2qj .media-content,
.cid-scR8AkN2qj .mbr-figure {
  align-self: center;
}
.cid-scR8AkN2qj .mbr-figure iframe {
  width: 100%;
}
.cid-scR8AkN2qj .mbr-section-title {
  color: #ffffff;
}
.cid-scR8AkN2qj .mbr-text,
.cid-scR8AkN2qj .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-scR8AkN2qj .mbr-text,
  .cid-scR8AkN2qj .mbr-section-btn {
    text-align: center;
  }
}
.cid-scR8AWCr0j {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-scR8AWCr0j .image-wrapper {
    margin-bottom: 0rem;
  }
}
.cid-scR8AWCr0j .row {
  flex-direction: row-reverse;
}
.cid-scR8AWCr0j img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-scR8AWCr0j img {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-scR8AWCr0j img {
    width: 80%;
    padding-left: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-scR8AWCr0j img {
    width: 80%;
    padding-left: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-scR8AWCr0j .text-wrapper {
    padding: 2rem;
  }
}
.cid-scR8AWCr0j .mbr-text {
  text-align: left;
  color: #767676;
}
@media (max-width: 767px) {
  .cid-scR8AWCr0j .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-scR8AWCr0j .mbr-text {
    text-align: center;
  }
}
.cid-scR8AWCr0j .mbr-section-title {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-scR8AWCr0j .mbr-section-title {
    padding-top: 1rem;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-scR8AWCr0j .mbr-section-title {
    padding-top: 1rem;
    text-align: center;
  }
}
.cid-sdjNAqZ9zZ {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sdjNAqZ9zZ img {
  width: 120px;
  margin: auto;
}
.cid-sdjNAqZ9zZ .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1.0;
  margin-bottom: 0rem;
}
@media (min-width: 992px) {
  .cid-sdjNAqZ9zZ .card {
    max-width: 12.5%;
    padding-left: 2.5rem;
    margin-top: -65px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sdjNAqZ9zZ .card {
    margin-top: -40px;
  }
}
@media (max-width: 767px) {
  .cid-sdjNAqZ9zZ .card {
    max-width: 40%;
    margin-top: -40px;
    padding-left: 2.5rem;
  }
}
.cid-sde1PTBcXn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sde1QtgVG8 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sde1QtgVG8 .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sde1QtgVG8 .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sde1QtgVG8 .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-sde1QtgVG8 .card .card-img span {
  color: #767676;
  font-size: 60px;
}
.cid-sde1QtgVG8 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sde1QtgVG8 .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sde1QtgVG8 .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-sde1QtgVG8 .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-sde1QtgVG8 .card .card-box .card-title,
  .cid-sde1QtgVG8 .card .card-box .mbr-text,
  .cid-sde1QtgVG8 .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-sde1QtgVG8 .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-sde1QtgVG8 .card .card-img {
    text-align: right !important;
  }
}
.cid-sde1QtgVG8 .mbr-text,
.cid-sde1QtgVG8 .link {
  color: #767676;
}
.cid-sdeRDjSOqu {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sdeRDjSOqu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sdeRDjSOqu img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sdeRDjSOqu img {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sdeRDjSOqu img {
    width: 80%;
    padding-left: 12rem;
  }
}
@media (max-width: 767px) {
  .cid-sdeRDjSOqu img {
    width: 80%;
    padding-left: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-sdeRDjSOqu .text-wrapper {
    padding: 2rem;
  }
}
.cid-sdeRDjSOqu .mbr-text {
  text-align: left;
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sdeRDjSOqu .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sdeRDjSOqu .mbr-text {
    text-align: center;
  }
}
.cid-sdeRDjSOqu .mbr-section-title {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sdeRDjSOqu .mbr-section-title {
    padding-top: 1rem;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sdeRDjSOqu .mbr-section-title {
    padding-top: 1rem;
    text-align: center;
  }
}
.cid-sdf7POE6zX {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sdf7Hsue1x {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 90px;
}
.cid-sdf7Hsue1x .image-block {
  margin: auto;
}
.cid-sdf7Hsue1x figcaption {
  position: relative;
}
.cid-sdf7Hsue1x figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sdf7Hsue1x .image-block {
    width: 100% !important;
  }
}
.cid-sdeRGv0iUY {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sdeRGv0iUY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sdeRGv0iUY .row {
  flex-direction: row-reverse;
}
.cid-sdeRGv0iUY img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sdeRGv0iUY img {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sdeRGv0iUY img {
    width: 80%;
    padding-left: 12rem;
  }
}
@media (max-width: 767px) {
  .cid-sdeRGv0iUY img {
    width: 80%;
    padding-left: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-sdeRGv0iUY .text-wrapper {
    padding: 2rem;
  }
}
.cid-sdeRGv0iUY .mbr-text {
  text-align: left;
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sdeRGv0iUY .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sdeRGv0iUY .mbr-text {
    text-align: center;
  }
}
.cid-sdeRGv0iUY .mbr-section-title {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sdeRGv0iUY .mbr-section-title {
    padding-top: 1rem;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sdeRGv0iUY .mbr-section-title {
    padding-top: 1rem;
    text-align: center;
  }
}
.cid-sefyH0DTyL {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sefyH0DTyL .media-content .btn-bgr {
  z-index: 0;
}
.cid-sefyH0DTyL .mbr-section-text {
  word-break: break-word;
}
.cid-sefyH0DTyL .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sefyH0DTyL .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sefyH0DTyL .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sefyH0DTyL .mbr-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sefyH0DTyL .mbr-section-title {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sefyH0DTyL .mbr-section-title {
    text-align: center;
  }
}
.cid-sefyH0DTyL H1 {
  color: #1a1a1a;
}
.cid-sefyH0DTyL .mbr-text,
.cid-sefyH0DTyL .mbr-section-btn {
  color: #767676;
}
.cid-scR8Cz04pv {
  padding-top: 20px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-scR8Cz04pv .media-content .btn-bgr {
  z-index: 0;
}
.cid-scR8Cz04pv .mbr-section-text {
  word-break: break-word;
}
.cid-scR8Cz04pv .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-scR8Cz04pv .mbr-section-btn {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-scR8Cz04pv .mbr-figure {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-left: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-scR8Cz04pv .mbr-figure {
    padding-left: 6rem;
    padding-top: 3rem;
    padding-right: 15rem;
    padding-left: 15rem;
  }
}
@media (max-width: 767px) {
  .cid-scR8Cz04pv .mbr-figure {
    padding-left: 6rem;
    padding-top: 2rem;
    padding-right: 5rem;
    padding-left: 5rem;
    margin-bottom: -35px;
  }
}
.cid-scR8Cz04pv .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-scR8Cz04pv .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-scR8Cz04pv .mbr-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-scR8Cz04pv .mbr-section-title {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-scR8Cz04pv .mbr-section-title {
    text-align: center;
  }
}
.cid-scR8Cz04pv H1 {
  color: #1a1a1a;
}
.cid-scR8Cz04pv .mbr-text,
.cid-scR8Cz04pv .mbr-section-btn {
  color: #767676;
}
.cid-scR8DrhbxQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1a1a1a;
}
@media (max-width: 767px) {
  .cid-scR8DrhbxQ .content {
    text-align: center;
  }
  .cid-scR8DrhbxQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-scR8DrhbxQ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-scR8DrhbxQ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-scR8DrhbxQ .media-wrap img {
  height: 6rem;
}
@media (max-width: 991px) {
  .cid-scR8DrhbxQ .media-wrap img {
    height: 4.5rem;
  }
}
@media (max-width: 767px) {
  .cid-scR8DrhbxQ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-scR8DrhbxQ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-scR8DrhbxQ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-scR8DrhbxQ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-scR8DrhbxQ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-scR8DrhbxQ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-scR8DrhbxQ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-scR8DrhbxQ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-scR8DrhbxQ .copyright > p {
  color: #ffffff;
}
.cid-scR8DrhbxQ P {
  color: #ffffff;
}
.cid-s5jKaaGLRe .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #f15926;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-s5jKaaGLRe .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s5jKaaGLRe .nav-item,
.cid-s5jKaaGLRe .nav-link,
.cid-s5jKaaGLRe .navbar-caption {
  font-weight: normal;
}
.cid-s5jKaaGLRe .nav-item:focus,
.cid-s5jKaaGLRe .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s5jKaaGLRe .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s5jKaaGLRe .nav-item .nav-link {
    position: relative;
  }
  .cid-s5jKaaGLRe .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #f15926;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s5jKaaGLRe .nav-item:hover .nav-link:before,
  .cid-s5jKaaGLRe .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s5jKaaGLRe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s5jKaaGLRe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5jKaaGLRe .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s5jKaaGLRe .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s5jKaaGLRe .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s5jKaaGLRe .dropdown .dropdown-menu .dropdown-item .soc-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-s5jKaaGLRe .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1a1a1a;
}
.cid-s5jKaaGLRe .navbar.opened {
  transition: all .3s;
  background: #1a1a1a !important;
}
.cid-s5jKaaGLRe .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s5jKaaGLRe .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s5jKaaGLRe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s5jKaaGLRe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s5jKaaGLRe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s5jKaaGLRe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s5jKaaGLRe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s5jKaaGLRe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s5jKaaGLRe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s5jKaaGLRe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s5jKaaGLRe .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s5jKaaGLRe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s5jKaaGLRe .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s5jKaaGLRe .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s5jKaaGLRe .navbar.navbar-short {
  background: #1a1a1a !important;
  min-height: 60px;
}
.cid-s5jKaaGLRe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s5jKaaGLRe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s5jKaaGLRe .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-s5jKaaGLRe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s5jKaaGLRe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s5jKaaGLRe .dropdown-item.active,
.cid-s5jKaaGLRe .dropdown-item:active {
  background-color: transparent;
}
.cid-s5jKaaGLRe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s5jKaaGLRe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s5jKaaGLRe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s5jKaaGLRe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a1a1a;
  z-index: 2;
}
.cid-s5jKaaGLRe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s5jKaaGLRe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5jKaaGLRe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s5jKaaGLRe .navbar-buttons {
  text-align: center;
}
.cid-s5jKaaGLRe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5jKaaGLRe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f15926;
}
.cid-s5jKaaGLRe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5jKaaGLRe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5jKaaGLRe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5jKaaGLRe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5jKaaGLRe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5jKaaGLRe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5jKaaGLRe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5jKaaGLRe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5jKaaGLRe .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s5jKaaGLRe a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5jKaaGLRe .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #f15926;
  display: inline-flex;
}
.cid-s5jKaaGLRe .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s5jKaaGLRe .soc-item {
  margin: .5rem .3rem;
}
.cid-s5jKaaGLRe .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5jKaaGLRe a.nav-link .mbr-iconfont-btn,
.cid-s5jKaaGLRe a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s5jKaaGLRe a.nav-link:hover .mbr-iconfont-btn,
.cid-s5jKaaGLRe a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s5jKaaGLRe a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s5jKaaGLRe .navbar {
    height: 77px;
  }
  .cid-s5jKaaGLRe .navbar.opened {
    height: auto;
  }
  .cid-s5jKaaGLRe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sa1iLN5UFu {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sa1iLN5UFu .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sa1iLN5UFu .mbr-figure img {
  height: 350px;
  width: 350px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-sa1iLN5UFu .mbr-text,
.cid-sa1iLN5UFu .mbr-section-btn {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sa1iLN5UFu img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-s8AntS5dLB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1a1a1a;
}
@media (max-width: 767px) {
  .cid-s8AntS5dLB .content {
    text-align: center;
  }
  .cid-s8AntS5dLB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s8AntS5dLB .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s8AntS5dLB .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s8AntS5dLB .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s8AntS5dLB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s8AntS5dLB .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s8AntS5dLB .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s8AntS5dLB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s8AntS5dLB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s8AntS5dLB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s8AntS5dLB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s8AntS5dLB .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s8AntS5dLB .copyright > p {
  color: #ffffff;
}
.cid-s8AntS5dLB P {
  color: #ffffff;
}
.cid-s5jKaaGLRe .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #f15926;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-s5jKaaGLRe .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s5jKaaGLRe .nav-item,
.cid-s5jKaaGLRe .nav-link,
.cid-s5jKaaGLRe .navbar-caption {
  font-weight: normal;
}
.cid-s5jKaaGLRe .nav-item:focus,
.cid-s5jKaaGLRe .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s5jKaaGLRe .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s5jKaaGLRe .nav-item .nav-link {
    position: relative;
  }
  .cid-s5jKaaGLRe .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #f15926;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s5jKaaGLRe .nav-item:hover .nav-link:before,
  .cid-s5jKaaGLRe .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s5jKaaGLRe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s5jKaaGLRe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5jKaaGLRe .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s5jKaaGLRe .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s5jKaaGLRe .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s5jKaaGLRe .dropdown .dropdown-menu .dropdown-item .soc-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-s5jKaaGLRe .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1a1a1a;
}
.cid-s5jKaaGLRe .navbar.opened {
  transition: all .3s;
  background: #1a1a1a !important;
}
.cid-s5jKaaGLRe .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s5jKaaGLRe .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s5jKaaGLRe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s5jKaaGLRe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s5jKaaGLRe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s5jKaaGLRe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s5jKaaGLRe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s5jKaaGLRe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s5jKaaGLRe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s5jKaaGLRe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s5jKaaGLRe .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s5jKaaGLRe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s5jKaaGLRe .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s5jKaaGLRe .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s5jKaaGLRe .navbar.navbar-short {
  background: #1a1a1a !important;
  min-height: 60px;
}
.cid-s5jKaaGLRe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s5jKaaGLRe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s5jKaaGLRe .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-s5jKaaGLRe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s5jKaaGLRe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s5jKaaGLRe .dropdown-item.active,
.cid-s5jKaaGLRe .dropdown-item:active {
  background-color: transparent;
}
.cid-s5jKaaGLRe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s5jKaaGLRe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s5jKaaGLRe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s5jKaaGLRe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a1a1a;
  z-index: 2;
}
.cid-s5jKaaGLRe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s5jKaaGLRe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5jKaaGLRe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s5jKaaGLRe .navbar-buttons {
  text-align: center;
}
.cid-s5jKaaGLRe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5jKaaGLRe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f15926;
}
.cid-s5jKaaGLRe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5jKaaGLRe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5jKaaGLRe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5jKaaGLRe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5jKaaGLRe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5jKaaGLRe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5jKaaGLRe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5jKaaGLRe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5jKaaGLRe .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s5jKaaGLRe a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5jKaaGLRe .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #f15926;
  display: inline-flex;
}
.cid-s5jKaaGLRe .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s5jKaaGLRe .soc-item {
  margin: .5rem .3rem;
}
.cid-s5jKaaGLRe .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5jKaaGLRe a.nav-link .mbr-iconfont-btn,
.cid-s5jKaaGLRe a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s5jKaaGLRe a.nav-link:hover .mbr-iconfont-btn,
.cid-s5jKaaGLRe a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s5jKaaGLRe a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s5jKaaGLRe .navbar {
    height: 77px;
  }
  .cid-s5jKaaGLRe .navbar.opened {
    height: auto;
  }
  .cid-s5jKaaGLRe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s5u5SjXKQn {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s5u5SjXKQn h4 {
  display: flex;
  color: #232323;
}
.cid-s5u5SjXKQn .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-s5u5SjXKQn .wrap {
  display: flex;
}
.cid-s5u5SjXKQn .icon {
  background: #f15926;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-s5u5SjXKQn img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-s5u5SjXKQn .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-s5u5SjXKQn p {
  margin: 0;
}
.cid-s5u5SjXKQn .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-s5u5SjXKQn .mbr-section-subtitle {
  font-weight: 500;
  color: #767676;
  text-align: center;
}
.cid-s5u5SjXKQn .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-s5u5SjXKQn .panel-group {
  width: 100%;
}
.cid-s5u5SjXKQn .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-s5u5SjXKQn .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-s5u5SjXKQn .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-s5u5SjXKQn .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-s5u5SjXKQn .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s5u5SjXKQn .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-s5u5SjXKQn .card .panel-body {
  background: #ffffff;
}
.cid-s5u5SjXKQn .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s5u5SjXKQn .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-s5u5SjXKQn .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-s5u5SjXKQn .header-text,
.cid-s5u5SjXKQn .sign {
  color: #333333;
}
.cid-sa2cbEYfRM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1a1a1a;
}
@media (max-width: 767px) {
  .cid-sa2cbEYfRM .content {
    text-align: center;
  }
  .cid-sa2cbEYfRM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sa2cbEYfRM .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sa2cbEYfRM .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sa2cbEYfRM .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sa2cbEYfRM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sa2cbEYfRM .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sa2cbEYfRM .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sa2cbEYfRM .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sa2cbEYfRM .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sa2cbEYfRM .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sa2cbEYfRM .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sa2cbEYfRM .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sa2cbEYfRM .copyright > p {
  color: #ffffff;
}
.cid-sa2cbEYfRM P {
  color: #ffffff;
}
.cid-s5jKaaGLRe .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #f15926;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-s5jKaaGLRe .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s5jKaaGLRe .nav-item,
.cid-s5jKaaGLRe .nav-link,
.cid-s5jKaaGLRe .navbar-caption {
  font-weight: normal;
}
.cid-s5jKaaGLRe .nav-item:focus,
.cid-s5jKaaGLRe .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s5jKaaGLRe .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s5jKaaGLRe .nav-item .nav-link {
    position: relative;
  }
  .cid-s5jKaaGLRe .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #f15926;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s5jKaaGLRe .nav-item:hover .nav-link:before,
  .cid-s5jKaaGLRe .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s5jKaaGLRe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s5jKaaGLRe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5jKaaGLRe .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s5jKaaGLRe .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s5jKaaGLRe .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s5jKaaGLRe .dropdown .dropdown-menu .dropdown-item .soc-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-s5jKaaGLRe .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1a1a1a;
}
.cid-s5jKaaGLRe .navbar.opened {
  transition: all .3s;
  background: #1a1a1a !important;
}
.cid-s5jKaaGLRe .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s5jKaaGLRe .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s5jKaaGLRe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s5jKaaGLRe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s5jKaaGLRe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s5jKaaGLRe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s5jKaaGLRe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s5jKaaGLRe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s5jKaaGLRe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s5jKaaGLRe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s5jKaaGLRe .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s5jKaaGLRe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s5jKaaGLRe .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s5jKaaGLRe .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s5jKaaGLRe .navbar.navbar-short {
  background: #1a1a1a !important;
  min-height: 60px;
}
.cid-s5jKaaGLRe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s5jKaaGLRe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s5jKaaGLRe .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-s5jKaaGLRe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s5jKaaGLRe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s5jKaaGLRe .dropdown-item.active,
.cid-s5jKaaGLRe .dropdown-item:active {
  background-color: transparent;
}
.cid-s5jKaaGLRe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s5jKaaGLRe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s5jKaaGLRe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s5jKaaGLRe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a1a1a;
  z-index: 2;
}
.cid-s5jKaaGLRe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s5jKaaGLRe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5jKaaGLRe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s5jKaaGLRe .navbar-buttons {
  text-align: center;
}
.cid-s5jKaaGLRe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5jKaaGLRe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f15926;
}
.cid-s5jKaaGLRe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5jKaaGLRe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5jKaaGLRe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5jKaaGLRe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5jKaaGLRe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5jKaaGLRe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5jKaaGLRe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5jKaaGLRe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5jKaaGLRe .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s5jKaaGLRe a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5jKaaGLRe .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #f15926;
  display: inline-flex;
}
.cid-s5jKaaGLRe .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s5jKaaGLRe .soc-item {
  margin: .5rem .3rem;
}
.cid-s5jKaaGLRe .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5jKaaGLRe a.nav-link .mbr-iconfont-btn,
.cid-s5jKaaGLRe a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s5jKaaGLRe a.nav-link:hover .mbr-iconfont-btn,
.cid-s5jKaaGLRe a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s5jKaaGLRe a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s5jKaaGLRe .navbar {
    height: 77px;
  }
  .cid-s5jKaaGLRe .navbar.opened {
    height: auto;
  }
  .cid-s5jKaaGLRe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sduFdAn2yQ {
  overflow: hidden !important;
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sduFdAn2yQ .container-fluid {
  padding: 0 5rem;
}
.cid-sduFdAn2yQ .animated-element {
  color: #efefef;
}
.cid-sduFdAn2yQ .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-sduFdAn2yQ .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sduFdAn2yQ .container-fluid {
    padding: 0 1rem;
  }
}
.cid-sduFdAn2yQ .mbr-section-title {
  color: #282124;
}
.cid-sduFdAn2yQ .mbr-section-subtitle,
.cid-sduFdAn2yQ .mbr-section-btn {
  color: #282124;
}
.cid-sdAigL6iKT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sduJcEeDmz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sduJcEeDmz .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #4284df);
}
.cid-sduJcEeDmz h3 {
  color: #FFFFFF;
  font-weight: 500;
}
.cid-sduJcEeDmz p {
  color: #FFFFFF;
}
.cid-sduJcEeDmz h4 {
  color: #FFFFFF;
  display: none;
}
.cid-sduJcEeDmz .mbr-figure img {
  padding-left: 1rem;
}
.cid-sduJcEeDmz .counter-container {
  color: #767676;
  padding-right: 4rem;
  counter-reset: myCounter;
  padding-left: 5rem;
}
.cid-sduJcEeDmz .counter-container div {
  margin-bottom: 1rem;
  padding-left: .5rem;
}
.cid-sduJcEeDmz .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-sduJcEeDmz .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
@media (max-width: 575px) {
  .cid-sduJcEeDmz .counter-container .counter {
    left: 2rem;
  }
}
.cid-sduJcEeDmz H4 {
  color: #282124;
}
.cid-sduJcEeDmz H3 {
  color: #282124;
}
.cid-sduJcEeDmz P {
  color: #282124;
}
.cid-scR7FMzwxB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1a1a1a;
}
@media (max-width: 767px) {
  .cid-scR7FMzwxB .content {
    text-align: center;
  }
  .cid-scR7FMzwxB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-scR7FMzwxB .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-scR7FMzwxB .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-scR7FMzwxB .media-wrap img {
  height: 6rem;
}
@media (max-width: 991px) {
  .cid-scR7FMzwxB .media-wrap img {
    height: 4.5rem;
  }
}
@media (max-width: 767px) {
  .cid-scR7FMzwxB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-scR7FMzwxB .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-scR7FMzwxB .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-scR7FMzwxB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-scR7FMzwxB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-scR7FMzwxB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-scR7FMzwxB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-scR7FMzwxB .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-scR7FMzwxB .copyright > p {
  color: #ffffff;
}
.cid-scR7FMzwxB P {
  color: #ffffff;
}
.cid-s5jKaaGLRe .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #f15926;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-s5jKaaGLRe .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s5jKaaGLRe .nav-item,
.cid-s5jKaaGLRe .nav-link,
.cid-s5jKaaGLRe .navbar-caption {
  font-weight: normal;
}
.cid-s5jKaaGLRe .nav-item:focus,
.cid-s5jKaaGLRe .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s5jKaaGLRe .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s5jKaaGLRe .nav-item .nav-link {
    position: relative;
  }
  .cid-s5jKaaGLRe .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #f15926;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s5jKaaGLRe .nav-item:hover .nav-link:before,
  .cid-s5jKaaGLRe .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s5jKaaGLRe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s5jKaaGLRe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5jKaaGLRe .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s5jKaaGLRe .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s5jKaaGLRe .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s5jKaaGLRe .dropdown .dropdown-menu .dropdown-item .soc-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-s5jKaaGLRe .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1a1a1a;
}
.cid-s5jKaaGLRe .navbar.opened {
  transition: all .3s;
  background: #1a1a1a !important;
}
.cid-s5jKaaGLRe .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s5jKaaGLRe .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s5jKaaGLRe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s5jKaaGLRe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s5jKaaGLRe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s5jKaaGLRe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s5jKaaGLRe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s5jKaaGLRe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s5jKaaGLRe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s5jKaaGLRe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s5jKaaGLRe .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s5jKaaGLRe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s5jKaaGLRe .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s5jKaaGLRe .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s5jKaaGLRe .navbar.navbar-short {
  background: #1a1a1a !important;
  min-height: 60px;
}
.cid-s5jKaaGLRe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s5jKaaGLRe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s5jKaaGLRe .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-s5jKaaGLRe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s5jKaaGLRe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s5jKaaGLRe .dropdown-item.active,
.cid-s5jKaaGLRe .dropdown-item:active {
  background-color: transparent;
}
.cid-s5jKaaGLRe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s5jKaaGLRe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s5jKaaGLRe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s5jKaaGLRe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a1a1a;
  z-index: 2;
}
.cid-s5jKaaGLRe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s5jKaaGLRe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5jKaaGLRe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s5jKaaGLRe .navbar-buttons {
  text-align: center;
}
.cid-s5jKaaGLRe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5jKaaGLRe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f15926;
}
.cid-s5jKaaGLRe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5jKaaGLRe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5jKaaGLRe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5jKaaGLRe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5jKaaGLRe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5jKaaGLRe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5jKaaGLRe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5jKaaGLRe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5jKaaGLRe .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s5jKaaGLRe a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5jKaaGLRe .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #f15926;
  display: inline-flex;
}
.cid-s5jKaaGLRe .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s5jKaaGLRe .soc-item {
  margin: .5rem .3rem;
}
.cid-s5jKaaGLRe .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5jKaaGLRe a.nav-link .mbr-iconfont-btn,
.cid-s5jKaaGLRe a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s5jKaaGLRe a.nav-link:hover .mbr-iconfont-btn,
.cid-s5jKaaGLRe a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s5jKaaGLRe a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s5jKaaGLRe .navbar {
    height: 77px;
  }
  .cid-s5jKaaGLRe .navbar.opened {
    height: auto;
  }
  .cid-s5jKaaGLRe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s8zUjdgusH {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s8zUjdgusH h4 {
  display: flex;
  color: #232323;
}
.cid-s8zUjdgusH .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-s8zUjdgusH .wrap {
  display: flex;
}
.cid-s8zUjdgusH .icon {
  background: #f15926;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-s8zUjdgusH img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-s8zUjdgusH .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-s8zUjdgusH p {
  margin: 0;
}
.cid-s8zUjdgusH .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-s8zUjdgusH .mbr-section-subtitle {
  font-weight: 500;
  color: #767676;
  text-align: center;
}
.cid-s8zUjdgusH .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-s8zUjdgusH .panel-group {
  width: 100%;
}
.cid-s8zUjdgusH .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-s8zUjdgusH .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-s8zUjdgusH .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-s8zUjdgusH .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-s8zUjdgusH .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s8zUjdgusH .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-s8zUjdgusH .card .panel-body {
  background: #ffffff;
}
.cid-s8zUjdgusH .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s8zUjdgusH .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-s8zUjdgusH .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-s8zUjdgusH .header-text,
.cid-s8zUjdgusH .sign {
  color: #232323;
}
.cid-scR8LLLDTV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1a1a1a;
}
@media (max-width: 767px) {
  .cid-scR8LLLDTV .content {
    text-align: center;
  }
  .cid-scR8LLLDTV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-scR8LLLDTV .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-scR8LLLDTV .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-scR8LLLDTV .media-wrap img {
  height: 6rem;
}
@media (max-width: 991px) {
  .cid-scR8LLLDTV .media-wrap img {
    height: 4.5rem;
  }
}
@media (max-width: 767px) {
  .cid-scR8LLLDTV .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-scR8LLLDTV .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-scR8LLLDTV .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-scR8LLLDTV .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-scR8LLLDTV .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-scR8LLLDTV .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-scR8LLLDTV .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-scR8LLLDTV .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-scR8LLLDTV .copyright > p {
  color: #ffffff;
}
.cid-scR8LLLDTV P {
  color: #ffffff;
}
.cid-s5jKaaGLRe .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #f15926;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-s5jKaaGLRe .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s5jKaaGLRe .nav-item,
.cid-s5jKaaGLRe .nav-link,
.cid-s5jKaaGLRe .navbar-caption {
  font-weight: normal;
}
.cid-s5jKaaGLRe .nav-item:focus,
.cid-s5jKaaGLRe .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s5jKaaGLRe .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s5jKaaGLRe .nav-item .nav-link {
    position: relative;
  }
  .cid-s5jKaaGLRe .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #f15926;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s5jKaaGLRe .nav-item:hover .nav-link:before,
  .cid-s5jKaaGLRe .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s5jKaaGLRe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s5jKaaGLRe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5jKaaGLRe .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s5jKaaGLRe .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s5jKaaGLRe .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s5jKaaGLRe .dropdown .dropdown-menu .dropdown-item .soc-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-s5jKaaGLRe .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1a1a1a;
}
.cid-s5jKaaGLRe .navbar.opened {
  transition: all .3s;
  background: #1a1a1a !important;
}
.cid-s5jKaaGLRe .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s5jKaaGLRe .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s5jKaaGLRe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s5jKaaGLRe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s5jKaaGLRe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s5jKaaGLRe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s5jKaaGLRe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s5jKaaGLRe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s5jKaaGLRe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s5jKaaGLRe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s5jKaaGLRe .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s5jKaaGLRe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s5jKaaGLRe .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s5jKaaGLRe .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s5jKaaGLRe .navbar.navbar-short {
  background: #1a1a1a !important;
  min-height: 60px;
}
.cid-s5jKaaGLRe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s5jKaaGLRe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s5jKaaGLRe .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-s5jKaaGLRe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s5jKaaGLRe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s5jKaaGLRe .dropdown-item.active,
.cid-s5jKaaGLRe .dropdown-item:active {
  background-color: transparent;
}
.cid-s5jKaaGLRe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s5jKaaGLRe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s5jKaaGLRe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s5jKaaGLRe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a1a1a;
  z-index: 2;
}
.cid-s5jKaaGLRe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s5jKaaGLRe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5jKaaGLRe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s5jKaaGLRe .navbar-buttons {
  text-align: center;
}
.cid-s5jKaaGLRe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5jKaaGLRe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f15926;
}
.cid-s5jKaaGLRe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5jKaaGLRe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5jKaaGLRe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5jKaaGLRe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5jKaaGLRe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5jKaaGLRe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5jKaaGLRe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5jKaaGLRe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5jKaaGLRe .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s5jKaaGLRe a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5jKaaGLRe .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #f15926;
  display: inline-flex;
}
.cid-s5jKaaGLRe .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s5jKaaGLRe .soc-item {
  margin: .5rem .3rem;
}
.cid-s5jKaaGLRe .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5jKaaGLRe a.nav-link .mbr-iconfont-btn,
.cid-s5jKaaGLRe a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s5jKaaGLRe a.nav-link:hover .mbr-iconfont-btn,
.cid-s5jKaaGLRe a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s5jKaaGLRe a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s5jKaaGLRe .navbar {
    height: 77px;
  }
  .cid-s5jKaaGLRe .navbar.opened {
    height: auto;
  }
  .cid-s5jKaaGLRe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-scKQ8L9tQa {
  padding-top: 140px;
  padding-bottom: 0px;
  background-color: #1a1a1a;
}
.cid-scKQ8L9tQa .media-content .btn-bgr {
  z-index: 0;
}
.cid-scKQ8L9tQa .mbr-section-text {
  word-break: break-word;
}
.cid-scKQ8L9tQa .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
@media (min-width: 992px) {
  .cid-scKQ8L9tQa .mbr-figure {
    padding-left: 6rem;
    padding-right: 4rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-scKQ8L9tQa .mbr-figure {
    padding-left: 6rem;
    margin-top: -35px;
    padding-right: 25rem;
    padding-left: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-scKQ8L9tQa .mbr-figure {
    padding-left: 6rem;
    margin-top: -45px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-scKQ8L9tQa .mbr-text {
    text-align: center;
  }
}
.cid-scKQ8L9tQa .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-scKQ8L9tQa H1 {
  color: #1a1a1a;
}
.cid-scKQ8L9tQa .mbr-text,
.cid-scKQ8L9tQa .mbr-section-btn {
  color: #1a1a1a;
}
.cid-scEr1WVqPc {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #1a1a1a;
}
@media (max-width: 767px) {
  .cid-scEr1WVqPc .row {
    flex-direction: column-reverse;
  }
  .cid-scEr1WVqPc .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-scEr1WVqPc .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-scEr1WVqPc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-scEr1WVqPc .media-content,
.cid-scEr1WVqPc .mbr-figure {
  align-self: center;
}
.cid-scEr1WVqPc .mbr-figure iframe {
  width: 100%;
}
.cid-scEr1WVqPc .mbr-section-title {
  color: #ffffff;
}
.cid-scEr1WVqPc .mbr-text,
.cid-scEr1WVqPc .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-scEr1WVqPc .mbr-text,
  .cid-scEr1WVqPc .mbr-section-btn {
    text-align: center;
  }
}
.cid-scEWaQ5lId {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-scEWaQ5lId .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-scEWaQ5lId .row {
  flex-direction: row-reverse;
}
.cid-scEWaQ5lId img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-scEWaQ5lId .text-wrapper {
    padding: 2rem;
  }
}
.cid-scEWaQ5lId .mbr-text {
  text-align: left;
  color: #767676;
}
@media (max-width: 767px) {
  .cid-scEWaQ5lId .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-scEWaQ5lId .mbr-text {
    text-align: center;
  }
}
.cid-scEWaQ5lId .mbr-section-title {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-scEWaQ5lId .mbr-section-title {
    padding-top: 1rem;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-scEWaQ5lId .mbr-section-title {
    padding-top: 1rem;
    text-align: center;
  }
}
.cid-scEPkJ64rD {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-scKKUAQTsP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-scKKUAQTsP .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scKKUAQTsP .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-scKKUAQTsP .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-scKKUAQTsP .card .card-img span {
  color: #767676;
  font-size: 60px;
}
.cid-scKKUAQTsP .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-scKKUAQTsP .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-scKKUAQTsP .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-scKKUAQTsP .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-scKKUAQTsP .card .card-box .card-title,
  .cid-scKKUAQTsP .card .card-box .mbr-text,
  .cid-scKKUAQTsP .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-scKKUAQTsP .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-scKKUAQTsP .card .card-img {
    text-align: right !important;
  }
}
.cid-scKKUAQTsP .mbr-text,
.cid-scKKUAQTsP .link {
  color: #767676;
}
.cid-scEX35VCvH {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-scEX35VCvH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-scEX35VCvH .row {
  flex-direction: row-reverse;
}
.cid-scEX35VCvH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-scEX35VCvH .text-wrapper {
    padding: 2rem;
  }
}
.cid-scEX35VCvH .mbr-text {
  text-align: left;
  color: #767676;
}
@media (max-width: 767px) {
  .cid-scEX35VCvH .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-scEX35VCvH .mbr-text {
    text-align: center;
  }
}
.cid-scEX35VCvH .mbr-section-title {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-scEX35VCvH .mbr-section-title {
    padding-top: 1rem;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-scEX35VCvH .mbr-section-title {
    padding-top: 1rem;
    text-align: center;
  }
}
.cid-scEOGgVWhf {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-scEOGgVWhf .video-wrapper iframe {
  width: 100%;
}
.cid-scEOGgVWhf .mbr-section-title,
.cid-scEOGgVWhf .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-scEOGgVWhf .text-wrapper {
    padding: 0.2rem;
  }
}
.cid-scEOGgVWhf .mbr-text {
  text-align: left;
  color: #767676;
}
@media (max-width: 767px) {
  .cid-scEOGgVWhf .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-scEOGgVWhf .mbr-text {
    text-align: center;
  }
}
.cid-scEOGgVWhf .mbr-section-subtitle {
  text-align: left;
  color: #2c1616;
}
@media (max-width: 767px) {
  .cid-scEOGgVWhf .mbr-section-subtitle {
    text-align: center;
    padding-top: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-scEOGgVWhf .mbr-section-subtitle {
    text-align: center;
    padding-top: 2rem;
  }
}
.cid-scEOGJQTje {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-scEOGJQTje .row {
  flex-direction: row-reverse;
}
.cid-scEOGJQTje .video-wrapper iframe {
  width: 100%;
}
.cid-scEOGJQTje .mbr-section-title,
.cid-scEOGJQTje .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-scEOGJQTje .text-wrapper {
    padding: 2rem;
  }
}
.cid-scEOGJQTje .mbr-text {
  text-align: left;
  color: #767676;
}
@media (max-width: 767px) {
  .cid-scEOGJQTje .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-scEOGJQTje .mbr-text {
    text-align: center;
  }
}
.cid-scEOGJQTje .mbr-section-subtitle {
  text-align: left;
  color: #2c1616;
}
@media (max-width: 767px) {
  .cid-scEOGJQTje .mbr-section-subtitle {
    text-align: center;
    padding-top: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-scEOGJQTje .mbr-section-subtitle {
    text-align: center;
    padding-top: 2rem;
  }
}
.cid-scEOH2ogQu {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-scEOH2ogQu .video-wrapper iframe {
  width: 100%;
}
.cid-scEOH2ogQu .mbr-section-title,
.cid-scEOH2ogQu .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-scEOH2ogQu .text-wrapper {
    padding: 2rem;
  }
}
.cid-scEOH2ogQu .mbr-text {
  text-align: left;
  color: #767676;
}
@media (max-width: 767px) {
  .cid-scEOH2ogQu .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-scEOH2ogQu .mbr-text {
    text-align: center;
  }
}
.cid-scEOH2ogQu .mbr-section-subtitle {
  text-align: left;
  color: #2c1616;
}
@media (max-width: 767px) {
  .cid-scEOH2ogQu .mbr-section-subtitle {
    text-align: center;
    padding-top: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-scEOH2ogQu .mbr-section-subtitle {
    text-align: center;
    padding-top: 2rem;
  }
}
.cid-scKOhZaAvj {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-scKOhZaAvj .media-content .btn-bgr {
  z-index: 0;
}
.cid-scKOhZaAvj .mbr-section-text {
  word-break: break-word;
}
.cid-scKOhZaAvj .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-scKOhZaAvj .mbr-section-btn {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-scKOhZaAvj .mbr-figure {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-left: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-scKOhZaAvj .mbr-figure {
    padding-left: 6rem;
    padding-top: 3rem;
    padding-right: 12rem;
    padding-left: 12rem;
  }
}
@media (max-width: 767px) {
  .cid-scKOhZaAvj .mbr-figure {
    padding-left: 6rem;
    padding-top: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    margin-bottom: -35px;
  }
}
.cid-scKOhZaAvj .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-scKOhZaAvj .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-scKOhZaAvj .mbr-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-scKOhZaAvj .mbr-section-title {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-scKOhZaAvj .mbr-section-title {
    text-align: center;
  }
}
.cid-scKOhZaAvj H1 {
  color: #2c1616;
}
.cid-scKOhZaAvj .mbr-text,
.cid-scKOhZaAvj .mbr-section-btn {
  color: #767676;
}
.cid-sbriTzQFgq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1a1a1a;
}
@media (max-width: 767px) {
  .cid-sbriTzQFgq .content {
    text-align: center;
  }
  .cid-sbriTzQFgq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sbriTzQFgq .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sbriTzQFgq .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sbriTzQFgq .media-wrap img {
  height: 6rem;
}
@media (max-width: 991px) {
  .cid-sbriTzQFgq .media-wrap img {
    height: 4.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sbriTzQFgq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sbriTzQFgq .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sbriTzQFgq .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sbriTzQFgq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sbriTzQFgq .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sbriTzQFgq .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sbriTzQFgq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sbriTzQFgq .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sbriTzQFgq .copyright > p {
  color: #ffffff;
}
.cid-sbriTzQFgq P {
  color: #ffffff;
}
.cid-s5jKaaGLRe .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #f15926;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-s5jKaaGLRe .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s5jKaaGLRe .nav-item,
.cid-s5jKaaGLRe .nav-link,
.cid-s5jKaaGLRe .navbar-caption {
  font-weight: normal;
}
.cid-s5jKaaGLRe .nav-item:focus,
.cid-s5jKaaGLRe .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s5jKaaGLRe .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s5jKaaGLRe .nav-item .nav-link {
    position: relative;
  }
  .cid-s5jKaaGLRe .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #f15926;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s5jKaaGLRe .nav-item:hover .nav-link:before,
  .cid-s5jKaaGLRe .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s5jKaaGLRe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s5jKaaGLRe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5jKaaGLRe .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s5jKaaGLRe .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s5jKaaGLRe .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s5jKaaGLRe .dropdown .dropdown-menu .dropdown-item .soc-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-s5jKaaGLRe .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1a1a1a;
}
.cid-s5jKaaGLRe .navbar.opened {
  transition: all .3s;
  background: #1a1a1a !important;
}
.cid-s5jKaaGLRe .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s5jKaaGLRe .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s5jKaaGLRe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s5jKaaGLRe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s5jKaaGLRe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s5jKaaGLRe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s5jKaaGLRe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s5jKaaGLRe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s5jKaaGLRe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s5jKaaGLRe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s5jKaaGLRe .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s5jKaaGLRe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s5jKaaGLRe .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s5jKaaGLRe .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s5jKaaGLRe .navbar.navbar-short {
  background: #1a1a1a !important;
  min-height: 60px;
}
.cid-s5jKaaGLRe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s5jKaaGLRe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s5jKaaGLRe .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-s5jKaaGLRe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s5jKaaGLRe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s5jKaaGLRe .dropdown-item.active,
.cid-s5jKaaGLRe .dropdown-item:active {
  background-color: transparent;
}
.cid-s5jKaaGLRe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s5jKaaGLRe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s5jKaaGLRe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s5jKaaGLRe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a1a1a;
  z-index: 2;
}
.cid-s5jKaaGLRe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s5jKaaGLRe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5jKaaGLRe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s5jKaaGLRe .navbar-buttons {
  text-align: center;
}
.cid-s5jKaaGLRe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5jKaaGLRe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f15926;
}
.cid-s5jKaaGLRe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5jKaaGLRe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5jKaaGLRe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5jKaaGLRe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5jKaaGLRe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5jKaaGLRe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5jKaaGLRe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5jKaaGLRe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5jKaaGLRe .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s5jKaaGLRe a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5jKaaGLRe .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #f15926;
  display: inline-flex;
}
.cid-s5jKaaGLRe .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s5jKaaGLRe .soc-item {
  margin: .5rem .3rem;
}
.cid-s5jKaaGLRe .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5jKaaGLRe a.nav-link .mbr-iconfont-btn,
.cid-s5jKaaGLRe a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s5jKaaGLRe a.nav-link:hover .mbr-iconfont-btn,
.cid-s5jKaaGLRe a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s5jKaaGLRe a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s5jKaaGLRe .navbar {
    height: 77px;
  }
  .cid-s5jKaaGLRe .navbar.opened {
    height: auto;
  }
  .cid-s5jKaaGLRe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-scK6qTeWos {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-scK5NLQI7V {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-scK5NLQI7V .mbr-text {
  color: #767676;
}
.cid-scK5NLQI7V h4 {
  font-weight: 500;
}
.cid-scK5NLQI7V h4,
.cid-scK5NLQI7V h5 {
  text-align: center;
}
.cid-scK5NLQI7V p {
  text-align: center;
}
.cid-scK5NLQI7V .card-box {
  text-align: center;
}
.cid-scK5NLQI7V .card-img {
  font-size: 3rem;
}
.cid-scK5NLQI7V .mbr-iconfont {
  color: #1a1a1a;
}
.cid-scK5NLQI7V .mbr-section-subtitle {
  color: #767676;
}
.cid-scK5YzsibF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-scK5YzsibF .mbr-section-subtitle {
  color: #767676;
}
.cid-scJSNvk59F {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-scJSNvk59F .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-scJSNvk59F textarea {
  min-height: 150px;
}
.cid-scJSNvk59F .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #f15926;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-scJSNvk59F .form-control,
.cid-scJSNvk59F .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-scJSNvk59F .form-control input::-webkit-input-placeholder,
.cid-scJSNvk59F .field-input input::-webkit-input-placeholder,
.cid-scJSNvk59F .form-control textarea::-webkit-input-placeholder,
.cid-scJSNvk59F .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-scJSNvk59F .form-control input:-moz-placeholder,
.cid-scJSNvk59F .field-input input:-moz-placeholder,
.cid-scJSNvk59F .form-control textarea:-moz-placeholder,
.cid-scJSNvk59F .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-scJSNvk59F .form-control:hover,
.cid-scJSNvk59F .field-input:hover,
.cid-scJSNvk59F .form-control:focus,
.cid-scJSNvk59F .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-scJSNvk59F .form-control:hover input::-webkit-input-placeholder,
.cid-scJSNvk59F .field-input:hover input::-webkit-input-placeholder,
.cid-scJSNvk59F .form-control:focus input::-webkit-input-placeholder,
.cid-scJSNvk59F .field-input:focus input::-webkit-input-placeholder,
.cid-scJSNvk59F .form-control:hover textarea::-webkit-input-placeholder,
.cid-scJSNvk59F .field-input:hover textarea::-webkit-input-placeholder,
.cid-scJSNvk59F .form-control:focus textarea::-webkit-input-placeholder,
.cid-scJSNvk59F .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-scJSNvk59F .form-control:hover input:-moz-placeholder,
.cid-scJSNvk59F .field-input:hover input:-moz-placeholder,
.cid-scJSNvk59F .form-control:focus input:-moz-placeholder,
.cid-scJSNvk59F .field-input:focus input:-moz-placeholder,
.cid-scJSNvk59F .form-control:hover textarea:-moz-placeholder,
.cid-scJSNvk59F .field-input:hover textarea:-moz-placeholder,
.cid-scJSNvk59F .form-control:focus textarea:-moz-placeholder,
.cid-scJSNvk59F .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-scJSNvk59F .jq-number__spin:hover,
.cid-scJSNvk59F .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-scJSNvk59F .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-scJSNvk59F .jq-selectbox li,
.cid-scJSNvk59F .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-scJSNvk59F .jq-selectbox li:hover,
.cid-scJSNvk59F .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-scJSNvk59F .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-scJSNvk59F .jq-number__spin.minus:hover:after,
.cid-scJSNvk59F .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-scJSNvk59F .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-scJSNvk59F .jq-number__spin.minus:after,
.cid-scJSNvk59F .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-scJSNvk59F input::-webkit-clear-button {
  display: none;
}
.cid-scJSNvk59F input::-webkit-inner-spin-button {
  display: none;
}
.cid-scJSNvk59F input::-webkit-outer-spin-button {
  display: none;
}
.cid-scJSNvk59F input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-scR8IhlrtV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1a1a1a;
}
@media (max-width: 767px) {
  .cid-scR8IhlrtV .content {
    text-align: center;
  }
  .cid-scR8IhlrtV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-scR8IhlrtV .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-scR8IhlrtV .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-scR8IhlrtV .media-wrap img {
  height: 6rem;
}
@media (max-width: 991px) {
  .cid-scR8IhlrtV .media-wrap img {
    height: 4.5rem;
  }
}
@media (max-width: 767px) {
  .cid-scR8IhlrtV .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-scR8IhlrtV .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-scR8IhlrtV .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-scR8IhlrtV .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-scR8IhlrtV .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-scR8IhlrtV .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-scR8IhlrtV .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-scR8IhlrtV .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-scR8IhlrtV .copyright > p {
  color: #ffffff;
}
.cid-scR8IhlrtV P {
  color: #ffffff;
}
.cid-s5jKaaGLRe .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #f15926;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-s5jKaaGLRe .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s5jKaaGLRe .nav-item,
.cid-s5jKaaGLRe .nav-link,
.cid-s5jKaaGLRe .navbar-caption {
  font-weight: normal;
}
.cid-s5jKaaGLRe .nav-item:focus,
.cid-s5jKaaGLRe .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s5jKaaGLRe .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s5jKaaGLRe .nav-item .nav-link {
    position: relative;
  }
  .cid-s5jKaaGLRe .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #f15926;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s5jKaaGLRe .nav-item:hover .nav-link:before,
  .cid-s5jKaaGLRe .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s5jKaaGLRe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s5jKaaGLRe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5jKaaGLRe .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s5jKaaGLRe .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s5jKaaGLRe .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s5jKaaGLRe .dropdown .dropdown-menu .dropdown-item .soc-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-s5jKaaGLRe .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1a1a1a;
}
.cid-s5jKaaGLRe .navbar.opened {
  transition: all .3s;
  background: #1a1a1a !important;
}
.cid-s5jKaaGLRe .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s5jKaaGLRe .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s5jKaaGLRe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s5jKaaGLRe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s5jKaaGLRe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s5jKaaGLRe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s5jKaaGLRe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s5jKaaGLRe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s5jKaaGLRe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s5jKaaGLRe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s5jKaaGLRe .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s5jKaaGLRe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s5jKaaGLRe .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s5jKaaGLRe .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s5jKaaGLRe .navbar.navbar-short {
  background: #1a1a1a !important;
  min-height: 60px;
}
.cid-s5jKaaGLRe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s5jKaaGLRe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s5jKaaGLRe .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-s5jKaaGLRe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s5jKaaGLRe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s5jKaaGLRe .dropdown-item.active,
.cid-s5jKaaGLRe .dropdown-item:active {
  background-color: transparent;
}
.cid-s5jKaaGLRe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s5jKaaGLRe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s5jKaaGLRe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s5jKaaGLRe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a1a1a;
  z-index: 2;
}
.cid-s5jKaaGLRe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s5jKaaGLRe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5jKaaGLRe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s5jKaaGLRe .navbar-buttons {
  text-align: center;
}
.cid-s5jKaaGLRe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5jKaaGLRe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f15926;
}
.cid-s5jKaaGLRe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5jKaaGLRe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5jKaaGLRe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5jKaaGLRe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5jKaaGLRe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5jKaaGLRe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5jKaaGLRe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5jKaaGLRe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5jKaaGLRe .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s5jKaaGLRe a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5jKaaGLRe .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #f15926;
  display: inline-flex;
}
.cid-s5jKaaGLRe .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s5jKaaGLRe .soc-item {
  margin: .5rem .3rem;
}
.cid-s5jKaaGLRe .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5jKaaGLRe a.nav-link .mbr-iconfont-btn,
.cid-s5jKaaGLRe a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s5jKaaGLRe a.nav-link:hover .mbr-iconfont-btn,
.cid-s5jKaaGLRe a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s5jKaaGLRe a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s5jKaaGLRe .navbar {
    height: 77px;
  }
  .cid-s5jKaaGLRe .navbar.opened {
    height: auto;
  }
  .cid-s5jKaaGLRe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s5jLgzpG6O {
  padding-top: 140px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/background10.jpg");
}
.cid-s5jLgzpG6O .media-content .btn-bgr {
  z-index: 0;
}
.cid-s5jLgzpG6O .mbr-overlay {
  background: linear-gradient(90deg, #1a1a1a, #1a1a1a);
}
@media (min-width: 992px) {
  .cid-s5jLgzpG6O .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-s5jLgzpG6O {
    text-align: center !important;
  }
  .cid-s5jLgzpG6O .mbr-text {
    text-align: center;
  }
}
.cid-s5jLgzpG6O .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s5zS0O7y5l {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s5zS0O7y5l h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-s5zS0O7y5l .card-box {
  padding-top: 3rem;
}
.cid-s5zS0O7y5l .mbr-link-btn {
  width: 100%;
  text-align: center;
}
.cid-s5zS0O7y5l .btn-md {
  padding: 1rem;
}
.cid-s5zS0O7y5l .btn-primary-outline,
.cid-s5zS0O7y5l .btn-secondary-outline,
.cid-s5zS0O7y5l .btn-info-outline,
.cid-s5zS0O7y5l .btn-success-outline,
.cid-s5zS0O7y5l .btn-warning-outline,
.cid-s5zS0O7y5l .btn-danger-outline,
.cid-s5zS0O7y5l .btn-black-outline,
.cid-s5zS0O7y5l .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-s5zS0O7y5l .btn-primary-outline span,
.cid-s5zS0O7y5l .btn-secondary-outline span,
.cid-s5zS0O7y5l .btn-info-outline span,
.cid-s5zS0O7y5l .btn-success-outline span,
.cid-s5zS0O7y5l .btn-warning-outline span,
.cid-s5zS0O7y5l .btn-danger-outline span,
.cid-s5zS0O7y5l .btn-black-outline span,
.cid-s5zS0O7y5l .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-s5zS0O7y5l .btn-primary-outline:hover span,
.cid-s5zS0O7y5l .btn-secondary-outline:hover span,
.cid-s5zS0O7y5l .btn-info-outline:hover span,
.cid-s5zS0O7y5l .btn-success-outline:hover span,
.cid-s5zS0O7y5l .btn-warning-outline:hover span,
.cid-s5zS0O7y5l .btn-danger-outline:hover span,
.cid-s5zS0O7y5l .btn-black-outline:hover span,
.cid-s5zS0O7y5l .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-s5zS0O7y5l .btn-primary-outline:hover,
.cid-s5zS0O7y5l .btn-secondary-outline:hover,
.cid-s5zS0O7y5l .btn-info-outline:hover,
.cid-s5zS0O7y5l .btn-success-outline:hover,
.cid-s5zS0O7y5l .btn-warning-outline:hover,
.cid-s5zS0O7y5l .btn-danger-outline:hover,
.cid-s5zS0O7y5l .btn-black-outline:hover,
.cid-s5zS0O7y5l .btn-white-outline:hover {
  background-color: transparent!important;
  color: #1a1a1a !important;
  box-shadow: none!important;
}
.cid-s5zS0O7y5l .btn-primary-outline:active,
.cid-s5zS0O7y5l .btn-secondary-outline:active,
.cid-s5zS0O7y5l .btn-info-outline:active,
.cid-s5zS0O7y5l .btn-success-outline:active,
.cid-s5zS0O7y5l .btn-warning-outline:active,
.cid-s5zS0O7y5l .btn-danger-outline:active,
.cid-s5zS0O7y5l .btn-black-outline:active,
.cid-s5zS0O7y5l .btn-white-outline:active,
.cid-s5zS0O7y5l .btn-primary-outline:focus,
.cid-s5zS0O7y5l .btn-secondary-outline:focus,
.cid-s5zS0O7y5l .btn-info-outline:focus,
.cid-s5zS0O7y5l .btn-success-outline:focus,
.cid-s5zS0O7y5l .btn-warning-outline:focus,
.cid-s5zS0O7y5l .btn-danger-outline:focus,
.cid-s5zS0O7y5l .btn-black-outline:focus,
.cid-s5zS0O7y5l .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-s5zS0O7y5l .btn-primary-outline .mbr-iconfont,
.cid-s5zS0O7y5l .btn-secondary-outline .mbr-iconfont,
.cid-s5zS0O7y5l .btn-info-outline .mbr-iconfont,
.cid-s5zS0O7y5l .btn-success-outline .mbr-iconfont,
.cid-s5zS0O7y5l .btn-warning-outline .mbr-iconfont,
.cid-s5zS0O7y5l .btn-danger-outline .mbr-iconfont,
.cid-s5zS0O7y5l .btn-black-outline .mbr-iconfont,
.cid-s5zS0O7y5l .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-s5zS0O7y5l .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #efefef;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-s5zS0O7y5l .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(244, 126, 86, 0.35);
  transform: translateY(-1.5rem);
}
.cid-s5zS0O7y5l .link-wrap {
  position: relative;
  padding-top: 14px;
}
.cid-s5zS0O7y5l .link-wrap:hover {
  color: #1a1a1a !important;
}
.cid-s5zS0O7y5l .link-wrap:hover:hover .link-ico {
  color: #1a1a1a !important;
}
.cid-s5zS0O7y5l .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-s5zS0O7y5l img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-s5zS0O7y5l .card-title {
  color: #1a1a1a;
  text-align: center;
}
.cid-s5zS0O7y5l .row {
  justify-content: center;
}
.cid-s5zS0O7y5l .main-title {
  text-align: center;
  color: #232323;
}
.cid-s5zS0O7y5l P {
  text-align: center;
}
.cid-s5zS0O7y5l .mbr-text,
.cid-s5zS0O7y5l .link {
  text-align: center;
  color: #767676;
}
@media (max-width: 576px) {
  .cid-s5zS0O7y5l .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-scKws9BVmF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-scKwbMnuNp {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-scKwbMnuNp .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scKwbMnuNp .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-scKwbMnuNp .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-scKwbMnuNp .card .card-img span {
  color: #767676;
  font-size: 60px;
}
.cid-scKwbMnuNp .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-scKwbMnuNp .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-scKwbMnuNp .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-scKwbMnuNp .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-scKwbMnuNp .card .card-box .card-title,
  .cid-scKwbMnuNp .card .card-box .mbr-text,
  .cid-scKwbMnuNp .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-scKwbMnuNp .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-scKwbMnuNp .card .card-img {
    text-align: right !important;
  }
}
.cid-scKwbMnuNp .mbr-text,
.cid-scKwbMnuNp .link {
  color: #767676;
}
.cid-s8jVcF3Wav {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s8jVcF3Wav .mbr-overlay {
  background: linear-gradient(90deg, #0c18bb, #ff1503);
}
.cid-s8jVcF3Wav h2,
.cid-s8jVcF3Wav h3,
.cid-s8jVcF3Wav h4,
.cid-s8jVcF3Wav p {
  color: #ffffff;
}
.cid-s8jVcF3Wav .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s8jVcF3Wav .text-block {
  border-bottom: 1px solid #767676;
}
.cid-s8jVcF3Wav .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-s8jVcF3Wav .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #1a1a1a;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s8jVcF3Wav .form-control:focus,
.cid-s8jVcF3Wav .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-s8jVcF3Wav .form-group {
  margin-bottom: 1rem;
}
.cid-s8jVcF3Wav input::-webkit-input-placeholder,
.cid-s8jVcF3Wav textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-s8jVcF3Wav input:-moz-placeholder,
.cid-s8jVcF3Wav textarea:-moz-placeholder {
  color: #656565;
}
.cid-s8jVcF3Wav .jq-selectbox li,
.cid-s8jVcF3Wav .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s8jVcF3Wav .jq-selectbox li:hover,
.cid-s8jVcF3Wav .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s8jVcF3Wav .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s8jVcF3Wav .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s8jVcF3Wav .mbr-text {
  color: #767676;
}
.cid-s8jVcF3Wav a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-s8jVcF3Wav .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s8jVcF3Wav .input-group-btn {
  display: block;
  text-align: center;
}
.cid-s8jVcF3Wav textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-s8jVcF3Wav h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-s8jVcF3Wav .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s8jVcF3Wav .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-s8jVcF3Wav .google-map {
    padding-bottom: 2rem;
  }
}
.cid-s8jVcF3Wav H2 {
  color: #1a1a1a;
  text-align: center;
}
.cid-s8jVcF3Wav H3 {
  color: #767676;
  text-align: center;
}
.cid-xvEHWH68MR .row,
.cid-xvEHWH68MR .rowUp {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  background-color: #ffffff;
}
.cid-xvEHWH68MR .row {
  height: 0vh;
}
.cid-xvEHWH68MR .rowUp {
  height: 8vh;
}
.cid-xvEHWH68MR .svg-separator {
  display: block;
  background: 0 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  -webkit-transform: translateY(-100%) translateY(2px);
  transform: translateY(-100%) translateY(2px);
  width: 100%;
}
.cid-xvEHWH68MR .svg-separator.bottom {
  top: auto;
  bottom: 0;
}
.cid-xvEHWH68MR .sep1 {
  transform: translateY(-100%) translateY(1.4px) scale(1, 0.7);
  transform-origin: bottom;
}
.cid-xvEHWH68MR .sep2 {
  transform: translateY(0%) translateY(-1.4px) scale(-1, -0.7);
  transform-origin: bottom;
}
.cid-xvEHWH68MR .red,
.cid-xvEHWH68MR .green2,
.cid-xvEHWH68MR .stupid-blue,
.cid-xvEHWH68MR .v,
.cid-xvEHWH68MR .light-grey,
.cid-xvEHWH68MR .light-grey2,
.cid-xvEHWH68MR .dark-blue,
.cid-xvEHWH68MR .grey-blue,
.cid-xvEHWH68MR .white-trees,
.cid-xvEHWH68MR .zig-zag {
  background-color: #efefef;
  fill: #efefef;
}
.cid-xvEHWH68MR .circle-line {
  background-color: #ffffff;
  fill: #ffffff;
}
.cid-xvEHWH68MR .circle-line-down {
  background-color: #efefef;
  fill: #efefef;
}
.cid-xvEHWH68MR .firstColor {
  fill: #efefef;
}
.cid-xvEHWH68MR .secondColor {
  fill: #efefef;
}
.cid-scKCJIx7Ic {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sbq34TPqgQ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sbq34TPqgQ .mbr-section-title {
  letter-spacing: 0em;
}
.cid-sbq34TPqgQ .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0em;
}
.cid-sbq34TPqgQ .client-name {
  color: #444;
  letter-spacing: 0em;
}
.cid-sbq34TPqgQ .wrap-img {
  padding-bottom: 1rem;
}
.cid-sbq34TPqgQ .wrap-img img {
  max-width: 100%;
}
.cid-sbq34TPqgQ .card-box p {
  color: #444;
  font-weight: 300;
  letter-spacing: 0em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-sbq34TPqgQ .card-box > p {
  color: #767676;
}
.cid-scQsMBv8HV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1a1a1a;
}
@media (max-width: 767px) {
  .cid-scQsMBv8HV .content {
    text-align: center;
  }
  .cid-scQsMBv8HV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-scQsMBv8HV .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-scQsMBv8HV .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-scQsMBv8HV .media-wrap img {
  height: 6rem;
}
@media (max-width: 991px) {
  .cid-scQsMBv8HV .media-wrap img {
    height: 4.5rem;
  }
}
@media (max-width: 767px) {
  .cid-scQsMBv8HV .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-scQsMBv8HV .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-scQsMBv8HV .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-scQsMBv8HV .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-scQsMBv8HV .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-scQsMBv8HV .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-scQsMBv8HV .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-scQsMBv8HV .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-scQsMBv8HV .copyright > p {
  color: #ffffff;
}
.cid-scQsMBv8HV P {
  color: #ffffff;
}
.cid-sRsGPXhA4I .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #f15926;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sRsGPXhA4I .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sRsGPXhA4I .nav-item,
.cid-sRsGPXhA4I .nav-link,
.cid-sRsGPXhA4I .navbar-caption {
  font-weight: normal;
}
.cid-sRsGPXhA4I .nav-item:focus,
.cid-sRsGPXhA4I .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sRsGPXhA4I .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sRsGPXhA4I .nav-item .nav-link {
    position: relative;
  }
  .cid-sRsGPXhA4I .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #f15926;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sRsGPXhA4I .nav-item:hover .nav-link:before,
  .cid-sRsGPXhA4I .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sRsGPXhA4I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sRsGPXhA4I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRsGPXhA4I .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sRsGPXhA4I .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sRsGPXhA4I .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sRsGPXhA4I .dropdown .dropdown-menu .dropdown-item .soc-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-sRsGPXhA4I .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1a1a1a;
}
.cid-sRsGPXhA4I .navbar.opened {
  transition: all .3s;
  background: #1a1a1a !important;
}
.cid-sRsGPXhA4I .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-sRsGPXhA4I .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sRsGPXhA4I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRsGPXhA4I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRsGPXhA4I .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sRsGPXhA4I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRsGPXhA4I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRsGPXhA4I .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sRsGPXhA4I .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sRsGPXhA4I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRsGPXhA4I .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRsGPXhA4I .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sRsGPXhA4I .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sRsGPXhA4I .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sRsGPXhA4I .navbar.navbar-short {
  background: #1a1a1a !important;
  min-height: 60px;
}
.cid-sRsGPXhA4I .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sRsGPXhA4I .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sRsGPXhA4I .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-sRsGPXhA4I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRsGPXhA4I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRsGPXhA4I .dropdown-item.active,
.cid-sRsGPXhA4I .dropdown-item:active {
  background-color: transparent;
}
.cid-sRsGPXhA4I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRsGPXhA4I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRsGPXhA4I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRsGPXhA4I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a1a1a;
  z-index: 2;
}
.cid-sRsGPXhA4I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRsGPXhA4I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRsGPXhA4I ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sRsGPXhA4I .navbar-buttons {
  text-align: center;
}
.cid-sRsGPXhA4I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sRsGPXhA4I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f15926;
}
.cid-sRsGPXhA4I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sRsGPXhA4I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sRsGPXhA4I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sRsGPXhA4I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sRsGPXhA4I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRsGPXhA4I nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sRsGPXhA4I nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sRsGPXhA4I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRsGPXhA4I .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sRsGPXhA4I a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sRsGPXhA4I .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #f15926;
  display: inline-flex;
}
.cid-sRsGPXhA4I .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sRsGPXhA4I .soc-item {
  margin: .5rem .3rem;
}
.cid-sRsGPXhA4I .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sRsGPXhA4I a.nav-link .mbr-iconfont-btn,
.cid-sRsGPXhA4I a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sRsGPXhA4I a.nav-link:hover .mbr-iconfont-btn,
.cid-sRsGPXhA4I a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sRsGPXhA4I a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRsGPXhA4I .navbar {
    height: 77px;
  }
  .cid-sRsGPXhA4I .navbar.opened {
    height: auto;
  }
  .cid-sRsGPXhA4I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRsGPXzG7S {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sRsGPXzG7S h4 {
  display: flex;
  color: #232323;
}
.cid-sRsGPXzG7S .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-sRsGPXzG7S .wrap {
  display: flex;
}
.cid-sRsGPXzG7S .icon {
  background: #f15926;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-sRsGPXzG7S img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-sRsGPXzG7S .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-sRsGPXzG7S p {
  margin: 0;
}
.cid-sRsGPXzG7S .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-sRsGPXzG7S .mbr-section-subtitle {
  font-weight: 500;
  color: #767676;
  text-align: center;
}
.cid-sRsGPXzG7S .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sRsGPXzG7S .panel-group {
  width: 100%;
}
.cid-sRsGPXzG7S .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sRsGPXzG7S .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sRsGPXzG7S .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sRsGPXzG7S .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sRsGPXzG7S .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sRsGPXzG7S .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-sRsGPXzG7S .card .panel-body {
  background: #ffffff;
}
.cid-sRsGPXzG7S .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sRsGPXzG7S .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sRsGPXzG7S .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-sRsGPXzG7S .header-text,
.cid-sRsGPXzG7S .sign {
  color: #232323;
}
.cid-sRsGPY1gPq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1a1a1a;
}
@media (max-width: 767px) {
  .cid-sRsGPY1gPq .content {
    text-align: center;
  }
  .cid-sRsGPY1gPq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRsGPY1gPq .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sRsGPY1gPq .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sRsGPY1gPq .media-wrap img {
  height: 6rem;
}
@media (max-width: 991px) {
  .cid-sRsGPY1gPq .media-wrap img {
    height: 4.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sRsGPY1gPq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sRsGPY1gPq .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sRsGPY1gPq .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sRsGPY1gPq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sRsGPY1gPq .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sRsGPY1gPq .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sRsGPY1gPq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sRsGPY1gPq .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sRsGPY1gPq .copyright > p {
  color: #ffffff;
}
.cid-sRsGPY1gPq P {
  color: #ffffff;
}
