body {
  font-family: Quicksand;
}
.display-1 {
  font-family: 'Permanent Marker', handwriting;
  font-size: 5.8rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -4.5px;
}
.display-1 > .mbr-iconfont {
  font-size: 9.28rem;
}
.display-2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 3.8rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -2.8px;
}
.display-2 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-4 {
  font-family: 'Quicksand', sans-serif;
  font-size: 0.75rem;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Raleway', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 700;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.2rem;
  line-height: 1.7;
  font-weight: 500;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.64rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.06rem;
    font-size: calc( 2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2.5rem;
  border-radius: 50px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #ee5325 !important;
}
.bg-success {
  background-color: #a3a3a3 !important;
}
.bg-info {
  background-color: #0095ff !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #c1f7d5 !important;
}
.btn-primary {
  border: 0px !important;
  color: #ffffff;
  color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ee5325 !important;
  border-color: #ee5325 !important;
  color: #0095ff !important;
}
.btn-primary:hover {
  color: #0095ff !important;
  background-color: #b8350e !important;
  border-color: #b8350e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #0095ff !important;
  background-color: #b8350e !important;
  border-color: #b8350e !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary:hover {
  background-color: #f27854 !important;
}
.btn-secondary {
  border: 0px !important;
  color: #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4a4c70 !important;
  border-color: #4a4c70 !important;
  color: #0095ff !important;
}
.btn-secondary:hover {
  color: #0095ff !important;
  background-color: #2c2d42 !important;
  border-color: #2c2d42 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #0095ff !important;
  background-color: #2c2d42 !important;
  border-color: #2c2d42 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-info {
  border: 0px !important;
  color: #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #0095ff !important;
  border-color: #0095ff !important;
  color: #0095ff !important;
}
.btn-info:hover {
  color: #0095ff !important;
  background-color: #0068b3 !important;
  border-color: #0068b3 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #0095ff !important;
  background-color: #0068b3 !important;
  border-color: #0068b3 !important;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-success {
  border: 0px !important;
  color: #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #a3a3a3 !important;
  border-color: #a3a3a3 !important;
  color: #0095ff !important;
}
.btn-success:hover {
  color: #0095ff !important;
  background-color: #7d7d7d !important;
  border-color: #7d7d7d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #0095ff !important;
  background-color: #7d7d7d !important;
  border-color: #7d7d7d !important;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-warning {
  border: 0px !important;
  color: #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #0095ff !important;
}
.btn-warning:hover {
  color: #0095ff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #0095ff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-danger {
  border: 0px !important;
  color: #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #c1f7d5 !important;
  border-color: #c1f7d5 !important;
  color: #0095ff !important;
}
.btn-danger:hover {
  color: #0095ff !important;
  background-color: #7deea7 !important;
  border-color: #7deea7 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #0095ff !important;
  background-color: #7deea7 !important;
  border-color: #7deea7 !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-white {
  border: 0px !important;
  color: #ffffff;
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #0095ff !important;
}
.btn-white:hover {
  color: #0095ff !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #0095ff !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-black {
  border: 0px !important;
  color: #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #0095ff !important;
}
.btn-black:hover {
  color: #0095ff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #0095ff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black:hover,
.btn-black:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary-outline {
  background-color: transparent !important;
  border: 2px solid #ee5325 !important;
  color: #ffffff !important;
  color: #ee5325 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ee5325;
  color: #ee5325;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ee5325;
  border-color: #ee5325;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ee5325 !important;
  border-color: #ee5325 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background-color: #ee5325 !important;
  color: #0095ff !important;
}
.btn-primary-outline:hover {
  color: #0095ff !important;
}
.btn-secondary-outline {
  background-color: transparent !important;
  border: 2px solid #4a4c70 !important;
  color: #ffffff !important;
  color: #4a4c70 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #4a4c70;
  color: #4a4c70;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #4a4c70;
  border-color: #4a4c70;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4a4c70 !important;
  border-color: #4a4c70 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background-color: #4a4c70 !important;
  color: #0095ff !important;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
}
.btn-info-outline {
  background-color: transparent !important;
  border: 2px solid #0095ff !important;
  color: #ffffff !important;
  color: #0095ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #0095ff;
  color: #0095ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #0095ff;
  border-color: #0095ff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0095ff !important;
  border-color: #0095ff !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background-color: #0095ff !important;
  color: #0095ff !important;
}
.btn-info-outline:hover {
  color: #ffffff !important;
}
.btn-success-outline {
  background-color: transparent !important;
  border: 2px solid #a3a3a3 !important;
  color: #ffffff !important;
  color: #a3a3a3 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #a3a3a3;
  color: #a3a3a3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #a3a3a3;
  border-color: #a3a3a3;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #a3a3a3 !important;
  border-color: #a3a3a3 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background-color: #a3a3a3 !important;
  color: #0095ff !important;
}
.btn-success-outline:hover {
  color: #ffffff !important;
}
.btn-warning-outline {
  background-color: transparent !important;
  border: 2px solid #808080 !important;
  color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #808080;
  color: #808080;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background-color: #808080 !important;
  color: #0095ff !important;
}
.btn-warning-outline:hover {
  color: #ffffff !important;
}
.btn-danger-outline {
  background-color: transparent !important;
  border: 2px solid #c1f7d5 !important;
  color: #ffffff !important;
  color: #c1f7d5 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #c1f7d5;
  color: #c1f7d5;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #15a44a;
  background-color: #c1f7d5;
  border-color: #c1f7d5;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #15a44a !important;
  background-color: #c1f7d5 !important;
  border-color: #c1f7d5 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background-color: #c1f7d5 !important;
  color: #0095ff !important;
}
.btn-danger-outline:hover {
  color: #ffffff !important;
}
.btn-black-outline {
  background-color: transparent !important;
  border: 2px solid #333333 !important;
  color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  background-color: #333333 !important;
  color: #0095ff !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;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ee5325 !important;
}
.text-secondary {
  color: #4a4c70 !important;
}
.text-success {
  color: #a3a3a3 !important;
}
.text-info {
  color: #0095ff !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #c1f7d5 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #f59e84 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #797ca7 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d6d6d6 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #0095ff !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ffffff !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ee5325;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0095ff;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #c1f7d5;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ee5325;
  border-color: #ee5325;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ee5325;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fde8e2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e3e3e3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #cceaff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.2rem;
  line-height: 1.7;
  font-weight: 500;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #ee5325;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ee5325;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ee5325;
  border-bottom-color: #ee5325;
}
.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: #ee5325 !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: #4a4c70 !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='%23ee5325' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-s6wqCOeU6R .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6wqCOeU6R .nav-item:focus,
.cid-s6wqCOeU6R .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s6wqCOeU6R .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-s6wqCOeU6R .nav-item .nav-link {
    position: relative;
  }
  .cid-s6wqCOeU6R .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #ee5325, #4a4c70);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-s6wqCOeU6R .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-s6wqCOeU6R .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s6wqCOeU6R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6wqCOeU6R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s6wqCOeU6R .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-s6wqCOeU6R .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s6wqCOeU6R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s6wqCOeU6R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6wqCOeU6R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s6wqCOeU6R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s6wqCOeU6R .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-s6wqCOeU6R .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-s6wqCOeU6R .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s6wqCOeU6R .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s6wqCOeU6R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s6wqCOeU6R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s6wqCOeU6R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s6wqCOeU6R .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s6wqCOeU6R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s6wqCOeU6R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s6wqCOeU6R .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s6wqCOeU6R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s6wqCOeU6R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s6wqCOeU6R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s6wqCOeU6R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s6wqCOeU6R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s6wqCOeU6R .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s6wqCOeU6R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s6wqCOeU6R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s6wqCOeU6R .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-s6wqCOeU6R .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s6wqCOeU6R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s6wqCOeU6R .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s6wqCOeU6R .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s6wqCOeU6R .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s6wqCOeU6R .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s6wqCOeU6R .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-s6wqCOeU6R .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s6wqCOeU6R .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s6wqCOeU6R .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-s6wqCOeU6R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s6wqCOeU6R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s6wqCOeU6R .dropdown-item.active,
.cid-s6wqCOeU6R .dropdown-item:active {
  background-color: transparent;
}
.cid-s6wqCOeU6R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s6wqCOeU6R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s6wqCOeU6R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s6wqCOeU6R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-s6wqCOeU6R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s6wqCOeU6R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s6wqCOeU6R ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s6wqCOeU6R .navbar-buttons {
  text-align: center;
}
.cid-s6wqCOeU6R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s6wqCOeU6R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ee5325;
}
.cid-s6wqCOeU6R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s6wqCOeU6R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s6wqCOeU6R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s6wqCOeU6R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s6wqCOeU6R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6wqCOeU6R nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s6wqCOeU6R nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s6wqCOeU6R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6wqCOeU6R .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s6wqCOeU6R a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6wqCOeU6R .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s6wqCOeU6R .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s6wqCOeU6R .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s6wqCOeU6R .navbar {
    height: 77px;
  }
  .cid-s6wqCOeU6R .navbar.opened {
    height: auto;
  }
  .cid-s6wqCOeU6R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s6vdnJMu3S {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6vdnJMu3S .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-s6vdnJMu3S .modal-body .close {
  background: #1b1b1b;
}
.cid-s6vdnJMu3S .modal-body .close span {
  font-style: normal;
}
.cid-s6vdnJMu3S .carousel-inner > .active,
.cid-s6vdnJMu3S .carousel-inner > .next,
.cid-s6vdnJMu3S .carousel-inner > .prev {
  display: flex;
}
.cid-s6vdnJMu3S .carousel-control .icon-next,
.cid-s6vdnJMu3S .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-s6vdnJMu3S .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s6vdnJMu3S .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-s6vdnJMu3S .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-s6vdnJMu3S .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-s6vdnJMu3S .boxed-slider > div {
  position: relative;
}
.cid-s6vdnJMu3S .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-s6vdnJMu3S .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-s6vdnJMu3S .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s6vdnJMu3S .mbr-table-cell {
  padding: 0;
}
.cid-s6vdnJMu3S .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-s6vdnJMu3S .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-s6vdnJMu3S .mbr-overlay {
  z-index: 1;
}
.cid-s6vdnJMu3S .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-s6vdnJMu3S .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-s6vdnJMu3S .carousel-item .container {
    width: 100%;
  }
}
.cid-s6vdnJMu3S .carousel-item-next.carousel-item-left,
.cid-s6vdnJMu3S .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-s6vdnJMu3S .active.carousel-item-right,
.cid-s6vdnJMu3S .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-s6vdnJMu3S .active.carousel-item-left,
.cid-s6vdnJMu3S .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-s6vdnJMu3S .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-s6vdnJMu3S .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s6vdnJMu3S .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s6vdnJMu3S .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-s6vdnJMu3S .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-s6vdnJMu3S .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-s6vdnJMu3S .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-s6vdnJMu3S .mbr-slider .carousel-indicators li.active,
.cid-s6vdnJMu3S .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-s6vdnJMu3S .mbr-slider .carousel-indicators li::after,
.cid-s6vdnJMu3S .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-s6vdnJMu3S .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-s6vdnJMu3S .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-s6vdnJMu3S .mbr-slider > .container img {
  width: 100%;
}
.cid-s6vdnJMu3S .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-s6vdnJMu3S .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-s6vdnJMu3S .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s6vdnJMu3S .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s6vdnJMu3S .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-s6vdnJMu3S .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-s6vdnJMu3S .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-s6vdnJMu3S .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-s6vdnJMu3S .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-s6vdnJMu3S .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s6vdnJMu3S .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-s6vdnJMu3S .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-s6vdnJMu3S .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-s6vdnJMu3S .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-s6vdnJMu3S .carousel-inner {
  height: 100%;
}
.cid-s6vdnJMu3S .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-s6vdnJMu3S .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 700px;
  overflow: hidden;
}
.cid-s6vdnJMu3S .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-s6vdnJMu3S .content-slider-wrap {
  width: 100%;
}
.cid-s6vdnJMu3S P {
  color: #ffffff;
  text-align: center;
}
.cid-s4SGXrkJBt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4SGXrkJBt .mbr-section-title,
.cid-s4SGXrkJBt .mbr-section-subtitle {
  color: #000000;
}
.cid-s4SGXrkJBt .mbr-section-text {
  color: #232323;
}
.cid-s4SGXrkJBt .mbr-text,
.cid-s4SGXrkJBt .typed-text,
.cid-s4SGXrkJBt .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-s4SGXrkJBt .btn {
  margin-left: 4px !important;
}
.cid-s4SGXrkJBt .animated-element {
  color: #ee5325;
}
.cid-s4SGXrkJBt .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ee5325;
}
.cid-s4SGXrkJBt .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-s4SGXrkJBt .typed-text,
  .cid-s4SGXrkJBt .mbr-section-subtitle,
  .cid-s4SGXrkJBt .mbr-section-text,
  .cid-s4SGXrkJBt .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-t5wblplbmA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-t5wblplbmA .card {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-t5wblplbmA .card:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-t5wblplbmA .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-t5wblplbmA .mbr-flex {
  justify-content: center;
}
.cid-t5wblplbmA .mbr-text {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
}
.cid-t5wblplbmA img,
.cid-t5wblplbmA .item-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.cid-t5wblplbmA .item:focus,
.cid-t5wblplbmA span:focus {
  outline: none;
}
.cid-t5wblplbmA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t5wblplbmA .card1 {
  background: #a8d741;
}
.cid-t5wblplbmA .card2 {
  background: #ffcc00;
}
.cid-t5wblplbmA .card3 {
  background: #ffcc01;
}
.cid-t5wblplbmA .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-t5wblplbmA .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-t5wblplbmA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t5wblplbmA .mbr-section-title {
  color: #ee5325;
  text-align: center;
}
.cid-t5wblplbmA .item-title1 {
  color: #ffffff;
}
.cid-t5wblplbmA .mbr-text,
.cid-t5wblplbmA .mbr-section-btn {
  text-align: center;
  color: #121212;
}
.cid-t5wblplbmA .item-subtitle {
  color: #121212;
  text-align: center;
}
.cid-t5wblplbmA .item-title2 {
  color: #121212;
  text-align: center;
}
.cid-t5wblplbmA .price {
  color: #121212;
}
.cid-t5wblplbmA .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-s5lBJXsXjz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s5lBJXsXjz .container-fluid {
  padding: 0 3rem;
}
.cid-s5lBJXsXjz .blockquote-quote svg {
  height: 30px;
  width: 30px;
}
.cid-s5lBJXsXjz svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-s5lBJXsXjz .signature > span {
  color: #ee5325;
}
@media (max-width: 767px) {
  .cid-s5lBJXsXjz .blockquote-quote {
    text-align: left;
  }
  .cid-s5lBJXsXjz .container-fluid {
    padding: 0 1rem;
  }
}
.cid-s5lBJXsXjz .mbr-section-title {
  text-align: center;
}
.cid-s5lBJXsXjz .mbr-text {
  color: #fa101c;
  text-align: left;
}
.cid-s5lBJXsXjz .mbr-text,
.cid-s5lBJXsXjz .blockquote-quote {
  color: #000000;
}
.cid-t5yW0GfUcj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-t5yW0GfUcj .form-control {
  color: #000000 !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #000000;
}
.cid-t5yW0GfUcj .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-t5yW0GfUcj input::-webkit-input-placeholder {
  color: #000000;
}
.cid-t5yW0GfUcj input::-moz-placeholder {
  color: #000000;
}
.cid-t5yW0GfUcj textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-t5yW0GfUcj textarea::-moz-placeholder {
  color: #000000;
}
.cid-t5yW0GfUcj textarea.form-control {
  min-height: 83px;
}
.cid-t5yW0GfUcj .mbr-section-subtitle {
  color: #767676;
}
.cid-t5yW0GfUcj H2 {
  color: #ee5325;
}
.cid-t5yW0GfUcj H3 {
  color: #5c77ac;
}
.cid-t8DdGbEHh4 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-t8DdGbEHh4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-t8DdGbEHh4 .box {
  background-image: url("../../../assets/images/assist-1314x677.png");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8DdGbEHh4 .icon-wrap {
  background-color: #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-t8DdGbEHh4 .icon-wrap:hover {
  background-color: #ee5325 !important;
}
.cid-t8DdGbEHh4 .icon-wrap span {
  padding-left: 4px;
}
.cid-t8DdGbEHh4 .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #354463 !important;
}
.cid-t8DdGbEHh4 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-t8DdGbEHh4 .mbr-section-subtitle {
  margin-top: 1rem;
}
.cid-t8DdGbEHh4 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t8DdGbEHh4 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t8DdGbEHh4 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t8DdGbEHh4 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-t8DdGbEHh4 a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-t8DdGbEHh4 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-t8DdGbEHh4 .box {
    height: 250px;
  }
  .cid-t8DdGbEHh4 .row {
    padding: 1rem !important;
  }
}
@media (min-width: 767px) {
  .cid-t8DdGbEHh4 .row {
    padding: 0 1rem;
  }
}
.cid-rUTpGH0hGw {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rUTpGH0hGw .mbr-iconfont {
  font-size: 80px;
}
.cid-rUTpGH0hGw h3 {
  text-align: center;
}
.cid-rUTpGH0hGw .card {
  word-wrap: break-word;
}
@media (min-width: 1200px) {
  .cid-rUTpGH0hGw .panel-item {
    padding: 0 2.8rem;
  }
}
.cid-rUTpGH0hGw H3 {
  color: #42474c;
}
.cid-rUTpGH0hGw H4 {
  color: #42474c;
}
.cid-s58619iuOs {
  background-image: url("../../../assets/images/holidays-abroad-1100x825.jpg");
}
.cid-s58619iuOs .mbr-section-title,
.cid-s58619iuOs .mbr-section-subtitle {
  color: #000000;
}
.cid-s58619iuOs .mbr-section-text {
  color: #232323;
}
.cid-s58619iuOs .mbr-text,
.cid-s58619iuOs .typed-text,
.cid-s58619iuOs .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-s58619iuOs .btn {
  margin-left: 4px !important;
}
.cid-s58619iuOs .animated-element {
  color: #e40f1a;
}
.cid-s58619iuOs .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #e40f1a;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tf7GTu2i59 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tf7GTu2i59 h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tf7GTu2i59 .container {
    position: relative;
  }
  .cid-tf7GTu2i59 .row {
    margin: 0;
  }
  .cid-tf7GTu2i59 h2 {
    margin: 0;
  }
}
.cid-tf7GTu2i59 .mbr-section-subtitle {
  color: #e9204f;
}
.cid-tf7GTu2i59 .mbr-text {
  margin-top: 1.4rem;
}
.cid-s585Y9Eb3K {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-s585Y9Eb3K .container-fluid {
  padding: 0 3rem;
}
.cid-s585Y9Eb3K .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #ee5325 50%, #4a4c70 120%);
  display: inline-block;
}
.cid-s585Y9Eb3K .card {
  border-radius: 25px !important;
  margin-bottom: 2rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-s585Y9Eb3K .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-s585Y9Eb3K .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
  padding-right: 2rem;
}
.cid-s585Y9Eb3K .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s585Y9Eb3K .card .card-header a.panel-title:hover .sign {
  background-color: #0095ff !important;
}
.cid-s585Y9Eb3K .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #ee5325;
  padding: 2rem;
  padding-top: 26px;
  color: white;
}
.cid-s585Y9Eb3K .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s585Y9Eb3K .card .card-header a.panel-title h4 .toggle-title {
  user-select: initial;
  pointer-events: auto;
}
.cid-s585Y9Eb3K .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-s585Y9Eb3K .container-fluid {
    padding: 0 1rem;
  }
  .cid-s585Y9Eb3K .header-text {
    padding: 1rem !important;
  }
  .cid-s585Y9Eb3K .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-s585Y9Eb3K .panel-body {
    width: calc(100% - 48px);
  }
}
.cid-s585Y9Eb3K .panel-text {
  text-align: left;
  color: #000000;
}
.cid-s585Y9Eb3K .toggle-header {
  text-align: center;
}
.cid-s6tTYzmyLM {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-s6tTYzmyLM svg {
  position: absolute;
  bottom: -9.5rem;
  left: 50%;
  transform: translate(-50%) scaleX(-2) rotate(-12deg);
  filter: fliph;
  animation: wave2 5s ease-in-out infinite;
}
@keyframes wave2 {
  from {
    transform: translate(-50%) scaleX(-2) rotate(-10deg);
  }
  50% {
    transform: translate(-50%) scaleX(-2.2) scaleY(1.1) rotate(-13deg);
  }
  to {
    transform: translate(-50%) scaleX(-2) rotate(-10deg);
  }
}
.cid-s6tTYzmyLM #e12_areaS3 {
  fill: #ffffff !important;
}
.cid-s6tTYzmyLM #e19_areaS3 {
  fill: #ffffff !important;
}
.cid-s6tTYzmyLM .carousel-control {
  background: #000;
  opacity: 0.2;
}
.cid-s6tTYzmyLM .carousel {
  width: 80%;
  margin: auto;
}
.cid-s6tTYzmyLM .mbr-section-subtitle {
  color: #716c80;
}
.cid-s6tTYzmyLM .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s6tTYzmyLM .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-s6tTYzmyLM .carousel-item .wrap-img {
  text-align: center;
}
.cid-s6tTYzmyLM .carousel-item .wrap-img img {
  transition: all 0.3s;
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-s6tTYzmyLM .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s6tTYzmyLM .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-s6tTYzmyLM .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-s6tTYzmyLM .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-s6tTYzmyLM .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-s6tTYzmyLM .cloneditem-1,
.cid-s6tTYzmyLM .cloneditem-2,
.cid-s6tTYzmyLM .cloneditem-3,
.cid-s6tTYzmyLM .cloneditem-4,
.cid-s6tTYzmyLM .cloneditem-5 {
  display: none;
}
.cid-s6tTYzmyLM .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-s6tTYzmyLM .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-s6tTYzmyLM .carousel-inner {
    opacity: 0.8;
  }
  .cid-s6tTYzmyLM .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-s6tTYzmyLM .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-s6tTYzmyLM .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-s6tTYzmyLM .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-s6tTYzmyLM .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-s6tTYzmyLM .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-s6tTYzmyLM .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-s6tTYzmyLM .carousel-inner.slides2 .cloneditem-1,
  .cid-s6tTYzmyLM .carousel-inner.slides2 .cloneditem-2,
  .cid-s6tTYzmyLM .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-s6tTYzmyLM .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-s6tTYzmyLM .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-s6tTYzmyLM .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-s6tTYzmyLM .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-s6tTYzmyLM .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-s6tTYzmyLM .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-s6tTYzmyLM .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-s6tTYzmyLM .carousel-inner.slides3 .cloneditem-1,
  .cid-s6tTYzmyLM .carousel-inner.slides3 .cloneditem-2,
  .cid-s6tTYzmyLM .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-s6tTYzmyLM .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-s6tTYzmyLM .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-s6tTYzmyLM .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-s6tTYzmyLM .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-s6tTYzmyLM .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-s6tTYzmyLM .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-s6tTYzmyLM .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-s6tTYzmyLM .carousel-inner.slides4 .cloneditem-1,
  .cid-s6tTYzmyLM .carousel-inner.slides4 .cloneditem-2,
  .cid-s6tTYzmyLM .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-s6tTYzmyLM .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-s6tTYzmyLM .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-s6tTYzmyLM .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-s6tTYzmyLM .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-s6tTYzmyLM .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-s6tTYzmyLM .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-s6tTYzmyLM .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-s6tTYzmyLM .carousel-inner.slides5 .cloneditem-1,
  .cid-s6tTYzmyLM .carousel-inner.slides5 .cloneditem-2,
  .cid-s6tTYzmyLM .carousel-inner.slides5 .cloneditem-3,
  .cid-s6tTYzmyLM .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-s6tTYzmyLM .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-s6tTYzmyLM .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-s6tTYzmyLM .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-s6tTYzmyLM .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-s6tTYzmyLM .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-s6tTYzmyLM .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-s6tTYzmyLM .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-s6tTYzmyLM .carousel-inner.slides6 .cloneditem-1,
  .cid-s6tTYzmyLM .carousel-inner.slides6 .cloneditem-2,
  .cid-s6tTYzmyLM .carousel-inner.slides6 .cloneditem-3,
  .cid-s6tTYzmyLM .carousel-inner.slides6 .cloneditem-4,
  .cid-s6tTYzmyLM .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-s6tTYzmyLM H2 {
  color: #000000;
}
.cid-s6tTYzmyLM .carousel-control-prev {
  position: absolute!important;
  left: -50px !important;
}
.cid-s6tTYzmyLM .carousel-control-next {
  position: absolute!important;
  right: -50px !important;
}
@media (max-width: 576px) {
  .cid-s6tTYzmyLM .carousel-control-prev {
    left: -10px !important;
  }
  .cid-s6tTYzmyLM .carousel-control-next {
    right: -10px !important;
  }
}
.cid-rUTpKPo1ae {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-rUTpKPo1ae a {
  transition: 0.3s;
}
.cid-rUTpKPo1ae h5 {
  margin-bottom: 1.6rem;
}
.cid-rUTpKPo1ae .card-img2 span {
  padding-top: 6px;
}
.cid-rUTpKPo1ae .soc-item a {
  padding-top: 5px;
}
.cid-rUTpKPo1ae .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-rUTpKPo1ae .link:hover {
  color: #ee5325 !important;
}
@media (max-width: 992px) {
  .cid-rUTpKPo1ae .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rUTpKPo1ae .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-rUTpKPo1ae .soc-item span {
  font-size: 1rem;
}
.cid-rUTpKPo1ae .soc-item:hover span {
  color: #ee5325 !important;
}
.cid-rUTpKPo1ae .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-rUTpKPo1ae .item h4 {
  margin: 0;
}
.cid-rUTpKPo1ae .media-wrap {
  margin-bottom: 1rem;
}
.cid-rUTpKPo1ae .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rUTpKPo1ae img {
  width: 80%;
}
.cid-rUTpKPo1ae .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-rUTpKPo1ae .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rUTpKPo1ae .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-rUTpKPo1ae .container {
  padding: 0;
}
.cid-rUTpKPo1ae .btn-primary:hover {
  background-color: #d03c10 !important;
}
.cid-rUTpL6oEdG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-rUTpL6oEdG .media-container-row {
  align-items: center;
}
.cid-rUTpL6oEdG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rUTpL6oEdG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rUTpL6oEdG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rUTpL6oEdG .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-rUTpL6oEdG .foot-menu-item {
  transform: 0.2s;
}
.cid-rUTpL6oEdG .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-rUTpL6oEdG .foot-menu {
    justify-content: center;
  }
  .cid-rUTpL6oEdG .mbr-text {
    text-align: center;
  }
  .cid-rUTpL6oEdG .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rUTpL6oEdG .foot-menu {
    justify-content: flex-end;
  }
}
.cid-rUTpL6oEdG .link:hover {
  text-decoration: underline;
}
.cid-rUTpL6oEdG .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-rUTpL6oEdG .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-rUTpL6oEdG .container {
    padding: 0;
  }
}
.cid-rUTpL6oEdG .media-container-row .mbr-text {
  color: #a3a3a3;
}
.cid-t5yYCkCV9P.popup-builder {
  background-color: #ffffff;
}
.cid-t5yYCkCV9P.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t5yYCkCV9P.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t5yYCkCV9P .modal-content,
.cid-t5yYCkCV9P .modal-dialog {
  height: auto;
}
.cid-t5yYCkCV9P .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t5yYCkCV9P .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t5yYCkCV9P .form-wrapper .mbr-form .form-group,
  .cid-t5yYCkCV9P .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t5yYCkCV9P .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t5yYCkCV9P .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-t5yYCkCV9P .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-t5yYCkCV9P .pt-0 {
  padding-top: 0 !important;
}
.cid-t5yYCkCV9P .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t5yYCkCV9P .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t5yYCkCV9P .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t5yYCkCV9P .modal-open {
  overflow: hidden;
}
.cid-t5yYCkCV9P .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t5yYCkCV9P .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t5yYCkCV9P .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t5yYCkCV9P .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-t5yYCkCV9P .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t5yYCkCV9P .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t5yYCkCV9P .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t5yYCkCV9P .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-t5yYCkCV9P .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t5yYCkCV9P .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t5yYCkCV9P .modal-backdrop.fade {
  opacity: 0;
}
.cid-t5yYCkCV9P .modal-backdrop.show {
  opacity: .5;
}
.cid-t5yYCkCV9P .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-t5yYCkCV9P .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t5yYCkCV9P .modal-header {
    padding: 1rem;
  }
}
.cid-t5yYCkCV9P .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t5yYCkCV9P .modal-header .close svg {
  fill: #353535;
}
.cid-t5yYCkCV9P .modal-header .close:hover {
  opacity: 1;
}
.cid-t5yYCkCV9P .modal-header .close:focus {
  outline: none;
}
.cid-t5yYCkCV9P .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-t5yYCkCV9P .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t5yYCkCV9P .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t5yYCkCV9P .modal-body {
    padding: 1rem;
  }
}
.cid-t5yYCkCV9P .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-t5yYCkCV9P .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t5yYCkCV9P .modal-footer {
    padding: 1rem;
  }
}
.cid-t5yYCkCV9P .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t5yYCkCV9P .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t5yYCkCV9P .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t5yYCkCV9P .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t5yYCkCV9P .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t5yYCkCV9P .modal-lg,
  .cid-t5yYCkCV9P .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t5yYCkCV9P .modal-xl {
    max-width: 1140px;
  }
}
.cid-t5yYCkCV9P .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t5yYCkCV9P .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-t5yYCkCV9P .form-group {
  margin-bottom: 1rem;
}
.cid-t5yYCkCV9P .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t5yYCkCV9P .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t5yYCkCV9P .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-t5yYCkCV9P .mbr-section-btn {
  margin: 0;
}
.cid-t5yYCkCV9P .mbr-section-btn .btn {
  margin: 0;
}
.cid-t6byM5ACfZ.popup-builder {
  background-color: #ffffff;
}
.cid-t6byM5ACfZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t6byM5ACfZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t6byM5ACfZ .modal-content,
.cid-t6byM5ACfZ .modal-dialog {
  height: auto;
}
.cid-t6byM5ACfZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t6byM5ACfZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t6byM5ACfZ .form-wrapper .mbr-form .form-group,
  .cid-t6byM5ACfZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t6byM5ACfZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t6byM5ACfZ .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-t6byM5ACfZ .mbr-text {
  text-align: center;
}
.cid-t6byM5ACfZ .pt-0 {
  padding-top: 0 !important;
}
.cid-t6byM5ACfZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t6byM5ACfZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t6byM5ACfZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t6byM5ACfZ .modal-open {
  overflow: hidden;
}
.cid-t6byM5ACfZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t6byM5ACfZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t6byM5ACfZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t6byM5ACfZ .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-t6byM5ACfZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t6byM5ACfZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t6byM5ACfZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t6byM5ACfZ .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-t6byM5ACfZ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t6byM5ACfZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t6byM5ACfZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-t6byM5ACfZ .modal-backdrop.show {
  opacity: .5;
}
.cid-t6byM5ACfZ .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-t6byM5ACfZ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t6byM5ACfZ .modal-header {
    padding: 1rem;
  }
}
.cid-t6byM5ACfZ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t6byM5ACfZ .modal-header .close svg {
  fill: #353535;
}
.cid-t6byM5ACfZ .modal-header .close:hover {
  opacity: 1;
}
.cid-t6byM5ACfZ .modal-header .close:focus {
  outline: none;
}
.cid-t6byM5ACfZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t6byM5ACfZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t6byM5ACfZ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t6byM5ACfZ .modal-body {
    padding: 1rem;
  }
}
.cid-t6byM5ACfZ .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-t6byM5ACfZ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t6byM5ACfZ .modal-footer {
    padding: 1rem;
  }
}
.cid-t6byM5ACfZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t6byM5ACfZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t6byM5ACfZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t6byM5ACfZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t6byM5ACfZ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t6byM5ACfZ .modal-lg,
  .cid-t6byM5ACfZ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t6byM5ACfZ .modal-xl {
    max-width: 1140px;
  }
}
.cid-t6byM5ACfZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t6byM5ACfZ .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-t6byM5ACfZ .form-group {
  margin-bottom: 1rem;
}
.cid-t6byM5ACfZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t6byM5ACfZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t6byM5ACfZ .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-t6byM5ACfZ .mbr-section-btn {
  margin: 0;
}
.cid-t6byM5ACfZ .mbr-section-btn .btn {
  margin: 0;
}
.cid-t8DRcrH2TF.popup-builder {
  background-color: #ffffff;
}
.cid-t8DRcrH2TF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t8DRcrH2TF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t8DRcrH2TF .modal-content,
.cid-t8DRcrH2TF .modal-dialog {
  height: auto;
}
.cid-t8DRcrH2TF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t8DRcrH2TF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t8DRcrH2TF .form-wrapper .mbr-form .form-group,
  .cid-t8DRcrH2TF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t8DRcrH2TF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t8DRcrH2TF .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-t8DRcrH2TF .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-t8DRcrH2TF .pt-0 {
  padding-top: 0 !important;
}
.cid-t8DRcrH2TF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t8DRcrH2TF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t8DRcrH2TF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t8DRcrH2TF .modal-open {
  overflow: hidden;
}
.cid-t8DRcrH2TF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t8DRcrH2TF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t8DRcrH2TF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t8DRcrH2TF .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-t8DRcrH2TF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t8DRcrH2TF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t8DRcrH2TF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t8DRcrH2TF .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-t8DRcrH2TF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t8DRcrH2TF .modal-backdrop.fade {
  opacity: 0;
}
.cid-t8DRcrH2TF .modal-backdrop.show {
  opacity: .5;
}
.cid-t8DRcrH2TF .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-t8DRcrH2TF .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t8DRcrH2TF .modal-header .close:hover {
  opacity: 1;
}
.cid-t8DRcrH2TF .modal-header .close:focus {
  outline: none;
}
.cid-t8DRcrH2TF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t8DRcrH2TF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-t8DRcrH2TF .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-t8DRcrH2TF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t8DRcrH2TF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t8DRcrH2TF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t8DRcrH2TF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t8DRcrH2TF .modal-sm {
    max-width: 300px;
  }
  .cid-t8DRcrH2TF .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-t8DRcrH2TF .modal-lg,
  .cid-t8DRcrH2TF .modal-xl {
    max-width: 800px;
  }
  .cid-t8DRcrH2TF .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-t8DRcrH2TF .modal-xl {
    max-width: 1140px;
  }
  .cid-t8DRcrH2TF .container {
    max-width: 1140px;
  }
}
.cid-t8DRcrH2TF .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-t8DRcrH2TF .container {
    max-width: 720px;
  }
}
.cid-t8DRcrH2TF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t8DRcrH2TF .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-t8DRcrH2TF .form-group {
  margin-bottom: 1rem;
}
.cid-t8DRcrH2TF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t8DRcrH2TF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t8DRcrH2TF .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-t6BLiw7wZP {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/teesside-university-1600x900.jpg");
}
.cid-t6BLiw7wZP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-t6BLiw7wZP .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-t6BLiw7wZP .col-text {
    padding: 30px;
  }
}
.cid-t6BLiw7wZP .col-form {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t6BLiw7wZP .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-t6BLiw7wZP .col-form {
    padding: 30px;
    min-height: 540px;
  }
}
@media (min-width: 768px) {
  .cid-t6BLiw7wZP .col-form {
    max-height: 440px;
  }
}
.cid-t6BLiw7wZP .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-t6BLiw7wZP .text-wrapper {
    text-align: center !important;
  }
}
.cid-t6BLiw7wZP .mbr-section-title {
  color: #000000;
  margin-bottom: 24px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t6BLiw7wZP .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t6BLiw7wZP .mbr-text {
  letter-spacing: inherit;
  color: #222222;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t6BLiw7wZP .mbr-text {
    text-align: center !important;
  }
}
.cid-t6BLiw7wZP .text-user {
  width: 100%;
  margin-top: 20px;
}
.cid-t6BLiw7wZP .name-text {
  color: #222222;
  width: 100%;
}
.cid-t6BLiw7wZP .prof-text {
  color: #555555;
  width: 100%;
}
.cid-t6BLiw7wZP .btn-container {
  width: 100%;
  margin-top: 11px;
}
@media (max-width: 767px) {
  .cid-t6BLiw7wZP .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-t6BLiw7wZP .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t6BLiw7wZP .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t6BLiw7wZP .mbr-section-title,
.cid-t6BLiw7wZP .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-t5z2JwnIwY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-t5z2JwnIwY .form-control {
  color: #000000 !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #000000;
}
.cid-t5z2JwnIwY .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-t5z2JwnIwY input::-webkit-input-placeholder {
  color: #000000;
}
.cid-t5z2JwnIwY input::-moz-placeholder {
  color: #000000;
}
.cid-t5z2JwnIwY textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-t5z2JwnIwY textarea::-moz-placeholder {
  color: #000000;
}
.cid-t5z2JwnIwY textarea.form-control {
  min-height: 83px;
}
.cid-t5z2JwnIwY .mbr-section-subtitle {
  color: #767676;
}
.cid-t5z2JwnIwY H2 {
  color: #ee5325;
}
.cid-t5z2JwnIwY H3 {
  color: #efefef;
}
.cid-t5z2JwnIwY LABEL {
  color: #000000;
}
.cid-s5D2uhpNY4 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5D2uhpNY4 .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-s5D2uhpNY4 .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-s5D2uhpNY4 .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-s5D2uhpNY4 .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-s5D2uhpNY4 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-s5D2uhpNY4 .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-s5D2uhpNY4 .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-s5D2uhpNY4 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-s5D2uhpNY4 .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-s5D2uhpNY4 .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-s5D2uhpNY4 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-s5D2uhpNY4 P {
  color: #000000;
}
.cid-s8WsQT1aKf {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-s8WsQT1aKf a {
  transition: 0.3s;
}
.cid-s8WsQT1aKf h5 {
  margin-bottom: 1.6rem;
}
.cid-s8WsQT1aKf .card-img2 span {
  padding-top: 6px;
}
.cid-s8WsQT1aKf .soc-item a {
  padding-top: 5px;
}
.cid-s8WsQT1aKf .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-s8WsQT1aKf .link:hover {
  color: #ee5325 !important;
}
@media (max-width: 992px) {
  .cid-s8WsQT1aKf .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s8WsQT1aKf .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-s8WsQT1aKf .soc-item span {
  font-size: 1rem;
}
.cid-s8WsQT1aKf .soc-item:hover span {
  color: #ee5325 !important;
}
.cid-s8WsQT1aKf .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-s8WsQT1aKf .item h4 {
  margin: 0;
}
.cid-s8WsQT1aKf .media-wrap {
  margin-bottom: 1rem;
}
.cid-s8WsQT1aKf .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s8WsQT1aKf img {
  width: 80%;
}
.cid-s8WsQT1aKf .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-s8WsQT1aKf .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-s8WsQT1aKf .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-s8WsQT1aKf .container {
  padding: 0;
}
.cid-s8WsQT1aKf .btn-primary:hover {
  background-color: #d03c10 !important;
}
.cid-rUTpL6oEdG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-rUTpL6oEdG .media-container-row {
  align-items: center;
}
.cid-rUTpL6oEdG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rUTpL6oEdG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rUTpL6oEdG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rUTpL6oEdG .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-rUTpL6oEdG .foot-menu-item {
  transform: 0.2s;
}
.cid-rUTpL6oEdG .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-rUTpL6oEdG .foot-menu {
    justify-content: center;
  }
  .cid-rUTpL6oEdG .mbr-text {
    text-align: center;
  }
  .cid-rUTpL6oEdG .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rUTpL6oEdG .foot-menu {
    justify-content: flex-end;
  }
}
.cid-rUTpL6oEdG .link:hover {
  text-decoration: underline;
}
.cid-rUTpL6oEdG .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-rUTpL6oEdG .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-rUTpL6oEdG .container {
    padding: 0;
  }
}
.cid-rUTpL6oEdG .media-container-row .mbr-text {
  color: #a3a3a3;
}
.cid-s6wqCOeU6R .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6wqCOeU6R .nav-item:focus,
.cid-s6wqCOeU6R .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s6wqCOeU6R .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-s6wqCOeU6R .nav-item .nav-link {
    position: relative;
  }
  .cid-s6wqCOeU6R .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #ee5325, #4a4c70);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-s6wqCOeU6R .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-s6wqCOeU6R .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s6wqCOeU6R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6wqCOeU6R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s6wqCOeU6R .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-s6wqCOeU6R .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s6wqCOeU6R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s6wqCOeU6R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6wqCOeU6R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s6wqCOeU6R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s6wqCOeU6R .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-s6wqCOeU6R .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-s6wqCOeU6R .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s6wqCOeU6R .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s6wqCOeU6R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s6wqCOeU6R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s6wqCOeU6R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s6wqCOeU6R .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s6wqCOeU6R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s6wqCOeU6R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s6wqCOeU6R .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s6wqCOeU6R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s6wqCOeU6R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s6wqCOeU6R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s6wqCOeU6R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s6wqCOeU6R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s6wqCOeU6R .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s6wqCOeU6R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s6wqCOeU6R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s6wqCOeU6R .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-s6wqCOeU6R .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s6wqCOeU6R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s6wqCOeU6R .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s6wqCOeU6R .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s6wqCOeU6R .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s6wqCOeU6R .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s6wqCOeU6R .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-s6wqCOeU6R .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s6wqCOeU6R .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s6wqCOeU6R .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-s6wqCOeU6R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s6wqCOeU6R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s6wqCOeU6R .dropdown-item.active,
.cid-s6wqCOeU6R .dropdown-item:active {
  background-color: transparent;
}
.cid-s6wqCOeU6R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s6wqCOeU6R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s6wqCOeU6R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s6wqCOeU6R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-s6wqCOeU6R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s6wqCOeU6R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s6wqCOeU6R ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s6wqCOeU6R .navbar-buttons {
  text-align: center;
}
.cid-s6wqCOeU6R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s6wqCOeU6R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ee5325;
}
.cid-s6wqCOeU6R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s6wqCOeU6R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s6wqCOeU6R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s6wqCOeU6R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s6wqCOeU6R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6wqCOeU6R nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s6wqCOeU6R nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s6wqCOeU6R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6wqCOeU6R .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s6wqCOeU6R a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6wqCOeU6R .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s6wqCOeU6R .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s6wqCOeU6R .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s6wqCOeU6R .navbar {
    height: 77px;
  }
  .cid-s6wqCOeU6R .navbar.opened {
    height: auto;
  }
  .cid-s6wqCOeU6R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t6bAD4FJoB.popup-builder {
  background-color: #ffffff;
}
.cid-t6bAD4FJoB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t6bAD4FJoB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t6bAD4FJoB .modal-content,
.cid-t6bAD4FJoB .modal-dialog {
  height: auto;
}
.cid-t6bAD4FJoB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t6bAD4FJoB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t6bAD4FJoB .form-wrapper .mbr-form .form-group,
  .cid-t6bAD4FJoB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t6bAD4FJoB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t6bAD4FJoB .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-t6bAD4FJoB .mbr-text {
  text-align: center;
}
.cid-t6bAD4FJoB .pt-0 {
  padding-top: 0 !important;
}
.cid-t6bAD4FJoB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t6bAD4FJoB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t6bAD4FJoB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t6bAD4FJoB .modal-open {
  overflow: hidden;
}
.cid-t6bAD4FJoB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t6bAD4FJoB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t6bAD4FJoB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t6bAD4FJoB .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-t6bAD4FJoB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t6bAD4FJoB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t6bAD4FJoB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t6bAD4FJoB .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-t6bAD4FJoB .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t6bAD4FJoB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t6bAD4FJoB .modal-backdrop.fade {
  opacity: 0;
}
.cid-t6bAD4FJoB .modal-backdrop.show {
  opacity: .5;
}
.cid-t6bAD4FJoB .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-t6bAD4FJoB .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t6bAD4FJoB .modal-header {
    padding: 1rem;
  }
}
.cid-t6bAD4FJoB .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t6bAD4FJoB .modal-header .close svg {
  fill: #353535;
}
.cid-t6bAD4FJoB .modal-header .close:hover {
  opacity: 1;
}
.cid-t6bAD4FJoB .modal-header .close:focus {
  outline: none;
}
.cid-t6bAD4FJoB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t6bAD4FJoB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t6bAD4FJoB .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t6bAD4FJoB .modal-body {
    padding: 1rem;
  }
}
.cid-t6bAD4FJoB .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-t6bAD4FJoB .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t6bAD4FJoB .modal-footer {
    padding: 1rem;
  }
}
.cid-t6bAD4FJoB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t6bAD4FJoB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t6bAD4FJoB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t6bAD4FJoB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t6bAD4FJoB .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t6bAD4FJoB .modal-lg,
  .cid-t6bAD4FJoB .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t6bAD4FJoB .modal-xl {
    max-width: 1140px;
  }
}
.cid-t6bAD4FJoB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t6bAD4FJoB .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-t6bAD4FJoB .form-group {
  margin-bottom: 1rem;
}
.cid-t6bAD4FJoB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t6bAD4FJoB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t6bAD4FJoB .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-t6bAD4FJoB .mbr-section-btn {
  margin: 0;
}
.cid-t6bAD4FJoB .mbr-section-btn .btn {
  margin: 0;
}
.cid-t8DBafucUQ {
  padding-top: 40rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1271.jpg");
}
@media (max-width: 767px) {
  .cid-t8DBafucUQ {
    padding-top: 36rem;
  }
}
.cid-t8DBafucUQ .mbr-section-title {
  color: #ee5325;
  text-align: center;
}
.cid-t8DBafucUQ .d-flex {
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-t8DBafucUQ .d-flex {
    justify-content: center;
  }
}
.cid-t8DBafucUQ .link-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: 2rem;
}
.cid-t8DBafucUQ .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}
@media (max-width: 767px) {
  .cid-t8DBafucUQ .link-wrapper {
    justify-content: center;
  }
}
.cid-t8DBafucUQ .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}
.cid-t8DBafucUQ .mbr-section-subtitle {
  width: fit-content;
  text-align: center;
  background: #000000;
  cursor: pointer;
  transform: rotate(-90deg);
  display: block;
  transform-origin: left;
  margin-left: 4.1rem;
  padding: 2rem 4rem;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  color: #ffffff;
  transition: all 0.3s;
}
.cid-t8DBafucUQ .mbr-section-subtitle:hover {
  background: #ee5325;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t8DBafucUQ .mbr-section-subtitle {
    width: 300px;
    padding: 2rem 2rem;
    margin-left: 3.5rem;
  }
}
.cid-t8DBafucUQ .link,
.cid-t8DBafucUQ .link-icon {
  color: #000000;
}
.cid-t8DCbaqK4w {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t8DCbaqK4w .google-map {
  height: 25rem;
  position: relative;
}
.cid-t8DCbaqK4w .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t8DCbaqK4w .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-t8DCbaqK4w .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t8DCbaqK4w .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t8DCbaqK4w .wrapper {
  margin-top: -10rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-t8DCbaqK4w .wrapper .row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
}
.cid-t8DCbaqK4w .wrapper .row .btn {
  border-radius: 30px;
  padding: 0.8rem 3rem !important;
}
.cid-t8DCbaqK4w .wrapper .row .title {
  color: #ee5325;
}
.cid-t8DCbaqK4w .wrapper .form-container {
  padding: 3rem;
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-t8DCbaqK4w .content-panel {
  padding: 3rem;
  background: linear-gradient(45deg, #fc643f, #133996);
  height: 100%;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  overflow: hidden;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cid-t8DCbaqK4w .mbr-text {
  color: #efefef;
}
.cid-t8DCbaqK4w .form-control {
  border-radius: 10px !important;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-t8DCbaqK4w textarea.form-control {
  min-height: 170px;
}
.cid-t8DCbaqK4w .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.cid-t8DCbaqK4w .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-t8DCbaqK4w .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
  border-style: dotted;
}
.cid-t8DCbaqK4w .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-t8DCbaqK4w .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t8DCbaqK4w .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8DCbaqK4w .container {
    max-width: 80% !important;
  }
  .cid-t8DCbaqK4w .wrapper {
    margin-top: 0;
    border-radius: 40px;
  }
  .cid-t8DCbaqK4w .wrapper .main-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-t8DCbaqK4w .wrapper .main-row .text-block .content-panel {
    border-radius: 0 0 30px 30px !important;
  }
  .cid-t8DCbaqK4w .wrapper .main-row .text-block .content-panel .social-list {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-t8DCbaqK4w .form-container {
    border-radius: 30px 30px 0 0 !important;
  }
}
.cid-s8WwGEiix6 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-s8WwGEiix6 a {
  transition: 0.3s;
}
.cid-s8WwGEiix6 h5 {
  margin-bottom: 1.6rem;
}
.cid-s8WwGEiix6 .card-img2 span {
  padding-top: 6px;
}
.cid-s8WwGEiix6 .soc-item a {
  padding-top: 5px;
}
.cid-s8WwGEiix6 .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-s8WwGEiix6 .link:hover {
  color: #ee5325 !important;
}
@media (max-width: 992px) {
  .cid-s8WwGEiix6 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s8WwGEiix6 .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-s8WwGEiix6 .soc-item span {
  font-size: 1rem;
}
.cid-s8WwGEiix6 .soc-item:hover span {
  color: #ee5325 !important;
}
.cid-s8WwGEiix6 .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-s8WwGEiix6 .item h4 {
  margin: 0;
}
.cid-s8WwGEiix6 .media-wrap {
  margin-bottom: 1rem;
}
.cid-s8WwGEiix6 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s8WwGEiix6 img {
  width: 80%;
}
.cid-s8WwGEiix6 .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-s8WwGEiix6 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-s8WwGEiix6 .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-s8WwGEiix6 .container {
  padding: 0;
}
.cid-s8WwGEiix6 .btn-primary:hover {
  background-color: #d03c10 !important;
}
.cid-rUTpL6oEdG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-rUTpL6oEdG .media-container-row {
  align-items: center;
}
.cid-rUTpL6oEdG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rUTpL6oEdG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rUTpL6oEdG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rUTpL6oEdG .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-rUTpL6oEdG .foot-menu-item {
  transform: 0.2s;
}
.cid-rUTpL6oEdG .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-rUTpL6oEdG .foot-menu {
    justify-content: center;
  }
  .cid-rUTpL6oEdG .mbr-text {
    text-align: center;
  }
  .cid-rUTpL6oEdG .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rUTpL6oEdG .foot-menu {
    justify-content: flex-end;
  }
}
.cid-rUTpL6oEdG .link:hover {
  text-decoration: underline;
}
.cid-rUTpL6oEdG .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-rUTpL6oEdG .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-rUTpL6oEdG .container {
    padding: 0;
  }
}
.cid-rUTpL6oEdG .media-container-row .mbr-text {
  color: #a3a3a3;
}
.cid-s6wqCOeU6R .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6wqCOeU6R .nav-item:focus,
.cid-s6wqCOeU6R .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s6wqCOeU6R .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-s6wqCOeU6R .nav-item .nav-link {
    position: relative;
  }
  .cid-s6wqCOeU6R .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #ee5325, #4a4c70);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-s6wqCOeU6R .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-s6wqCOeU6R .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s6wqCOeU6R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6wqCOeU6R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s6wqCOeU6R .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-s6wqCOeU6R .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s6wqCOeU6R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s6wqCOeU6R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6wqCOeU6R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s6wqCOeU6R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s6wqCOeU6R .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-s6wqCOeU6R .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-s6wqCOeU6R .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s6wqCOeU6R .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s6wqCOeU6R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s6wqCOeU6R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s6wqCOeU6R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s6wqCOeU6R .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s6wqCOeU6R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s6wqCOeU6R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s6wqCOeU6R .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s6wqCOeU6R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s6wqCOeU6R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s6wqCOeU6R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s6wqCOeU6R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s6wqCOeU6R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s6wqCOeU6R .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s6wqCOeU6R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s6wqCOeU6R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s6wqCOeU6R .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-s6wqCOeU6R .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s6wqCOeU6R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s6wqCOeU6R .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s6wqCOeU6R .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s6wqCOeU6R .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s6wqCOeU6R .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s6wqCOeU6R .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-s6wqCOeU6R .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s6wqCOeU6R .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s6wqCOeU6R .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-s6wqCOeU6R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s6wqCOeU6R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s6wqCOeU6R .dropdown-item.active,
.cid-s6wqCOeU6R .dropdown-item:active {
  background-color: transparent;
}
.cid-s6wqCOeU6R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s6wqCOeU6R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s6wqCOeU6R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s6wqCOeU6R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-s6wqCOeU6R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s6wqCOeU6R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s6wqCOeU6R ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s6wqCOeU6R .navbar-buttons {
  text-align: center;
}
.cid-s6wqCOeU6R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s6wqCOeU6R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ee5325;
}
.cid-s6wqCOeU6R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s6wqCOeU6R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s6wqCOeU6R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s6wqCOeU6R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s6wqCOeU6R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6wqCOeU6R nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s6wqCOeU6R nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s6wqCOeU6R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6wqCOeU6R .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s6wqCOeU6R a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6wqCOeU6R .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s6wqCOeU6R .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s6wqCOeU6R .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s6wqCOeU6R .navbar {
    height: 77px;
  }
  .cid-s6wqCOeU6R .navbar.opened {
    height: auto;
  }
  .cid-s6wqCOeU6R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t6bAD4GMrD.popup-builder {
  background-color: #ffffff;
}
.cid-t6bAD4GMrD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t6bAD4GMrD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t6bAD4GMrD .modal-content,
.cid-t6bAD4GMrD .modal-dialog {
  height: auto;
}
.cid-t6bAD4GMrD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t6bAD4GMrD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t6bAD4GMrD .form-wrapper .mbr-form .form-group,
  .cid-t6bAD4GMrD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t6bAD4GMrD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t6bAD4GMrD .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-t6bAD4GMrD .mbr-text {
  text-align: center;
}
.cid-t6bAD4GMrD .pt-0 {
  padding-top: 0 !important;
}
.cid-t6bAD4GMrD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t6bAD4GMrD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t6bAD4GMrD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t6bAD4GMrD .modal-open {
  overflow: hidden;
}
.cid-t6bAD4GMrD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t6bAD4GMrD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t6bAD4GMrD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t6bAD4GMrD .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-t6bAD4GMrD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t6bAD4GMrD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t6bAD4GMrD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t6bAD4GMrD .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-t6bAD4GMrD .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t6bAD4GMrD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t6bAD4GMrD .modal-backdrop.fade {
  opacity: 0;
}
.cid-t6bAD4GMrD .modal-backdrop.show {
  opacity: .5;
}
.cid-t6bAD4GMrD .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-t6bAD4GMrD .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t6bAD4GMrD .modal-header {
    padding: 1rem;
  }
}
.cid-t6bAD4GMrD .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t6bAD4GMrD .modal-header .close svg {
  fill: #353535;
}
.cid-t6bAD4GMrD .modal-header .close:hover {
  opacity: 1;
}
.cid-t6bAD4GMrD .modal-header .close:focus {
  outline: none;
}
.cid-t6bAD4GMrD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t6bAD4GMrD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t6bAD4GMrD .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t6bAD4GMrD .modal-body {
    padding: 1rem;
  }
}
.cid-t6bAD4GMrD .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-t6bAD4GMrD .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t6bAD4GMrD .modal-footer {
    padding: 1rem;
  }
}
.cid-t6bAD4GMrD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t6bAD4GMrD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t6bAD4GMrD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t6bAD4GMrD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t6bAD4GMrD .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t6bAD4GMrD .modal-lg,
  .cid-t6bAD4GMrD .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t6bAD4GMrD .modal-xl {
    max-width: 1140px;
  }
}
.cid-t6bAD4GMrD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t6bAD4GMrD .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-t6bAD4GMrD .form-group {
  margin-bottom: 1rem;
}
.cid-t6bAD4GMrD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t6bAD4GMrD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t6bAD4GMrD .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-t6bAD4GMrD .mbr-section-btn {
  margin: 0;
}
.cid-t6bAD4GMrD .mbr-section-btn .btn {
  margin: 0;
}
.cid-s59QDKbhDJ {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s59QDKbhDJ .mbr-text {
  position: relative;
  color: #000000;
}
.cid-s59QDKbhDJ .mbr-text:before {
  color: #ffffff;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-s59QDKbhDJ .mbr-text:after {
  color: #ffffff;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-s59QDKbhDJ .mbr-text:after,
  .cid-s59QDKbhDJ .mbr-text:before {
    display: none;
  }
}
.cid-s59QDKbhDJ .mbr-section-title,
.cid-s59QDKbhDJ .logo {
  color: #000000;
}
.cid-s59TTAOwak {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #3d3e5c;
}
.cid-s59TTAOwak .mbr-iconfont {
  color: #ee5325;
  font-size: 6.3rem;
}
.cid-s59TTAOwak .card-inner {
  background-color: transparent;
  transition: 0.7s;
}
.cid-s59TTAOwak .btn {
  margin-left: 0rem;
}
.cid-s59TTAOwak .row {
  padding-bottom: 8rem;
}
.cid-s59TTAOwak .link {
  margin: 0;
}
.cid-s59TTAOwak .card-title {
  position: relative;
}
.cid-s59TTAOwak .mbr-text {
  margin-bottom: 1.5rem;
}
.cid-s59TTAOwak .card-box {
  position: relative;
}
.cid-s59TTAOwak .card-box:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  width: 70px;
  height: 3px;
  background: #ee5325;
}
.cid-s59TTAOwak .card-img {
  margin-bottom: 2rem;
}
.cid-s59TTAOwak .media-container-row {
  align-items: flex-end;
}
.cid-s59TTAOwak .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-s59TTAOwak .card {
    padding: 0rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-s59TTAOwak .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-s59TTAOwak .card {
    margin-bottom: 3rem;
  }
  .cid-s59TTAOwak .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-s59TTAOwak .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-s59TTAOwak .container {
    padding: 0;
  }
}
.cid-s59WMF6aUO {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-s59WMF6aUO .mbr-iconfont-2 {
  color: #354463 !important;
  margin: 0 0.5rem;
}
.cid-s59WMF6aUO .mbr-iconfont-1 {
  font-size: 3.1rem;
  color: #354463;
}
.cid-s59WMF6aUO .social-list {
  display: flex;
  justify-content: center;
}
.cid-s59WMF6aUO .card-inner {
  transition: 0.7s;
}
.cid-s59WMF6aUO .btn {
  margin-left: 0rem;
}
.cid-s59WMF6aUO .row {
  padding-bottom: 8rem;
}
.cid-s59WMF6aUO .link {
  margin: 0;
}
.cid-s59WMF6aUO .card-title {
  position: relative;
}
.cid-s59WMF6aUO .mbr-text {
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.cid-s59WMF6aUO .card-box {
  position: relative;
}
.cid-s59WMF6aUO .card-img {
  margin-bottom: 1.5rem;
}
.cid-s59WMF6aUO .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-s59WMF6aUO .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-s59WMF6aUO .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-s59WMF6aUO .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-s59WMF6aUO .mbr-text,
.cid-s59WMF6aUO .link {
  text-align: center;
}
.cid-s8WAuaaD4P {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-s8WAuaaD4P a {
  transition: 0.3s;
}
.cid-s8WAuaaD4P h5 {
  margin-bottom: 1.6rem;
}
.cid-s8WAuaaD4P .card-img2 span {
  padding-top: 6px;
}
.cid-s8WAuaaD4P .soc-item a {
  padding-top: 5px;
}
.cid-s8WAuaaD4P .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-s8WAuaaD4P .link:hover {
  color: #ee5325 !important;
}
@media (max-width: 992px) {
  .cid-s8WAuaaD4P .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s8WAuaaD4P .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-s8WAuaaD4P .soc-item span {
  font-size: 1rem;
}
.cid-s8WAuaaD4P .soc-item:hover span {
  color: #ee5325 !important;
}
.cid-s8WAuaaD4P .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-s8WAuaaD4P .item h4 {
  margin: 0;
}
.cid-s8WAuaaD4P .media-wrap {
  margin-bottom: 1rem;
}
.cid-s8WAuaaD4P .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s8WAuaaD4P img {
  width: 80%;
}
.cid-s8WAuaaD4P .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-s8WAuaaD4P .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-s8WAuaaD4P .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-s8WAuaaD4P .container {
  padding: 0;
}
.cid-s8WAuaaD4P .btn-primary:hover {
  background-color: #d03c10 !important;
}
.cid-rUTpL6oEdG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-rUTpL6oEdG .media-container-row {
  align-items: center;
}
.cid-rUTpL6oEdG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rUTpL6oEdG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rUTpL6oEdG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rUTpL6oEdG .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-rUTpL6oEdG .foot-menu-item {
  transform: 0.2s;
}
.cid-rUTpL6oEdG .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-rUTpL6oEdG .foot-menu {
    justify-content: center;
  }
  .cid-rUTpL6oEdG .mbr-text {
    text-align: center;
  }
  .cid-rUTpL6oEdG .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rUTpL6oEdG .foot-menu {
    justify-content: flex-end;
  }
}
.cid-rUTpL6oEdG .link:hover {
  text-decoration: underline;
}
.cid-rUTpL6oEdG .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-rUTpL6oEdG .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-rUTpL6oEdG .container {
    padding: 0;
  }
}
.cid-rUTpL6oEdG .media-container-row .mbr-text {
  color: #a3a3a3;
}
.cid-s6uadtoJww.popup-builder {
  background-color: #ffffff;
}
.cid-s6uadtoJww.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s6uadtoJww.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s6uadtoJww .modal-content,
.cid-s6uadtoJww .modal-dialog {
  height: auto;
}
.cid-s6uadtoJww .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s6uadtoJww .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s6uadtoJww .form-wrapper .mbr-form .form-group,
  .cid-s6uadtoJww .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s6uadtoJww .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s6uadtoJww .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-s6uadtoJww .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-s6uadtoJww .pt-0 {
  padding-top: 0 !important;
}
.cid-s6uadtoJww .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s6uadtoJww .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s6uadtoJww .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s6uadtoJww .modal-open {
  overflow: hidden;
}
.cid-s6uadtoJww .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s6uadtoJww .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s6uadtoJww .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s6uadtoJww .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-s6uadtoJww .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s6uadtoJww .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s6uadtoJww .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s6uadtoJww .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-s6uadtoJww .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s6uadtoJww .modal-backdrop.fade {
  opacity: 0;
}
.cid-s6uadtoJww .modal-backdrop.show {
  opacity: .5;
}
.cid-s6uadtoJww .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s6uadtoJww .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s6uadtoJww .modal-header .close:hover {
  opacity: 1;
}
.cid-s6uadtoJww .modal-header .close:focus {
  outline: none;
}
.cid-s6uadtoJww .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-s6uadtoJww .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s6uadtoJww .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s6uadtoJww .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s6uadtoJww .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s6uadtoJww .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s6uadtoJww .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s6uadtoJww .modal-sm {
    max-width: 300px;
  }
  .cid-s6uadtoJww .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s6uadtoJww .modal-lg,
  .cid-s6uadtoJww .modal-xl {
    max-width: 800px;
  }
  .cid-s6uadtoJww .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s6uadtoJww .modal-xl {
    max-width: 1140px;
  }
  .cid-s6uadtoJww .container {
    max-width: 1140px;
  }
}
.cid-s6uadtoJww .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s6uadtoJww .container {
    max-width: 720px;
  }
}
.cid-s6uadtoJww .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s6uadtoJww .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-s6uadtoJww .form-group {
  margin-bottom: 1rem;
}
.cid-s6uadtoJww .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s6uadtoJww .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s6uadtoJww .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-s6wqCOeU6R .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6wqCOeU6R .nav-item:focus,
.cid-s6wqCOeU6R .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s6wqCOeU6R .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-s6wqCOeU6R .nav-item .nav-link {
    position: relative;
  }
  .cid-s6wqCOeU6R .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #ee5325, #4a4c70);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-s6wqCOeU6R .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-s6wqCOeU6R .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s6wqCOeU6R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6wqCOeU6R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s6wqCOeU6R .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-s6wqCOeU6R .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s6wqCOeU6R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s6wqCOeU6R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6wqCOeU6R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s6wqCOeU6R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s6wqCOeU6R .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-s6wqCOeU6R .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-s6wqCOeU6R .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s6wqCOeU6R .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s6wqCOeU6R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s6wqCOeU6R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s6wqCOeU6R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s6wqCOeU6R .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s6wqCOeU6R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s6wqCOeU6R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s6wqCOeU6R .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s6wqCOeU6R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s6wqCOeU6R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s6wqCOeU6R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s6wqCOeU6R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s6wqCOeU6R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s6wqCOeU6R .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s6wqCOeU6R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s6wqCOeU6R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s6wqCOeU6R .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-s6wqCOeU6R .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s6wqCOeU6R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s6wqCOeU6R .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s6wqCOeU6R .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s6wqCOeU6R .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s6wqCOeU6R .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s6wqCOeU6R .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-s6wqCOeU6R .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s6wqCOeU6R .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s6wqCOeU6R .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-s6wqCOeU6R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s6wqCOeU6R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s6wqCOeU6R .dropdown-item.active,
.cid-s6wqCOeU6R .dropdown-item:active {
  background-color: transparent;
}
.cid-s6wqCOeU6R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s6wqCOeU6R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s6wqCOeU6R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s6wqCOeU6R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-s6wqCOeU6R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s6wqCOeU6R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s6wqCOeU6R ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s6wqCOeU6R .navbar-buttons {
  text-align: center;
}
.cid-s6wqCOeU6R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s6wqCOeU6R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ee5325;
}
.cid-s6wqCOeU6R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s6wqCOeU6R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s6wqCOeU6R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s6wqCOeU6R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s6wqCOeU6R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6wqCOeU6R nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s6wqCOeU6R nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s6wqCOeU6R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6wqCOeU6R .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s6wqCOeU6R a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6wqCOeU6R .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s6wqCOeU6R .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s6wqCOeU6R .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s6wqCOeU6R .navbar {
    height: 77px;
  }
  .cid-s6wqCOeU6R .navbar.opened {
    height: auto;
  }
  .cid-s6wqCOeU6R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t6bAD4H8Uj.popup-builder {
  background-color: #ffffff;
}
.cid-t6bAD4H8Uj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t6bAD4H8Uj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t6bAD4H8Uj .modal-content,
.cid-t6bAD4H8Uj .modal-dialog {
  height: auto;
}
.cid-t6bAD4H8Uj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t6bAD4H8Uj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t6bAD4H8Uj .form-wrapper .mbr-form .form-group,
  .cid-t6bAD4H8Uj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t6bAD4H8Uj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t6bAD4H8Uj .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-t6bAD4H8Uj .mbr-text {
  text-align: center;
}
.cid-t6bAD4H8Uj .pt-0 {
  padding-top: 0 !important;
}
.cid-t6bAD4H8Uj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t6bAD4H8Uj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t6bAD4H8Uj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t6bAD4H8Uj .modal-open {
  overflow: hidden;
}
.cid-t6bAD4H8Uj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t6bAD4H8Uj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t6bAD4H8Uj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t6bAD4H8Uj .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-t6bAD4H8Uj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t6bAD4H8Uj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t6bAD4H8Uj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t6bAD4H8Uj .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-t6bAD4H8Uj .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t6bAD4H8Uj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t6bAD4H8Uj .modal-backdrop.fade {
  opacity: 0;
}
.cid-t6bAD4H8Uj .modal-backdrop.show {
  opacity: .5;
}
.cid-t6bAD4H8Uj .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-t6bAD4H8Uj .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t6bAD4H8Uj .modal-header {
    padding: 1rem;
  }
}
.cid-t6bAD4H8Uj .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t6bAD4H8Uj .modal-header .close svg {
  fill: #353535;
}
.cid-t6bAD4H8Uj .modal-header .close:hover {
  opacity: 1;
}
.cid-t6bAD4H8Uj .modal-header .close:focus {
  outline: none;
}
.cid-t6bAD4H8Uj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t6bAD4H8Uj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t6bAD4H8Uj .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t6bAD4H8Uj .modal-body {
    padding: 1rem;
  }
}
.cid-t6bAD4H8Uj .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-t6bAD4H8Uj .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t6bAD4H8Uj .modal-footer {
    padding: 1rem;
  }
}
.cid-t6bAD4H8Uj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t6bAD4H8Uj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t6bAD4H8Uj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t6bAD4H8Uj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t6bAD4H8Uj .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t6bAD4H8Uj .modal-lg,
  .cid-t6bAD4H8Uj .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t6bAD4H8Uj .modal-xl {
    max-width: 1140px;
  }
}
.cid-t6bAD4H8Uj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t6bAD4H8Uj .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-t6bAD4H8Uj .form-group {
  margin-bottom: 1rem;
}
.cid-t6bAD4H8Uj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t6bAD4H8Uj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t6bAD4H8Uj .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-t6bAD4H8Uj .mbr-section-btn {
  margin: 0;
}
.cid-t6bAD4H8Uj .mbr-section-btn .btn {
  margin: 0;
}
.cid-t6uADyWi1j {
  padding-top: 40rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpeg");
}
@media (max-width: 767px) {
  .cid-t6uADyWi1j {
    padding-top: 36rem;
  }
}
.cid-t6uADyWi1j .mbr-section-title {
  color: #ee5325;
}
.cid-t6uADyWi1j .d-flex {
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-t6uADyWi1j .d-flex {
    justify-content: center;
  }
}
.cid-t6uADyWi1j .link-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: 2rem;
}
.cid-t6uADyWi1j .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}
@media (max-width: 767px) {
  .cid-t6uADyWi1j .link-wrapper {
    justify-content: center;
  }
}
.cid-t6uADyWi1j .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}
.cid-t6uADyWi1j .mbr-section-subtitle {
  width: fit-content;
  text-align: center;
  background: #000000;
  cursor: pointer;
  transform: rotate(-90deg);
  display: block;
  transform-origin: left;
  margin-left: 4.1rem;
  padding: 2rem 4rem;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  color: #ffffff;
  transition: all 0.3s;
}
.cid-t6uADyWi1j .mbr-section-subtitle:hover {
  background: #ee5325;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t6uADyWi1j .mbr-section-subtitle {
    width: 300px;
    padding: 2rem 2rem;
    margin-left: 3.5rem;
  }
}
.cid-t6uADyWi1j .link,
.cid-t6uADyWi1j .link-icon {
  color: #000000;
}
.cid-t6vwr40Jvc {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t6vwr40Jvc .col-card {
  display: flex;
}
@media (max-width: 991px) {
  .cid-t6vwr40Jvc .col-card {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t6vwr40Jvc .col-card {
    padding-left: 4.625rem;
  }
}
@media (max-width: 991px) {
  .cid-t6vwr40Jvc .col-text {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t6vwr40Jvc .col-text {
    padding-right: 4.625rem;
  }
}
.cid-t6vwr40Jvc .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-t6vwr40Jvc .mbr-section-title {
  margin-bottom: 1.3rem;
  color: #002549;
}
.cid-t6vwr40Jvc .mbr-text {
  color: #002549;
  width: 100%;
}
.cid-t6vwr40Jvc .mbr-section-btn .btn {
  min-width: 180px;
  padding: 0.875rem 2.5rem;
}
.cid-t6vwr40Jvc .cards-container {
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding-left: 5rem;
  border-left: 1px solid #d4c5c0;
}
@media (max-width: 767px) {
  .cid-t6vwr40Jvc .cards-container {
    padding-left: 2rem;
  }
}
.cid-t6vwr40Jvc .card-text-container {
  flex-grow: 1;
}
.cid-t6vwr40Jvc .mbr-section-subtitle {
  color: #002549;
  width: 100%;
}
.cid-t6vwr40Jvc .card-text {
  color: #002549;
  width: 100%;
}
.cid-t6vwr40Jvc .icon-box {
  margin-top: 0.35rem;
  margin-right: 1rem;
  transform: rotateZ(-45deg);
  transform-style: preserve-3d;
  transition: 0.3s all;
}
.cid-t6vwr40Jvc .icon-box span {
  color: #e1965f;
}
.cid-t6vwr40Jvc .card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.cid-t6vwr40Jvc .card:hover .icon-box {
  margin-top: 0;
  margin-bottom: 0.35rem;
  transform: rotateZ(0);
}
.cid-t6vsROVdpR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ee5325;
  overflow: hidden;
  position: relative;
}
.cid-t6vsROVdpR .container,
.cid-t6vsROVdpR .container-fluid {
  position: static;
}
.cid-t6vsROVdpR .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-t6vsROVdpR .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-t6vsROVdpR .mbr-section-title {
  color: #ffffff;
  margin-bottom: 15px;
  text-align: center;
}
.cid-t6vsROVdpR .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-t6vsROVdpR .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-t6vsROVdpR .mbr-text {
    padding-right: 48px;
  }
}
.cid-t6vsROVdpR .cards-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-t6vsROVdpR .card {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
  margin-top: 30px;
  padding: 25px 25px 25px 95px;
  background: #ffffff;
  box-shadow: -20px 20px 50px rgba(0, 40, 99, 0.05);
  border-radius: 10px;
}
.cid-t6vsROVdpR .card:hover .card-number {
  background: #ee5325;
  border-color: #ee5325;
  color: #ffffff;
}
.cid-t6vsROVdpR .card-number {
  width: 45px;
  height: 45px;
  border: 1px solid #CECECE;
  border-radius: 50%;
  line-height: 43px;
  text-align: center;
  font-size: 18px;
  color: #913bff;
  position: absolute;
  top: 27px;
  left: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-t6vsROVdpR .card-title {
  color: #010d4c;
  margin-bottom: 8px;
}
.cid-t6vsROVdpR .card-text {
  color: #000000;
  opacity: 0.8;
}
.cid-t6vsROVdpR .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-t6vsROVdpR .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-t6vsROVdpR .mbr-section-btn .btn:before {
  display: none;
}
.cid-t6vsROVdpR .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-t6vsROVdpR .image-wrapper {
  max-height: 100%;
  position: relative;
  z-index: 2;
}
.cid-t6vsROVdpR .image-wrapper img {
  max-width: 100%;
  margin-left: auto!important;
}
@media (min-width: 768px) {
  .cid-t6vsROVdpR .image-wrapper {
    position: absolute;
    z-index: 2;
    top: 24%;
    width: 38.65%;
    right: 6%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-t6vsROVdpR .image-wrapper {
    top: 37%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-t6vsROVdpR .image-wrapper {
    top: 31%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t6vsROVdpR .image-wrapper {
    top: 42%;
    right: 1%;
  }
}
@media (max-width: 767px) {
  .cid-t6vsROVdpR .image-wrapper {
    max-width: 474px !important;
    margin: 80px auto 0;
  }
}
.cid-t6vsROVdpR .bg-round {
  position: absolute;
  top: -14%;
  padding: 0;
}
.cid-t6vsROVdpR .bg-round svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-t6vsROVdpR .bg-round {
    width: 56%;
    right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .cid-t6vsROVdpR .bg-round {
    width: 56%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t6vsROVdpR .bg-round {
    width: 68%;
  }
}
@media (max-width: 767px) {
  .cid-t6vsROVdpR .bg-round {
    top: auto;
    bottom: -10%;
  }
  .cid-t6vsROVdpR .bg-round svg {
    height: 100%;
  }
}
.cid-t6vsROVdpR .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-t6vsROVdpR .col-text {
    margin-right: auto;
  }
}
.cid-t6BQY1COWT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-t6BQY1COWT .form-control {
  color: #000000 !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #000000;
}
.cid-t6BQY1COWT .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-t6BQY1COWT input::-webkit-input-placeholder {
  color: #000000;
}
.cid-t6BQY1COWT input::-moz-placeholder {
  color: #000000;
}
.cid-t6BQY1COWT textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-t6BQY1COWT textarea::-moz-placeholder {
  color: #000000;
}
.cid-t6BQY1COWT textarea.form-control {
  min-height: 83px;
}
.cid-t6BQY1COWT .mbr-section-subtitle {
  color: #767676;
}
.cid-t6BQY1COWT H2 {
  color: #ee5325;
}
.cid-t6BQY1COWT H3 {
  color: #5c77ac;
}
.cid-s8WsIF5TTR {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-s8WsIF5TTR a {
  transition: 0.3s;
}
.cid-s8WsIF5TTR h5 {
  margin-bottom: 1.6rem;
}
.cid-s8WsIF5TTR .card-img2 span {
  padding-top: 6px;
}
.cid-s8WsIF5TTR .soc-item a {
  padding-top: 5px;
}
.cid-s8WsIF5TTR .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-s8WsIF5TTR .link:hover {
  color: #ee5325 !important;
}
@media (max-width: 992px) {
  .cid-s8WsIF5TTR .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s8WsIF5TTR .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-s8WsIF5TTR .soc-item span {
  font-size: 1rem;
}
.cid-s8WsIF5TTR .soc-item:hover span {
  color: #ee5325 !important;
}
.cid-s8WsIF5TTR .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-s8WsIF5TTR .item h4 {
  margin: 0;
}
.cid-s8WsIF5TTR .media-wrap {
  margin-bottom: 1rem;
}
.cid-s8WsIF5TTR .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s8WsIF5TTR img {
  width: 80%;
}
.cid-s8WsIF5TTR .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-s8WsIF5TTR .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-s8WsIF5TTR .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-s8WsIF5TTR .container {
  padding: 0;
}
.cid-s8WsIF5TTR .btn-primary:hover {
  background-color: #d03c10 !important;
}
.cid-rUTpL6oEdG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-rUTpL6oEdG .media-container-row {
  align-items: center;
}
.cid-rUTpL6oEdG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rUTpL6oEdG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rUTpL6oEdG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rUTpL6oEdG .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-rUTpL6oEdG .foot-menu-item {
  transform: 0.2s;
}
.cid-rUTpL6oEdG .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-rUTpL6oEdG .foot-menu {
    justify-content: center;
  }
  .cid-rUTpL6oEdG .mbr-text {
    text-align: center;
  }
  .cid-rUTpL6oEdG .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rUTpL6oEdG .foot-menu {
    justify-content: flex-end;
  }
}
.cid-rUTpL6oEdG .link:hover {
  text-decoration: underline;
}
.cid-rUTpL6oEdG .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-rUTpL6oEdG .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-rUTpL6oEdG .container {
    padding: 0;
  }
}
.cid-rUTpL6oEdG .media-container-row .mbr-text {
  color: #a3a3a3;
}
.cid-s6wqCOeU6R .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6wqCOeU6R .nav-item:focus,
.cid-s6wqCOeU6R .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s6wqCOeU6R .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-s6wqCOeU6R .nav-item .nav-link {
    position: relative;
  }
  .cid-s6wqCOeU6R .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #ee5325, #4a4c70);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-s6wqCOeU6R .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-s6wqCOeU6R .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s6wqCOeU6R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6wqCOeU6R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s6wqCOeU6R .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-s6wqCOeU6R .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s6wqCOeU6R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s6wqCOeU6R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6wqCOeU6R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s6wqCOeU6R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s6wqCOeU6R .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-s6wqCOeU6R .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-s6wqCOeU6R .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s6wqCOeU6R .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s6wqCOeU6R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s6wqCOeU6R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s6wqCOeU6R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s6wqCOeU6R .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s6wqCOeU6R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s6wqCOeU6R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s6wqCOeU6R .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s6wqCOeU6R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s6wqCOeU6R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s6wqCOeU6R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s6wqCOeU6R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s6wqCOeU6R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s6wqCOeU6R .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s6wqCOeU6R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s6wqCOeU6R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s6wqCOeU6R .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-s6wqCOeU6R .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s6wqCOeU6R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s6wqCOeU6R .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s6wqCOeU6R .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s6wqCOeU6R .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s6wqCOeU6R .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s6wqCOeU6R .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-s6wqCOeU6R .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s6wqCOeU6R .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s6wqCOeU6R .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-s6wqCOeU6R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s6wqCOeU6R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s6wqCOeU6R .dropdown-item.active,
.cid-s6wqCOeU6R .dropdown-item:active {
  background-color: transparent;
}
.cid-s6wqCOeU6R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s6wqCOeU6R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s6wqCOeU6R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s6wqCOeU6R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-s6wqCOeU6R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s6wqCOeU6R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s6wqCOeU6R ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s6wqCOeU6R .navbar-buttons {
  text-align: center;
}
.cid-s6wqCOeU6R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s6wqCOeU6R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ee5325;
}
.cid-s6wqCOeU6R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s6wqCOeU6R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s6wqCOeU6R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s6wqCOeU6R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s6wqCOeU6R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6wqCOeU6R nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s6wqCOeU6R nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s6wqCOeU6R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6wqCOeU6R .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s6wqCOeU6R a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6wqCOeU6R .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s6wqCOeU6R .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s6wqCOeU6R .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s6wqCOeU6R .navbar {
    height: 77px;
  }
  .cid-s6wqCOeU6R .navbar.opened {
    height: auto;
  }
  .cid-s6wqCOeU6R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t6bAD4HZGR.popup-builder {
  background-color: #ffffff;
}
.cid-t6bAD4HZGR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t6bAD4HZGR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t6bAD4HZGR .modal-content,
.cid-t6bAD4HZGR .modal-dialog {
  height: auto;
}
.cid-t6bAD4HZGR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t6bAD4HZGR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t6bAD4HZGR .form-wrapper .mbr-form .form-group,
  .cid-t6bAD4HZGR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t6bAD4HZGR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t6bAD4HZGR .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-t6bAD4HZGR .mbr-text {
  text-align: center;
}
.cid-t6bAD4HZGR .pt-0 {
  padding-top: 0 !important;
}
.cid-t6bAD4HZGR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t6bAD4HZGR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t6bAD4HZGR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t6bAD4HZGR .modal-open {
  overflow: hidden;
}
.cid-t6bAD4HZGR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t6bAD4HZGR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t6bAD4HZGR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t6bAD4HZGR .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-t6bAD4HZGR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t6bAD4HZGR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t6bAD4HZGR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t6bAD4HZGR .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-t6bAD4HZGR .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t6bAD4HZGR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t6bAD4HZGR .modal-backdrop.fade {
  opacity: 0;
}
.cid-t6bAD4HZGR .modal-backdrop.show {
  opacity: .5;
}
.cid-t6bAD4HZGR .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-t6bAD4HZGR .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t6bAD4HZGR .modal-header {
    padding: 1rem;
  }
}
.cid-t6bAD4HZGR .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t6bAD4HZGR .modal-header .close svg {
  fill: #353535;
}
.cid-t6bAD4HZGR .modal-header .close:hover {
  opacity: 1;
}
.cid-t6bAD4HZGR .modal-header .close:focus {
  outline: none;
}
.cid-t6bAD4HZGR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t6bAD4HZGR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t6bAD4HZGR .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t6bAD4HZGR .modal-body {
    padding: 1rem;
  }
}
.cid-t6bAD4HZGR .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-t6bAD4HZGR .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t6bAD4HZGR .modal-footer {
    padding: 1rem;
  }
}
.cid-t6bAD4HZGR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t6bAD4HZGR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t6bAD4HZGR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t6bAD4HZGR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t6bAD4HZGR .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t6bAD4HZGR .modal-lg,
  .cid-t6bAD4HZGR .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t6bAD4HZGR .modal-xl {
    max-width: 1140px;
  }
}
.cid-t6bAD4HZGR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t6bAD4HZGR .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-t6bAD4HZGR .form-group {
  margin-bottom: 1rem;
}
.cid-t6bAD4HZGR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t6bAD4HZGR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t6bAD4HZGR .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-t6bAD4HZGR .mbr-section-btn {
  margin: 0;
}
.cid-t6bAD4HZGR .mbr-section-btn .btn {
  margin: 0;
}
.cid-t6vByoCISH.popup-builder {
  background-color: #ffffff;
}
.cid-t6vByoCISH.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t6vByoCISH.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t6vByoCISH .modal-content,
.cid-t6vByoCISH .modal-dialog {
  height: auto;
}
.cid-t6vByoCISH .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t6vByoCISH .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t6vByoCISH .form-wrapper .mbr-form .form-group,
  .cid-t6vByoCISH .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t6vByoCISH .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t6vByoCISH .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-t6vByoCISH .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-t6vByoCISH .pt-0 {
  padding-top: 0 !important;
}
.cid-t6vByoCISH .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t6vByoCISH .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t6vByoCISH .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t6vByoCISH .modal-open {
  overflow: hidden;
}
.cid-t6vByoCISH .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t6vByoCISH .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t6vByoCISH .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t6vByoCISH .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-t6vByoCISH .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t6vByoCISH .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t6vByoCISH .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t6vByoCISH .modal-content {
  background: #e1ffec;
  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-t6vByoCISH .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t6vByoCISH .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t6vByoCISH .modal-backdrop.fade {
  opacity: 0;
}
.cid-t6vByoCISH .modal-backdrop.show {
  opacity: .5;
}
.cid-t6vByoCISH .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-t6vByoCISH .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t6vByoCISH .modal-header {
    padding: 1rem;
  }
}
.cid-t6vByoCISH .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t6vByoCISH .modal-header .close svg {
  fill: #353535;
}
.cid-t6vByoCISH .modal-header .close:hover {
  opacity: 1;
}
.cid-t6vByoCISH .modal-header .close:focus {
  outline: none;
}
.cid-t6vByoCISH .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-t6vByoCISH .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t6vByoCISH .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t6vByoCISH .modal-body {
    padding: 1rem;
  }
}
.cid-t6vByoCISH .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-t6vByoCISH .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t6vByoCISH .modal-footer {
    padding: 1rem;
  }
}
.cid-t6vByoCISH .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t6vByoCISH .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t6vByoCISH .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t6vByoCISH .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t6vByoCISH .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t6vByoCISH .modal-lg,
  .cid-t6vByoCISH .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t6vByoCISH .modal-xl {
    max-width: 1140px;
  }
}
.cid-t6vByoCISH .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t6vByoCISH .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-t6vByoCISH .form-group {
  margin-bottom: 1rem;
}
.cid-t6vByoCISH .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t6vByoCISH .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t6vByoCISH .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-t6vByoCISH .mbr-section-btn {
  margin: 0;
}
.cid-t6vByoCISH .mbr-section-btn .btn {
  margin: 0;
}
.cid-t8DRgpwKOu.popup-builder {
  background-color: #ffffff;
}
.cid-t8DRgpwKOu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t8DRgpwKOu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t8DRgpwKOu .modal-content,
.cid-t8DRgpwKOu .modal-dialog {
  height: auto;
}
.cid-t8DRgpwKOu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t8DRgpwKOu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t8DRgpwKOu .form-wrapper .mbr-form .form-group,
  .cid-t8DRgpwKOu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t8DRgpwKOu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t8DRgpwKOu .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-t8DRgpwKOu .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-t8DRgpwKOu .pt-0 {
  padding-top: 0 !important;
}
.cid-t8DRgpwKOu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t8DRgpwKOu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t8DRgpwKOu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t8DRgpwKOu .modal-open {
  overflow: hidden;
}
.cid-t8DRgpwKOu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t8DRgpwKOu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t8DRgpwKOu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t8DRgpwKOu .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-t8DRgpwKOu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t8DRgpwKOu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t8DRgpwKOu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t8DRgpwKOu .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-t8DRgpwKOu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t8DRgpwKOu .modal-backdrop.fade {
  opacity: 0;
}
.cid-t8DRgpwKOu .modal-backdrop.show {
  opacity: .5;
}
.cid-t8DRgpwKOu .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-t8DRgpwKOu .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t8DRgpwKOu .modal-header .close:hover {
  opacity: 1;
}
.cid-t8DRgpwKOu .modal-header .close:focus {
  outline: none;
}
.cid-t8DRgpwKOu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t8DRgpwKOu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-t8DRgpwKOu .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-t8DRgpwKOu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t8DRgpwKOu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t8DRgpwKOu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t8DRgpwKOu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t8DRgpwKOu .modal-sm {
    max-width: 300px;
  }
  .cid-t8DRgpwKOu .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-t8DRgpwKOu .modal-lg,
  .cid-t8DRgpwKOu .modal-xl {
    max-width: 800px;
  }
  .cid-t8DRgpwKOu .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-t8DRgpwKOu .modal-xl {
    max-width: 1140px;
  }
  .cid-t8DRgpwKOu .container {
    max-width: 1140px;
  }
}
.cid-t8DRgpwKOu .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-t8DRgpwKOu .container {
    max-width: 720px;
  }
}
.cid-t8DRgpwKOu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t8DRgpwKOu .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-t8DRgpwKOu .form-group {
  margin-bottom: 1rem;
}
.cid-t8DRgpwKOu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t8DRgpwKOu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t8DRgpwKOu .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-t5wzTrPUBL {
  background-image: url("../../../assets/images/1140-nurse-wheelchair-home-care-health.imgcache.rev01e17c1f3a958cbd32e4c7ebbb936de0-1140x655.jpg");
}
.cid-t5wzTrPUBL .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-t5wzTrPUBL .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-t5wzTrPUBL .col-text {
    padding: 30px;
  }
}
.cid-t5wzTrPUBL .col-form {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t5wzTrPUBL .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-t5wzTrPUBL .col-form {
    padding: 30px;
    min-height: 540px;
  }
}
@media (min-width: 768px) {
  .cid-t5wzTrPUBL .col-form {
    max-height: 440px;
  }
}
.cid-t5wzTrPUBL .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-t5wzTrPUBL .text-wrapper {
    text-align: center !important;
  }
}
.cid-t5wzTrPUBL .mbr-section-title {
  color: #000000;
  margin-bottom: 24px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t5wzTrPUBL .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t5wzTrPUBL .mbr-text {
  letter-spacing: inherit;
  color: #ffffff;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t5wzTrPUBL .mbr-text {
    text-align: center !important;
  }
}
.cid-t5wzTrPUBL .text-user {
  width: 100%;
  margin-top: 20px;
}
.cid-t5wzTrPUBL .name-text {
  color: #222222;
  width: 100%;
}
.cid-t5wzTrPUBL .prof-text {
  color: #555555;
  width: 100%;
}
.cid-t5wzTrPUBL .btn-container {
  width: 100%;
  margin-top: 11px;
}
@media (max-width: 767px) {
  .cid-t5wzTrPUBL .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-t5wzTrPUBL .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t5wzTrPUBL .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t5wzTrPUBL .mbr-section-title,
.cid-t5wzTrPUBL .mbr-section-btn {
  color: #ffffff;
}
.cid-t5wyTZ9eJJ {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t5wyTZ9eJJ .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-t5wyTZ9eJJ .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-t5wyTZ9eJJ H2 {
  color: #303030;
}
.cid-t5wJCYgZXO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t5wJCYgZXO .container {
  max-width: 1000px;
}
.cid-t5wJCYgZXO .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-t6tHeR68Do {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t6tHeR68Do .text-wrapper {
  padding: 1rem;
}
.cid-t6tHeR68Do .link a {
  background-image: none !important;
}
@media (min-width: 992px) {
  .cid-t6tHeR68Do .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-t6tHeR68Do .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-t6tHeR68Do .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t6tHeR68Do .mbr-section-title {
  font-weight: 700;
  color: #000000;
}
.cid-t6tHeR68Do .mbr-section-subtitle {
  font-weight: 500;
  margin: 14px 0 4px;
  color: #000000;
}
.cid-t6tHeR68Do .pile {
  padding: 45px 40px 47px;
  margin-bottom: 30px;
  background-color: #f5a640;
  box-shadow: 0 20px 40px 0 rgba(216, 227, 235, 0.65);
}
.cid-t6tHeR68Do .pile1 {
  border-left: 4px solid #000000;
}
.cid-t6tHeR68Do .pile2 {
  border-left: 4px solid #5dabb0;
}
.cid-t6tHeR68Do .pile3 {
  border-left: 4px solid #f8d8cf;
}
.cid-t6tHeR68Do .pile:last-child {
  margin-bottom: 0;
}
.cid-t6BQf0Ep97 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t7vUE2xwnd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t7vUE2xwnd .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-t7vUE2xwnd .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-t7vW1hcn55 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-t7vW1hcn55 .container-fluid {
  padding: 0rem;
}
.cid-t7vW1hcn55 .image-block {
  margin: auto;
}
.cid-t7vW1hcn55 .image-block img {
  width: 100%;
  filter: grayscale(1);
}
@media (max-width: 767px) {
  .cid-t7vW1hcn55 .image-block {
    width: 100% !important;
  }
}
@media (min-width: 767px) {
  .cid-t7vW1hcn55 .row {
    margin: 0rem;
  }
}
.cid-t7vVBa9AqD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t5wyU4QUiM {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-t5wyU4QUiM a {
  transition: 0.3s;
}
.cid-t5wyU4QUiM h5 {
  margin-bottom: 1.6rem;
}
.cid-t5wyU4QUiM .card-img2 span {
  padding-top: 6px;
}
.cid-t5wyU4QUiM .soc-item a {
  padding-top: 5px;
}
.cid-t5wyU4QUiM .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-t5wyU4QUiM .link:hover {
  color: #ee5325 !important;
}
@media (max-width: 992px) {
  .cid-t5wyU4QUiM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t5wyU4QUiM .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-t5wyU4QUiM .soc-item span {
  font-size: 1rem;
}
.cid-t5wyU4QUiM .soc-item:hover span {
  color: #ee5325 !important;
}
.cid-t5wyU4QUiM .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-t5wyU4QUiM .item h4 {
  margin: 0;
}
.cid-t5wyU4QUiM .media-wrap {
  margin-bottom: 1rem;
}
.cid-t5wyU4QUiM .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t5wyU4QUiM img {
  width: 80%;
}
.cid-t5wyU4QUiM .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-t5wyU4QUiM .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-t5wyU4QUiM .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-t5wyU4QUiM .container {
  padding: 0;
}
.cid-t5wyU4QUiM .btn-primary:hover {
  background-color: #d03c10 !important;
}
.cid-t5wyU69znF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-t5wyU69znF .media-container-row {
  align-items: center;
}
.cid-t5wyU69znF .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t5wyU69znF .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t5wyU69znF .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t5wyU69znF .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-t5wyU69znF .foot-menu-item {
  transform: 0.2s;
}
.cid-t5wyU69znF .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-t5wyU69znF .foot-menu {
    justify-content: center;
  }
  .cid-t5wyU69znF .mbr-text {
    text-align: center;
  }
  .cid-t5wyU69znF .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-t5wyU69znF .foot-menu {
    justify-content: flex-end;
  }
}
.cid-t5wyU69znF .link:hover {
  text-decoration: underline;
}
.cid-t5wyU69znF .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-t5wyU69znF .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-t5wyU69znF .container {
    padding: 0;
  }
}
.cid-t5wyU69znF .media-container-row .mbr-text {
  color: #a3a3a3;
}
.cid-t5ylAK5QfJ.popup-builder {
  background-color: #ffffff;
}
.cid-t5ylAK5QfJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t5ylAK5QfJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t5ylAK5QfJ .modal-content,
.cid-t5ylAK5QfJ .modal-dialog {
  height: auto;
}
.cid-t5ylAK5QfJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t5ylAK5QfJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t5ylAK5QfJ .form-wrapper .mbr-form .form-group,
  .cid-t5ylAK5QfJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t5ylAK5QfJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t5ylAK5QfJ .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-t5ylAK5QfJ .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-t5ylAK5QfJ .pt-0 {
  padding-top: 0 !important;
}
.cid-t5ylAK5QfJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t5ylAK5QfJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t5ylAK5QfJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t5ylAK5QfJ .modal-open {
  overflow: hidden;
}
.cid-t5ylAK5QfJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t5ylAK5QfJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t5ylAK5QfJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t5ylAK5QfJ .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-t5ylAK5QfJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t5ylAK5QfJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t5ylAK5QfJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t5ylAK5QfJ .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-t5ylAK5QfJ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t5ylAK5QfJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t5ylAK5QfJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-t5ylAK5QfJ .modal-backdrop.show {
  opacity: .5;
}
.cid-t5ylAK5QfJ .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-t5ylAK5QfJ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t5ylAK5QfJ .modal-header {
    padding: 1rem;
  }
}
.cid-t5ylAK5QfJ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t5ylAK5QfJ .modal-header .close svg {
  fill: #353535;
}
.cid-t5ylAK5QfJ .modal-header .close:hover {
  opacity: 1;
}
.cid-t5ylAK5QfJ .modal-header .close:focus {
  outline: none;
}
.cid-t5ylAK5QfJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-t5ylAK5QfJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t5ylAK5QfJ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t5ylAK5QfJ .modal-body {
    padding: 1rem;
  }
}
.cid-t5ylAK5QfJ .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-t5ylAK5QfJ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t5ylAK5QfJ .modal-footer {
    padding: 1rem;
  }
}
.cid-t5ylAK5QfJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t5ylAK5QfJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t5ylAK5QfJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t5ylAK5QfJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t5ylAK5QfJ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t5ylAK5QfJ .modal-lg,
  .cid-t5ylAK5QfJ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t5ylAK5QfJ .modal-xl {
    max-width: 1140px;
  }
}
.cid-t5ylAK5QfJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t5ylAK5QfJ .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-t5ylAK5QfJ .form-group {
  margin-bottom: 1rem;
}
.cid-t5ylAK5QfJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t5ylAK5QfJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t5ylAK5QfJ .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-t5ylAK5QfJ .mbr-section-btn {
  margin: 0;
}
.cid-t5ylAK5QfJ .mbr-section-btn .btn {
  margin: 0;
}
.cid-t5wyU75DyM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t5wyU75DyM .nav-item:focus,
.cid-t5wyU75DyM .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-t5wyU75DyM .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-t5wyU75DyM .nav-item .nav-link {
    position: relative;
  }
  .cid-t5wyU75DyM .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #ee5325, #4a4c70);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-t5wyU75DyM .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-t5wyU75DyM .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t5wyU75DyM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t5wyU75DyM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t5wyU75DyM .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-t5wyU75DyM .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-t5wyU75DyM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t5wyU75DyM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t5wyU75DyM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t5wyU75DyM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t5wyU75DyM .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-t5wyU75DyM .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-t5wyU75DyM .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-t5wyU75DyM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t5wyU75DyM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t5wyU75DyM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t5wyU75DyM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t5wyU75DyM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t5wyU75DyM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t5wyU75DyM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t5wyU75DyM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t5wyU75DyM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t5wyU75DyM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t5wyU75DyM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t5wyU75DyM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t5wyU75DyM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t5wyU75DyM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t5wyU75DyM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t5wyU75DyM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t5wyU75DyM .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-t5wyU75DyM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t5wyU75DyM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t5wyU75DyM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t5wyU75DyM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t5wyU75DyM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-t5wyU75DyM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t5wyU75DyM .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-t5wyU75DyM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t5wyU75DyM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t5wyU75DyM .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-t5wyU75DyM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t5wyU75DyM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t5wyU75DyM .dropdown-item.active,
.cid-t5wyU75DyM .dropdown-item:active {
  background-color: transparent;
}
.cid-t5wyU75DyM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t5wyU75DyM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t5wyU75DyM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t5wyU75DyM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-t5wyU75DyM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t5wyU75DyM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t5wyU75DyM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t5wyU75DyM .navbar-buttons {
  text-align: center;
}
.cid-t5wyU75DyM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t5wyU75DyM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ee5325;
}
.cid-t5wyU75DyM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t5wyU75DyM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t5wyU75DyM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t5wyU75DyM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t5wyU75DyM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t5wyU75DyM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t5wyU75DyM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t5wyU75DyM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t5wyU75DyM .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t5wyU75DyM a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5wyU75DyM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t5wyU75DyM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-t5wyU75DyM .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t5wyU75DyM .navbar {
    height: 77px;
  }
  .cid-t5wyU75DyM .navbar.opened {
    height: auto;
  }
  .cid-t5wyU75DyM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t6bAD4Hlwv.popup-builder {
  background-color: #ffffff;
}
.cid-t6bAD4Hlwv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t6bAD4Hlwv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t6bAD4Hlwv .modal-content,
.cid-t6bAD4Hlwv .modal-dialog {
  height: auto;
}
.cid-t6bAD4Hlwv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t6bAD4Hlwv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t6bAD4Hlwv .form-wrapper .mbr-form .form-group,
  .cid-t6bAD4Hlwv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t6bAD4Hlwv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t6bAD4Hlwv .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-t6bAD4Hlwv .mbr-text {
  text-align: center;
}
.cid-t6bAD4Hlwv .pt-0 {
  padding-top: 0 !important;
}
.cid-t6bAD4Hlwv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t6bAD4Hlwv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t6bAD4Hlwv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t6bAD4Hlwv .modal-open {
  overflow: hidden;
}
.cid-t6bAD4Hlwv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t6bAD4Hlwv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t6bAD4Hlwv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t6bAD4Hlwv .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-t6bAD4Hlwv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t6bAD4Hlwv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t6bAD4Hlwv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t6bAD4Hlwv .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-t6bAD4Hlwv .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t6bAD4Hlwv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t6bAD4Hlwv .modal-backdrop.fade {
  opacity: 0;
}
.cid-t6bAD4Hlwv .modal-backdrop.show {
  opacity: .5;
}
.cid-t6bAD4Hlwv .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-t6bAD4Hlwv .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t6bAD4Hlwv .modal-header {
    padding: 1rem;
  }
}
.cid-t6bAD4Hlwv .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t6bAD4Hlwv .modal-header .close svg {
  fill: #353535;
}
.cid-t6bAD4Hlwv .modal-header .close:hover {
  opacity: 1;
}
.cid-t6bAD4Hlwv .modal-header .close:focus {
  outline: none;
}
.cid-t6bAD4Hlwv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t6bAD4Hlwv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t6bAD4Hlwv .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t6bAD4Hlwv .modal-body {
    padding: 1rem;
  }
}
.cid-t6bAD4Hlwv .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-t6bAD4Hlwv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t6bAD4Hlwv .modal-footer {
    padding: 1rem;
  }
}
.cid-t6bAD4Hlwv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t6bAD4Hlwv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t6bAD4Hlwv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t6bAD4Hlwv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t6bAD4Hlwv .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t6bAD4Hlwv .modal-lg,
  .cid-t6bAD4Hlwv .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t6bAD4Hlwv .modal-xl {
    max-width: 1140px;
  }
}
.cid-t6bAD4Hlwv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t6bAD4Hlwv .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-t6bAD4Hlwv .form-group {
  margin-bottom: 1rem;
}
.cid-t6bAD4Hlwv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t6bAD4Hlwv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t6bAD4Hlwv .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-t6bAD4Hlwv .mbr-section-btn {
  margin: 0;
}
.cid-t6bAD4Hlwv .mbr-section-btn .btn {
  margin: 0;
}
.cid-t8USyIOIPI {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-t8USyIOIPI .content {
  width: 37%;
}
@media (max-width: 859px) {
  .cid-t8USyIOIPI .content {
    width: 100%;
    text-align: center;
  }
}
.cid-t8USyIOIPI .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t8USyIOIPI .mbr-section-title span {
  position: relative;
}
.cid-t8USyIOIPI .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
}
@media (max-width: 992px) {
  .cid-t8USyIOIPI .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-t8USyIOIPI .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-t8USyIOIPI .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-t8USyIOIPI .mbr-section-title span svg path {
  fill: #cd8ad1;
}
.cid-t8USyIOIPI .mbr-section-subtitle {
  color: #1f1437;
}
.cid-t8USyIOIPI .mbr-section-subtitle span {
  position: relative;
}
.cid-t8USyIOIPI .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-t8USyIOIPI .mbr-section-subtitle span svg path {
  fill: #1f1437;
}
@media (max-width: 599px) {
  .cid-t8USyIOIPI .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-t8USyIOIPI .mbr-section-btn {
  margin-top: 3rem;
}
@media (max-width: 859px) {
  .cid-t8USyIOIPI .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-t8USyIOIPI .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-t8USyIOIPI .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-t8USyIOIPI .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-t8USyIOIPI .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-t8USyIOIPI .mbr-section-title DIV {
  text-align: center;
}
.cid-t8UOQkk0qF {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t8UOQkk0qF .row {
  justify-content: center;
}
.cid-t8UOQkk0qF img {
  transition: all 0.3s;
  object-fit: cover;
}
@media (min-width: 767px) {
  .cid-t8UOQkk0qF .card2 {
    margin-top: 10rem;
  }
}
@media (min-width: 1400px) {
  .cid-t8UOQkk0qF .card2 {
    margin-top: 10rem;
    padding: 0 3rem;
  }
  .cid-t8UOQkk0qF .card1 {
    padding: 0 3rem;
  }
}
.cid-t8UOQkk0qF .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-t8UOQkk0qF .image-wrapper {
    padding: 1rem;
  }
}
.cid-t8UOQkk0qF .image-wrapper:hover img {
  transform: scale(1.15) rotate(-5deg);
}
.cid-t8UOQkk0qF .image-wrapper:hover .img-link {
  background: #ee5325;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t8UOQkk0qF .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t8UOQkk0qF .img-link {
  background: #000000;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  left: 0;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-t8UOQkk0qF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-t8UOQkk0qF p {
  max-width: 500px;
}
.cid-t8UOQkk0qF .mbr-text,
.cid-t8UOQkk0qF .mbr-section-btn {
  color: #ffffff;
}
.cid-t8UOQkk0qF .mbr-section-title {
  color: #ffffff;
}
.cid-t9TBln3MX0 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t9TBln3MX0 .row {
  justify-content: center;
}
.cid-t9TBln3MX0 img {
  transition: all 0.3s;
  object-fit: cover;
}
@media (min-width: 767px) {
  .cid-t9TBln3MX0 .card2 {
    margin-top: 10rem;
  }
}
@media (min-width: 1400px) {
  .cid-t9TBln3MX0 .card2 {
    margin-top: 10rem;
    padding: 0 3rem;
  }
  .cid-t9TBln3MX0 .card1 {
    padding: 0 3rem;
  }
}
.cid-t9TBln3MX0 .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-t9TBln3MX0 .image-wrapper {
    padding: 1rem;
  }
}
.cid-t9TBln3MX0 .image-wrapper:hover img {
  transform: scale(1.15) rotate(-5deg);
}
.cid-t9TBln3MX0 .image-wrapper:hover .img-link {
  background: #ee5325;
  color: #fffcfc;
}
@media (max-width: 767px) {
  .cid-t9TBln3MX0 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t9TBln3MX0 .img-link {
  background: #000000;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  left: 0;
  color: #fffcfc;
}
@media (min-width: 992px) {
  .cid-t9TBln3MX0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-t9TBln3MX0 p {
  max-width: 500px;
}
.cid-t9TBln3MX0 .mbr-text,
.cid-t9TBln3MX0 .mbr-section-btn {
  color: #ffffff;
}
.cid-t9TBln3MX0 .mbr-section-title {
  color: #ffffff;
}
.cid-t8EUHm48bU {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-t8EUHm48bU a {
  transition: 0.3s;
}
.cid-t8EUHm48bU h5 {
  margin-bottom: 1.6rem;
}
.cid-t8EUHm48bU .card-img2 span {
  padding-top: 6px;
}
.cid-t8EUHm48bU .soc-item a {
  padding-top: 5px;
}
.cid-t8EUHm48bU .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-t8EUHm48bU .link:hover {
  color: #ee5325 !important;
}
@media (max-width: 992px) {
  .cid-t8EUHm48bU .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t8EUHm48bU .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-t8EUHm48bU .soc-item span {
  font-size: 1rem;
}
.cid-t8EUHm48bU .soc-item:hover span {
  color: #ee5325 !important;
}
.cid-t8EUHm48bU .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-t8EUHm48bU .item h4 {
  margin: 0;
}
.cid-t8EUHm48bU .media-wrap {
  margin-bottom: 1rem;
}
.cid-t8EUHm48bU .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t8EUHm48bU img {
  width: 80%;
}
.cid-t8EUHm48bU .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-t8EUHm48bU .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-t8EUHm48bU .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-t8EUHm48bU .container {
  padding: 0;
}
.cid-t8EUHm48bU .btn-primary:hover {
  background-color: #d03c10 !important;
}
.cid-t8EUHmZP0R {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-t8EUHmZP0R .media-container-row {
  align-items: center;
}
.cid-t8EUHmZP0R .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t8EUHmZP0R .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t8EUHmZP0R .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t8EUHmZP0R .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-t8EUHmZP0R .foot-menu-item {
  transform: 0.2s;
}
.cid-t8EUHmZP0R .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-t8EUHmZP0R .foot-menu {
    justify-content: center;
  }
  .cid-t8EUHmZP0R .mbr-text {
    text-align: center;
  }
  .cid-t8EUHmZP0R .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-t8EUHmZP0R .foot-menu {
    justify-content: flex-end;
  }
}
.cid-t8EUHmZP0R .link:hover {
  text-decoration: underline;
}
.cid-t8EUHmZP0R .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-t8EUHmZP0R .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-t8EUHmZP0R .container {
    padding: 0;
  }
}
.cid-t8EUHmZP0R .media-container-row .mbr-text {
  color: #a3a3a3;
}
.cid-t8EUHnyEFu .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t8EUHnyEFu .nav-item:focus,
.cid-t8EUHnyEFu .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-t8EUHnyEFu .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-t8EUHnyEFu .nav-item .nav-link {
    position: relative;
  }
  .cid-t8EUHnyEFu .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #ee5325, #4a4c70);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-t8EUHnyEFu .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-t8EUHnyEFu .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t8EUHnyEFu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t8EUHnyEFu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8EUHnyEFu .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-t8EUHnyEFu .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-t8EUHnyEFu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t8EUHnyEFu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t8EUHnyEFu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t8EUHnyEFu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t8EUHnyEFu .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-t8EUHnyEFu .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-t8EUHnyEFu .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-t8EUHnyEFu .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t8EUHnyEFu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t8EUHnyEFu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t8EUHnyEFu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t8EUHnyEFu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t8EUHnyEFu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t8EUHnyEFu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t8EUHnyEFu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t8EUHnyEFu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t8EUHnyEFu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t8EUHnyEFu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t8EUHnyEFu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t8EUHnyEFu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t8EUHnyEFu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t8EUHnyEFu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t8EUHnyEFu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t8EUHnyEFu .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-t8EUHnyEFu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t8EUHnyEFu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t8EUHnyEFu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t8EUHnyEFu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t8EUHnyEFu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-t8EUHnyEFu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t8EUHnyEFu .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-t8EUHnyEFu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t8EUHnyEFu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t8EUHnyEFu .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-t8EUHnyEFu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t8EUHnyEFu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t8EUHnyEFu .dropdown-item.active,
.cid-t8EUHnyEFu .dropdown-item:active {
  background-color: transparent;
}
.cid-t8EUHnyEFu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t8EUHnyEFu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t8EUHnyEFu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t8EUHnyEFu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-t8EUHnyEFu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t8EUHnyEFu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t8EUHnyEFu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t8EUHnyEFu .navbar-buttons {
  text-align: center;
}
.cid-t8EUHnyEFu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t8EUHnyEFu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ee5325;
}
.cid-t8EUHnyEFu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t8EUHnyEFu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t8EUHnyEFu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t8EUHnyEFu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t8EUHnyEFu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t8EUHnyEFu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t8EUHnyEFu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t8EUHnyEFu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t8EUHnyEFu .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t8EUHnyEFu a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t8EUHnyEFu .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t8EUHnyEFu .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-t8EUHnyEFu .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t8EUHnyEFu .navbar {
    height: 77px;
  }
  .cid-t8EUHnyEFu .navbar.opened {
    height: auto;
  }
  .cid-t8EUHnyEFu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t8EUHonio5.popup-builder {
  background-color: #ffffff;
}
.cid-t8EUHonio5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t8EUHonio5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t8EUHonio5 .modal-content,
.cid-t8EUHonio5 .modal-dialog {
  height: auto;
}
.cid-t8EUHonio5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t8EUHonio5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t8EUHonio5 .form-wrapper .mbr-form .form-group,
  .cid-t8EUHonio5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t8EUHonio5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t8EUHonio5 .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-t8EUHonio5 .mbr-text {
  text-align: center;
}
.cid-t8EUHonio5 .pt-0 {
  padding-top: 0 !important;
}
.cid-t8EUHonio5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t8EUHonio5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t8EUHonio5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t8EUHonio5 .modal-open {
  overflow: hidden;
}
.cid-t8EUHonio5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t8EUHonio5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t8EUHonio5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t8EUHonio5 .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-t8EUHonio5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t8EUHonio5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t8EUHonio5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t8EUHonio5 .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-t8EUHonio5 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t8EUHonio5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t8EUHonio5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-t8EUHonio5 .modal-backdrop.show {
  opacity: .5;
}
.cid-t8EUHonio5 .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-t8EUHonio5 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t8EUHonio5 .modal-header {
    padding: 1rem;
  }
}
.cid-t8EUHonio5 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t8EUHonio5 .modal-header .close svg {
  fill: #353535;
}
.cid-t8EUHonio5 .modal-header .close:hover {
  opacity: 1;
}
.cid-t8EUHonio5 .modal-header .close:focus {
  outline: none;
}
.cid-t8EUHonio5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t8EUHonio5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t8EUHonio5 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t8EUHonio5 .modal-body {
    padding: 1rem;
  }
}
.cid-t8EUHonio5 .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-t8EUHonio5 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t8EUHonio5 .modal-footer {
    padding: 1rem;
  }
}
.cid-t8EUHonio5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t8EUHonio5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t8EUHonio5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t8EUHonio5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t8EUHonio5 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t8EUHonio5 .modal-lg,
  .cid-t8EUHonio5 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t8EUHonio5 .modal-xl {
    max-width: 1140px;
  }
}
.cid-t8EUHonio5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t8EUHonio5 .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-t8EUHonio5 .form-group {
  margin-bottom: 1rem;
}
.cid-t8EUHonio5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t8EUHonio5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t8EUHonio5 .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-t8EUHonio5 .mbr-section-btn {
  margin: 0;
}
.cid-t8EUHonio5 .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9u3ukPaXs {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/teesside-university-1600x900.jpg");
}
.cid-t9u3ukPaXs .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-t9u3ukPaXs .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-t9u3ukPaXs .col-text {
    padding: 30px;
  }
}
.cid-t9u3ukPaXs .col-form {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t9u3ukPaXs .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-t9u3ukPaXs .col-form {
    padding: 30px;
    min-height: 540px;
  }
}
@media (min-width: 768px) {
  .cid-t9u3ukPaXs .col-form {
    max-height: 440px;
  }
}
.cid-t9u3ukPaXs .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-t9u3ukPaXs .text-wrapper {
    text-align: center !important;
  }
}
.cid-t9u3ukPaXs .mbr-section-title {
  color: #000000;
  margin-bottom: 24px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t9u3ukPaXs .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t9u3ukPaXs .mbr-text {
  letter-spacing: inherit;
  color: #222222;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t9u3ukPaXs .mbr-text {
    text-align: center !important;
  }
}
.cid-t9u3ukPaXs .text-user {
  width: 100%;
  margin-top: 20px;
}
.cid-t9u3ukPaXs .name-text {
  color: #222222;
  width: 100%;
}
.cid-t9u3ukPaXs .prof-text {
  color: #555555;
  width: 100%;
}
.cid-t9u3ukPaXs .btn-container {
  width: 100%;
  margin-top: 11px;
}
@media (max-width: 767px) {
  .cid-t9u3ukPaXs .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-t9u3ukPaXs .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t9u3ukPaXs .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t9u3ukPaXs .mbr-section-title,
.cid-t9u3ukPaXs .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-t9WFEk4rJg {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t9WFEk4rJg .mbr-section-subtitle {
  color: #02367c;
  font-weight: 700;
}
.cid-t9WFEk4rJg .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-t9WFEk4rJg .mbr-text,
.cid-t9WFEk4rJg .mbr-section-btn {
  color: #000000;
}
.cid-t9Wque0jtZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-t9Wque0jtZ .card {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-t9Wque0jtZ .card:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-t9Wque0jtZ .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-t9Wque0jtZ .mbr-flex {
  justify-content: center;
}
.cid-t9Wque0jtZ .mbr-text {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
}
.cid-t9Wque0jtZ img,
.cid-t9Wque0jtZ .item-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.cid-t9Wque0jtZ .item:focus,
.cid-t9Wque0jtZ span:focus {
  outline: none;
}
.cid-t9Wque0jtZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t9Wque0jtZ .card1 {
  background: #ee5325;
}
.cid-t9Wque0jtZ .card2 {
  background: #43c7d3;
}
.cid-t9Wque0jtZ .card3 {
  background: #ffcc01;
}
.cid-t9Wque0jtZ .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-t9Wque0jtZ .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-t9Wque0jtZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t9Wque0jtZ .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-t9Wque0jtZ .item-title1 {
  color: #ffffff;
}
.cid-t9Wque0jtZ .mbr-text,
.cid-t9Wque0jtZ .mbr-section-btn {
  text-align: center;
  color: #121212;
}
.cid-t9Wque0jtZ .item-subtitle {
  color: #121212;
}
.cid-t9Wque0jtZ .item-title2 {
  color: #121212;
}
.cid-t9Wque0jtZ .price {
  color: #121212;
}
.cid-t9WvbaHXXF {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-t9WvbaHXXF .card {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-t9WvbaHXXF .card:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-t9WvbaHXXF .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-t9WvbaHXXF .mbr-flex {
  justify-content: center;
}
.cid-t9WvbaHXXF .mbr-flex {
  justify-content: center;
}
.cid-t9WvbaHXXF .mbr-text {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
}
.cid-t9WvbaHXXF img,
.cid-t9WvbaHXXF .item-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.cid-t9WvbaHXXF .item:focus,
.cid-t9WvbaHXXF span:focus {
  outline: none;
}
.cid-t9WvbaHXXF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t9WvbaHXXF .card1 {
  background: #a8d741;
}
.cid-t9WvbaHXXF .card2 {
  background: #000000;
}
.cid-t9WvbaHXXF .card3 {
  background: #02367c;
}
.cid-t9WvbaHXXF .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-t9WvbaHXXF .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-t9WvbaHXXF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t9WvbaHXXF .mbr-section-title {
  color: #232323;
}
.cid-t9WvbaHXXF .item-title1 {
  color: #ffffff;
}
.cid-t9WvbaHXXF .mbr-text,
.cid-t9WvbaHXXF .mbr-section-btn {
  text-align: center;
  color: #121212;
}
.cid-t9WvbaHXXF .item-subtitle {
  color: #121212;
}
.cid-t9WvbaHXXF .item-title2 {
  color: #ffffff;
}
.cid-t9WvbaHXXF .price {
  color: #121212;
}
.cid-t9WyVUB0wr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t9u3unkvWv {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-t9u3unkvWv a {
  transition: 0.3s;
}
.cid-t9u3unkvWv h5 {
  margin-bottom: 1.6rem;
}
.cid-t9u3unkvWv .card-img2 span {
  padding-top: 6px;
}
.cid-t9u3unkvWv .soc-item a {
  padding-top: 5px;
}
.cid-t9u3unkvWv .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-t9u3unkvWv .link:hover {
  color: #ee5325 !important;
}
@media (max-width: 992px) {
  .cid-t9u3unkvWv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t9u3unkvWv .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-t9u3unkvWv .soc-item span {
  font-size: 1rem;
}
.cid-t9u3unkvWv .soc-item:hover span {
  color: #ee5325 !important;
}
.cid-t9u3unkvWv .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-t9u3unkvWv .item h4 {
  margin: 0;
}
.cid-t9u3unkvWv .media-wrap {
  margin-bottom: 1rem;
}
.cid-t9u3unkvWv .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t9u3unkvWv img {
  width: 80%;
}
.cid-t9u3unkvWv .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-t9u3unkvWv .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-t9u3unkvWv .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-t9u3unkvWv .container {
  padding: 0;
}
.cid-t9u3unkvWv .btn-primary:hover {
  background-color: #d03c10 !important;
}
.cid-t9u3uooxzr {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-t9u3uooxzr .media-container-row {
  align-items: center;
}
.cid-t9u3uooxzr .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t9u3uooxzr .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t9u3uooxzr .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t9u3uooxzr .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-t9u3uooxzr .foot-menu-item {
  transform: 0.2s;
}
.cid-t9u3uooxzr .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-t9u3uooxzr .foot-menu {
    justify-content: center;
  }
  .cid-t9u3uooxzr .mbr-text {
    text-align: center;
  }
  .cid-t9u3uooxzr .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-t9u3uooxzr .foot-menu {
    justify-content: flex-end;
  }
}
.cid-t9u3uooxzr .link:hover {
  text-decoration: underline;
}
.cid-t9u3uooxzr .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-t9u3uooxzr .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-t9u3uooxzr .container {
    padding: 0;
  }
}
.cid-t9u3uooxzr .media-container-row .mbr-text {
  color: #a3a3a3;
}
.cid-t9u3up2UBh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t9u3up2UBh .nav-item:focus,
.cid-t9u3up2UBh .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-t9u3up2UBh .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-t9u3up2UBh .nav-item .nav-link {
    position: relative;
  }
  .cid-t9u3up2UBh .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #ee5325, #4a4c70);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-t9u3up2UBh .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-t9u3up2UBh .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t9u3up2UBh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t9u3up2UBh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t9u3up2UBh .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-t9u3up2UBh .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-t9u3up2UBh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t9u3up2UBh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t9u3up2UBh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t9u3up2UBh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t9u3up2UBh .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-t9u3up2UBh .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-t9u3up2UBh .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-t9u3up2UBh .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t9u3up2UBh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t9u3up2UBh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t9u3up2UBh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t9u3up2UBh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t9u3up2UBh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t9u3up2UBh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t9u3up2UBh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t9u3up2UBh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t9u3up2UBh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t9u3up2UBh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t9u3up2UBh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t9u3up2UBh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t9u3up2UBh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t9u3up2UBh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t9u3up2UBh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t9u3up2UBh .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-t9u3up2UBh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t9u3up2UBh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t9u3up2UBh .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t9u3up2UBh .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t9u3up2UBh .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-t9u3up2UBh .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t9u3up2UBh .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-t9u3up2UBh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t9u3up2UBh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t9u3up2UBh .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-t9u3up2UBh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t9u3up2UBh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t9u3up2UBh .dropdown-item.active,
.cid-t9u3up2UBh .dropdown-item:active {
  background-color: transparent;
}
.cid-t9u3up2UBh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t9u3up2UBh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t9u3up2UBh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t9u3up2UBh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-t9u3up2UBh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t9u3up2UBh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t9u3up2UBh ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t9u3up2UBh .navbar-buttons {
  text-align: center;
}
.cid-t9u3up2UBh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t9u3up2UBh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ee5325;
}
.cid-t9u3up2UBh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t9u3up2UBh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t9u3up2UBh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t9u3up2UBh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t9u3up2UBh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9u3up2UBh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t9u3up2UBh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t9u3up2UBh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t9u3up2UBh .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t9u3up2UBh a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t9u3up2UBh .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t9u3up2UBh .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-t9u3up2UBh .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t9u3up2UBh .navbar {
    height: 77px;
  }
  .cid-t9u3up2UBh .navbar.opened {
    height: auto;
  }
  .cid-t9u3up2UBh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t9u3uqbIVZ.popup-builder {
  background-color: #ffffff;
}
.cid-t9u3uqbIVZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9u3uqbIVZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9u3uqbIVZ .modal-content,
.cid-t9u3uqbIVZ .modal-dialog {
  height: auto;
}
.cid-t9u3uqbIVZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9u3uqbIVZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9u3uqbIVZ .form-wrapper .mbr-form .form-group,
  .cid-t9u3uqbIVZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9u3uqbIVZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9u3uqbIVZ .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-t9u3uqbIVZ .mbr-text {
  text-align: center;
}
.cid-t9u3uqbIVZ .pt-0 {
  padding-top: 0 !important;
}
.cid-t9u3uqbIVZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9u3uqbIVZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9u3uqbIVZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9u3uqbIVZ .modal-open {
  overflow: hidden;
}
.cid-t9u3uqbIVZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9u3uqbIVZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9u3uqbIVZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9u3uqbIVZ .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-t9u3uqbIVZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9u3uqbIVZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9u3uqbIVZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9u3uqbIVZ .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-t9u3uqbIVZ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9u3uqbIVZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9u3uqbIVZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9u3uqbIVZ .modal-backdrop.show {
  opacity: .5;
}
.cid-t9u3uqbIVZ .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-t9u3uqbIVZ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9u3uqbIVZ .modal-header {
    padding: 1rem;
  }
}
.cid-t9u3uqbIVZ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9u3uqbIVZ .modal-header .close svg {
  fill: #353535;
}
.cid-t9u3uqbIVZ .modal-header .close:hover {
  opacity: 1;
}
.cid-t9u3uqbIVZ .modal-header .close:focus {
  outline: none;
}
.cid-t9u3uqbIVZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t9u3uqbIVZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9u3uqbIVZ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9u3uqbIVZ .modal-body {
    padding: 1rem;
  }
}
.cid-t9u3uqbIVZ .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-t9u3uqbIVZ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9u3uqbIVZ .modal-footer {
    padding: 1rem;
  }
}
.cid-t9u3uqbIVZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9u3uqbIVZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9u3uqbIVZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9u3uqbIVZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9u3uqbIVZ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9u3uqbIVZ .modal-lg,
  .cid-t9u3uqbIVZ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9u3uqbIVZ .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9u3uqbIVZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9u3uqbIVZ .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-t9u3uqbIVZ .form-group {
  margin-bottom: 1rem;
}
.cid-t9u3uqbIVZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9u3uqbIVZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9u3uqbIVZ .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-t9u3uqbIVZ .mbr-section-btn {
  margin: 0;
}
.cid-t9u3uqbIVZ .mbr-section-btn .btn {
  margin: 0;
}
.cid-t9WJjAUoKW.popup-builder {
  background-color: #ffffff;
}
.cid-t9WJjAUoKW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t9WJjAUoKW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t9WJjAUoKW .modal-content,
.cid-t9WJjAUoKW .modal-dialog {
  height: auto;
}
.cid-t9WJjAUoKW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t9WJjAUoKW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t9WJjAUoKW .form-wrapper .mbr-form .form-group,
  .cid-t9WJjAUoKW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t9WJjAUoKW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t9WJjAUoKW .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-t9WJjAUoKW .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-t9WJjAUoKW .pt-0 {
  padding-top: 0 !important;
}
.cid-t9WJjAUoKW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t9WJjAUoKW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t9WJjAUoKW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t9WJjAUoKW .modal-open {
  overflow: hidden;
}
.cid-t9WJjAUoKW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t9WJjAUoKW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t9WJjAUoKW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t9WJjAUoKW .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-t9WJjAUoKW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t9WJjAUoKW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t9WJjAUoKW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t9WJjAUoKW .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-t9WJjAUoKW .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t9WJjAUoKW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t9WJjAUoKW .modal-backdrop.fade {
  opacity: 0;
}
.cid-t9WJjAUoKW .modal-backdrop.show {
  opacity: .5;
}
.cid-t9WJjAUoKW .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-t9WJjAUoKW .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t9WJjAUoKW .modal-header {
    padding: 1rem;
  }
}
.cid-t9WJjAUoKW .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t9WJjAUoKW .modal-header .close svg {
  fill: #353535;
}
.cid-t9WJjAUoKW .modal-header .close:hover {
  opacity: 1;
}
.cid-t9WJjAUoKW .modal-header .close:focus {
  outline: none;
}
.cid-t9WJjAUoKW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-t9WJjAUoKW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t9WJjAUoKW .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9WJjAUoKW .modal-body {
    padding: 1rem;
  }
}
.cid-t9WJjAUoKW .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-t9WJjAUoKW .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t9WJjAUoKW .modal-footer {
    padding: 1rem;
  }
}
.cid-t9WJjAUoKW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t9WJjAUoKW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t9WJjAUoKW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t9WJjAUoKW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t9WJjAUoKW .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t9WJjAUoKW .modal-lg,
  .cid-t9WJjAUoKW .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t9WJjAUoKW .modal-xl {
    max-width: 1140px;
  }
}
.cid-t9WJjAUoKW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t9WJjAUoKW .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-t9WJjAUoKW .form-group {
  margin-bottom: 1rem;
}
.cid-t9WJjAUoKW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t9WJjAUoKW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t9WJjAUoKW .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-t9WJjAUoKW .mbr-section-btn {
  margin: 0;
}
.cid-t9WJjAUoKW .mbr-section-btn .btn {
  margin: 0;
}
.cid-tf5qUrC6HN {
  background-image: url("../../../assets/images/background3.jpg");
  display: flex;
  align-items: center;
}
.cid-tf5qUrC6HN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tf5qUrC6HN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tf5qUrC6HN .row {
  justify-content: flex-start;
}
.cid-tf5qUrC6HN .mbr-section-title {
  color: #FEF9EE;
}
.cid-tf5qUrC6HN .mbr-section-subtitle {
  color: #FEF9EE;
}
.cid-tf5qUrC6HN .mbr-text {
  color: #FEF9EE;
}
.cid-tf5yZSkicH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tf5yZSkicH h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tf5yZSkicH .container {
    position: relative;
  }
  .cid-tf5yZSkicH .row {
    margin: 0;
  }
  .cid-tf5yZSkicH h2 {
    margin: 0;
  }
}
.cid-tf5yZSkicH .mbr-section-subtitle {
  color: #e9204f;
}
.cid-tf5yZSkicH .mbr-text {
  margin-top: 1.4rem;
}
.cid-tf5plwbSal {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-tf5plwbSal a {
  transition: 0.3s;
}
.cid-tf5plwbSal h5 {
  margin-bottom: 1.6rem;
}
.cid-tf5plwbSal .card-img2 span {
  padding-top: 6px;
}
.cid-tf5plwbSal .soc-item a {
  padding-top: 5px;
}
.cid-tf5plwbSal .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-tf5plwbSal .link:hover {
  color: #ee5325 !important;
}
@media (max-width: 992px) {
  .cid-tf5plwbSal .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tf5plwbSal .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-tf5plwbSal .soc-item span {
  font-size: 1rem;
}
.cid-tf5plwbSal .soc-item:hover span {
  color: #ee5325 !important;
}
.cid-tf5plwbSal .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-tf5plwbSal .item h4 {
  margin: 0;
}
.cid-tf5plwbSal .media-wrap {
  margin-bottom: 1rem;
}
.cid-tf5plwbSal .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tf5plwbSal img {
  width: 80%;
}
.cid-tf5plwbSal .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-tf5plwbSal .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tf5plwbSal .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-tf5plwbSal .container {
  padding: 0;
}
.cid-tf5plwbSal .btn-primary:hover {
  background-color: #d03c10 !important;
}
.cid-tf5plxNHa1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-tf5plxNHa1 .media-container-row {
  align-items: center;
}
.cid-tf5plxNHa1 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tf5plxNHa1 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tf5plxNHa1 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tf5plxNHa1 .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-tf5plxNHa1 .foot-menu-item {
  transform: 0.2s;
}
.cid-tf5plxNHa1 .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-tf5plxNHa1 .foot-menu {
    justify-content: center;
  }
  .cid-tf5plxNHa1 .mbr-text {
    text-align: center;
  }
  .cid-tf5plxNHa1 .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tf5plxNHa1 .foot-menu {
    justify-content: flex-end;
  }
}
.cid-tf5plxNHa1 .link:hover {
  text-decoration: underline;
}
.cid-tf5plxNHa1 .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-tf5plxNHa1 .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-tf5plxNHa1 .container {
    padding: 0;
  }
}
.cid-tf5plxNHa1 .media-container-row .mbr-text {
  color: #a3a3a3;
}
.cid-tf5plyoPxg .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tf5plyoPxg .nav-item:focus,
.cid-tf5plyoPxg .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tf5plyoPxg .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tf5plyoPxg .nav-item .nav-link {
    position: relative;
  }
  .cid-tf5plyoPxg .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #ee5325, #4a4c70);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tf5plyoPxg .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tf5plyoPxg .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tf5plyoPxg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tf5plyoPxg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tf5plyoPxg .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-tf5plyoPxg .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tf5plyoPxg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tf5plyoPxg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tf5plyoPxg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tf5plyoPxg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tf5plyoPxg .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-tf5plyoPxg .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-tf5plyoPxg .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tf5plyoPxg .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tf5plyoPxg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tf5plyoPxg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tf5plyoPxg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tf5plyoPxg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tf5plyoPxg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tf5plyoPxg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tf5plyoPxg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tf5plyoPxg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tf5plyoPxg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tf5plyoPxg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tf5plyoPxg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tf5plyoPxg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tf5plyoPxg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tf5plyoPxg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tf5plyoPxg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tf5plyoPxg .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-tf5plyoPxg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tf5plyoPxg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tf5plyoPxg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tf5plyoPxg .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tf5plyoPxg .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tf5plyoPxg .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tf5plyoPxg .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tf5plyoPxg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tf5plyoPxg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tf5plyoPxg .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-tf5plyoPxg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tf5plyoPxg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tf5plyoPxg .dropdown-item.active,
.cid-tf5plyoPxg .dropdown-item:active {
  background-color: transparent;
}
.cid-tf5plyoPxg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tf5plyoPxg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tf5plyoPxg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tf5plyoPxg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tf5plyoPxg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tf5plyoPxg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tf5plyoPxg ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tf5plyoPxg .navbar-buttons {
  text-align: center;
}
.cid-tf5plyoPxg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tf5plyoPxg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ee5325;
}
.cid-tf5plyoPxg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tf5plyoPxg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tf5plyoPxg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tf5plyoPxg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tf5plyoPxg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tf5plyoPxg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tf5plyoPxg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tf5plyoPxg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tf5plyoPxg .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tf5plyoPxg a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tf5plyoPxg .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tf5plyoPxg .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tf5plyoPxg .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tf5plyoPxg .navbar {
    height: 77px;
  }
  .cid-tf5plyoPxg .navbar.opened {
    height: auto;
  }
  .cid-tf5plyoPxg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tf5plzlqRT.popup-builder {
  background-color: #ffffff;
}
.cid-tf5plzlqRT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tf5plzlqRT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tf5plzlqRT .modal-content,
.cid-tf5plzlqRT .modal-dialog {
  height: auto;
}
.cid-tf5plzlqRT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tf5plzlqRT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tf5plzlqRT .form-wrapper .mbr-form .form-group,
  .cid-tf5plzlqRT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tf5plzlqRT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tf5plzlqRT .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-tf5plzlqRT .mbr-text {
  text-align: center;
}
.cid-tf5plzlqRT .pt-0 {
  padding-top: 0 !important;
}
.cid-tf5plzlqRT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tf5plzlqRT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tf5plzlqRT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tf5plzlqRT .modal-open {
  overflow: hidden;
}
.cid-tf5plzlqRT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tf5plzlqRT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tf5plzlqRT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tf5plzlqRT .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-tf5plzlqRT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tf5plzlqRT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tf5plzlqRT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tf5plzlqRT .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-tf5plzlqRT .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tf5plzlqRT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tf5plzlqRT .modal-backdrop.fade {
  opacity: 0;
}
.cid-tf5plzlqRT .modal-backdrop.show {
  opacity: .5;
}
.cid-tf5plzlqRT .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-tf5plzlqRT .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tf5plzlqRT .modal-header {
    padding: 1rem;
  }
}
.cid-tf5plzlqRT .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tf5plzlqRT .modal-header .close svg {
  fill: #353535;
}
.cid-tf5plzlqRT .modal-header .close:hover {
  opacity: 1;
}
.cid-tf5plzlqRT .modal-header .close:focus {
  outline: none;
}
.cid-tf5plzlqRT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-tf5plzlqRT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tf5plzlqRT .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tf5plzlqRT .modal-body {
    padding: 1rem;
  }
}
.cid-tf5plzlqRT .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-tf5plzlqRT .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tf5plzlqRT .modal-footer {
    padding: 1rem;
  }
}
.cid-tf5plzlqRT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tf5plzlqRT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tf5plzlqRT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tf5plzlqRT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tf5plzlqRT .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tf5plzlqRT .modal-lg,
  .cid-tf5plzlqRT .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tf5plzlqRT .modal-xl {
    max-width: 1140px;
  }
}
.cid-tf5plzlqRT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tf5plzlqRT .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-tf5plzlqRT .form-group {
  margin-bottom: 1rem;
}
.cid-tf5plzlqRT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tf5plzlqRT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tf5plzlqRT .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-tf5plzlqRT .mbr-section-btn {
  margin: 0;
}
.cid-tf5plzlqRT .mbr-section-btn .btn {
  margin: 0;
}
