body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.04rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.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.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #f9f295 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #41a0f3 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  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-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f9f295 !important;
  border-color: #f9f295 !important;
  color: #877e08 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #877e08 !important;
  background-color: #f5e94d !important;
  border-color: #f5e94d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #877e08 !important;
  background-color: #f5e94d !important;
  border-color: #f5e94d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #41a0f3 !important;
  border-color: #41a0f3 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0e7bda !important;
  border-color: #0e7bda !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0e7bda !important;
  border-color: #0e7bda !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: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #f4e634;
  color: #f4e634;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #877e08;
  background-color: #f9f295;
  border-color: #f9f295;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #877e08 !important;
  background-color: #f9f295 !important;
  border-color: #f9f295 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #0c6dc2;
  color: #0c6dc2;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #41a0f3;
  border-color: #41a0f3;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #41a0f3 !important;
  border-color: #41a0f3 !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: #000000 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #f9f295 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #41a0f3 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #f4e634 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #0c6dc2 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #41a0f3;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !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='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-sHOJK5rkpi .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sHOJK5rkpi .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sHOJK5rkpi a {
  font-style: normal;
}
.cid-sHOJK5rkpi .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sHOJK5rkpi .show {
  overflow: visible;
}
.cid-sHOJK5rkpi .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sHOJK5rkpi .dropdown-item:active {
  background-color: transparent;
}
.cid-sHOJK5rkpi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sHOJK5rkpi .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sHOJK5rkpi .nav-item:focus,
.cid-sHOJK5rkpi .nav-link:focus {
  outline: none;
}
.cid-sHOJK5rkpi .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sHOJK5rkpi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sHOJK5rkpi .menu-logo {
  margin-right: auto;
}
.cid-sHOJK5rkpi .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sHOJK5rkpi .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sHOJK5rkpi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sHOJK5rkpi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sHOJK5rkpi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sHOJK5rkpi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sHOJK5rkpi .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sHOJK5rkpi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sHOJK5rkpi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sHOJK5rkpi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sHOJK5rkpi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sHOJK5rkpi .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sHOJK5rkpi .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sHOJK5rkpi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sHOJK5rkpi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHOJK5rkpi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sHOJK5rkpi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHOJK5rkpi .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sHOJK5rkpi .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sHOJK5rkpi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sHOJK5rkpi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sHOJK5rkpi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sHOJK5rkpi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sHOJK5rkpi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sHOJK5rkpi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sHOJK5rkpi button.navbar-toggler:focus {
  outline: none;
}
.cid-sHOJK5rkpi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sHOJK5rkpi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHOJK5rkpi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHOJK5rkpi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHOJK5rkpi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHOJK5rkpi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHOJK5rkpi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHOJK5rkpi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHOJK5rkpi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sHOJK5rkpi .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sHOJK5rkpi .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sHOJK5rkpi .collapsed .btn {
  display: -webkit-flex;
}
.cid-sHOJK5rkpi .collapsed .outstanding {
  display: -webkit-flex;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sHOJK5rkpi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sHOJK5rkpi .collapsed .navbar-collapse.collapsing,
.cid-sHOJK5rkpi .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sHOJK5rkpi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sHOJK5rkpi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sHOJK5rkpi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sHOJK5rkpi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sHOJK5rkpi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sHOJK5rkpi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sHOJK5rkpi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sHOJK5rkpi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sHOJK5rkpi .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-sHOJK5rkpi .collapsed button.navbar-toggler {
  display: block;
}
.cid-sHOJK5rkpi .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sHOJK5rkpi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sHOJK5rkpi .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sHOJK5rkpi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sHOJK5rkpi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sHOJK5rkpi .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sHOJK5rkpi.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sHOJK5rkpi img {
    height: 3.8rem !important;
  }
  .cid-sHOJK5rkpi .btn {
    display: -webkit-flex;
  }
  .cid-sHOJK5rkpi button.navbar-toggler {
    display: block;
  }
  .cid-sHOJK5rkpi .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sHOJK5rkpi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sHOJK5rkpi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sHOJK5rkpi .navbar-collapse.collapsing,
  .cid-sHOJK5rkpi .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sHOJK5rkpi .navbar-collapse.collapsing .navbar-nav,
  .cid-sHOJK5rkpi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sHOJK5rkpi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sHOJK5rkpi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sHOJK5rkpi .navbar-collapse.collapsing .navbar-buttons,
  .cid-sHOJK5rkpi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sHOJK5rkpi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sHOJK5rkpi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sHOJK5rkpi .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sHOJK5rkpi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sHOJK5rkpi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sHOJK5rkpi .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sHOJK5rkpi .nav-link {
    justify-content: start !important;
  }
  .cid-sHOJK5rkpi .navbar.opened {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sHOJK5rkpi .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sHOJK5rkpi .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sHOJK5rkpi .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sHOJK5rkpi .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sHOJK5rkpi .nav-link:hover,
.cid-sHOJK5rkpi .dropdown-item:hover {
  color: #41a0f3 !important;
  opacity: .75;
}
.cid-sHOJK5rkpi .nav-link:active,
.cid-sHOJK5rkpi .dropdown-item:active {
  color: #879a9f;
}
@media (min-width: 1500px) {
  .cid-sHOJK5rkpi .navbar-toggleable-sm .navbar-collapse {
    max-width: 90% !important;
    padding-right: 5rem;
  }
  .cid-sHOJK5rkpi .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sHOJK5rkpi .outstanding {
  display: inline-block;
  padding: 0 2rem;
  vertical-align: middle;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sHOJK5rkpi .outstanding {
    padding: 0.7rem 0 !important;
    display: -webkit-flex;
    margin: 0rem 1.25rem !important;
    -webkit-align-items: center;
  }
}
.cid-sHHpTOCpLw {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/dsc-5932-edit-2000x1290.jpg");
}
.cid-sHHpTOCpLw h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sHHpTOCpLw h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sHHpTOCpLw .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-sHHpTOCpLw h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-sHHpTOCpLw h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-sHHpTOCpLw H3 {
  color: #41a0f3;
}
.cid-sHHzu23isW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sHHzu23isW .text-wrapper {
  max-width: 28rem;
  margin-right: auto;
}
.cid-sHHzu23isW .card {
  margin-bottom: 1rem;
}
.cid-sHHzu23isW .cards-container [class*="col"] {
  padding-left: .5rem !important;
  padding-right: .5rem !important;
}
.cid-sHHzu23isW .card-wrapper {
  box-sizing: border-box;
  min-height: 160px;
  background-color: #41a0f3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sHHzu23isW .card-box {
  flex-direction: column;
  padding: 1.5rem;
}
@media (max-width: 991px) {
  .cid-sHHzu23isW .section-subtitle {
    margin-bottom: 2rem !important;
  }
}
.cid-sHHzu23isW .mbr-section-title {
  text-align: left;
}
.cid-sHHzu23isW .mbr-text {
  text-align: left;
}
.cid-sHHzu23isW .card-title {
  text-align: left;
  color: #ffffff;
  margin-bottom: 0.75rem;
}
.cid-sHHzu23isW .card-sub-title {
  color: #ffffff;
  text-align: left;
}
.cid-sHHzu23isW .section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #41a0f3;
}
.cid-sHHzu23isW .section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-sImtb1qtBI {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-sImtb1qtBI .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #4f87fb none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sImtb1qtBI .content-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.cid-sImtb1qtBI .photo-split {
  padding: 0;
  text-align: right;
}
.cid-sImtb1qtBI .photo-split img {
  max-height: 800px;
  max-width: 500px;
  width: 500px;
}
.cid-sImtb1qtBI .counter-container ul {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  list-style-type: none;
}
.cid-sImtb1qtBI .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-sImtb1qtBI .counter-container ul li:before {
  font-weight: 900;
  color: #4f87fb;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-sImtb1qtBI .wrap-block {
  padding: 3rem 3rem;
}
.cid-sImtb1qtBI .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-sImtb1qtBI .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  line-height: 1.85;
  letter-spacing: 2px;
  font-weight: 800;
}
.cid-sImtb1qtBI .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
}
.cid-sImtb1qtBI .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sImtb1qtBI .wrap-block .contents .mbr-section-text {
  margin-top: 10px;
  color: #6d7a8c;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-sImtb1qtBI .wrap-block .mbr-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-sImtb1qtBI .wrap-block .mbr-list ul li {
  display: inline-block;
  line-height: 1.5;
}
.cid-sImtb1qtBI .wrap-block .mbr-list ul li span {
  text-align: center;
}
.cid-sImtb1qtBI .wrap-block .mbr-list.display-4 {
  font-size: 16px;
}
.cid-sImtb1qtBI .mbr-list {
  text-align: left;
}
.cid-sImtb1qtBI .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-sImtb1qtBI .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #4f87fb;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-sImtb1qtBI .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-sImtb1qtBI .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sImtb1qtBI .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-sImtb1qtBI .info-widget .widget-content .widget-title.display-7 {
  font-size: 20px;
}
.cid-sImtb1qtBI .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #6d7a8c;
}
.cid-sImtb1qtBI .menu-content-right {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-sImtb1qtBI .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sImtb1qtBI .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-sImtb1qtBI .contents .mbr-section-subtitle {
    text-align: left;
  }
  .cid-sImtb1qtBI .wrap-block {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .cid-sImtb1qtBI .photo-split img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-sImtb1qtBI .mbr-section-title,
  .cid-sImtb1qtBI .mbr-section-subtitle,
  .cid-sImtb1qtBI .mbr-text {
    text-align: left !important;
  }
  .cid-sImtb1qtBI .social-list {
    text-align: center !important;
  }
  .cid-sImtb1qtBI .info-widget {
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .cid-sImtb1qtBI .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-sImtb1qtBI .wrap-block .contents .mbr-section-title {
  color: #ffffff;
}
.cid-sImtb1qtBI .wrap-block .contents .mbr-section-text {
  color: #ffffff;
}
.cid-sImtb1qtBI .mbr-list,
.cid-sImtb1qtBI .social-media {
  color: #ffffff;
}
.cid-sHHxaxxGz5 {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-sHHxaxxGz5 .image-block {
  margin: auto;
  height: 400px;
  overflow: hidden;
}
.cid-sHHxaxxGz5 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sHHxaxxGz5 .image-block:hover:before {
  opacity: 0.2;
}
.cid-sHHxaxxGz5 .image-block:hover .wrap {
  opacity: 1;
}
.cid-sHHxaxxGz5 h4 {
  letter-spacing: 2px;
}
.cid-sHHxaxxGz5 figcaption {
  position: relative;
}
.cid-sHHxaxxGz5 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sHHxaxxGz5 img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-sHHxaxxGz5 .card {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-sHHxaxxGz5 .wrap {
    opacity: 1 !important;
  }
  .cid-sHHxaxxGz5 .image-block:before {
    opacity: 0.2 !important;
  }
}
.cid-sHHF4Jto2l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-sHHF4Jto2l .plan {
  word-break: break-word;
  background-color: #ffffff;
  padding: 70px 45px;
  background: #41a0f3;
  border: 1px solid #338873;
}
.cid-sHHF4Jto2l .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
@media (max-width: 991px) {
  .cid-sHHF4Jto2l .plan {
    margin-bottom: 2rem;
  }
}
.cid-sHHF4Jto2l .price-term {
  color: #626262;
  padding-bottom: 1.8rem;
  margin: 0;
}
.cid-sHHF4Jto2l .mbr-section-title {
  color: #41a0f3;
  padding-bottom: 39px;
  text-align: center;
}
.cid-sHHF4Jto2l .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sHHF4Jto2l .first-title {
  color: #ffffff;
}
.cid-sHHF4Jto2l .first-subtitle {
  color: #ffffff;
  padding-bottom: 39px;
}
.cid-sHHF4Jto2l .first-price {
  color: #ffffff;
  font-size: 25px;
}
.cid-sHHF4Jto2l .big {
  font-size: 40px;
}
.cid-sHHzMaQrDB {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sHHzMaQrDB .image-block {
  margin: auto;
  height: 400px;
  overflow: hidden;
}
.cid-sHHzMaQrDB .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sHHzMaQrDB .image-block:hover:before {
  opacity: 0.2;
}
.cid-sHHzMaQrDB .image-block:hover .wrap {
  opacity: 1;
}
.cid-sHHzMaQrDB h4 {
  letter-spacing: 2px;
}
.cid-sHHzMaQrDB figcaption {
  position: relative;
}
.cid-sHHzMaQrDB figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sHHzMaQrDB img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-sHHzMaQrDB .card {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-sHHzMaQrDB .wrap {
    opacity: 1 !important;
  }
  .cid-sHHzMaQrDB .image-block:before {
    opacity: 0.2 !important;
  }
}
.cid-sHHHTGj9ev {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sHHHTGj9ev *:focus {
  outline: none;
}
.cid-sHHHTGj9ev .form-group {
  margin-bottom: 2rem;
}
.cid-sHHHTGj9ev .form-control {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 2px solid #000000;
  color: #000000;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1px;
  min-height: 35px;
}
.cid-sHHHTGj9ev .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-sHHHTGj9ev .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-sHHHTGj9ev .form-control::-moz-placeholder {
  color: #000000;
}
.cid-sHHHTGj9ev .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-sHHHTGj9ev .form-control:-moz-placeholder {
  color: #000000;
}
.cid-sHHHTGj9ev input.form-control {
  padding: 1px 0;
}
.cid-sHHHTGj9ev .soc-item {
  display: inline-block;
  margin: 0 .2rem;
}
.cid-sHHHTGj9ev .soc-item .socicon {
  font-size: 1.5rem;
  color: #767676;
  opacity: 1;
}
.cid-sHHHTGj9ev .soc-item .socicon:hover {
  opacity: .5;
}
.cid-sHHHTGj9ev .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-sHHHTGj9ev .first-column,
  .cid-sHHHTGj9ev .form-1 {
    text-align: center;
  }
}
.cid-sHHGkSfIuS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #41a0f3;
}
.cid-sHHGkSfIuS .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHHGkSfIuS .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHHGkSfIuS .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sHHGkSfIuS .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sHHGkSfIuS .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sHHGkSfIuS .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sHHGkSfIuS .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sHHGkSfIuS .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sHHGkSfIuS .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sHHGkSfIuS .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sHHGkSfIuS .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sHHGkSfIuS .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sHHGkSfIuS .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sHHGkSfIuS .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sHHNSOph6s.popup-builder {
  background-color: #ffffff;
}
.cid-sHHNSOph6s.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sHHNSOph6s.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sHHNSOph6s .modal-content,
.cid-sHHNSOph6s .modal-dialog {
  height: auto;
}
.cid-sHHNSOph6s .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sHHNSOph6s .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sHHNSOph6s .form-wrapper .mbr-form .form-group,
  .cid-sHHNSOph6s .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sHHNSOph6s .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sHHNSOph6s .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sHHNSOph6s .mbr-text {
  text-align: center;
}
.cid-sHHNSOph6s .pt-0 {
  padding-top: 0 !important;
}
.cid-sHHNSOph6s .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sHHNSOph6s .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sHHNSOph6s .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sHHNSOph6s .modal-open {
  overflow: hidden;
}
.cid-sHHNSOph6s .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sHHNSOph6s .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sHHNSOph6s .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sHHNSOph6s .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sHHNSOph6s .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sHHNSOph6s .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sHHNSOph6s .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sHHNSOph6s .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sHHNSOph6s .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sHHNSOph6s .modal-backdrop.fade {
  opacity: 0;
}
.cid-sHHNSOph6s .modal-backdrop.show {
  opacity: .5;
}
.cid-sHHNSOph6s .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sHHNSOph6s .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sHHNSOph6s .modal-header {
    padding: 1rem;
  }
}
.cid-sHHNSOph6s .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sHHNSOph6s .modal-header .close:hover {
  opacity: 1;
}
.cid-sHHNSOph6s .modal-header .close:focus {
  outline: none;
}
.cid-sHHNSOph6s .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sHHNSOph6s .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sHHNSOph6s .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sHHNSOph6s .modal-body {
    padding: 1rem;
  }
}
.cid-sHHNSOph6s .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sHHNSOph6s .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sHHNSOph6s .modal-footer {
    padding: 1rem;
  }
}
.cid-sHHNSOph6s .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sHHNSOph6s .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sHHNSOph6s .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sHHNSOph6s .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sHHNSOph6s .modal-sm {
    max-width: 300px;
  }
  .cid-sHHNSOph6s .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sHHNSOph6s .modal-lg,
  .cid-sHHNSOph6s .modal-xl {
    max-width: 800px;
  }
  .cid-sHHNSOph6s .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sHHNSOph6s .modal-xl {
    max-width: 1140px;
  }
  .cid-sHHNSOph6s .container {
    max-width: 1140px;
  }
}
.cid-sHHNSOph6s .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sHHNSOph6s .container {
    max-width: 720px;
  }
}
.cid-sHHNSOph6s .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sHHNSOph6s .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sHHNSOph6s .form-group {
  margin-bottom: 1rem;
}
.cid-sHHNSOph6s .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sHHNSOph6s .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sHHNSOph6s .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sHHNSOph6s .mbr-section-btn {
  margin: 0;
}
.cid-sHHNSOph6s .mbr-section-btn .btn {
  margin: 0;
}
.cid-sRllCfgpBM {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/banner-crop-2000x899.jpg");
}
.cid-sRllCfgpBM h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-sRllCfgpBM h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sRllCfgpBM h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-sRllCfgpBM h3:before,
  .cid-sRllCfgpBM h3:after {
    display: none;
  }
}
.cid-sRozxu5a2D {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-sRozxu5a2D .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-sRozxu5a2D .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-sRozxu5a2D .item:focus,
.cid-sRozxu5a2D span:focus {
  outline: none;
}
.cid-sRozxu5a2D .main-container {
  display: flex;
  flex-direction: column;
  width: 82%;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .cid-sRozxu5a2D .main-container {
    width: 91%;
  }
}
@media (min-width: 768px) {
  .cid-sRozxu5a2D .main-container {
    flex-direction: row;
  }
}
@media (min-width: 1400px) {
  .cid-sRozxu5a2D .main-container {
    width: 1300px;
  }
}
.cid-sRozxu5a2D .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-sRozxu5a2D .item {
    margin-bottom: 50px;
  }
}
.cid-sRozxu5a2D .item-img {
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  margin-bottom: 8px;
  overflow: hidden;
}
.cid-sRozxu5a2D .item-img img {
  object-fit: cover;
  height: auto;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-sRozxu5a2D .item-left {
  align-items: flex-start;
}
@media (min-width: 768px) {
  .cid-sRozxu5a2D .item-left {
    padding: 0 4.66666667% 0 0;
  }
}
.cid-sRozxu5a2D .item-center {
  align-items: center;
}
@media (min-width: 768px) {
  .cid-sRozxu5a2D .item-center {
    padding: 5.5% 2.33333333% 0 2.33333333%;
  }
}
.cid-sRozxu5a2D .item-right {
  align-items: flex-end;
}
@media (min-width: 768px) {
  .cid-sRozxu5a2D .item-right {
    padding: 0 0 0 4.66666667%;
  }
}
.cid-sRozxu5a2D .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  max-width: 344px;
  flex-flow: column nowrap;
}
.cid-sRozxu5a2D .item-content {
  width: 100%;
}
.cid-sRozxu5a2D .mbr-section-title {
  color: #000000;
}
.cid-sRozxu5a2D .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-sRozxu5a2D .mbr-text,
.cid-sRozxu5a2D .mbr-section-btn {
  text-align: left;
}
.cid-sRozxu5a2D .item-subtitle {
  text-align: center;
}
.cid-sRozxu5a2D .text-client {
  color: #3d3d3d;
  width: 100%;
}
.cid-sRozxu5a2D .text-client span {
  padding: 0 4px;
  min-height: 21px;
  border: 1px solid currentColor;
  border-radius: 50%;
}
.cid-sRozxu5a2D .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-sRozxu5a2D .btn-black-outline {
  border: 1px solid #000000;
}
.cid-sRozxu5a2D .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-sRoCX1WwjA .container-fluid {
  padding: 0;
}
.cid-sRoCX1WwjA .parallax-container {
  width: 100%;
  height: 600px;
  background-image: url("../../../assets/images/dsc-5932-edit-2000x1290.jpg");
  background-attachment: fixed;
  background-size: cover;
}
.cid-sRllsVQtrn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-sRllsVQtrn .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-sRllsVQtrn .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-sRllsVQtrn .item:focus,
.cid-sRllsVQtrn span:focus {
  outline: none;
}
.cid-sRllsVQtrn .main-container {
  display: flex;
  flex-direction: column;
  width: 82%;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .cid-sRllsVQtrn .main-container {
    width: 91%;
  }
}
@media (min-width: 768px) {
  .cid-sRllsVQtrn .main-container {
    flex-direction: row;
  }
}
@media (min-width: 1400px) {
  .cid-sRllsVQtrn .main-container {
    width: 1300px;
  }
}
.cid-sRllsVQtrn .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-sRllsVQtrn .item {
    margin-bottom: 50px;
  }
}
.cid-sRllsVQtrn .item-img {
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  margin-bottom: 8px;
  overflow: hidden;
}
.cid-sRllsVQtrn .item-img img {
  object-fit: cover;
  height: auto;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-sRllsVQtrn .item-left {
  align-items: flex-start;
}
@media (min-width: 768px) {
  .cid-sRllsVQtrn .item-left {
    padding: 0 4.66666667% 0 0;
  }
}
.cid-sRllsVQtrn .item-center {
  align-items: center;
}
@media (min-width: 768px) {
  .cid-sRllsVQtrn .item-center {
    padding: 5.5% 2.33333333% 0 2.33333333%;
  }
}
.cid-sRllsVQtrn .item-right {
  align-items: flex-end;
}
@media (min-width: 768px) {
  .cid-sRllsVQtrn .item-right {
    padding: 0 0 0 4.66666667%;
  }
}
.cid-sRllsVQtrn .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  max-width: 344px;
  flex-flow: column nowrap;
}
.cid-sRllsVQtrn .item-content {
  width: 100%;
}
.cid-sRllsVQtrn .mbr-section-title {
  color: #000000;
}
.cid-sRllsVQtrn .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-sRllsVQtrn .mbr-text,
.cid-sRllsVQtrn .mbr-section-btn {
  text-align: left;
}
.cid-sRllsVQtrn .item-subtitle {
  text-align: center;
}
.cid-sRllsVQtrn .text-client {
  color: #3d3d3d;
  width: 100%;
}
.cid-sRllsVQtrn .text-client span {
  padding: 0 4px;
  min-height: 21px;
  border: 1px solid currentColor;
  border-radius: 50%;
}
.cid-sRllsVQtrn .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-sRllsVQtrn .btn-black-outline {
  border: 1px solid #000000;
}
.cid-sRllsVQtrn .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-sRoD9VrKs2 .container-fluid {
  padding: 0;
}
.cid-sRoD9VrKs2 .parallax-container {
  width: 100%;
  height: 600px;
  background-image: url("../../../assets/images/corinacolor-2000x1428.jpg");
  background-attachment: fixed;
  background-size: cover;
}
.cid-sHOJK5rkpi .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sHOJK5rkpi .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sHOJK5rkpi a {
  font-style: normal;
}
.cid-sHOJK5rkpi .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sHOJK5rkpi .show {
  overflow: visible;
}
.cid-sHOJK5rkpi .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sHOJK5rkpi .dropdown-item:active {
  background-color: transparent;
}
.cid-sHOJK5rkpi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sHOJK5rkpi .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sHOJK5rkpi .nav-item:focus,
.cid-sHOJK5rkpi .nav-link:focus {
  outline: none;
}
.cid-sHOJK5rkpi .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sHOJK5rkpi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sHOJK5rkpi .menu-logo {
  margin-right: auto;
}
.cid-sHOJK5rkpi .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sHOJK5rkpi .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sHOJK5rkpi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sHOJK5rkpi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sHOJK5rkpi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sHOJK5rkpi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sHOJK5rkpi .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sHOJK5rkpi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sHOJK5rkpi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sHOJK5rkpi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sHOJK5rkpi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sHOJK5rkpi .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sHOJK5rkpi .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sHOJK5rkpi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sHOJK5rkpi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHOJK5rkpi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sHOJK5rkpi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHOJK5rkpi .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sHOJK5rkpi .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sHOJK5rkpi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sHOJK5rkpi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sHOJK5rkpi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sHOJK5rkpi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sHOJK5rkpi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sHOJK5rkpi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sHOJK5rkpi button.navbar-toggler:focus {
  outline: none;
}
.cid-sHOJK5rkpi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sHOJK5rkpi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHOJK5rkpi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHOJK5rkpi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHOJK5rkpi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHOJK5rkpi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHOJK5rkpi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHOJK5rkpi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHOJK5rkpi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sHOJK5rkpi .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sHOJK5rkpi .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sHOJK5rkpi .collapsed .btn {
  display: -webkit-flex;
}
.cid-sHOJK5rkpi .collapsed .outstanding {
  display: -webkit-flex;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.25rem !important;
  -webkit-align-items: center;
}
.cid-sHOJK5rkpi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sHOJK5rkpi .collapsed .navbar-collapse.collapsing,
.cid-sHOJK5rkpi .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sHOJK5rkpi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sHOJK5rkpi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sHOJK5rkpi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sHOJK5rkpi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sHOJK5rkpi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sHOJK5rkpi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sHOJK5rkpi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sHOJK5rkpi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sHOJK5rkpi .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-sHOJK5rkpi .collapsed button.navbar-toggler {
  display: block;
}
.cid-sHOJK5rkpi .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sHOJK5rkpi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sHOJK5rkpi .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sHOJK5rkpi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sHOJK5rkpi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sHOJK5rkpi .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sHOJK5rkpi.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sHOJK5rkpi img {
    height: 3.8rem !important;
  }
  .cid-sHOJK5rkpi .btn {
    display: -webkit-flex;
  }
  .cid-sHOJK5rkpi button.navbar-toggler {
    display: block;
  }
  .cid-sHOJK5rkpi .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sHOJK5rkpi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sHOJK5rkpi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sHOJK5rkpi .navbar-collapse.collapsing,
  .cid-sHOJK5rkpi .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sHOJK5rkpi .navbar-collapse.collapsing .navbar-nav,
  .cid-sHOJK5rkpi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sHOJK5rkpi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sHOJK5rkpi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sHOJK5rkpi .navbar-collapse.collapsing .navbar-buttons,
  .cid-sHOJK5rkpi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sHOJK5rkpi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sHOJK5rkpi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sHOJK5rkpi .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sHOJK5rkpi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sHOJK5rkpi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sHOJK5rkpi .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sHOJK5rkpi .nav-link {
    justify-content: start !important;
  }
  .cid-sHOJK5rkpi .navbar.opened {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sHOJK5rkpi .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sHOJK5rkpi .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sHOJK5rkpi .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sHOJK5rkpi .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sHOJK5rkpi .nav-link:hover,
.cid-sHOJK5rkpi .dropdown-item:hover {
  color: #41a0f3 !important;
  opacity: .75;
}
.cid-sHOJK5rkpi .nav-link:active,
.cid-sHOJK5rkpi .dropdown-item:active {
  color: #879a9f;
}
@media (min-width: 1500px) {
  .cid-sHOJK5rkpi .navbar-toggleable-sm .navbar-collapse {
    max-width: 90% !important;
    padding-right: 5rem;
  }
  .cid-sHOJK5rkpi .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sHOJK5rkpi .outstanding {
  display: inline-block;
  padding: 0 2rem;
  vertical-align: middle;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sHOJK5rkpi .outstanding {
    padding: 0.7rem 0 !important;
    display: -webkit-flex;
    margin: 0rem 1.25rem !important;
    -webkit-align-items: center;
  }
}
.cid-sRoAjTkZdU {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-sRoAjTkZdU .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-sRoAjTkZdU .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-sRoAjTkZdU .item:focus,
.cid-sRoAjTkZdU span:focus {
  outline: none;
}
.cid-sRoAjTkZdU .main-container {
  display: flex;
  flex-direction: column;
  width: 82%;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .cid-sRoAjTkZdU .main-container {
    width: 91%;
  }
}
@media (min-width: 768px) {
  .cid-sRoAjTkZdU .main-container {
    flex-direction: row;
  }
}
@media (min-width: 1400px) {
  .cid-sRoAjTkZdU .main-container {
    width: 1300px;
  }
}
.cid-sRoAjTkZdU .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-sRoAjTkZdU .item {
    margin-bottom: 50px;
  }
}
.cid-sRoAjTkZdU .item-img {
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  margin-bottom: 8px;
  overflow: hidden;
}
.cid-sRoAjTkZdU .item-img img {
  object-fit: cover;
  height: auto;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-sRoAjTkZdU .item-left {
  align-items: flex-start;
}
@media (min-width: 768px) {
  .cid-sRoAjTkZdU .item-left {
    padding: 0 4.66666667% 0 0;
  }
}
.cid-sRoAjTkZdU .item-center {
  align-items: center;
}
@media (min-width: 768px) {
  .cid-sRoAjTkZdU .item-center {
    padding: 5.5% 2.33333333% 0 2.33333333%;
  }
}
.cid-sRoAjTkZdU .item-right {
  align-items: flex-end;
}
@media (min-width: 768px) {
  .cid-sRoAjTkZdU .item-right {
    padding: 0 0 0 4.66666667%;
  }
}
.cid-sRoAjTkZdU .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  max-width: 344px;
  flex-flow: column nowrap;
}
.cid-sRoAjTkZdU .item-content {
  width: 100%;
}
.cid-sRoAjTkZdU .mbr-section-title {
  color: #000000;
}
.cid-sRoAjTkZdU .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-sRoAjTkZdU .mbr-text,
.cid-sRoAjTkZdU .mbr-section-btn {
  text-align: left;
}
.cid-sRoAjTkZdU .item-subtitle {
  text-align: center;
}
.cid-sRoAjTkZdU .text-client {
  color: #3d3d3d;
  width: 100%;
}
.cid-sRoAjTkZdU .text-client span {
  padding: 0 4px;
  min-height: 21px;
  border: 1px solid currentColor;
  border-radius: 50%;
}
.cid-sRoAjTkZdU .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-sRoAjTkZdU .btn-black-outline {
  border: 1px solid #000000;
}
.cid-sRoAjTkZdU .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-sRoDCiSh4t .container-fluid {
  padding: 0;
}
.cid-sRoDCiSh4t .parallax-container {
  width: 100%;
  height: 600px;
  background-image: url("../../../assets/images/dsc-5553-2000x1333.jpg");
  background-attachment: fixed;
  background-size: cover;
}
.cid-sRoARRtZKE {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fffdf7;
}
.cid-sRoARRtZKE .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-sRoARRtZKE .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-sRoARRtZKE .item:focus,
.cid-sRoARRtZKE span:focus {
  outline: none;
}
.cid-sRoARRtZKE .main-container {
  display: flex;
  flex-direction: column;
  width: 82%;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .cid-sRoARRtZKE .main-container {
    width: 91%;
  }
}
@media (min-width: 768px) {
  .cid-sRoARRtZKE .main-container {
    flex-direction: row;
  }
}
@media (min-width: 1400px) {
  .cid-sRoARRtZKE .main-container {
    width: 1300px;
  }
}
.cid-sRoARRtZKE .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-sRoARRtZKE .item {
    margin-bottom: 50px;
  }
}
.cid-sRoARRtZKE .item-img {
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  margin-bottom: 8px;
  overflow: hidden;
}
.cid-sRoARRtZKE .item-img img {
  object-fit: cover;
  height: auto;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-sRoARRtZKE .item-left {
  align-items: flex-start;
}
@media (min-width: 768px) {
  .cid-sRoARRtZKE .item-left {
    padding: 0 4.66666667% 0 0;
  }
}
.cid-sRoARRtZKE .item-center {
  align-items: center;
}
@media (min-width: 768px) {
  .cid-sRoARRtZKE .item-center {
    padding: 5.5% 2.33333333% 0 2.33333333%;
  }
}
.cid-sRoARRtZKE .item-right {
  align-items: flex-end;
}
@media (min-width: 768px) {
  .cid-sRoARRtZKE .item-right {
    padding: 0 0 0 4.66666667%;
  }
}
.cid-sRoARRtZKE .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  max-width: 344px;
  flex-flow: column nowrap;
}
.cid-sRoARRtZKE .item-content {
  width: 100%;
}
.cid-sRoARRtZKE .mbr-section-title {
  color: #000000;
}
.cid-sRoARRtZKE .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-sRoARRtZKE .mbr-text,
.cid-sRoARRtZKE .mbr-section-btn {
  text-align: left;
}
.cid-sRoARRtZKE .item-subtitle {
  text-align: center;
}
.cid-sRoARRtZKE .text-client {
  color: #3d3d3d;
  width: 100%;
}
.cid-sRoARRtZKE .text-client span {
  padding: 0 4px;
  min-height: 21px;
  border: 1px solid currentColor;
  border-radius: 50%;
}
.cid-sRoARRtZKE .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-sRoARRtZKE .btn-black-outline {
  border: 1px solid #000000;
}
.cid-sRoARRtZKE .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-sRoDWppjNS .container-fluid {
  padding: 0;
}
.cid-sRoDWppjNS .parallax-container {
  width: 100%;
  height: 600px;
  background-image: url("../../../assets/images/ac1-1384-2000x1335.jpg");
  background-attachment: fixed;
  background-size: cover;
}
.cid-sRoEgIeSt4 {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-sRoEgIeSt4 .image-block {
  margin: auto;
  height: 400px;
  overflow: hidden;
}
.cid-sRoEgIeSt4 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sRoEgIeSt4 .image-block:hover:before {
  opacity: 0.2;
}
.cid-sRoEgIeSt4 .image-block:hover .wrap {
  opacity: 1;
}
.cid-sRoEgIeSt4 h4 {
  letter-spacing: 2px;
}
.cid-sRoEgIeSt4 figcaption {
  position: relative;
}
.cid-sRoEgIeSt4 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sRoEgIeSt4 img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-sRoEgIeSt4 .card {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-sRoEgIeSt4 .wrap {
    opacity: 1 !important;
  }
  .cid-sRoEgIeSt4 .image-block:before {
    opacity: 0.2 !important;
  }
}
.cid-sRoEC4DT4f .container-fluid {
  padding: 0;
}
.cid-sRoEC4DT4f .parallax-container {
  width: 100%;
  height: 600px;
  background-image: url("../../../assets/images/adc-8622-2000x1335.jpg");
  background-attachment: fixed;
  background-size: cover;
}
.cid-sHHGkSfIuS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #41a0f3;
}
.cid-sHHGkSfIuS .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHHGkSfIuS .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHHGkSfIuS .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sHHGkSfIuS .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sHHGkSfIuS .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sHHGkSfIuS .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sHHGkSfIuS .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sHHGkSfIuS .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sHHGkSfIuS .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sHHGkSfIuS .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sHHGkSfIuS .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sHHGkSfIuS .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sHHGkSfIuS .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sHHGkSfIuS .media-container-row .row-copirayt p {
  width: 100%;
}
