body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.875rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 3rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25rem;
  line-height: 2;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem !important;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.4rem 1rem;
  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: #ed7600 !important;
}
.bg-success {
  background-color: #ed7600 !important;
}
.bg-info {
  background-color: #7e7f81 !important;
}
.bg-warning {
  background-color: #4d4d4d !important;
}
.bg-danger {
  background-color: #ff6633 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ed7600 !important;
  border-color: #ed7600 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a15000 !important;
  border-color: #a15000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a15000 !important;
  border-color: #a15000 !important;
}
.btn-primary:hover {
  background-color: #ed7600 !important;
  border-color: #ed7600 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary:hover {
  background-color: #ed7600 !important;
  border-color: #ed7600 !important;
}
.btn-info,
.btn-info:active {
  background-color: #7e7f81 !important;
  border-color: #7e7f81 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #58595a !important;
  border-color: #58595a !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #58595a !important;
  border-color: #58595a !important;
}
.btn-info:hover {
  background-color: #ed7600 !important;
  border-color: #ed7600 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ed7600 !important;
  border-color: #ed7600 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #a15000 !important;
  border-color: #a15000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #a15000 !important;
  border-color: #a15000 !important;
}
.btn-success:hover {
  background-color: #ed7600 !important;
  border-color: #ed7600 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #4d4d4d !important;
  border-color: #4d4d4d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #272727 !important;
  border-color: #272727 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #272727 !important;
  border-color: #272727 !important;
}
.btn-warning:hover {
  background-color: #ed7600 !important;
  border-color: #ed7600 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff6633 !important;
  border-color: #ff6633 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #e53900 !important;
  border-color: #e53900 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e53900 !important;
  border-color: #e53900 !important;
}
.btn-danger:hover {
  background-color: #ed7600 !important;
  border-color: #ed7600 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #ed7600 !important;
  border-color: #ed7600 !important;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #ed7600 !important;
  border-color: #ed7600 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ed7600;
  color: #ed7600;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ed7600;
  border-color: #ed7600;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ed7600 !important;
  border-color: #ed7600 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #7e7f81;
  color: #7e7f81;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #7e7f81;
  border-color: #7e7f81;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7e7f81 !important;
  border-color: #7e7f81 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #ed7600;
  color: #ed7600;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #ed7600;
  border-color: #ed7600;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ed7600 !important;
  border-color: #ed7600 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #4d4d4d;
  color: #4d4d4d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #4d4d4d;
  border-color: #4d4d4d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #4d4d4d !important;
  border-color: #4d4d4d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ff6633;
  color: #ff6633;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #ff6633;
  border-color: #ff6633;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6633 !important;
  border-color: #ff6633 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.text-primary {
  color: #ed7600 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #ed7600 !important;
}
.text-info {
  color: #7e7f81 !important;
}
.text-warning {
  color: #4d4d4d !important;
}
.text-danger {
  color: #ff6633 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ffa954 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #333333 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ffa954 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2b2b3 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #808080 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ffb399 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #7e7f81;
}
.alert-warning {
  background-color: #4d4d4d;
}
.alert-danger {
  background-color: #ff6633;
}
.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: #ed7600;
  border-color: #ed7600;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ed7600;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffdcba;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffdcba;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #bfbfc0;
}
.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;
}
blockquote {
  border-color: #ed7600;
}
/* 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: #ed7600;
  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: #ed7600;
  border-bottom-color: #ed7600;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ed7600 !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: #000000 !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='%23ed7600' %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-sSrHmdCnYx .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSrHmdCnYx .nav-item,
.cid-sSrHmdCnYx .nav-link,
.cid-sSrHmdCnYx .navbar-caption {
  font-weight: normal;
}
.cid-sSrHmdCnYx .nav-item:focus,
.cid-sSrHmdCnYx .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sSrHmdCnYx .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-sSrHmdCnYx .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sSrHmdCnYx .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sSrHmdCnYx .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sSrHmdCnYx .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sSrHmdCnYx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sSrHmdCnYx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSrHmdCnYx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSrHmdCnYx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSrHmdCnYx .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-sSrHmdCnYx .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #4d4d4d;
  background: none;
}
.cid-sSrHmdCnYx .navbar.opened {
  transition: all 0.3s;
  background: #4d4d4d !important;
}
.cid-sSrHmdCnYx .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-sSrHmdCnYx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sSrHmdCnYx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSrHmdCnYx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSrHmdCnYx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sSrHmdCnYx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sSrHmdCnYx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSrHmdCnYx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sSrHmdCnYx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSrHmdCnYx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-sSrHmdCnYx .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sSrHmdCnYx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSrHmdCnYx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSrHmdCnYx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sSrHmdCnYx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSrHmdCnYx .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sSrHmdCnYx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sSrHmdCnYx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSrHmdCnYx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-sSrHmdCnYx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sSrHmdCnYx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sSrHmdCnYx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sSrHmdCnYx .navbar.navbar-short {
  background: #4d4d4d !important;
  min-height: 60px;
}
.cid-sSrHmdCnYx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sSrHmdCnYx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sSrHmdCnYx .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sSrHmdCnYx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSrHmdCnYx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sSrHmdCnYx .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sSrHmdCnYx .dropdown-item.active,
.cid-sSrHmdCnYx .dropdown-item:active {
  background-color: transparent;
}
.cid-sSrHmdCnYx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sSrHmdCnYx .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sSrHmdCnYx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4d4d4d;
}
.cid-sSrHmdCnYx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSrHmdCnYx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSrHmdCnYx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sSrHmdCnYx .navbar-buttons {
  text-align: center;
}
.cid-sSrHmdCnYx .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-sSrHmdCnYx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sSrHmdCnYx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sSrHmdCnYx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSrHmdCnYx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSrHmdCnYx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSrHmdCnYx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSrHmdCnYx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSrHmdCnYx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSrHmdCnYx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSrHmdCnYx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSrHmdCnYx .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sSrHmdCnYx a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-sSrHmdCnYx .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sSrHmdCnYx .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sSrHmdCnYx .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSrHmdCnYx .navbar {
    height: 77px;
  }
  .cid-sSrHmdCnYx .navbar.opened {
    height: auto;
  }
  .cid-sSrHmdCnYx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rZqakGdhKi {
  background-image: url("../../../assets/images/dsc-6139-2000x1335.jpg");
}
.cid-rZqakGdhKi .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-rZqakGdhKi .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-rZqakGdhKi .card .wrapper .mbr-section-title span:first-child {
  color: #ed7600;
}
.cid-rZqakGdhKi .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ed7600;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZqakGdhKi .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rZqakGdhKi .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rZqakGdhKi .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-rZqakGdhKi .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #ffffff;
}
.cid-rZqakGdhKi .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-rZqakGdhKi .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-rZqakGdhKi .card .wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ed7600;
  display: inline-block;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.cid-rZqakGdhKi .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 12px 35px;
  line-height: 1.0625;
}
.cid-rZqakYmFVv {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rZqakYmFVv .row {
  flex-direction: row-reverse;
}
.cid-rZqakYmFVv .img-wrap img {
  width: 100%;
}
.cid-rZqakYmFVv .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-rZqakYmFVv .card .wrapper {
  overflow: hidden;
}
.cid-rZqakYmFVv .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-rZqakYmFVv .card .wrapper .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ed7600;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZqakYmFVv .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-rZqakYmFVv .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rZqakYmFVv .card .wrapper .mbr-text {
  color: #7e7f81;
  font-weight: 300;
}
.cid-rZqakYmFVv .card .wrapper .sign-wrap {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.cid-rZqakYmFVv .card .wrapper .sign-wrap::before {
  right: 65.8%;
  height: 2px;
  transform: translateY(-50%);
  width: 300px;
  top: 50%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #dfe3e8;
}
.cid-rZqakYmFVv .card .wrapper .sign-wrap img {
  width: 200px;
}
.cid-rZqakYmFVv .card .wrapper .sign-wrap::after {
  left: 65.9%;
  height: 2px;
  transform: translateY(-50%);
  width: 300px;
  top: 50%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #dfe3e8;
}
.cid-rZqakYmFVv .card .wrapper .mbr-section-title {
  text-align: left;
}
.cid-sSt1dDGHS1 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sSt1dDGHS1 .mbr-section-title {
  color: #06182d;
}
.cid-sSt1dDGHS1 .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-sSt1dDGHS1 .mbr-section-subtitle {
  color: #06182d;
}
.cid-sSt1dDGHS1 .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sSt1dDGHS1 .mbr-section-text {
  color: #999999;
}
.cid-sSt1dDGHS1 .carousel-control {
  background: #000;
  opacity: 0.2;
}
.cid-sSt1dDGHS1 .carousel {
  width: 85%;
  margin: auto;
}
.cid-sSt1dDGHS1 .carousel-item {
  justify-content: center;
}
.cid-sSt1dDGHS1 .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-sSt1dDGHS1 .carousel-item .wrap-img {
  text-align: center;
}
.cid-sSt1dDGHS1 .carousel-item .wrap-img img {
  transition: all 0.3s;
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-sSt1dDGHS1 .carousel-controls {
  display: flex;
  justify-content: center;
}
.cid-sSt1dDGHS1 .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-sSt1dDGHS1 .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-sSt1dDGHS1 .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-sSt1dDGHS1 .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-sSt1dDGHS1 .cloneditem-1,
.cid-sSt1dDGHS1 .cloneditem-2,
.cid-sSt1dDGHS1 .cloneditem-3,
.cid-sSt1dDGHS1 .cloneditem-4,
.cid-sSt1dDGHS1 .cloneditem-5 {
  display: none;
}
.cid-sSt1dDGHS1 .col-lg-15 {
  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-sSt1dDGHS1 .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sSt1dDGHS1 .carousel-inner {
    opacity: 0.8;
  }
  .cid-sSt1dDGHS1 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sSt1dDGHS1 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-sSt1dDGHS1 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sSt1dDGHS1 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-sSt1dDGHS1 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sSt1dDGHS1 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sSt1dDGHS1 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-sSt1dDGHS1 .carousel-inner.slides2 .cloneditem-1,
  .cid-sSt1dDGHS1 .carousel-inner.slides2 .cloneditem-2,
  .cid-sSt1dDGHS1 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-sSt1dDGHS1 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-sSt1dDGHS1 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-sSt1dDGHS1 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-sSt1dDGHS1 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-sSt1dDGHS1 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-sSt1dDGHS1 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sSt1dDGHS1 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-sSt1dDGHS1 .carousel-inner.slides3 .cloneditem-1,
  .cid-sSt1dDGHS1 .carousel-inner.slides3 .cloneditem-2,
  .cid-sSt1dDGHS1 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-sSt1dDGHS1 .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-sSt1dDGHS1 .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-sSt1dDGHS1 .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-sSt1dDGHS1 .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-sSt1dDGHS1 .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-sSt1dDGHS1 .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sSt1dDGHS1 .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-sSt1dDGHS1 .carousel-inner.slides4 .cloneditem-1,
  .cid-sSt1dDGHS1 .carousel-inner.slides4 .cloneditem-2,
  .cid-sSt1dDGHS1 .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-sSt1dDGHS1 .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-sSt1dDGHS1 .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-sSt1dDGHS1 .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-sSt1dDGHS1 .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-sSt1dDGHS1 .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-sSt1dDGHS1 .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sSt1dDGHS1 .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-sSt1dDGHS1 .carousel-inner.slides5 .cloneditem-1,
  .cid-sSt1dDGHS1 .carousel-inner.slides5 .cloneditem-2,
  .cid-sSt1dDGHS1 .carousel-inner.slides5 .cloneditem-3,
  .cid-sSt1dDGHS1 .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-sSt1dDGHS1 .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-sSt1dDGHS1 .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-sSt1dDGHS1 .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-sSt1dDGHS1 .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-sSt1dDGHS1 .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-sSt1dDGHS1 .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sSt1dDGHS1 .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-sSt1dDGHS1 .carousel-inner.slides6 .cloneditem-1,
  .cid-sSt1dDGHS1 .carousel-inner.slides6 .cloneditem-2,
  .cid-sSt1dDGHS1 .carousel-inner.slides6 .cloneditem-3,
  .cid-sSt1dDGHS1 .carousel-inner.slides6 .cloneditem-4,
  .cid-sSt1dDGHS1 .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-sSt1dDGHS1 .carousel-control-prev {
  position: absolute !important;
  left: -50px !important;
}
.cid-sSt1dDGHS1 .carousel-control-next {
  position: absolute !important;
  right: -50px !important;
}
@media (max-width: 576px) {
  .cid-sSt1dDGHS1 .carousel-control-prev {
    left: -10px !important;
  }
  .cid-sSt1dDGHS1 .carousel-control-next {
    right: -10px !important;
  }
}
.cid-sSsATMjSGK {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/dsc-6107-2000x1335.jpg");
}
.cid-sSsATMjSGK .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-sSsATMjSGK .mbr-section-subtitle {
  color: #ff4e3c;
}
.cid-sSsATMjSGK .mbr-section-subtitle.mbr-bold {
  font-weight: 700;
}
.cid-sSsATMjSGK .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sSsATMjSGK .mbr-text {
  color: #ffffff;
}
.cid-sSsATMjSGK .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-sSsATMjSGK .text-wrap .icons-wrap .icon-wrapper {
  background: transparent;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #61728a;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-sSsATMjSGK .text-wrap .icons-wrap .icon-wrapper:hover {
  background-color: #ed7600;
  border-color: #ed7600;
}
.cid-sSsATMjSGK .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffff;
}
.cid-sSsATMjSGK .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-sSsATMjSGK .text-wrap .icons-wrap::before {
  height: 2px;
  width: 30%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #61728a;
}
@media (max-width: 992px) {
  .cid-sSsATMjSGK .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-sSsATMjSGK .text-wrap .icons-wrap::after {
  height: 2px;
  width: 30%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #61728a;
}
@media (max-width: 992px) {
  .cid-sSsATMjSGK .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-sSsATMjSGK .buttons-wrap {
  text-align: center;
}
.cid-sSsATMjSGK .buttons-wrap .mbr-section-btn {
  display: inline-block;
}
.cid-sSsATMjSGK .buttons-wrap .mbr-section-btn .btn {
  padding-left: 39px;
  padding-right: 39px;
}
.cid-sSsATMjSGK .buttons-wrap .mbr-section-btn .btn-success-outline {
  color: #ffffff;
}
.cid-sSsATMjSGK .buttons-wrap .mbr-section-btn .btn-success-outline:hover {
  color: #000000;
}
.cid-sSsATMjSGK .buttons-wrap .or {
  text-align: center;
  display: inline;
  margin-left: 25px;
  margin-right: 25px;
}
.cid-sSsATMjSGK .mbr-section-title,
.cid-sSsATMjSGK .col {
  color: #ed7600;
}
.cid-sSsAXXWmPW {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sSsAXXWmPW .mbr-section-title {
  color: #06182d;
}
.cid-sSsAXXWmPW .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ed7600;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-sSsAXXWmPW .mbr-section-subtitle {
  color: #06182d;
}
.cid-sSsAXXWmPW .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sSsAXXWmPW .card:nth-child(even) {
  margin-top: 70px;
}
.cid-sSsAXXWmPW .card:nth-child(1)::after {
  content: "";
  background-size: contain;
  background-image: url("../../../assets/images/arrow2.png");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 185px;
  height: 50px;
  z-index: 4;
  bottom: 1px;
  right: -140px;
  transform: scale(1, -1);
}
.cid-sSsAXXWmPW .card:nth-child(2)::after {
  content: "";
  background-size: contain;
  background-image: url("../../../assets/images/arrow2.png");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 155px;
  height: 50px;
  z-index: 4;
  top: 1px;
  right: -80px;
}
.cid-sSsAXXWmPW .card:nth-child(3)::after {
  content: "";
  background-size: contain;
  background-image: url("../../../assets/images/arrow2.png");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 175px;
  height: 80px;
  z-index: 4;
  bottom: -74px;
  right: 0;
  transform: rotateZ(125deg);
}
.cid-sSsAXXWmPW .card .card-wrapper {
  height: 100%;
}
.cid-sSsAXXWmPW .card .card-wrapper .card-img {
  position: relative;
}
.cid-sSsAXXWmPW .card .card-wrapper .card-img:hover img {
  transform: rotateY(180deg);
}
.cid-sSsAXXWmPW .card .card-wrapper .card-img img {
  border-radius: 100%;
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
  margin-left: auto;
  margin-right: auto;
}
.cid-sSsAXXWmPW .card .card-wrapper .card-box {
  padding-top: 1rem;
}
.cid-sSsAXXWmPW .card .card-wrapper .card-box .card-title {
  margin-bottom: 0;
  color: #06182d;
  text-align: center;
  font-weight: 700;
}
.cid-sSsAXXWmPW .card .card-wrapper .card-box .mbr-text {
  text-align: center;
  color: #030f1c;
}
@media (max-width: 991px) {
  .cid-sSsAXXWmPW .card:after {
    background-image: none !important;
    display: none !important;
  }
  .cid-sSsAXXWmPW .card:nth-child(even) {
    margin-top: 0;
  }
}
.cid-sSsCX8V8Fo {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sSsCX8V8Fo .mbr-section-title {
  color: #06182d;
}
.cid-sSsCX8V8Fo .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-sSsCX8V8Fo .mbr-section-subtitle {
  color: #06182d;
}
.cid-sSsCX8V8Fo .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sSsCX8V8Fo .card:nth-child(even) {
  margin-top: 0px;
}
.cid-sSsCX8V8Fo .card:nth-child(1)::after {
  content: "";
  background-size: contain;
  background-image: url("../../../assets/images/arrow2.png");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 150px;
  height: 50px;
  z-index: 4;
  bottom: 60px;
  right: -100px;
  transform: rotateZ(160deg);
}
.cid-sSsCX8V8Fo .card .card-wrapper {
  height: 100%;
}
.cid-sSsCX8V8Fo .card .card-wrapper .card-img {
  position: relative;
}
.cid-sSsCX8V8Fo .card .card-wrapper .card-img:hover img {
  transform: rotateY(180deg);
}
.cid-sSsCX8V8Fo .card .card-wrapper .card-img img {
  border-radius: 100%;
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
  margin-left: auto;
  margin-right: auto;
}
.cid-sSsCX8V8Fo .card .card-wrapper .card-box {
  padding-top: 1rem;
}
.cid-sSsCX8V8Fo .card .card-wrapper .card-box .card-title {
  margin-bottom: 0;
  color: #06182d;
  text-align: center;
  font-weight: 700;
}
.cid-sSsCX8V8Fo .card .card-wrapper .card-box .mbr-text {
  text-align: center;
  color: #030f1c;
}
@media (max-width: 991px) {
  .cid-sSsCX8V8Fo .card:after {
    background-image: none !important;
    display: none !important;
  }
  .cid-sSsCX8V8Fo .card:nth-child(even) {
    margin-top: 0;
  }
}
.cid-rZqalT6jOx {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/dsc-6097-2000x1335.jpg");
}
.cid-rZqalT6jOx .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-rZqalT6jOx .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-rZqalT6jOx .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ed7600;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZqalT6jOx .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rZqalT6jOx .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rZqalT6jOx .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-rZqalT6jOx .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-rZqalT6jOx .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline {
  color: #ffffff;
}
.cid-rZqalT6jOx .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline:hover {
  color: #000000;
}
.cid-sSsZnJDMDq {
  background-color: #ffffff;
}
.cid-sSsZnJDMDq .img-wrap {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-position: 50% 50%;
  z-index: 2;
  background-image: url("../../../assets/images/dsc-6139-2000x1335.jpg");
}
.cid-sSsZnJDMDq .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-sSsZnJDMDq .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-sSsZnJDMDq .card .wrapper .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ed7600;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-sSsZnJDMDq .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-sSsZnJDMDq .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sSsZnJDMDq .card .wrapper .mbr-text {
  color: #7e7f81;
  font-weight: 300;
}
.cid-sSsZnJDMDq .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-sSsZnJDMDq .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sSsZnJDMDq .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-sSsZnJDMDq .card .wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ff4e3c;
  display: inline-block;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.cid-sSsZnJDMDq .card .wrapper .link-wrap {
  width: 100%;
}
.cid-sSsZnJDMDq .card .wrapper .link-wrap .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  text-align: left;
}
.cid-sSsZnJDMDq .card .wrapper .link-wrap .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-sSsZnJDMDq .card .wrapper .link-wrap .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sSsZnJDMDq .card .wrapper .link-wrap .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sSsZnJDMDq .card .wrapper .link-wrap .link,
.cid-sSsZnJDMDq .wrapper {
  color: #ed7600;
}
.cid-sSsW2mIVl9 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/dsc-6134-2000x1335.jpeg");
}
.cid-sSsW2mIVl9 .link-align {
  width: 100%;
}
.cid-sSsW2mIVl9 .link-wrap {
  display: inline-block;
}
.cid-sSsW2mIVl9 .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ffffff;
}
.cid-sSsW2mIVl9 .wrap {
  transform: matrix3d(0.99863, -0.052336, 0, 0, 0.052336, 0.99863, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}
.cid-sSsW2mIVl9 .wrap .mask {
  background: #ed7600;
  display: flex;
  z-index: 8;
  visibility: inherit;
  transition: none 0s ease 0s;
  text-align: inherit;
  line-height: 1.05;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 17px;
  white-space: nowrap;
  min-height: 88px;
  width: 100%;
  max-height: 100px;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, -0.275637, 0.961262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}
@media (max-width: 992px) {
  .cid-sSsW2mIVl9 .wrap .mask {
    background: none;
    min-height: auto;
  }
}
.cid-sSsW2mIVl9 .wrap .mbr-section-subtitle {
  line-height: 1;
}
.cid-sSsW2mIVl9 .wrap .price {
  color: #ed7600;
}
@media (min-width: 992px) {
  .cid-sSsW2mIVl9 .wrap .mbr-section-title.display-1 {
    font-size: 100px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .cid-sSsW2mIVl9 .mbr-text {
    text-align: right;
  }
}
.cid-sSsW2mIVl9 .wrap .mask .wrap-text .price {
  color: #282f39;
}
.cid-sSt31oGdbh {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sSt31oGdbh h3 {
  text-align: center;
  font-weight: 300;
}
.cid-sSt31oGdbh .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-sSt31oGdbh .mbr-section-title {
  color: #06182d;
}
.cid-sSt31oGdbh .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ed7600;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-sSt31oGdbh .mbr-section-subtitle {
  color: #7e7f81;
}
.cid-sSt31oGdbh .mbr-crt-title .card-title {
  color: #7e7f81;
}
.cid-sSt31oGdbh .card {
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sSt31oGdbh ellipse {
  stroke: white;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sSt31oGdbh .card {
    flex-basis: 50%;
  }
}
.cid-sSt31oGdbh .progress1 path {
  stroke: #282f39;
}
.cid-sSt31oGdbh .progress2 path {
  stroke: #ed7600;
}
.cid-sSt31oGdbh .progress3 path {
  stroke: #ed7600;
}
.cid-sSt31oGdbh .progress4 path {
  stroke: #1887cd;
}
.cid-sSt31oGdbh .card-text {
  color: #767676;
}
.cid-sSt31oGdbh .pie_progress__number {
  color: #06182d;
}
.cid-sSt31oGdbh .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-sSt31oGdbh .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sSt31oGdbh .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-sSt31oGdbh .mbr-list .list li:before {
  font-weight: 900;
  color: #ff4e3c;
  display: inline-block;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.cid-sSt31oGdbh .card .wrapper .mbr-list,
.cid-sSt31oGdbh .social-media,
.cid-sSt31oGdbh .mbr-section-btn UL {
  text-align: right;
}
.cid-sSt31oGdbh .card .mbr-crt-title .card-title {
  color: #282f39;
}
.cid-sSP1uS8B6f {
  background-image: url("../../../assets/images/dsc-6429-1106x738.jpg");
}
.cid-sSP1uS8B6f .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #ffffff;
  text-align: right;
}
.cid-sSP1uS8B6f .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sSP1uS8B6f .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sSP1uS8B6f .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sSP1uS8B6f .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ed7600;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-sSP1uS8B6f .mbr-text,
.cid-sSP1uS8B6f .mbr-section-btn {
  color: #ffffff;
}
.cid-sSP1uS8B6f .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sSP1uS8B6f .card .card-wrapper {
  text-align: center;
}
.cid-sSP1uS8B6f .card .card-wrapper .mbr-iconfont {
  font-size: 41px;
  color: #ff513c;
  width: 100%;
  min-width: 100px;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 14px;
}
.cid-sSP1uS8B6f .card .card-wrapper .card-box .card-title {
  cursor: pointer;
  color: #ffffff;
}
.cid-sSP1uS8B6f .card .card-wrapper .card-box .card-text {
  color: #ffffff;
}
.cid-sSP1uS8B6f .buttons-wrap {
  text-align: center;
}
.cid-sSP1uS8B6f .buttons-wrap .mbr-section-btn {
  display: inline-block;
}
.cid-sSP1uS8B6f .buttons-wrap .mbr-section-btn .btn {
  padding-left: 39px;
  padding-right: 39px;
}
.cid-sSP1uS8B6f .buttons-wrap .mbr-section-btn .btn-success-outline {
  color: #ffffff;
}
.cid-sSP1uS8B6f .buttons-wrap .mbr-section-btn .btn-success-outline:hover {
  color: #000000;
}
.cid-sSP1uS8B6f .buttons-wrap .or {
  text-align: center;
  display: inline-block;
  margin-left: 25px;
  margin-right: 25px;
  vertical-align: sub;
}
@media (max-width: 768px) {
  .cid-sSP1uS8B6f .buttons-wrap .or {
    display: none;
  }
}
.cid-sSPgD0S78h {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sSPgD0S78h .mbr-section-title {
  color: #06182d;
}
.cid-sSPgD0S78h .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ed7600;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-sSPgD0S78h .mbr-section-subtitle {
  color: #06182d;
}
.cid-sSPgD0S78h .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sSPgD0S78h .mbr-section-text {
  color: #999999;
}
.cid-sSPgD0S78h .nav-tabs .nav-item.open .nav-link:focus,
.cid-sSPgD0S78h .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sSPgD0S78h .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #f4f6f9;
}
.cid-sSPgD0S78h .nav-tabs .nav-item {
  margin-right: 4px;
}
.cid-sSPgD0S78h .first {
  margin-left: -24px;
}
.cid-sSPgD0S78h .nav-tabs .nav-link {
  color: #06182d;
  font-style: normal;
  font-weight: 300;
  transition: all 0.5s;
  border: none;
  border-radius: 0 !important;
  background-color: #f4f6f9;
  padding: 1rem 2.2rem;
}
.cid-sSPgD0S78h .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ed7600;
}
.cid-sSPgD0S78h .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #ed7600;
}
.cid-sSPgD0S78h P {
  color: #879a9f;
}
.cid-sSPgD0S78h .img-wrap img {
  width: 100%;
}
.cid-sSPgD0S78h .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-sSPgD0S78h .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sSPgD0S78h .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-sSPgD0S78h .mbr-list .list li:before {
  font-weight: 900;
  color: #ed7600;
  display: inline-block;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
@media (max-width: 768px) {
  .cid-sSPgD0S78h .first {
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .cid-sSPgD0S78h .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-sSPgD0S78h .mbr-text,
  .cid-sSPgD0S78h .nav-link {
    text-align: center;
  }
}
.cid-sSPm4uoZiC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sSPm4uoZiC .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSPm4uoZiC .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sSPm4uoZiC .mbr-section-title {
  color: #06182d;
  margin: 0;
}
.cid-sSPm4uoZiC .mbr-section-title span {
  line-height: 1;
  color: #fff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ed7600;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-sSPm4uoZiC .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ed7600;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sSPm4uoZiC .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-sSPm4uoZiC .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-sSPm4uoZiC .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-sSPm4uoZiC .mbr-gallery-filter ul {
  display: block;
}
.cid-sSPm4uoZiC .mbr-gallery-filter ul li {
  position: relative;
}
.cid-sSPm4uoZiC .mbr-gallery-filter li.active .btn {
  color: #ed7600 !important;
  background: transparent;
}
.cid-sSPm4uoZiC .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ed7600 !important;
}
.cid-sSPm4uoZiC .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-sSPm4uoZiC .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-sSPm4uoZiC .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ed7600 !important;
}
.cid-sSPm4uoZiC .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-sSPm4uoZiC .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-sSPm4uoZiC .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-sSPm4uoZiC .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-sSPm4uoZiC .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-sSPm4uoZiC .icon-focus:before {
  content: '\e95e';
}
.cid-sSPm4uoZiC .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-sSPm4uoZiC .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sSPm4uoZiC .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-sSPm4uoZiC .mbr-section-subtitle {
  color: #7e7f81;
  text-align: center;
}
.cid-rZqapN0JPL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f4f6f9;
}
.cid-rZqapN0JPL .mbr-section-title {
  color: #06182d;
}
.cid-rZqapN0JPL .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ed7600;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZqapN0JPL .mbr-section-subtitle {
  color: #06182d;
}
.cid-rZqapN0JPL .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rZqapN0JPL .mbr-section-text {
  color: #999999;
}
.cid-rZqapN0JPL .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rZqapN0JPL .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 0.7em 1.07em 0em 0.8em;
  background-color: #f4f6f9;
  border: 0px solid #dfe3e8;
  border-bottom: 1px solid #dfe3e8;
  color: #61728a;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-rZqapN0JPL .form-control:focus,
.cid-rZqapN0JPL .form-control:hover {
  border: 0px solid #ed7600;
  background-color: #f4f6f9;
}
.cid-rZqapN0JPL .form-control.textarea {
  padding-top: 40px;
}
.cid-rZqapN0JPL .form-group {
  margin-bottom: 1rem;
}
.cid-rZqapN0JPL .form-group .wrap {
  display: flex;
}
.cid-rZqapN0JPL .form-group .wrap span {
  padding: 0em 0em;
  margin-bottom: 0px;
  align-self: center;
  color: #61728a;
}
.cid-rZqapN0JPL input::-webkit-input-placeholder,
.cid-rZqapN0JPL textarea::-webkit-input-placeholder {
  color: #61728a;
}
.cid-rZqapN0JPL input:-moz-placeholder,
.cid-rZqapN0JPL textarea:-moz-placeholder {
  color: #61728a;
}
.cid-rZqapN0JPL .jq-selectbox li,
.cid-rZqapN0JPL .jq-selectbox li {
  background-color: #f4f6f9;
  color: #000000;
}
.cid-rZqapN0JPL .jq-selectbox li:hover,
.cid-rZqapN0JPL .jq-selectbox li.selected {
  background-color: #f4f6f9;
  color: #000000;
}
.cid-rZqapN0JPL .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f4f6f9;
}
.cid-rZqapN0JPL .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f4f6f9;
}
.cid-rZqapN0JPL .map {
  width: 100%;
  height: 30rem;
}
.cid-rZqapN0JPL .map iframe {
  width: inherit;
  height: 100%;
}
.cid-rZqapN0JPL .icon-block {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.cid-rZqapN0JPL .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
}
.cid-rZqapN0JPL .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-rZqapN0JPL .mbr-text {
  color: #767676;
}
.cid-rZqapN0JPL a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-rZqapN0JPL .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-rZqapN0JPL .input-group-btn {
  display: block;
  text-align: left;
}
.cid-rZqapN0JPL .input-group-btn .btn-sm {
  padding: 7px 39px;
}
.cid-rZqapN0JPL textarea.form-control {
  resize: none;
}
.cid-rZqapN0JPL .google-map {
  height: 25rem;
  position: relative;
}
.cid-rZqapN0JPL .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rZqapN0JPL .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-rZqapN0JPL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rZqapN0JPL .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rZqapN0JPL h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rZqapN0JPL .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rZqapN0JPL .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-rZqapN0JPL .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-rZqapN0JPL * {
    text-align: center !important;
  }
}
.cid-rZqasE8Bhf {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #282f39;
}
.cid-rZqasE8Bhf .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rZqasE8Bhf .copyright {
    margin-bottom: 1rem;
  }
}
.cid-rZqasE8Bhf .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-rZqasE8Bhf .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #384657;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-rZqasE8Bhf .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-rZqasE8Bhf .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-rZqasE8Bhf .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-rZqasE8Bhf .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-rZqasE8Bhf .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-rZqasE8Bhf .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-rZqasE8Bhf .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-rZqasE8Bhf .mbr-text P {
  text-align: left;
}
.cid-rZqasE8Bhf P {
  text-align: center;
}
.cid-sUrLpgiKgX .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUrLpgiKgX .nav-item,
.cid-sUrLpgiKgX .nav-link,
.cid-sUrLpgiKgX .navbar-caption {
  font-weight: normal;
}
.cid-sUrLpgiKgX .nav-item:focus,
.cid-sUrLpgiKgX .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sUrLpgiKgX .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-sUrLpgiKgX .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sUrLpgiKgX .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sUrLpgiKgX .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sUrLpgiKgX .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sUrLpgiKgX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sUrLpgiKgX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUrLpgiKgX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUrLpgiKgX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sUrLpgiKgX .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-sUrLpgiKgX .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #4d4d4d;
  background: none;
}
.cid-sUrLpgiKgX .navbar.opened {
  transition: all 0.3s;
  background: #4d4d4d !important;
}
.cid-sUrLpgiKgX .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-sUrLpgiKgX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sUrLpgiKgX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sUrLpgiKgX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sUrLpgiKgX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sUrLpgiKgX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sUrLpgiKgX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sUrLpgiKgX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sUrLpgiKgX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sUrLpgiKgX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-sUrLpgiKgX .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sUrLpgiKgX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sUrLpgiKgX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sUrLpgiKgX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sUrLpgiKgX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sUrLpgiKgX .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sUrLpgiKgX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sUrLpgiKgX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sUrLpgiKgX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-sUrLpgiKgX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sUrLpgiKgX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sUrLpgiKgX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sUrLpgiKgX .navbar.navbar-short {
  background: #4d4d4d !important;
  min-height: 60px;
}
.cid-sUrLpgiKgX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sUrLpgiKgX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sUrLpgiKgX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sUrLpgiKgX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sUrLpgiKgX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sUrLpgiKgX .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sUrLpgiKgX .dropdown-item.active,
.cid-sUrLpgiKgX .dropdown-item:active {
  background-color: transparent;
}
.cid-sUrLpgiKgX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sUrLpgiKgX .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sUrLpgiKgX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4d4d4d;
}
.cid-sUrLpgiKgX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sUrLpgiKgX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sUrLpgiKgX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sUrLpgiKgX .navbar-buttons {
  text-align: center;
}
.cid-sUrLpgiKgX .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-sUrLpgiKgX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sUrLpgiKgX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sUrLpgiKgX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sUrLpgiKgX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUrLpgiKgX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUrLpgiKgX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sUrLpgiKgX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUrLpgiKgX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sUrLpgiKgX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sUrLpgiKgX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUrLpgiKgX .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sUrLpgiKgX a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-sUrLpgiKgX .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sUrLpgiKgX .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sUrLpgiKgX .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sUrLpgiKgX .navbar {
    height: 77px;
  }
  .cid-sUrLpgiKgX .navbar.opened {
    height: auto;
  }
  .cid-sUrLpgiKgX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUrLpgPE8K {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/dsc-6332-2000x1335.jpg");
}
.cid-sUrLpgPE8K .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-sUrLpgPE8K .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-sUrLpgPE8K .card .wrapper .mbr-section-title span:first-child {
  color: #ed7600;
}
.cid-sUrLpgPE8K .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ed7600;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-sUrLpgPE8K .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sUrLpgPE8K .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sUrLpgPE8K .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-sUrLpgPE8K .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #ffffff;
}
.cid-sUrLpgPE8K .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sUrLpgPE8K .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-sUrLpgPE8K .card .wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ed7600;
  display: inline-block;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.cid-sUrLpgPE8K .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 12px 35px;
  line-height: 1.0625;
}
.cid-sUrNrSY49p {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sUrNrSY49p .img-wrap {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-position: 50% 50%;
  z-index: 2;
  background-image: url("../../../assets/images/03.jpg");
}
.cid-sUrNrSY49p .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-sUrNrSY49p .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-sUrNrSY49p .card .wrapper .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-sUrNrSY49p .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-sUrNrSY49p .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sUrNrSY49p .card .wrapper .mbr-text {
  color: #7e7f81;
  font-weight: 300;
}
.cid-sUrNrSY49p .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-sUrNrSY49p .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sUrNrSY49p .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-sUrNrSY49p .card .wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ff4e3c;
  display: inline-block;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.cid-sUrNrSY49p .card .wrapper .link-wrap {
  width: 100%;
}
.cid-sUrNrSY49p .card .wrapper .link-wrap .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  text-align: left;
}
.cid-sUrNrSY49p .card .wrapper .link-wrap .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-sUrNrSY49p .card .wrapper .link-wrap .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sUrNrSY49p .card .wrapper .link-wrap .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sUrNrSY49p .card .wrapper .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-sUrPhgQ53u {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background-color: #ffffff;
}
.cid-sUrPhgQ53u .mbr-section-title {
  color: #06182d;
}
.cid-sUrPhgQ53u .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-sUrPhgQ53u .mbr-section-subtitle {
  color: #06182d;
}
.cid-sUrPhgQ53u .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sUrPhgQ53u .mbr-text {
  color: #7e7f81;
  font-weight: 300;
}
.cid-sUrPhgQ53u .title-text {
  margin-bottom: 70px;
}
.cid-sUrPhgQ53u .title-text .mbr-section-subtitle {
  color: #06182d;
}
.cid-sUrPhgQ53u .title-text .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-sUrPhgQ53u .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sUrPhgQ53u .title-text .mbr-section-title {
  color: #000000;
}
.cid-sUrPhgQ53u .title-text .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-sUrPhgQ53u .title-text .mbr-section-title span {
  font-weight: 500;
}
.cid-sUrPhgQ53u .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sUrPhgQ53u .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  font-size: 1.4rem !important;
  color: #ff4e3c;
}
.cid-sUrPhgQ53u .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-sUrPhgQ53u .p-4 {
  padding: 1rem 0 !important;
}
.cid-sUrPhgQ53u .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-sUrPhgQ53u .mbri-arrow-down:before {
  content: "\e960";
}
.cid-sUrPhgQ53u .mbri-arrow-up:before {
  content: "\e960";
}
.cid-sUrPhgQ53u .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-sUrPhgQ53u .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-sUrPhgQ53u .card {
  border-radius: 0px;
  background-color: #f5f5f5;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.2rem;
}
.cid-sUrPhgQ53u .card:hover .card-header {
  transition: all 0.15s linear 0s;
  opacity: 0.7;
}
.cid-sUrPhgQ53u .card .card-header {
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-sUrPhgQ53u .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-sUrPhgQ53u .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #ff4e3c;
  transition: all 0.3s;
  justify-content: space-between;
}
.cid-sUrPhgQ53u .card .card-header a.panel-title.collapsed {
  border-bottom: 1px solid #efefef;
}
.cid-sUrPhgQ53u .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sUrPhgQ53u .card .card-header a.panel-title h4 {
  padding: 0 0rem 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-sUrPhgQ53u .card .card-header a.panel-title h4 .sign {
  line-height: 1.6 !important;
}
.cid-sUrPhgQ53u .card .card-header a.panel-title .toggle-icon {
  right: 14px;
  position: absolute;
  top: 20px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
  border-radius: 50%;
  border: 2px solid rgba(97, 114, 138, 0.4);
  padding: 13px;
}
.cid-sUrPhgQ53u .card .card-header a.panel-title .toggle-icon:before,
.cid-sUrPhgQ53u .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-sUrPhgQ53u .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  transform: none;
}
.cid-sUrPhgQ53u .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-sUrPhgQ53u .card .panel-body {
  padding: 14px 20px;
}
.cid-sUrPhgQ53u .card .panel-body p {
  color: #7e7f81;
  line-height: 1.5;
}
.cid-sUrPhgQ53u .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-sUrPhgQ53u .card .panel-body p {
  text-align: left;
  color: #000000;
}
.cid-sUrSdXMZ27 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sUrSdXMZ27 .img-wrap {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-position: 50% 50%;
  z-index: 2;
  background-image: url("../../../assets/images/03.jpg");
}
.cid-sUrSdXMZ27 .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-sUrSdXMZ27 .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-sUrSdXMZ27 .card .wrapper .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-sUrSdXMZ27 .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-sUrSdXMZ27 .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sUrSdXMZ27 .card .wrapper .mbr-text {
  color: #7e7f81;
  font-weight: 300;
}
.cid-sUrSdXMZ27 .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-sUrSdXMZ27 .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sUrSdXMZ27 .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-sUrSdXMZ27 .card .wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ff4e3c;
  display: inline-block;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.cid-sUrSdXMZ27 .card .wrapper .link-wrap {
  width: 100%;
}
.cid-sUrSdXMZ27 .card .wrapper .link-wrap .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  text-align: left;
}
.cid-sUrSdXMZ27 .card .wrapper .link-wrap .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-sUrSdXMZ27 .card .wrapper .link-wrap .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sUrSdXMZ27 .card .wrapper .link-wrap .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sUrSdXMZ27 .card .wrapper .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-sUrLpmLD96 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #282f39;
}
.cid-sUrLpmLD96 .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-sUrLpmLD96 .copyright {
    margin-bottom: 1rem;
  }
}
.cid-sUrLpmLD96 .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-sUrLpmLD96 .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #384657;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-sUrLpmLD96 .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-sUrLpmLD96 .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-sUrLpmLD96 .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-sUrLpmLD96 .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-sUrLpmLD96 .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-sUrLpmLD96 .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-sUrLpmLD96 .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-sUrLpmLD96 .mbr-text P {
  text-align: left;
}
.cid-sUrLpmLD96 P {
  text-align: center;
}
