body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Secular One', sans-serif;
  font-size: 3.7rem;
  line-height: 1.2;
  letter-spacing: -0.9px;
}
.display-1 > .mbr-iconfont {
  font-size: 4.625rem;
}
.display-2 {
  font-family: 'Heebo', sans-serif;
  font-size: 2.6rem;
  line-height: 1.2;
  letter-spacing: -0.9px;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Heebo', sans-serif;
  font-size: 0.9rem;
  line-height: 1.867;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Heebo', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Heebo', sans-serif;
  font-size: 0.95rem;
  line-height: 1.1;
}
.display-7 > .mbr-iconfont {
  font-size: 1.1875rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 2.96rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.59rem;
    font-size: calc( 1.945rem + (3.7 - 1.945) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.945rem + (3.7 - 1.945) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((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))));
  }
  .display-7 {
    font-size: 0.76rem;
    font-size: calc( 0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 11px 35px;
  border-radius: 3px;
}
.btn-sm {
  padding: 15px 35px;
  border-radius: 3px;
}
.btn-md {
  padding: 18px 50px;
  border-radius: 3px;
}
.btn-lg {
  padding: 19px 50px;
  border-radius: 3px;
}
.bg-primary {
  background-color: #ea6423 !important;
}
.bg-success {
  background-color: #11ff88 !important;
}
.bg-info {
  background-color: #6a7c92 !important;
}
.bg-warning {
  background-color: #e35796 !important;
}
.bg-danger {
  background-color: #3c1414 !important;
}
.btn-primary {
  box-shadow: 0 15px 30px 0 rgba(234, 100, 35, 0.15);
}
.btn-primary,
.btn-primary:active {
  background-color: #ea6423 !important;
  border-color: #ea6423 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #c74e13 !important;
  border-color: #c74e13 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c74e13 !important;
  border-color: #c74e13 !important;
}
.btn-primary:before {
  background: #ea6423;
}
.btn-primary:hover {
  color: #ffffff !important;
  border-color: #ea6423 !important;
  box-shadow: 0 15px 30px 0 rgba(234, 100, 35, 0.15);
}
.btn-secondary {
  box-shadow: 0 15px 30px 0 rgba(254, 169, 21, 0.15);
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fea915 !important;
  border-color: #fea915 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #df8e01 !important;
  border-color: #df8e01 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #df8e01 !important;
  border-color: #df8e01 !important;
}
.btn-secondary:before {
  background: #fea915;
}
.btn-secondary:hover {
  color: #000000 !important;
  border-color: #fea915 !important;
  box-shadow: 0 15px 30px 0 rgba(254, 169, 21, 0.15);
}
.btn-info {
  box-shadow: 0 15px 30px 0 rgba(106, 124, 146, 0.15);
}
.btn-info,
.btn-info:active {
  background-color: #6a7c92 !important;
  border-color: #6a7c92 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #556374 !important;
  border-color: #556374 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #556374 !important;
  border-color: #556374 !important;
}
.btn-info:before {
  background: #6a7c92;
}
.btn-info:hover {
  color: #ffffff !important;
  border-color: #6a7c92 !important;
  box-shadow: 0 15px 30px 0 rgba(106, 124, 146, 0.15);
}
.btn-success {
  box-shadow: 0 15px 30px 0 rgba(17, 255, 136, 0.15);
}
.btn-success,
.btn-success:active {
  background-color: #11ff88 !important;
  border-color: #11ff88 !important;
  color: #001109 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #00dd6f !important;
  border-color: #00dd6f !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #001109 !important;
  background-color: #00dd6f !important;
  border-color: #00dd6f !important;
}
.btn-success:before {
  background: #11ff88;
}
.btn-success:hover {
  color: #000000 !important;
  border-color: #11ff88 !important;
  box-shadow: 0 15px 30px 0 rgba(17, 255, 136, 0.15);
}
.btn-warning {
  box-shadow: 0 15px 30px 0 rgba(227, 87, 150, 0.15);
}
.btn-warning,
.btn-warning:active {
  background-color: #e35796 !important;
  border-color: #e35796 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #dc2b7b !important;
  border-color: #dc2b7b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #dc2b7b !important;
  border-color: #dc2b7b !important;
}
.btn-warning:before {
  background: #e35796;
}
.btn-warning:hover {
  color: #ffffff !important;
  border-color: #e35796 !important;
  box-shadow: 0 15px 30px 0 rgba(227, 87, 150, 0.15);
}
.btn-danger {
  box-shadow: 0 15px 30px 0 rgba(60, 20, 20, 0.15);
}
.btn-danger,
.btn-danger:active {
  background-color: #3c1414 !important;
  border-color: #3c1414 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #160707 !important;
  border-color: #160707 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #160707 !important;
  border-color: #160707 !important;
}
.btn-danger:before {
  background: #3c1414;
}
.btn-danger:hover {
  color: #ffffff !important;
  border-color: #3c1414 !important;
  box-shadow: 0 15px 30px 0 rgba(60, 20, 20, 0.15);
}
.btn-white {
  color: #ea6423 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 15px 30px 0 rgba(234, 100, 35, 0.15);
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #666666 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white:before {
  background: #ea6423;
}
.btn-white:hover {
  color: #ffffff !important;
  border-color: #ea6423 !important;
  background-color: #ffffff !important;
  box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.15);
}
.btn-black {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-black,
.btn-black:active {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:before {
  background: #4d4d4d;
}
.btn-black:hover {
  border-color: #4d4d4d !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ea6423;
  color: #ea6423;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #ea6423 !important;
  border-color: #ea6423 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ea6423 !important;
  border-color: #ea6423 !important;
}
.btn-primary-outline:before {
  background: #ea6423;
}
.btn-primary-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(234, 100, 35, 0.15);
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fea915;
  color: #fea915;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #fea915 !important;
  border-color: #fea915 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fea915 !important;
  border-color: #fea915 !important;
}
.btn-secondary-outline:before {
  background: #fea915;
}
.btn-secondary-outline:hover {
  color: #000000 !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(254, 169, 21, 0.15);
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #6a7c92;
  color: #6a7c92;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #6a7c92 !important;
  border-color: #6a7c92 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6a7c92 !important;
  border-color: #6a7c92 !important;
}
.btn-info-outline:before {
  background: #6a7c92;
}
.btn-info-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(106, 124, 146, 0.15);
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #11ff88;
  color: #11ff88;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #001109 !important;
  background-color: #11ff88 !important;
  border-color: #11ff88 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #001109 !important;
  background-color: #11ff88 !important;
  border-color: #11ff88 !important;
}
.btn-success-outline:before {
  background: #11ff88;
}
.btn-success-outline:hover {
  color: #000000 !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(17, 255, 136, 0.15);
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e35796;
  color: #e35796;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #e35796 !important;
  border-color: #e35796 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e35796 !important;
  border-color: #e35796 !important;
}
.btn-warning-outline:before {
  background: #e35796;
}
.btn-warning-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(227, 87, 150, 0.15);
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #3c1414;
  color: #3c1414;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #3c1414 !important;
  border-color: #3c1414 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #3c1414 !important;
  border-color: #3c1414 !important;
}
.btn-danger-outline:before {
  background: #3c1414;
}
.btn-danger-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(60, 20, 20, 0.15);
}
.btn-black-outline {
  border-color: #1a1a1a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #1a1a1a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-black-outline:before {
  background: #4d4d4d;
}
.btn-white-outline {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #ea6423 !important;
  border-color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.15);
}
.btn-white-outline:before {
  background: #ffffff;
}
.text-primary {
  color: #ea6423 !important;
}
.text-secondary {
  color: #fea915 !important;
}
.text-success {
  color: #11ff88 !important;
}
.text-info {
  color: #6a7c92 !important;
}
.text-warning {
  color: #e35796 !important;
}
.text-danger {
  color: #3c1414 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #1a1a1a !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #983c0f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ac6e01 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #00aa55 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #3f4a57 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b61e62 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
.nav-tabs .nav-link.active {
  color: #ea6423;
}
.nav-tabs .nav-link:not(.active) {
  color: #1a1a1a;
}
.alert-success {
  background-color: #40A50B;
}
.alert-info {
  background-color: #6a7c92;
}
.alert-warning {
  background-color: #e35796;
}
.alert-danger {
  background-color: #3c1414;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ea6423;
  border-color: #ea6423;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ea6423;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fce7dd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ddffee;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3bdc8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #cd6969;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Heebo', sans-serif;
  font-size: 0.9rem;
  line-height: 1.867;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Heebo', sans-serif;
  font-size: 0.9rem;
  line-height: 1.867;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #ea6423;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ea6423;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ea6423;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ea6423;
  border-bottom-color: #ea6423;
}
.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: #ea6423 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #fea915 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ea6423' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a.btn-white {
  color: #ea6423 !important;
}
.mbr-arrow-up {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  box-shadow: 0px 10px 33.25px 1.75px rgba(0, 27, 103, 0.35);
}
.mbr-arrow-up a {
  background: rgba(234, 100, 35, 0.6);
}
.mbr-arrow-up a:hover {
  background: #ea6423;
}
.cid-sk0BN0LxSS {
  z-index: 1000;
  width: 100%;
}
.cid-sk0BN0LxSS nav.navbar {
  position: fixed;
}
.cid-sk0BN0LxSS .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-sk0BN0LxSS .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-sk0BN0LxSS .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-sk0BN0LxSS .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-sk0BN0LxSS .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-sk0BN0LxSS .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-sk0BN0LxSS .dropdown-item:hover,
.cid-sk0BN0LxSS .dropdown-item:focus {
  background: rgba(234, 100, 35, 0.1) !important;
  color: #ea6423 !important;
}
.cid-sk0BN0LxSS .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-sk0BN0LxSS .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-sk0BN0LxSS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-sk0BN0LxSS .nav-link {
  position: relative;
  line-height: 1;
}
.cid-sk0BN0LxSS .nav-link:hover {
  color: #ea6423 !important;
}
.cid-sk0BN0LxSS .container {
  display: flex;
  margin: auto;
}
.cid-sk0BN0LxSS .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-sk0BN0LxSS .dropdown-menu,
.cid-sk0BN0LxSS .navbar.opened {
  background: #1a1a1a !important;
}
.cid-sk0BN0LxSS .nav-item:focus,
.cid-sk0BN0LxSS .nav-link:focus {
  outline: none;
}
.cid-sk0BN0LxSS .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-sk0BN0LxSS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sk0BN0LxSS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sk0BN0LxSS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sk0BN0LxSS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sk0BN0LxSS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-sk0BN0LxSS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(26, 26, 26, 0.6);
}
.cid-sk0BN0LxSS .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-sk0BN0LxSS .navbar.navbar-short .navbar-logo img {
  height: 4.5rem !important;
}
.cid-sk0BN0LxSS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sk0BN0LxSS .navbar.opened {
  transition: all 0.3s;
}
.cid-sk0BN0LxSS .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-sk0BN0LxSS .navbar .navbar-logo img {
  width: auto;
}
.cid-sk0BN0LxSS .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-sk0BN0LxSS .navbar.collapsed {
  justify-content: center;
}
.cid-sk0BN0LxSS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sk0BN0LxSS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sk0BN0LxSS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sk0BN0LxSS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sk0BN0LxSS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sk0BN0LxSS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sk0BN0LxSS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sk0BN0LxSS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sk0BN0LxSS .navbar .dropdown-menu {
    display: none;
  }
  .cid-sk0BN0LxSS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sk0BN0LxSS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sk0BN0LxSS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sk0BN0LxSS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sk0BN0LxSS .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-sk0BN0LxSS .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-sk0BN0LxSS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sk0BN0LxSS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sk0BN0LxSS .navbar .navbar-buttons,
  .cid-sk0BN0LxSS .navbar .icons-menu {
    display: none;
  }
  .cid-sk0BN0LxSS .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-sk0BN0LxSS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sk0BN0LxSS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sk0BN0LxSS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sk0BN0LxSS .dropdown-item.active,
.cid-sk0BN0LxSS .dropdown-item:active {
  background-color: transparent;
}
.cid-sk0BN0LxSS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sk0BN0LxSS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a1a1a;
}
.cid-sk0BN0LxSS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sk0BN0LxSS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sk0BN0LxSS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sk0BN0LxSS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sk0BN0LxSS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sk0BN0LxSS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sk0BN0LxSS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sk0BN0LxSS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sk0BN0LxSS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sk0BN0LxSS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sk0BN0LxSS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sk0BN0LxSS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sk0BN0LxSS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sk0BN0LxSS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sk0BN0LxSS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sk0BN0LxSS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sk0BN0LxSS .navbar {
    height: 70px;
  }
  .cid-sk0BN0LxSS .navbar.opened {
    height: auto;
  }
  .cid-sk0BN0LxSS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sZFMp4c16V {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/woman-sitting-rocking-chair-1-2000x1331.jpeg");
}
.cid-sZFMp4c16V .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sZFMp4c16V .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-sZFMp4c16V .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sZFMp4c16V .mbr-text,
.cid-sZFMp4c16V .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sZFTe1Kowj {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sZFTe1Kowj .row {
    text-align: center;
  }
}
.cid-sZFTe1Kowj .section-head {
  margin-bottom: 2.3rem;
}
.cid-sZFTe1Kowj .paragraph {
  margin-bottom: 2rem;
}
.cid-sZFTe1Kowj .mbr-section-title {
  color: #3c1414;
}
.cid-sZto82z6Ex {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/creative-proposal-background-1-2000x844.jpg");
}
.cid-sZtkfQy9li {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f5f6fc;
}
.cid-sZtkfQy9li .card .card-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 6px;
  transition: opacity 0.3s;
  opacity: 0;
  z-index: -1;
  background: linear-gradient(to right top, #ea6423, #fea915);
}
.cid-sZtkfQy9li .card:hover .card-overlay {
  opacity: 1;
}
.cid-sZtkfQy9li .card:hover .card-wrapper * {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-sZtkfQy9li .card-wrapper {
  background: transparent;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  padding: 32px;
  border: 1px solid #f5f6fc;
  position: relative;
  z-index: 1;
}
.cid-sZtkfQy9li .card-wrapper .card-box {
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 30px;
}
.cid-sZtkfQy9li .card-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-sZtkfQy9li .card-wrapper .card-box .card-subtitle {
  color: #232323;
}
.cid-sZtkfQy9li .card-wrapper .card-box .mbr-text,
.cid-sZtkfQy9li .card-wrapper .card-box .link-wrap {
  color: #555555;
}
.cid-sZtkfQy9li .card-wrapper .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding: 20px;
  border: 2px solid #6a7c92;
  border-radius: 50%;
}
.cid-sZtkfQy9li .card-wrapper .img-wrapper .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #6a7c92;
}
@media (max-width: 992px) {
  .cid-sZtkfQy9li .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sZtkfQy9li .card-wrapper {
    flex-direction: column;
  }
  .cid-sZtkfQy9li .card-box {
    padding: 0 !important;
    margin-top: 1rem;
    text-align: center !important;
  }
  .cid-sZtkfQy9li .card-box .card-title {
    margin: 0px !important;
    padding: 0px !important;
  }
  .cid-sZtkfQy9li .card-box * {
    text-align: center;
  }
  .cid-sZtkfQy9li .card-box,
  .cid-sZtkfQy9li .img-wrapper {
    width: 100%;
    align-self: center;
  }
  .cid-sZtkfQy9li .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-sZtkfQy9li .mbr-flex {
    flex-direction: column-reverse;
    align-content: center;
  }
}
.cid-sZFVHDwUmk {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/close-up-african-girl-covering-her-face-2000x1333.jpg");
}
.cid-sZFVHDwUmk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sZFVHDwUmk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sZLZRB1Uw4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sZLZRB1Uw4 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sZLZRB1Uw4 .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-sZLZRB1Uw4 .mbr-section-title {
  color: #ffffff;
}
.cid-sZLZRB1Uw4 .mbr-text,
.cid-sZLZRB1Uw4 .mbr-section-btn {
  color: #ffffff;
}
.cid-t6JkCqYGEU {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/pagebreak-3.svg");
}
.cid-sZFY2fj83y {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sZFY2fj83y .row {
    text-align: center;
  }
}
.cid-sZFY2fj83y .section-head {
  margin-bottom: 2.3rem;
}
.cid-sZFY2fj83y .paragraph {
  margin-bottom: 2rem;
}
.cid-sZFY2fj83y .mbr-section-title {
  color: #3c1414;
  text-align: center;
}
.cid-sZFY2fj83y .mbr-text {
  text-align: center;
}
.cid-sZtntoz72o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sZtntoz72o .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sZtntoz72o .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sZtntoz72o .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sZtntoz72o .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sZtntoz72o .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sZtntoz72o .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sZtntoz72o .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sZtntoz72o .card-title {
  color: #3c1414;
}
.cid-t6Krx3cZyZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ea6423;
}
.cid-t6Krx3cZyZ .content-wrapper {
  background: #ea6423;
}
@media (max-width: 991px) {
  .cid-t6Krx3cZyZ .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-t6Krx3cZyZ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t6Krx3cZyZ .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t6Krx3cZyZ .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t6Krx3cZyZ .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-t6Krx3cZyZ .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-t6Krx3cZyZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t6Krx3cZyZ .card-title {
  color: #ffffff;
}
.cid-t6Krx3cZyZ .mbr-text,
.cid-t6Krx3cZyZ .mbr-section-btn {
  color: #ffffff;
}
.cid-t6Ks1xICAh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t6Ks1xICAh .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-t6Ks1xICAh .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t6Ks1xICAh .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t6Ks1xICAh .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t6Ks1xICAh .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-t6Ks1xICAh .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-t6Ks1xICAh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t6Ks1xICAh .card-title {
  color: #3c1414;
}
.cid-t6P9blhQwq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ea6423;
}
.cid-t6P9blhQwq .content-wrapper {
  background: #ea6423;
}
@media (max-width: 991px) {
  .cid-t6P9blhQwq .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-t6P9blhQwq .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t6P9blhQwq .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t6P9blhQwq .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t6P9blhQwq .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-t6P9blhQwq .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-t6P9blhQwq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t6P9blhQwq .card-title {
  color: #ffffff;
}
.cid-t6P9blhQwq .mbr-text,
.cid-t6P9blhQwq .mbr-section-btn {
  color: #ffffff;
}
.cid-sZtmviJr3L {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sZtmviJr3L .mbr-section-title {
  color: #6a7c92;
}
.cid-sZtkdzIMBS {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/creative-proposal-background-2-2000x1000.jpg");
}
.cid-sZtkgSBZSN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f5f6fc;
}
.cid-sZtkgSBZSN .image_wrapper {
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
}
.cid-sZtkgSBZSN .item-img {
  width: 50px;
  margin-bottom: 21px;
  height: 100%;
  display: inline-block;
}
.cid-sZtkgSBZSN img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.cid-sZtkgSBZSN .item {
  margin-bottom: 70px;
}
.cid-sZtkgSBZSN .item-title {
  margin-bottom: 11px;
  color: #202020;
}
.cid-sZtkgSBZSN .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
.cid-sZtkgSBZSN .mbr-text {
  margin-bottom: 18px;
}
.cid-sZtkgSBZSN .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-sZtkgSBZSN .linkBtn a:after,
.cid-sZtkgSBZSN .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-sZtkgSBZSN .linkBtn a:before {
  left: 0;
}
.cid-sZtkgSBZSN .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-sZtkgSBZSN .linkBtn a:hover:before,
.cid-sZtkgSBZSN .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-t7Y5dIkTvA {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f5f6fc;
}
.cid-t7Y5dIkTvA .container-fluid {
  padding: 0 3rem;
}
.cid-t7Y5dIkTvA .mbr-section-subtitle {
  color: #767676;
}
.cid-t7Y5dIkTvA .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-t7Y5dIkTvA .table-wrapper {
  margin: 0 auto;
}
.cid-t7Y5dIkTvA table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-t7Y5dIkTvA table thead tr {
  border: none !important;
}
.cid-t7Y5dIkTvA table th {
  padding: 1.2rem 1.6rem;
  text-align: left;
  border-color: #68798f;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-t7Y5dIkTvA table tr td {
  border-color: #6a7c92;
}
.cid-t7Y5dIkTvA table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  min-width: 120px;
}
.cid-t7Y5dIkTvA .dataTables_scrollHead th:after,
.cid-t7Y5dIkTvA .dataTables_scrollHead th:before {
  bottom: auto !important;
  top: 50% !important;
  transform: translateY(-60%);
}
.cid-t7Y5dIkTvA .dataTables_scrollHead th:before {
  right: 15px !important;
}
.cid-t7Y5dIkTvA .dataTables_scrollHead th:after {
  right: 5px !important;
}
.cid-t7Y5dIkTvA .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-t7Y5dIkTvA .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-t7Y5dIkTvA table th,
  .cid-t7Y5dIkTvA table td {
    padding: .75rem;
  }
}
.cid-t7Y5dIkTvA .body-item {
  text-align: left;
}
.cid-t7Y5dIkTvA .mbr-text {
  color: #767676;
}
.cid-t7Y5dIkTvA .head-item {
  color: #232323;
}
.cid-t7Y5dIkTvA .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.cid-t7Y5dIkTvA .mbr-section-title,
.cid-t7Y5dIkTvA .head-item {
  color: #6a7c92;
}
.cid-t7Y5dIkTvA .mbr-section-subtitle,
.cid-t7Y5dIkTvA .table tbody .tableColumns .body-item,
.cid-t7Y5dIkTvA .table {
  color: #6a7c92;
}
.cid-t7YdUN8Dh4 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f6fc;
}
.cid-t02yzXrNVC {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f6fc;
}
.cid-sZtki01iXE.popup-builder {
  background-color: #ffffff;
}
.cid-sZtki01iXE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sZtki01iXE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sZtki01iXE .modal-content,
.cid-sZtki01iXE .modal-dialog {
  height: auto;
}
.cid-sZtki01iXE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sZtki01iXE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sZtki01iXE .form-wrapper .mbr-form .form-group,
  .cid-sZtki01iXE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sZtki01iXE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sZtki01iXE .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sZtki01iXE .mbr-text {
  text-align: center;
}
.cid-sZtki01iXE .pt-0 {
  padding-top: 0 !important;
}
.cid-sZtki01iXE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sZtki01iXE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sZtki01iXE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sZtki01iXE .modal-open {
  overflow: hidden;
}
.cid-sZtki01iXE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sZtki01iXE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sZtki01iXE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sZtki01iXE .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sZtki01iXE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sZtki01iXE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sZtki01iXE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sZtki01iXE .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sZtki01iXE .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sZtki01iXE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sZtki01iXE .modal-backdrop.fade {
  opacity: 0;
}
.cid-sZtki01iXE .modal-backdrop.show {
  opacity: .5;
}
.cid-sZtki01iXE .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sZtki01iXE .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sZtki01iXE .modal-header {
    padding: 1rem;
  }
}
.cid-sZtki01iXE .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sZtki01iXE .modal-header .close svg {
  fill: #353535;
}
.cid-sZtki01iXE .modal-header .close:hover {
  opacity: 1;
}
.cid-sZtki01iXE .modal-header .close:focus {
  outline: none;
}
.cid-sZtki01iXE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #3c1414;
}
.cid-sZtki01iXE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sZtki01iXE .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sZtki01iXE .modal-body {
    padding: 1rem;
  }
}
.cid-sZtki01iXE .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sZtki01iXE .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sZtki01iXE .modal-footer {
    padding: 1rem;
  }
}
.cid-sZtki01iXE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sZtki01iXE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sZtki01iXE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sZtki01iXE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sZtki01iXE .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sZtki01iXE .modal-lg,
  .cid-sZtki01iXE .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sZtki01iXE .modal-xl {
    max-width: 1140px;
  }
}
.cid-sZtki01iXE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sZtki01iXE .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sZtki01iXE .form-group {
  margin-bottom: 1rem;
}
.cid-sZtki01iXE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sZtki01iXE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sZtki01iXE .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sZtki01iXE .mbr-section-btn {
  margin: 0;
}
.cid-sZtki01iXE .mbr-section-btn .btn {
  margin: 0;
}
.cid-sZGuedaNdw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f5f6fc;
}
.cid-sZGuedaNdw .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sZGuedaNdw .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sZGuedaNdw .socicon {
  font-size: 1.3rem;
  background: #fea915;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sZGuedaNdw .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sZGuedaNdw .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-sZGuedaNdw .text2 {
  color: #000000;
  text-align: left;
}
.cid-sZGuedaNdw .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sZGuedaNdw .logo-title {
  text-align: center;
}
.cid-sZGuedaNdw .logo-sub-title {
  text-align: center;
}
.cid-sZGuedaNdw .links {
  text-align: center;
  color: #656565;
}
.cid-sZGuedaNdw .logo-sub-title i {
  color: #9e9e9e;
}
