body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 4.9rem;
  font-weight: 800;
  letter-spacing: -2px;
}
.display-1 > .mbr-iconfont {
  font-size: 7.84rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  line-height: 1.4;
  font-weight: 400;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.92rem;
    font-size: calc( 2.365rem + (4.9 - 2.365) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.365rem + (4.9 - 2.365) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2.5rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #f15a23 !important;
}
.bg-success {
  background-color: #393939 !important;
}
.bg-info {
  background-color: #f68b1f !important;
}
.bg-warning {
  background-color: #22babb !important;
}
.bg-danger {
  background-color: #f15a23 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f15a23 !important;
  border-color: #f15a23 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #bc3b0c !important;
  border-color: #bc3b0c !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #bc3b0c !important;
  border-color: #bc3b0c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #348888 !important;
  border-color: #348888 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #1f5151 !important;
  border-color: #1f5151 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1f5151 !important;
  border-color: #1f5151 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f68b1f !important;
  border-color: #f68b1f !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #c16508 !important;
  border-color: #c16508 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #c16508 !important;
  border-color: #c16508 !important;
}
.btn-success,
.btn-success:active {
  background-color: #393939 !important;
  border-color: #393939 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #131313 !important;
  border-color: #131313 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #131313 !important;
  border-color: #131313 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #22babb !important;
  border-color: #22babb !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #167a7a !important;
  border-color: #167a7a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #167a7a !important;
  border-color: #167a7a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f15a23 !important;
  border-color: #f15a23 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #bc3b0c !important;
  border-color: #bc3b0c !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #bc3b0c !important;
  border-color: #bc3b0c !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #a4330a;
  color: #a4330a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #f15a23;
  border-color: #f15a23;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f15a23 !important;
  border-color: #f15a23 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #183e3e;
  color: #183e3e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #348888;
  border-color: #348888;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #348888 !important;
  border-color: #348888 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #a85807;
  color: #a85807;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #f68b1f;
  border-color: #f68b1f;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f68b1f !important;
  border-color: #f68b1f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #060606;
  color: #060606;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #393939;
  border-color: #393939;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #393939 !important;
  border-color: #393939 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #126465;
  color: #126465;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #22babb;
  border-color: #22babb;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #22babb !important;
  border-color: #22babb !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #a4330a;
  color: #a4330a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #f15a23;
  border-color: #f15a23;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f15a23 !important;
  border-color: #f15a23 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.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: #f15a23 !important;
}
.text-secondary {
  color: #348888 !important;
}
.text-success {
  color: #393939 !important;
}
.text-info {
  color: #f68b1f !important;
}
.text-warning {
  color: #22babb !important;
}
.text-danger {
  color: #f15a23 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #101010 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #a4330a !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #183e3e !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #060606 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #a85807 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #126465 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #f15a23 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f68b1f;
}
.alert-warning {
  background-color: #22babb;
}
.alert-danger {
  background-color: #f15a23;
}
.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: none !important;
}
.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: #f15a23;
  border-color: #f15a23;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f15a23;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdeae3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #acacac;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fef1e3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #76e5e6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdeae3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #f15a23;
}
/* 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: #f15a23;
  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: #f15a23;
  border-bottom-color: #f15a23;
}
.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: #f15a23 !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: #348888 !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='%23f15a23' %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;
}
hr {
  border: none;
  background-color: #f15a23;
  height: 3px;
  width: 72px;
  position: absolute;
  top: -3.5rem;
  display: inline-block;
}
.line-title {
  width: 40px;
  height: 2px;
  background-color: #f15a23;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.line-title-big {
  width: 72px;
  height: 3px;
  background-color: #f15a23;
  margin-bottom: 2rem;
  display: inline-block;
}
.vertical-line:before {
  content: '';
  background-color: #f15a23;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.mbr-section-btn .btn-danger,
.btn-warning,
.btn-white,
.btn-black,
.btn-secondary,
.btn-primary,
.btn-info,
.btn-success {
  position: relative;
  background-color: #ffffff;
  transform: perspective(1px) translateZ(0);
  transition: all 0.3s ease-in-out !important;
}
.mbr-section-btn .btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0, 1.01);
  transform-origin: 0% 50%;
}
.btn-white {
  color: #f15a23 !important;
}
.btn-danger:hover {
  color: #f15a23 !important;
}
.btn-warning:hover {
  color: #22babb !important;
}
.btn-success:hover {
  color: #393939 !important;
}
.btn-info:hover {
  color: #f68b1f !important;
}
.btn-black:hover {
  color: #000000 !important;
}
.btn-white:hover {
  color: #000000 !important;
}
.btn-secondary:hover {
  color: #348888 !important;
}
.btn-primary:hover {
  color: #f15a23 !important;
}
.btn:hover::before {
  background-color: #ffffff;
  transform: scaleX(1);
}
.btn-white {
  color: #f15a23 !important;
}
.mbr-section-btn .btn-danger-outline {
  border-color: #f15a23;
}
.mbr-section-btn .btn-danger-outline,
.btn-warning-outline,
.btn-white-outline,
.btn-black-outline,
.btn-secondary-outline,
.btn-primary-outline,
.btn-info-outline,
.btn-success-outline {
  position: relative;
  background-color: transparent !important;
  transform: perspective(1px) translateZ(0);
  transition: all 0.3s ease-in-out !important;
}
.btn-danger-outline {
  color: #ffffff !important;
}
.btn-secondary-outline:hover::before {
  background-color: #348888 !important;
}
.btn-success-outline:hover::before {
  background-color: #393939 !important;
}
.btn-info-outline:hover::before {
  background-color: #f68b1f !important;
}
.btn-primary-outline:hover::before {
  background-color: #f15a23 !important;
}
.btn-white-outline:hover::before {
  background-color: #ffffff !important;
}
.btn-black-outline:hover::before {
  background-color: #000000 !important;
}
.btn-black-outline:hover::before {
  background-color: #22babb !important;
}
.btn-danger-outline:hover::before {
  background-color: #f15a23 !important;
}
.cid-rQtQGRgRNk .btn {
  padding: .8rem 1.6rem;
}
.cid-rQtQGRgRNk .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-rQtQGRgRNk .nav-item:focus,
.cid-rQtQGRgRNk .nav-link:focus {
  outline: none;
}
.cid-rQtQGRgRNk .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-rQtQGRgRNk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rQtQGRgRNk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-rQtQGRgRNk .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-rQtQGRgRNk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rQtQGRgRNk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rQtQGRgRNk .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-rQtQGRgRNk .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rQtQGRgRNk .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rQtQGRgRNk .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rQtQGRgRNk .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rQtQGRgRNk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rQtQGRgRNk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rQtQGRgRNk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-rQtQGRgRNk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rQtQGRgRNk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rQtQGRgRNk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rQtQGRgRNk .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-rQtQGRgRNk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rQtQGRgRNk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rQtQGRgRNk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rQtQGRgRNk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rQtQGRgRNk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rQtQGRgRNk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rQtQGRgRNk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rQtQGRgRNk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rQtQGRgRNk .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-rQtQGRgRNk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rQtQGRgRNk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rQtQGRgRNk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rQtQGRgRNk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rQtQGRgRNk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rQtQGRgRNk .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rQtQGRgRNk .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-rQtQGRgRNk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rQtQGRgRNk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rQtQGRgRNk .navbar-short {
  padding: 1rem 0 !important;
}
.cid-rQtQGRgRNk .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-rQtQGRgRNk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rQtQGRgRNk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rQtQGRgRNk .dropdown-item.active,
.cid-rQtQGRgRNk .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-rQtQGRgRNk .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-rQtQGRgRNk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-rQtQGRgRNk .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-rQtQGRgRNk .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-rQtQGRgRNk .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-rQtQGRgRNk .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-rQtQGRgRNk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-rQtQGRgRNk .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-rQtQGRgRNk .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-rQtQGRgRNk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rQtQGRgRNk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rQtQGRgRNk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rQtQGRgRNk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rQtQGRgRNk .navbar-buttons {
  text-align: center;
}
.cid-rQtQGRgRNk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rQtQGRgRNk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #101010;
}
.cid-rQtQGRgRNk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rQtQGRgRNk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rQtQGRgRNk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rQtQGRgRNk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rQtQGRgRNk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQtQGRgRNk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rQtQGRgRNk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rQtQGRgRNk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQtQGRgRNk .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
@media (max-width: 435px) {
  .cid-rQtQGRgRNk .navbar-dropdown {
    padding: 1rem 0rem;
  }
}
.cid-rQtQGRgRNk a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-rQtQGRgRNk .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-rQtQGRgRNk .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-rQtQGRgRNk .icons-menu span {
  font-size: 20px;
  color: #101010;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rQtQGRgRNk .navbar {
    height: 77px;
  }
  .cid-rQtQGRgRNk .navbar.opened {
    height: auto;
  }
  .cid-rQtQGRgRNk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rQtQGRgRNk a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-rQtQGRgRNk a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #E9204F;
}
.cid-rQtQGRgRNk .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-rQtQGRgRNk .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-rRBIA44EwQ {
  padding-top: 150px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/home-v7.png-1366x622.png");
  background-size: 100% auto;
  background-position: center 80px;
}
.cid-rRBIA44EwQ .mbr-iconfont {
  color: #f15a23;
  font-size: 3rem;
  transition: 0.7s;
}
.cid-rRBIA44EwQ .card-inner {
  background-color: #ffffff;
  transition: 0.7s;
  z-index: 10;
}
.cid-rRBIA44EwQ .btn {
  margin-left: 0rem;
  color: #101010 !important;
}
.cid-rRBIA44EwQ .row {
  padding-bottom: 4rem;
}
.cid-rRBIA44EwQ .link {
  margin: 0;
  color: #ffffff;
}
.cid-rRBIA44EwQ .card-title {
  position: relative;
  margin-bottom: 1.3rem;
  padding-bottom: 0.5rem;
}
.cid-rRBIA44EwQ .card-title:after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background: #f15a23;
  transition: 0.7s;
}
.cid-rRBIA44EwQ .card-img {
  margin-bottom: 3.2rem;
}
.cid-rRBIA44EwQ .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-rRBIA44EwQ .card:hover .card-inner {
  background-color: #f15a23;
  box-shadow: 0px 10px 50px 10px rgba(0, 0, 0, 0.3);
}
.cid-rRBIA44EwQ .card:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-rRBIA44EwQ .card:hover .card-title {
  color: #ffffff;
}
.cid-rRBIA44EwQ .card:hover .card-title:after {
  background: #fff;
}
.cid-rRBIA44EwQ .card:hover .mbr-text {
  color: #ffffff;
}
.cid-rRBIA44EwQ .media-container-row {
  align-items: flex-end;
}
.cid-rRBIA44EwQ .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 800px) {
  .cid-rRBIA44EwQ {
    background-size: 120% auto !important;
    background-position: -50px 400px !important;
  }
}
@media (max-width: 767px) {
  .cid-rRBIA44EwQ .card {
    padding: 0;
    margin-bottom: 2rem;
  }
  .cid-rRBIA44EwQ .card-inner {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rRBIA44EwQ .card-inner {
    padding: 3.4rem 2.5rem 3.6rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rRBIA44EwQ .card {
    margin-bottom: 2rem;
  }
  .cid-rRBIA44EwQ .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-rRBIA44EwQ .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-rRBIA44EwQ .card {
  position: relative;
}
.cid-rRBIA44EwQ .card-3::after {
  content: "";
  background-color: #f15a23;
  height: 70px;
  width: 97%;
  position: absolute;
  bottom: -20px;
  z-index: 1;
}
.cid-rRBIA44EwQ .card:first-child .card-inner {
  background-color: #f15a23;
}
.cid-rRBIA44EwQ .card:first-child .card-inner .mbr-iconfont {
  color: #fff;
}
.cid-rRBIA44EwQ .card:first-child .card-inner .card-title:after {
  background: #fff;
}
.cid-rRBIA44EwQ .btn:hover {
  color: #ffffff !important;
}
@media (max-width: 435px) {
  .cid-rRBIA44EwQ {
    padding-top: 100px;
  }
  .cid-rRBIA44EwQ .mbr-section-title {
    line-heigth: 1em !important;
  }
}
.cid-uLnb9CVMN7 {
  overflow: hidden;
  background-color: #393939;
}
.cid-uLnb9CVMN7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLnb9CVMN7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLnb9CVMN7 .container {
    padding: 0 24px;
  }
}
.cid-uLnb9CVMN7 .card {
  justify-content: center;
}
.cid-uLnb9CVMN7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLnb9CVMN7 .title-wrapper .mbr-section-title {
    margin-bottom: 80px;
  }
}
.cid-uLnb9CVMN7 .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-uLnb9CVMN7 .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  border: 1px solid #bbbbbb;
  border-radius: 3rem !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uLnb9CVMN7 .image-wrapper .image-wrap {
    border-radius: 2rem !important;
  }
}
.cid-uLnb9CVMN7 .image-wrapper .image-wrap img {
  width: 300px;
  height: 600px;
  border-radius: 3rem !important;
  border: 10px solid #141414;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLnb9CVMN7 .image-wrapper .image-wrap img {
    width: 200px;
    height: 400px;
    border-radius: 2rem !important;
    border: 6px solid #141414;
  }
}
.cid-uLnb9CVMN7 .image-wrapper .block-wrap {
  position: absolute;
  width: 180px;
  height: 120%;
  transform: rotate(-30deg);
  background-color: #202020;
}
@media (max-width: 992px) {
  .cid-uLnb9CVMN7 .image-wrapper .block-wrap {
    width: 100px;
  }
}
.cid-uLnb9CVMN7 .image-wrapper .mbr-iconfont {
  position: absolute;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  font-size: 56px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #202020;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uLnb9CVMN7 .image-wrapper .mbr-iconfont {
    display: none;
  }
}
.cid-uLnb9CVMN7 .image-wrapper .icon_1 {
  border-radius: 1rem;
  top: 6rem;
  left: 5%;
}
.cid-uLnb9CVMN7 .image-wrapper .icon_2 {
  bottom: 6rem;
  left: 5%;
}
.cid-uLnb9CVMN7 .image-wrapper .icon_3 {
  bottom: 10rem;
  right: 0;
}
@media (max-width: 992px) {
  .cid-uLnb9CVMN7 .text-wrapper {
    margin-top: 80px;
  }
}
.cid-uLnb9CVMN7 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLnb9CVMN7 .mbr-section-title {
  color: #ffffff;
}
.cid-uLnb9CVMN7 .mbr-text,
.cid-uLnb9CVMN7 .text-wrap {
  color: #202020;
}
.cid-uLnb9CVMN7 .mbr-text {
  color: #ffffff;
}
.cid-uLnb9CVMN7 .mbr-section-title DIV {
  text-align: right;
}
.cid-uLGgBQTQ9j {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/nps.png-1920x1080.png");
}
.cid-uLGgBQTQ9j .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-uLGgBQTQ9j {
    padding-top: 105px;
    padding-bottom: 105px;
    background-size: 150% auto;
    background-color: #f73645;
  }
  .cid-uLGgBQTQ9j .align-center {
    text-align: center;
  }
}
.cid-uLGgBQTQ9j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLGgBQTQ9j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLGgBQTQ9j H3 {
  text-align: left;
}
.cid-uLGgBQTQ9j .mbr-text,
.cid-uLGgBQTQ9j .mbr-section-btn {
  text-align: left;
}
.cid-uLGgBQTQ9j H1 {
  text-align: left;
}
.cid-rRBILABAaP {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rRBILABAaP h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rRBILABAaP .container {
    position: relative;
  }
  .cid-rRBILABAaP .row {
    margin: 0;
  }
  .cid-rRBILABAaP h2 {
    margin: 0;
  }
}
.cid-rRBILABAaP .mbr-section-subtitle {
  color: #e9204f;
}
.cid-rRBILABAaP .mbr-text {
  margin-top: 1.4rem;
}
.cid-rRBILABAaP H3 {
  color: #e1201d !important;
}
.cid-uLEAmTXrek {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f15a23;
}
.cid-uLEAmTXrek .mbr-iconfont-1 {
  color: #f15a23;
  font-size: 3.5rem;
  transition: 0.7s;
}
.cid-uLEAmTXrek .mbr-iconfont-2 {
  color: #f15a23;
  font-size: 1.5rem;
  opacity: 0;
  transition: 0.7s;
}
.cid-uLEAmTXrek .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-uLEAmTXrek .mbr-section-subtitle {
  margin-bottom: 6.2rem;
  color: #ffffff;
}
.cid-uLEAmTXrek .card-img {
  margin-bottom: 1.7rem;
}
.cid-uLEAmTXrek .card-title {
  margin-bottom: 1.5rem;
}
.cid-uLEAmTXrek .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLEAmTXrek .card {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uLEAmTXrek .card-inner {
    padding: 4rem 1rem 0.5rem;
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-uLEAmTXrek .row {
    padding: 0 1rem;
  }
  .cid-uLEAmTXrek .card-inner {
    padding: 5rem 2.5rem 1.5rem;
  }
}
.cid-uLEAmTXrek .card-inner {
  background-color: #ffffff;
  box-shadow: 1px 2px 15px 5px rgba(219, 219, 219, 0);
  transition: 0.7s;
}
.cid-uLEAmTXrek .card-box,
.cid-uLEAmTXrek .card-img {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uLEAmTXrek .card:hover .mbr-iconfont-1 {
  color: #f15a23;
}
.cid-uLEAmTXrek .card:hover .mbr-iconfont-2 {
  opacity: 1;
}
.cid-uLEAmTXrek .card:hover .card-inner {
  box-shadow: 1px 2px 15px 5px rgba(219, 219, 219, 0.11);
}
.cid-uLEAmTXrek .card:hover .card-box {
  transform: translateY(-25px);
}
.cid-uLEAmTXrek .card:hover .card-img {
  transform: translateY(-11px);
}
.cid-uLEAmTXrek .mbr-text {
  margin-bottom: 1.5rem;
  color: #747474;
}
.cid-uLEAmTXrek .vertical-line:before {
  content: '';
  background-color: #f15a23;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-uLEAmTXrek .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEAmTXrek .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEAmTXrek .card-title,
.cid-uLEAmTXrek .card-img,
.cid-uLEAmTXrek .card-icon {
  color: #f15a23;
}
.cid-uLEz5UyRNR {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uLEz5UyRNR .img-box {
  position: relative;
}
.cid-uLEz5UyRNR .card {
  display: flex;
}
.cid-uLEz5UyRNR .img1 {
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 1;
}
.cid-uLEz5UyRNR .img2 {
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uLEz5UyRNR .img1 {
    right: 1rem;
  }
  .cid-uLEz5UyRNR .img2 {
    left: 1rem;
  }
  .cid-uLEz5UyRNR .img-box {
    margin-top: 1rem;
  }
  .cid-uLEz5UyRNR .text-block {
    text-align: center;
  }
  .cid-uLEz5UyRNR .mbr-section-title {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-uLEz5UyRNR .card-text {
    display: flex;
    align-items: center;
  }
  .cid-uLEz5UyRNR .count {
    padding-right: 16px;
  }
  .cid-uLEz5UyRNR img {
    width: 60%;
  }
  .cid-uLEz5UyRNR .card {
    flex-direction: column;
    align-items: center;
    padding: 0!important;
  }
}
.cid-uLEz5UyRNR h3,
.cid-uLEz5UyRNR h4 {
  margin: 0;
  padding: 0;
}
.cid-uLEz5UyRNR .mbr-content-title {
  color: #e9204f;
}
@media (min-width: 767px) {
  .cid-uLEz5UyRNR .row {
    margin: 0;
  }
}
.cid-uLEz5UyRNR .count-title {
  color: #f15a23;
}
.cid-uLEz5UyRNR H1 {
  text-align: right;
}
.cid-rRBIQ0rba1 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rRBIQ0rba1 h2 {
    margin-bottom: 1rem;
  }
  .cid-rRBIQ0rba1 .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-rRBIQ0rba1 .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-rRBIQ0rba1 .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-rRBIQ0rba1 .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-rRBIQ0rba1 .container {
    position: relative;
  }
  .cid-rRBIQ0rba1 h2 {
    margin: 0;
  }
}
.cid-rRBIQ0rba1 .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
}
.cid-rRBIQ0rba1 hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-rRBIQ0rba1 .mbr-section-subtitle {
  color: #272727;
}
.cid-rRBIQ0rba1 .btn:hover {
  color: #ffffff !important;
}
.cid-rRBIQ0rba1 .container-column,
.cid-rRBIQ0rba1 h2 {
  color: #f15a23;
}
.cid-rRBIRc2YW9 {
  background-color: #ffffff;
}
.cid-rRBIRc2YW9 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rRBIRc2YW9 .carousel-item > div {
  width: 100%;
}
.cid-rRBIRc2YW9 h4 {
  margin-bottom: 0.7rem;
  font-weight: 900;
}
.cid-rRBIRc2YW9 .carousel-item.active,
.cid-rRBIRc2YW9 .carousel-item-next,
.cid-rRBIRc2YW9 .carousel-item-prev {
  display: flex;
}
.cid-rRBIRc2YW9 .carousel-controls a {
  transition: opacity .5s;
  font-size: 1.2rem;
}
.cid-rRBIRc2YW9 .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: .9;
}
.cid-rRBIRc2YW9 .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-rRBIRc2YW9 .carousel-controls a {
    width: 5%;
  }
}
.cid-rRBIRc2YW9 .mbr-text {
  padding: 2rem;
  border-radius: 30px;
  color: #fff;
  position: relative;
}
.cid-rRBIRc2YW9 .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #70747f;
}
.cid-rRBIRc2YW9 .img-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.cid-rRBIRc2YW9 img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.cid-rRBIRc2YW9 li {
  background-color: transparent;
  width: 11px;
  height: 11px;
  border: 1px solid #e0e0e0 !important;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}
.cid-rRBIRc2YW9 li.active {
  background-color: #f15a23;
  width: 14px;
  height: 14px;
  border: none !important;
}
.cid-rRBIRc2YW9 .carousel-indicators {
  position: absolute;
  bottom: -2.3rem;
  align-items: center;
}
.cid-rRBIRc2YW9 .carousel-indicators li {
  border: none;
  border-radius: 50%;
}
.cid-rRBIRc2YW9 .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-rRBIRc2YW9 {
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .cid-rRBIRc2YW9 .col-md-3 {
    padding: 0;
  }
}
@media (min-width: 767px) {
  .cid-rRBIRc2YW9 {
    padding-top: 45px;
    padding-bottom: 120px;
  }
}
.cid-rRBIRc2YW9 a {
  color: #fff;
  line-height: 1.5;
}
.cid-rRBIRc2YW9 .wrapper-img {
  position: relative;
  background-color: #000;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-rRBIRc2YW9 .title-block {
  position: absolute;
  opacity: 0;
  transform: translateX(-20px);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-rRBIRc2YW9 .desk {
  color: #fff;
}
.cid-rRBIRc2YW9 .signature {
  color: #fff;
}
.cid-rRBIRc2YW9 .img-block:hover .title-block {
  opacity: 1;
  transform: translateX(0px);
}
.cid-rRBIRc2YW9 .img-block:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.2);
  opacity: 0.5;
}
.cid-rRBIRc2YW9 .img-block:hover .wrapper-img {
  transform: scale(0.95);
}
.cid-rRBIRc2YW9 .container-fluid {
  padding: 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-rRBIRc2YW9 .img-card {
    margin-top: 2rem;
  }
}
.cid-rRBIYdNH2I {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #101010;
}
.cid-rRBIYdNH2I img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.cid-rRBIYdNH2I .mbr-iconfont-1 {
  color: #f0ad4e;
  font-size: 1rem;
  transition: 0.7s;
}
.cid-rRBIYdNH2I .mbr-section-title {
  margin-bottom: 4rem;
}
.cid-rRBIYdNH2I .mbr-section-subtitle {
  color: #f15a23;
  margin-bottom: 1.5rem;
}
.cid-rRBIYdNH2I .card-img {
  margin-bottom: 1.3rem;
}
.cid-rRBIYdNH2I .card-title {
  margin-bottom: 1.5rem;
}
.cid-rRBIYdNH2I .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rRBIYdNH2I .card {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rRBIYdNH2I .card-inner {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rRBIYdNH2I .row {
    padding: 0 1rem;
  }
  .cid-rRBIYdNH2I .card-inner {
    padding: 3.3rem 2.5rem;
  }
}
.cid-rRBIYdNH2I .card-inner {
  background-color: #191919;
  transition: 0.3s;
  border: 2px solid rgba(241, 90, 35, 0);
}
.cid-rRBIYdNH2I .card:hover .card-inner {
  border: 2px solid #f15a23;
}
.cid-rRBIYdNH2I .mbr-text {
  margin-bottom: 1.3rem;
  color: #828282;
}
.cid-rRBIYdNH2I .card-people {
  display: flex;
  align-items: center;
}
.cid-rRBIYdNH2I .user_image {
  margin-right: 1rem;
}
.cid-rRBIYdNH2I .mbr-author-desc {
  color: #e9204f;
  font-weight: 500;
}
.cid-uLGjcqeI3y {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uLGjcqeI3y h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uLGjcqeI3y .container {
    position: relative;
  }
  .cid-uLGjcqeI3y .row {
    margin: 0;
  }
  .cid-uLGjcqeI3y h2 {
    margin: 0;
  }
}
.cid-uLGjcqeI3y .mbr-section-subtitle {
  color: #e9204f;
}
.cid-uLGjcqeI3y .mbr-text {
  margin-top: 1.4rem;
}
.cid-uLGjcqeI3y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLGjcqeI3y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLGjcqeI3y H3 {
  color: #393939 !important;
}
.cid-uLGjcqeI3y h2 {
  color: #f15a23;
}
.cid-uLnb14xybV {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uLnb14xybV .col-sm-6 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .cid-uLnb14xybV .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uLnb14xybV .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLnb14xybV .card-wrapper {
    padding: 0 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uLnb14xybV .row {
    margin: 0;
  }
}
.cid-uLnb14xybV .container {
  border-top: 1px solid #ebebeb;
  padding-top: 2rem;
}
.cid-uLnb14xybV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLnb14xybV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLGh2nDIMy {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uLGh2nDIMy .col-sm-6 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .cid-uLGh2nDIMy .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uLGh2nDIMy .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLGh2nDIMy .card-wrapper {
    padding: 0 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uLGh2nDIMy .row {
    margin: 0;
  }
}
.cid-uLGh2nDIMy .container {
  border-top: 1px solid #ebebeb;
  padding-top: 2rem;
}
.cid-uLGh2nDIMy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLGh2nDIMy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLXBgRU1T4 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uLXBgRU1T4 .col-sm-6 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .cid-uLXBgRU1T4 .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uLXBgRU1T4 .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLXBgRU1T4 .card-wrapper {
    padding: 0 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uLXBgRU1T4 .row {
    margin: 0;
  }
}
.cid-uLXBgRU1T4 .container {
  border-top: 1px solid #ebebeb;
  padding-top: 2rem;
}
.cid-uLXBgRU1T4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLXBgRU1T4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rRBJdz0XSB {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-rRBJdz0XSB img {
  width: 100%;
  transition: 0.3s ease-out;
  border-radius: 50%;
}
.cid-rRBJdz0XSB .card-footer {
  border-top: none;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 300px) {
  .cid-rRBJdz0XSB .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-rRBJdz0XSB .mbr-iconfont-social {
  font-size: 16px;
}
.cid-rRBJdz0XSB .icon {
  display: flex;
  width: 34px;
  height: 34px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.27);
  border-radius: 50%;
  padding: 0.5rem;
  margin: 0 0.3rem;
  transition: 0.3s ease-out;
}
.cid-rRBJdz0XSB .panel-item {
  position: relative;
  background-color: rgba(241, 90, 35, 0.85);
  border-radius: 50%;
}
.cid-rRBJdz0XSB .mbr-section-title {
  color: #101010;
  margin-bottom: 1.3rem;
}
.cid-rRBJdz0XSB .mbr-author-name {
  color: #ffffff;
}
.cid-rRBJdz0XSB .mbr-author-desc {
  color: #ffffff;
}
.cid-rRBJdz0XSB .social-list {
  margin-top: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rRBJdz0XSB .panel-item:hover img {
  opacity: 0.1;
}
.cid-rRBJdz0XSB .panel-item:hover .card-footer {
  opacity: 1;
}
.cid-rRBJdz0XSB .icon:hover {
  background-color: #ffffff;
  color: #f15a23;
}
@media (max-width: 767px) {
  .cid-rRBJdz0XSB .mbr-testimonial {
    padding: 0;
  }
  .cid-rRBJdz0XSB .title {
    padding: 0;
  }
  .cid-rRBJdz0XSB .align-center {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-rRBJdz0XSB .mbr-section-subtitle {
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 992px) {
  .cid-rRBJdz0XSB .mbr-testimonial {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-rRBJdz0XSB .mbr-testimonial {
    padding: 0 2.5rem;
  }
}
.cid-rRBJdz0XSB H2 {
  color: #f15a23;
}
.cid-uLGhjk18oz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #101010;
}
.cid-uLGhjk18oz .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uLGhjk18oz textarea {
  min-height: 150px;
}
.cid-uLGhjk18oz input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-uLGhjk18oz textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-uLGhjk18oz .form-control,
.cid-uLGhjk18oz .field-input {
  padding: 1rem 0rem;
  background-color: #101010;
  border: none !important;
  border-bottom: 2px solid #414141 !important;
  border-color: #414141 !important;
  color: #ffffff !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-uLGhjk18oz .form-control input::-webkit-input-placeholder,
.cid-uLGhjk18oz .field-input input::-webkit-input-placeholder,
.cid-uLGhjk18oz .form-control textarea::-webkit-input-placeholder,
.cid-uLGhjk18oz .field-input textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-uLGhjk18oz .form-control input:-moz-placeholder,
.cid-uLGhjk18oz .field-input input:-moz-placeholder,
.cid-uLGhjk18oz .form-control textarea:-moz-placeholder,
.cid-uLGhjk18oz .field-input textarea:-moz-placeholder {
  color: #acacac !important;
}
.cid-uLGhjk18oz .jq-number__spin:hover,
.cid-uLGhjk18oz .jq-number__spin:focus {
  background-color: #101010;
  border-color: #e9204f !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uLGhjk18oz .jq-number__spin {
  background-color: #101010;
  border-color: #414141 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uLGhjk18oz .jq-selectbox li,
.cid-uLGhjk18oz .jq-selectbox li {
  background-color: #101010;
  color: #ffffff;
}
.cid-uLGhjk18oz .jq-selectbox li:hover,
.cid-uLGhjk18oz .jq-selectbox li.selected {
  background-color: #101010;
  color: #ffffff;
}
.cid-uLGhjk18oz .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uLGhjk18oz .jq-number__spin.minus:hover:after,
.cid-uLGhjk18oz .jq-number__spin.plus:hover:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
.cid-uLGhjk18oz .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uLGhjk18oz .jq-number__spin.minus:after,
.cid-uLGhjk18oz .jq-number__spin.plus:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
@media (max-width: 992px) {
  .cid-uLGhjk18oz .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-uLGhjk18oz .social-list {
    margin-bottom: 3rem;
  }
  .cid-uLGhjk18oz .email-input {
    margin-top: 2rem;
  }
}
.cid-uLGhjk18oz .mbr-section-subtitle {
  color: #f15a23;
  margin-bottom: 2.4rem;
}
.cid-uLGhjk18oz .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-uLGhjk18oz .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-uLGhjk18oz .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #f15a23;
  transition: all 0.3s;
}
.cid-uLGhjk18oz .mbr-iconfont-social:hover {
  color: #f15a23;
}
.cid-uLGhjk18oz .social-list {
  display: flex;
}
.cid-uLGhjk18oz .social-list a {
  transition: 0.3s;
}
.cid-uLGhjk18oz .social-list a:hover {
  transform: translateY(-8px);
}
.cid-uLGhjk18oz .row {
  align-items: center;
}
.cid-uLGhjk18oz .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-uLGhjk18oz .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-uLGhjk18oz .form-btn {
  margin-top: 2.5rem;
}
.cid-uLGhjk18oz input::-webkit-input-placeholder,
.cid-uLGhjk18oz textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-uLGhjk18oz input:-moz-placeholder,
.cid-uLGhjk18oz textarea:-moz-placeholder {
  color: #acacac !important;
}
@media (min-width: 992px) {
  .cid-uLGhjk18oz .media-content {
    padding-right: 3rem;
  }
  .cid-uLGhjk18oz .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-uLGhjk18oz .row {
    padding: 0 1rem;
  }
}
.cid-uLGhjk18oz .btn:hover {
  background-color: #f15a23 !important;
  border-color: #f15a23 !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-uLGhjk18oz .form-btn {
    width: 100%;
  }
  .cid-uLGhjk18oz .btn {
    width: 100%;
  }
}
.cid-uLGhjk18oz .mbr-text,
.cid-uLGhjk18oz .mbr-section-btn {
  color: #ffffff;
}
.cid-rQtQNcOfYq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rQtQNcOfYq .media-container-row {
  align-items: center;
}
.cid-rQtQNcOfYq .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rQtQNcOfYq .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rQtQNcOfYq .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rQtQNcOfYq .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-rQtQNcOfYq .foot-menu-item {
  transform: 0.2s;
}
.cid-rQtQNcOfYq .foot-menu-item:hover a {
  color: #f15a23 !important;
}
.cid-rQtQNcOfYq .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-rQtQNcOfYq .foot-menu-item:hover::before {
  width: 60px;
  background-color: #E9204F;
}
.cid-rQtQNcOfYq .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-rQtQNcOfYq .foot-menu {
    justify-content: center;
  }
  .cid-rQtQNcOfYq .mbr-text {
    text-align: center;
  }
  .cid-rQtQNcOfYq .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rQtQNcOfYq .foot-menu {
    justify-content: flex-end;
  }
}
.cid-rQtQNcOfYq .link:hover {
  color: #ffffff;
}
.cid-uUkEGMaoaO {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUkEGMaoaO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUkEGMaoaO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUkEGMaoaO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uUkEGMaoaO .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uUkEGMaoaO .embla__slide .slide-content {
  width: 100%;
}
.cid-uUkEGMaoaO .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 40px 145px;
  min-height: 690px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1640px) {
  .cid-uUkEGMaoaO .embla__slide .slide-content .item-wrapper {
    padding: 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uUkEGMaoaO .embla__slide .slide-content .item-wrapper {
    min-height: auto;
    padding: 30px 15px;
  }
}
.cid-uUkEGMaoaO .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(30deg, #000000, transparent);
  pointer-events: none;
  z-index: 1;
}
.cid-uUkEGMaoaO .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUkEGMaoaO .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uUkEGMaoaO .embla__slide .slide-content .item-wrapper .item-content {
    padding-top: 300px;
  }
}
.cid-uUkEGMaoaO .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 15px;
}
.cid-uUkEGMaoaO .embla__slide .slide-content .item-wrapper .item-content .card-desc {
  margin-bottom: 15px;
}
.cid-uUkEGMaoaO .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  animation: none !important;
}
.cid-uUkEGMaoaO .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  padding: 8px 20px;
  position: relative;
  overflow: hidden;
  margin: 0 10px 10px 0;
  z-index: 1;
  animation: none !important;
}
.cid-uUkEGMaoaO .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: -1;
}
.cid-uUkEGMaoaO .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #656565;
  opacity: .2;
  pointer-events: none;
  z-index: 1;
}
.cid-uUkEGMaoaO .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 15px;
}
.cid-uUkEGMaoaO .embla__button--next,
.cid-uUkEGMaoaO .embla__button--prev {
  display: flex;
}
.cid-uUkEGMaoaO .embla__button {
  top: 0;
  width: 70px;
  height: 70px;
  font-size: 28px;
  background-color: #232323 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 992px) {
  .cid-uUkEGMaoaO .embla__button {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }
}
.cid-uUkEGMaoaO .embla__button:hover {
  background-color: #f15a23 !important;
  color: #000000 !important;
}
.cid-uUkEGMaoaO .embla__button:disabled {
  opacity: .5 !important;
  background-color: #232323 !important;
  color: #ffffff !important;
}
.cid-uUkEGMaoaO .embla__button.embla__button--prev {
  right: 84px;
}
@media (max-width: 992px) {
  .cid-uUkEGMaoaO .embla__button.embla__button--prev {
    right: 55px;
  }
}
.cid-uUkEGMaoaO .embla__button.embla__button--next {
  right: 0;
}
.cid-uUkEGMaoaO .embla {
  position: relative;
  width: 100%;
}
.cid-uUkEGMaoaO .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uUkEGMaoaO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uUkEGMaoaO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uUkEGMaoaO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uUkEGMaoaO .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uUkEGMaoaO .card-title {
  color: #ffffff;
}
.cid-uUkEGMaoaO .card-desc {
  color: #ffffff;
}
.cid-uUkEGMaoaO .list {
  color: #ffffff;
}
.cid-rQtQGRgRNk .btn {
  padding: .8rem 1.6rem;
}
.cid-rQtQGRgRNk .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-rQtQGRgRNk .nav-item:focus,
.cid-rQtQGRgRNk .nav-link:focus {
  outline: none;
}
.cid-rQtQGRgRNk .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-rQtQGRgRNk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rQtQGRgRNk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-rQtQGRgRNk .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-rQtQGRgRNk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rQtQGRgRNk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rQtQGRgRNk .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-rQtQGRgRNk .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rQtQGRgRNk .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rQtQGRgRNk .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rQtQGRgRNk .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rQtQGRgRNk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rQtQGRgRNk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rQtQGRgRNk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-rQtQGRgRNk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rQtQGRgRNk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rQtQGRgRNk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rQtQGRgRNk .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-rQtQGRgRNk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rQtQGRgRNk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rQtQGRgRNk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rQtQGRgRNk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rQtQGRgRNk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rQtQGRgRNk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rQtQGRgRNk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rQtQGRgRNk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rQtQGRgRNk .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-rQtQGRgRNk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rQtQGRgRNk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rQtQGRgRNk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rQtQGRgRNk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rQtQGRgRNk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rQtQGRgRNk .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rQtQGRgRNk .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-rQtQGRgRNk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rQtQGRgRNk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rQtQGRgRNk .navbar-short {
  padding: 1rem 0 !important;
}
.cid-rQtQGRgRNk .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-rQtQGRgRNk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rQtQGRgRNk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rQtQGRgRNk .dropdown-item.active,
.cid-rQtQGRgRNk .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-rQtQGRgRNk .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-rQtQGRgRNk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-rQtQGRgRNk .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-rQtQGRgRNk .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-rQtQGRgRNk .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-rQtQGRgRNk .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-rQtQGRgRNk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-rQtQGRgRNk .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-rQtQGRgRNk .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-rQtQGRgRNk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rQtQGRgRNk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rQtQGRgRNk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rQtQGRgRNk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rQtQGRgRNk .navbar-buttons {
  text-align: center;
}
.cid-rQtQGRgRNk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rQtQGRgRNk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #101010;
}
.cid-rQtQGRgRNk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rQtQGRgRNk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rQtQGRgRNk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rQtQGRgRNk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rQtQGRgRNk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQtQGRgRNk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rQtQGRgRNk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rQtQGRgRNk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQtQGRgRNk .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
@media (max-width: 435px) {
  .cid-rQtQGRgRNk .navbar-dropdown {
    padding: 1rem 0rem;
  }
}
.cid-rQtQGRgRNk a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-rQtQGRgRNk .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-rQtQGRgRNk .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-rQtQGRgRNk .icons-menu span {
  font-size: 20px;
  color: #101010;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rQtQGRgRNk .navbar {
    height: 77px;
  }
  .cid-rQtQGRgRNk .navbar.opened {
    height: auto;
  }
  .cid-rQtQGRgRNk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rQtQGRgRNk a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-rQtQGRgRNk a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #E9204F;
}
.cid-rQtQGRgRNk .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-rQtQGRgRNk .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-uUfbsMxa67 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uUfbsMxa67 h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uUfbsMxa67 .container {
    position: relative;
  }
  .cid-uUfbsMxa67 .row {
    margin: 0;
  }
  .cid-uUfbsMxa67 h2 {
    margin: 0;
  }
}
.cid-uUfbsMxa67 .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-uUfbsMxa67 .mbr-section-subtitle {
  color: #e9204f;
}
.cid-uUfbsMxa67 .line-title {
  width: 40px;
  height: 2px;
  background-color: #f15a23;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-uUfbsMxa67 .vertical-line:before {
  content: '';
  background-color: #f15a23;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-uUfbsMxa67 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUfbsMxa67 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUfa0NGFWi {
  background-color: #ffffff;
}
.cid-uUfa0NGFWi .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUfa0NGFWi .carousel-item > div {
  width: 100%;
}
.cid-uUfa0NGFWi h4 {
  margin-top: 1rem;
  margin-bottom: 1.3rem;
  font-weight: 900;
}
.cid-uUfa0NGFWi .carousel-item.active,
.cid-uUfa0NGFWi .carousel-item-next,
.cid-uUfa0NGFWi .carousel-item-prev {
  display: flex;
}
.cid-uUfa0NGFWi .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-uUfa0NGFWi .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-uUfa0NGFWi .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-uUfa0NGFWi .carousel-controls a {
    width: 5%;
  }
}
.cid-uUfa0NGFWi .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #70747f;
}
.cid-uUfa0NGFWi .img-block {
  display: flex;
  flex-direction: column;
}
.cid-uUfa0NGFWi img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.cid-uUfa0NGFWi .mbr-text {
  position: relative;
}
.cid-uUfa0NGFWi li {
  background-color: transparent;
  width: 11px !important;
  height: 11px !important;
  border: 1px solid #e0e0e0 !important;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.cid-uUfa0NGFWi li.active {
  background-color: #e9204f;
  width: 14px !important;
  height: 14px !important;
  border: none !important;
}
.cid-uUfa0NGFWi .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
  align-items: center;
}
.cid-uUfa0NGFWi ol {
  margin-bottom: 0;
}
.cid-uUfa0NGFWi .carousel-indicators li {
  border: none;
  border-radius: 50%;
}
.cid-uUfa0NGFWi .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-uUfa0NGFWi {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
@media (min-width: 767px) {
  .cid-uUfa0NGFWi {
    padding-top: 0px;
    padding-bottom: 60px;
  }
  .cid-uUfa0NGFWi .row {
    margin: 0;
  }
}
.cid-uUfa0NGFWi .title-block {
  margin-top: 1.3rem;
  bottom: -1rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uUfa0NGFWi .desk {
  transition: 0.3s;
  font-weight: 500;
}
.cid-uUfa0NGFWi .img-block:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  transform: scale(1.1);
}
.cid-uUfa0NGFWi .img-block:hover .link {
  border-bottom: 1px solid currentColor;
}
.cid-uUfa0NGFWi .img-block:hover .desk {
  color: #101010;
}
.cid-uUfa0NGFWi .wrapper-img {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uUfa0NGFWi .img-card {
    margin-top: 2rem;
  }
}
.cid-uUfa0NGFWi .link {
  border-bottom: 1px solid #e0e0e0;
  display: inline;
  padding-bottom: 3px;
  transition: all 0.3s;
}
.cid-uUfa0NGFWi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUfa0NGFWi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUfbR70wnF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/women-1.jpg");
}
.cid-uUfbR70wnF .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uUfbR70wnF input {
  padding: 0rem 1rem !important;
}
.cid-uUfbR70wnF .title {
  margin-bottom: 1rem;
}
.cid-uUfbR70wnF textarea {
  min-height: 160px;
}
.cid-uUfbR70wnF input::-webkit-input-placeholder,
.cid-uUfbR70wnF textarea::-webkit-input-placeholder {
  color: #101010;
}
.cid-uUfbR70wnF input:-moz-placeholder,
.cid-uUfbR70wnF textarea:-moz-placeholder {
  color: #101010;
}
@media (max-width: 992px) {
  .cid-uUfbR70wnF img {
    width: 100%;
  }
  .cid-uUfbR70wnF form {
    margin-top: 2rem;
  }
}
.cid-uUfbR70wnF .form-row {
  margin: 0;
}
@media (max-width: 576px) {
  .cid-uUfbR70wnF .col-auto {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uUfbR70wnF .mbr-form {
    padding-left: 2rem;
  }
}
.cid-uUfbR70wnF .form-control {
  border-radius: 0px !important;
  border: none !important;
}
.cid-uUfbR70wnF .form-control:focus {
  border: none !important;
  box-shadow: none !important;
  background-color: #f3f3f3;
}
.cid-uUfbR70wnF .dragArea {
  background-color: #ffffff;
  border-radius: 5px;
}
.cid-uUfbR70wnF .form-btn {
  width: 100%;
}
.cid-uUfbR70wnF .link-btn {
  width: 100%;
}
.cid-uUfbR70wnF h5 {
  margin-bottom: 0.2rem;
}
.cid-uUfbR70wnF .mbr-form .btn {
  margin: 0;
}
.cid-uUfbR70wnF .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-uUfbR70wnF .block-left {
  margin-bottom: 2.6rem;
}
.cid-uUfbR70wnF .text-form {
  color: #4c4c4c;
  margin-bottom: 1.3rem;
}
.cid-uUfbR70wnF .link-btn:hover {
  background-color: #f36c3b !important;
  color: #ffffff !important;
  border-color: #f36c3b !important;
}
.cid-uUfbR70wnF .link-btn::before {
  display: none;
}
@media (max-width: 767px) {
  .cid-uUfbR70wnF .dragArea {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uUfbR70wnF .dragArea {
    padding: 3.8rem 2.8rem 4rem;
  }
  .cid-uUfbR70wnF .row {
    margin: 0rem;
  }
}
.cid-uUfbR70wnF .btn {
  margin-left: 0rem;
}
.cid-uUfbR70wnF .block-left,
.cid-uUfbR70wnF .mbr-section-btn {
  text-align: left;
}
.cid-rQtQNcOfYq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rQtQNcOfYq .media-container-row {
  align-items: center;
}
.cid-rQtQNcOfYq .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rQtQNcOfYq .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rQtQNcOfYq .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rQtQNcOfYq .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-rQtQNcOfYq .foot-menu-item {
  transform: 0.2s;
}
.cid-rQtQNcOfYq .foot-menu-item:hover a {
  color: #f15a23 !important;
}
.cid-rQtQNcOfYq .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-rQtQNcOfYq .foot-menu-item:hover::before {
  width: 60px;
  background-color: #E9204F;
}
.cid-rQtQNcOfYq .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-rQtQNcOfYq .foot-menu {
    justify-content: center;
  }
  .cid-rQtQNcOfYq .mbr-text {
    text-align: center;
  }
  .cid-rQtQNcOfYq .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rQtQNcOfYq .foot-menu {
    justify-content: flex-end;
  }
}
.cid-rQtQNcOfYq .link:hover {
  color: #ffffff;
}
