@import url(https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





body {
  font-family: Syne;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 4.6rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-6 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((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: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff8e5e !important;
}
.bg-success {
  background-color: #8aae3d !important;
}
.bg-info {
  background-color: #35999a !important;
}
.bg-warning {
  background-color: #d6d2cd !important;
}
.bg-danger {
  background-color: #df561c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff8e5e !important;
  border-color: #ff8e5e !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ff6a2b !important;
  border-color: #ff6a2b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff6a2b !important;
  border-color: #ff6a2b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1d1e22 !important;
  border-color: #1d1e22 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #060606 !important;
  border-color: #060606 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #060606 !important;
  border-color: #060606 !important;
}
.btn-info,
.btn-info:active {
  background-color: #35999a !important;
  border-color: #35999a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #287374 !important;
  border-color: #287374 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #287374 !important;
  border-color: #287374 !important;
}
.btn-success,
.btn-success:active {
  background-color: #8aae3d !important;
  border-color: #8aae3d !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #6c8830 !important;
  border-color: #6c8830 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #6c8830 !important;
  border-color: #6c8830 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d6d2cd !important;
  border-color: #d6d2cd !important;
  color: #5a534a !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #bfb9b1 !important;
  border-color: #bfb9b1 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #5a534a !important;
  background-color: #bfb9b1 !important;
  border-color: #bfb9b1 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #df561c !important;
  border-color: #df561c !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #b24516 !important;
  border-color: #b24516 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b24516 !important;
  border-color: #b24516 !important;
}
.btn-white {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #666666 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white:hover {
  color: #cccccc !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-white:hover,
.btn-white:hover:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover:hover,
.btn-white:hover:focus,
.btn-white:hover.focus,
.btn-white:hover.active {
  color: #666666 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white:hover.disabled,
.btn-white:hover:disabled {
  color: #808080 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-black {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-black,
.btn-black:active {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #4d4d4d !important;
  border-color: #4d4d4d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff8e5e;
  color: #ff8e5e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #ff8e5e !important;
  border-color: #ff8e5e !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8e5e !important;
  border-color: #ff8e5e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #1d1e22;
  color: #1d1e22;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #1d1e22 !important;
  border-color: #1d1e22 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1d1e22 !important;
  border-color: #1d1e22 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #35999a;
  color: #35999a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #35999a !important;
  border-color: #35999a !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #35999a !important;
  border-color: #35999a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #8aae3d;
  color: #8aae3d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #8aae3d !important;
  border-color: #8aae3d !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #8aae3d !important;
  border-color: #8aae3d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #d6d2cd;
  color: #d6d2cd;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5a534a !important;
  background-color: #d6d2cd !important;
  border-color: #d6d2cd !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #5a534a !important;
  background-color: #d6d2cd !important;
  border-color: #d6d2cd !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #df561c;
  color: #df561c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #df561c !important;
  border-color: #df561c !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #df561c !important;
  border-color: #df561c !important;
}
.btn-black-outline {
  border-color: #1a1a1a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #1a1a1a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #4d4d4d !important;
  background-color: transparent;
  border-color: #4d4d4d !important;
}
.btn-white-outline {
  border-color: #ffffff !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #cccccc !important;
  background-color: transparent;
  border-color: #cccccc !important;
}
.text-primary {
  color: #ff8e5e !important;
}
.text-secondary {
  color: #1d1e22 !important;
}
.text-success {
  color: #8aae3d !important;
}
.text-info {
  color: #35999a !important;
}
.text-warning {
  color: #d6d2cd !important;
}
.text-danger {
  color: #df561c !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #1a1a1a !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #f74a00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #4e6223 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1b4e4e !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a8a095 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #843311 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
.nav-tabs .nav-link.active {
  color: #ff8e5e;
}
.nav-tabs .nav-link:not(.active) {
  color: #1a1a1a;
}
.alert-success {
  background-color: #34b794;
}
.alert-info {
  background-color: #35999a;
}
.alert-warning {
  background-color: #d6d2cd;
}
.alert-danger {
  background-color: #df561c;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff8e5e;
  border-color: #ff8e5e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff8e5e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c2d992;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #7cd1d2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f9dbce;
}
/* Scroll to top button*/
blockquote {
  border-color: #ff8e5e;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff8e5e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff8e5e;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff8e5e;
  border-bottom-color: #ff8e5e;
}
.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: #ff8e5e !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: #1d1e22 !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='%23ff8e5e' %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.4s;
}
.cid-scfzW1I84M {
  z-index: 1000;
  width: 100%;
}
.cid-scfzW1I84M nav.navbar {
  position: fixed;
}
.cid-scfzW1I84M .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-scfzW1I84M .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-scfzW1I84M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-scfzW1I84M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-scfzW1I84M .nav-link {
  position: relative;
}
.cid-scfzW1I84M .container {
  display: flex;
  margin: auto;
}
.cid-scfzW1I84M .iconfont-wrapper {
  color: #000000 !important;
  padding-right: .5rem;
}
.cid-scfzW1I84M .dropdown-menu,
.cid-scfzW1I84M .navbar.opened {
  background: #1d1e22 !important;
}
.cid-scfzW1I84M .nav-item:focus,
.cid-scfzW1I84M .nav-link:focus {
  outline: none;
}
.cid-scfzW1I84M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-scfzW1I84M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scfzW1I84M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-scfzW1I84M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-scfzW1I84M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-scfzW1I84M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-scfzW1I84M .navbar {
  margin-top: 0;
  padding-bottom: 20px !important;
  padding-top: 20px !important;
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 30, 34, 0.8);
}
.cid-scfzW1I84M .navbar .container {
  transition: all .3s;
}
.cid-scfzW1I84M .navbar.opened {
  transition: all .3s;
}
.cid-scfzW1I84M .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-scfzW1I84M .navbar .navbar-logo img {
  width: auto;
}
.cid-scfzW1I84M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-scfzW1I84M .navbar.collapsed {
  justify-content: center;
}
.cid-scfzW1I84M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-scfzW1I84M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-scfzW1I84M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-scfzW1I84M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-scfzW1I84M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-scfzW1I84M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-scfzW1I84M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-scfzW1I84M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-scfzW1I84M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-scfzW1I84M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-scfzW1I84M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-scfzW1I84M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-scfzW1I84M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-scfzW1I84M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-scfzW1I84M .navbar .navbar-logo {
    max-width: 170px;
  }
  .cid-scfzW1I84M .navbar .navbar-logo img {
    max-width: 100%;
    height: 3rem !important;
  }
  .cid-scfzW1I84M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-scfzW1I84M .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-scfzW1I84M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-scfzW1I84M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-scfzW1I84M .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-scfzW1I84M .navbar.navbar-short {
  margin-top: 20px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: transparent;
  min-height: 60px;
}
@media (max-width: 991.98px) {
  .cid-scfzW1I84M .navbar.navbar-short {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-scfzW1I84M .navbar.navbar-short .container {
  background-color: #1d1e22;
}
@media (max-width: 991.98px) {
  .cid-scfzW1I84M .navbar.navbar-short .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }
}
.cid-scfzW1I84M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-scfzW1I84M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-scfzW1I84M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-scfzW1I84M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-scfzW1I84M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-scfzW1I84M .dropdown-item.active,
.cid-scfzW1I84M .dropdown-item:active {
  background-color: transparent;
}
.cid-scfzW1I84M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-scfzW1I84M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-scfzW1I84M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-scfzW1I84M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d1e22;
}
.cid-scfzW1I84M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-scfzW1I84M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scfzW1I84M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-scfzW1I84M .navbar-buttons {
  text-align: center;
}
.cid-scfzW1I84M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-scfzW1I84M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-scfzW1I84M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scfzW1I84M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scfzW1I84M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scfzW1I84M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scfzW1I84M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scfzW1I84M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scfzW1I84M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scfzW1I84M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scfzW1I84M .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-scfzW1I84M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-scfzW1I84M .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-scfzW1I84M .navbar {
    height: 70px;
  }
  .cid-scfzW1I84M .navbar.opened {
    height: auto;
  }
  .cid-scfzW1I84M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-scfzWk7EMZ {
  background-image: url("../../../assets/img/slider_kpnr.jpg");
}
.cid-scfzWk7EMZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-scfzWk7EMZ .mbr-text,
.cid-scfzWk7EMZ .mbr-section-btn {
  color: #ffffff;
}
.cid-scfzWk7EMZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-scfzWk7EMZ .container-text {
  margin-top: 6.31rem;
  margin-bottom: 0.63rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-scfzWk7EMZ {
    background-image: url("../../../assets/img/slider_kpnr.jpg");
	display:none;
  }
  .cid-scfzWk7EMZ .container-text {
    margin-top: 6.25rem;
  }
}
@media (max-width: 767px) {
  .cid-scfzWk7EMZ {
    background-image: url("../../../assets/img/slider_kpnr_mobile.jpg");
	display:none;
  }
  .cid-scfzWk7EMZ .container-text {
    margin-top: 4.37rem;
  }
}
@media (max-width: 479px) {
  .cid-scfzWk7EMZ {
    background-image: url("../../../assets/img/slider_kpnr_mobile.jpg");
	display:none;
  }
  .cid-scfzWk7EMZ .container-text {
    margin-top: 3.75rem;
  }
}
.cid-scfzWk7EMZ .container {
  align-items: flex-start;
  box-shadow: 0 0 0 0 rgba(255, 142, 94, 0.5);
}
.cid-scfzWk7EMZ .mbr-section-subtitle,
.cid-scfzWk7EMZ .mbr-section-btn {
  text-align: center;
}
.cid-suSqqT4KzB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fef8f5;
}
.cid-suSqqT4KzB .text-wrapper {
  padding: 2rem 0;
}
.cid-suSqqT4KzB .text-wrapper:hover .mbr-section-title a {
  color: #1d1e22 !important;
}
.cid-suSqqT4KzB .image-wrapper,
.cid-suSqqT4KzB img {
  width: 100%;
  object-fit: cover;
}
.cid-suSqqT4KzB .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-suSqqT4KzB .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-suSqqT4KzB .mbr-section-btn .btn-secondary-outline:hover,
.cid-suSqqT4KzB .mbr-section-btn .btn-secondary-outline .active,
.cid-suSqqT4KzB .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e5e !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-suSqqT4KzB .mbr-section-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  .cid-suSqqT4KzB {
    flex-direction: column;
  }
  .cid-suSqqT4KzB .text-wrapper {
    width: 100%;
    padding: 50px 2rem 2rem;
    padding: 0;
    margin: 2rem 0;
  }
}
@media (max-width: 767px) {
  .cid-suSqqT4KzB .text-wrapper {
    padding: 30px 1rem;
    padding: 0;
  }
}
.cid-suSqqT4KzB2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fef8f5;
}
.cid-suSqqT4KzB2 .text-wrapper {
  padding: 2rem 0;
}
.cid-suSqqT4KzB2 .text-wrapper:hover .mbr-section-title a {
  color: #1d1e22 !important;
}
.cid-suSqqT4KzB2 .image-wrapper,
.cid-suSqqT4KzB2 img {
  width: 100%;
  object-fit: cover;
}
.cid-suSqqT4KzB2 .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-suSqqT4KzB2 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-suSqqT4KzB2 .mbr-section-btn .btn-secondary-outline:hover,
.cid-suSqqT4KzB2 .mbr-section-btn .btn-secondary-outline .active,
.cid-suSqqT4KzB2 .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e5e !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-suSqqT4KzB2 .mbr-section-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  .cid-suSqqT4KzB2 {
    flex-direction: column;
  }
  .cid-suSqqT4KzB2 .text-wrapper {
    width: 100%;
    padding: 50px 2rem 2rem;
    padding: 0;
    margin: 2rem 0;
  }
}
@media (max-width: 767px) {
  .cid-suSqqT4KzB2 {
    padding-top: 8rem;
    padding-bottom: 2rem;
    background-color: #fef8f5;
  }
  .cid-suSqqT4KzB2 .text-wrapper {
    padding: 30px 1rem;
    padding: 0;
  }
}
.cid-suSrrtGVVM {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-suSrrtGVVM .text-wrapper {
  padding: 2rem 0;
}
.cid-suSrrtGVVM .text-wrapper:hover .mbr-section-title a {
  color: #1d1e22 !important;
}
.cid-suSrrtGVVM .image-wrapper,
.cid-suSrrtGVVM img {
  width: 100%;
  object-fit: cover;
}
.cid-suSrrtGVVM .mbr-section-subtitle {
  margin-bottom: 12px;
  color: #ffffff;
}
.cid-suSrrtGVVM .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-suSrrtGVVM .mbr-section-btn .btn-secondary-outline:hover,
.cid-suSrrtGVVM .mbr-section-btn .btn-secondary-outline .active,
.cid-suSrrtGVVM .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e5e !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-suSrrtGVVM .mbr-section-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  .cid-suSrrtGVVM {
    flex-direction: column;
  }
  .cid-suSrrtGVVM .text-wrapper {
    width: 100%;
    padding: 50px 2rem 2rem;
    padding: 0;
    margin: 2rem 0;
  }
}
@media (max-width: 767px) {
  .cid-suSrrtGVVM .text-wrapper {
    padding: 30px 1rem;
    padding: 0;
  }
}
.cid-suSrrtGVVM .mbr-text,
.cid-suSrrtGVVM .mbr-section-btn {
  color: #f8f8f8;
}
.cid-suSTZD5ImO {
  padding-top: 2.2rem;
  padding-bottom: 2rem;
  padding-left:1em;
  background-color: #40373B;
}
.cid-suSTZD5ImO .item-wrapper:hover .mbr-section-title a {
  color: #1d1e22 !important;
}
.cid-suSTZD5ImO .mbr-section-title,
.cid-suSTZD5ImO .card_topic {
  margin-bottom: 12px;
}
.cid-suSTZD5ImO .author_post {
  margin-right: 25px;
  display: inline-block;
  white-space: nowrap;
}
.cid-suSTZD5ImO .card_post {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
.cid-suSTZD5ImO .image_post {
  display: inline-block;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-suSTZD5ImO .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-suSTZD5ImO .category_content,
.cid-suSTZD5ImO .date,
.cid-suSTZD5ImO .name_author {
  opacity: .8;
}
.cid-suSTZD5ImO .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #1d1e22;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-scfzXKU5UZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1d1e22;
  text-align:center;
}
.cid-scfzXKU5UZ a:link {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-scfzXKU5UZ .align-left {
    text-align: center;
  }
}
.cid-scfzXKU5UZ .icon-transition span {
  color: #f6f4f2;
  display: block;
  height: 2.6em;
  line-height: 2.6em;
  width: 2.6em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-scfzXKU5UZ .icon-transition span:hover {
  color: #ff8e5e;
}
.cid-scfzXKU5UZ .social-media {
  display: flex;
}
@media (max-width: 767px) {
  .cid-scfzXKU5UZ .social-media {
    justify-content: center !important;
  }
}
.cid-scfzXKU5UZ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-scfzXKU5UZ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-scfzXKU5UZ .content-text,
.cid-scfzXKU5UZ .inner-text {
  color: #f6f4f2;
  text-align: center;
}
.cid-scfzXKU5UZ .hidden {
  visibility: visible !important;
}
.cid-suSSXSQVAE {
  padding: 3em 3em 3em 3em;
  background-color: #282124;
}
.cid-suSSXSQVAE .container {
  max-width: 1500px;
}
.cid-suSSXSQVAE .row {
  background: #6295db;
}
.cid-suSSXSQVAE .img-col {
  padding: 0;
}
.cid-suSSXSQVAE .title-col {
  padding: 1em;
}
.cid-suSSXSQVAE img {
}
.cid-suSSXSQVAE h2 {
  padding: 0;
  margin: 0;
}
.cid-suSSXSQVAE .text-wrap {
  margin: auto;
}
.cid-suSSXSQVAE .mbr-text {
  color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-suSSXSQVAE .row {
    margin: 2rem;
  }
  .cid-suSSXSQVAE .title-col {
    padding: 2.5rem 2rem 4rem 0rem;
  }
}
@media (max-width: 992px) {
  .cid-suSSXSQVAE {
    padding: 3em 0em 1em 0em;
    background-color: #282124;
  }
  .cid-suSSXSQVAE .row {
    margin: 2rem;
  }
  .cid-suSSXSQVAE .title-col {
    padding: 0rem 4rem 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-suSSXSQVAE .row {
    margin: 0rem;
  }
  .cid-suSSXSQVAE .title-col {
    padding: 0rem 1rem 1rem 1rem;
  }
  .cid-suSSXSQVAE .row {
    background: #6295db;
    padding-bottom:3rem;
  }
}
.cid-suSSXSQVAE H2 {
  color: #ffffff;
}
.cid-suSTH4Qwpt {
  padding: 1.5em 3em 3rem 3em;
  background-color: #282124;
}
.cid-suSTH4Qwpt .container {
  max-width: 1500px;
}
.cid-suSTH4Qwpt .row {
  background: #ff8e5e;
}
.cid-suSTH4Qwpt .img-col {
  padding: 0;
}
.cid-suSTH4Qwpt .title-col {
  padding: 1em;
}
.cid-suSTH4Qwpt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-suSTH4Qwpt h2 {
  padding: 0;
  margin: 0;
}
.cid-suSTH4Qwpt .text-wrap {
  margin: auto;
}
.cid-suSTH4Qwpt .mbr-text {
  color: #232323;
}
@media (max-width: 1200px) {
  .cid-suSTH4Qwpt .row {
    margin: 2rem;
  }
  .cid-suSTH4Qwpt .title-col {
    padding: 2.5rem 2rem 4rem 0rem;
  }
}
@media (max-width: 992px) {
  .cid-suSTH4Qwpt {
    padding: 1em 0em 1em 0em;
    background-color: #282124;
  }
  .cid-suSTH4Qwpt .row {
    margin: 2rem;
  }
  .cid-suSTH4Qwpt .title-col {
    padding: 0rem 4rem 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-suSTH4Qwpt .row {
    margin: 0rem;
  }
  .cid-suSTH4Qwpt .title-col {
    padding: 0rem 1rem 1rem 1rem;
  }
  .cid-suSTH4Qwpt .row {
    background: #ff8e5e;
    padding-bottom:3rem;
  }
}
.cid-suSTH4Qrtf {
  padding: 0em 3em 1.5em 3em;
  background-color: #282124;
}
.cid-suSTH4Qrtf .container {
  max-width: 1500px;
}
.cid-suSTH4Qrtf .row {
  background: #6F2724;
}
.cid-suSTH4Qrtf .img-col {
  padding: 0;
}
.cid-suSTH4Qrtf .title-col {
  padding: 1em;
}
.cid-suSTH4Qrtf img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-suSTH4Qrtf h2 {
  padding: 0;
  margin: 0;
}
.cid-suSTH4Qrtf .text-wrap {
  margin: auto;
}
.cid-suSTH4Qrtf .mbr-text {
  color: #232323;
}
@media (max-width: 1200px) {
  .cid-suSTH4Qrtf .row {
    margin: 2rem;
  }
  .cid-suSTH4Qrtf .title-col {
    padding: 2.5rem 2rem 4rem 0rem;
  }
}
@media (max-width: 992px) {
  .cid-suSTH4Qrtf {
    padding: 1em 0em 1em 0em;
    background-color: #282124;
  }
  .cid-suSTH4Qrtf .row {
    margin: 2rem;
  }
  .cid-suSTH4Qrtf .title-col {
    padding: 0rem 4rem 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-suSTH4Qrtf .row {
    margin: 0rem;
  }
  .cid-suSTH4Qrtf .title-col {
    padding: 0rem 1rem 1rem 1rem;
  }
  .cid-suSTH4Qrtf .row {
    background: #d36ca7;
    padding-bottom:3rem;
  }
}
.cid-suSTMYKIfV {
  padding: 1.5em 3em 3em 3em;
  background-color: #282124;
}
.cid-suSTMYKIfV .container {
  max-width: 1500px;
}
.cid-suSTMYKIfV .row {
  background: #B85C5F;
}
.cid-suSTMYKIfV .img-col {
  padding: 0;
}
.cid-suSTMYKIfV .title-col {
  padding: 1em;
}
.cid-suSTMYKIfV img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-suSTMYKIfV h2 {
  padding: 0;
  margin: 0;
}
.cid-suSTMYKIfV .text-wrap {
  margin: auto;
}
.cid-suSTMYKIfV .mbr-text {
  color: #FFFFFF;
}
@media (max-width: 1200px) {
  .cid-suSTMYKIfV .row {
    margin: 2rem;
  }
  .cid-suSTMYKIfV .title-col {
    padding: 2.5rem 2rem 4rem 0rem;
  }
}
@media (max-width: 992px) {
  .cid-suSTMYKIfV {
    padding: 1em 0em 1em 0em;
    background-color: #282124;
  }
  .cid-suSTMYKIfV .row {
    margin: 2rem;
  }
  .cid-suSTMYKIfV .title-col {
    padding: 0rem 4rem 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-suSTMYKIfV .row {
    margin: 0rem;
  }
  .cid-suSTMYKIfV .title-col {
    padding: 0rem 4rem 4rem 4rem;
  }
}
.cid-suSTMYKIfV H2 {
  color: #FFFFFF;
}
.cid-suSK9Gckzu {
  z-index: 1000;
  width: 100%;
}
.cid-suSK9Gckzu nav.navbar {
  position: fixed;
}
.cid-suSK9Gckzu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-suSK9Gckzu .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-suSK9Gckzu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-suSK9Gckzu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-suSK9Gckzu .nav-link {
  position: relative;
}
.cid-suSK9Gckzu .container {
  display: flex;
  margin: auto;
}
.cid-suSK9Gckzu .iconfont-wrapper {
  color: #000000 !important;
  padding-right: .5rem;
}
.cid-suSK9Gckzu .dropdown-menu,
.cid-suSK9Gckzu .navbar.opened {
  background: #1d1e22 !important;
}
.cid-suSK9Gckzu .nav-item:focus,
.cid-suSK9Gckzu .nav-link:focus {
  outline: none;
}
.cid-suSK9Gckzu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-suSK9Gckzu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suSK9Gckzu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-suSK9Gckzu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-suSK9Gckzu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suSK9Gckzu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suSK9Gckzu .navbar {
  margin-top: 0;
  padding-bottom: 20px !important;
  padding-top: 20px !important;
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 30, 34, 0.8);
}
.cid-suSK9Gckzu .navbar .container {
  transition: all .3s;
}
.cid-suSK9Gckzu .navbar.opened {
  transition: all .3s;
}
.cid-suSK9Gckzu .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-suSK9Gckzu .navbar .navbar-logo img {
  width: auto;
}
.cid-suSK9Gckzu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-suSK9Gckzu .navbar.collapsed {
  justify-content: center;
}
.cid-suSK9Gckzu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suSK9Gckzu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suSK9Gckzu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-suSK9Gckzu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suSK9Gckzu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suSK9Gckzu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-suSK9Gckzu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suSK9Gckzu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-suSK9Gckzu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-suSK9Gckzu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suSK9Gckzu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suSK9Gckzu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suSK9Gckzu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suSK9Gckzu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-suSK9Gckzu .navbar .navbar-logo {
    max-width: 170px;
  }
  .cid-suSK9Gckzu .navbar .navbar-logo img {
    max-width: 100%;
    height: 3rem !important;
  }
  .cid-suSK9Gckzu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suSK9Gckzu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-suSK9Gckzu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-suSK9Gckzu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-suSK9Gckzu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-suSK9Gckzu .navbar.navbar-short {
  margin-top: 20px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: transparent;
  min-height: 60px;
}
@media (max-width: 991.98px) {
  .cid-suSK9Gckzu .navbar.navbar-short {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-suSK9Gckzu .navbar.navbar-short .container {
  background-color: #1d1e22;
}
@media (max-width: 991.98px) {
  .cid-suSK9Gckzu .navbar.navbar-short .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }
}
.cid-suSK9Gckzu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-suSK9Gckzu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-suSK9Gckzu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suSK9Gckzu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suSK9Gckzu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suSK9Gckzu .dropdown-item.active,
.cid-suSK9Gckzu .dropdown-item:active {
  background-color: transparent;
}
.cid-suSK9Gckzu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-suSK9Gckzu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suSK9Gckzu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suSK9Gckzu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d1e22;
}
.cid-suSK9Gckzu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suSK9Gckzu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suSK9Gckzu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-suSK9Gckzu .navbar-buttons {
  text-align: center;
}
.cid-suSK9Gckzu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-suSK9Gckzu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-suSK9Gckzu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-suSK9Gckzu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-suSK9Gckzu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-suSK9Gckzu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-suSK9Gckzu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suSK9Gckzu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-suSK9Gckzu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-suSK9Gckzu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suSK9Gckzu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-suSK9Gckzu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-suSK9Gckzu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suSK9Gckzu .navbar {
    height: 70px;
  }
  .cid-suSK9Gckzu .navbar.opened {
    height: auto;
  }
  .cid-suSK9Gckzu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-suSK9HFofd {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-suSK9HFofd .text-wrapper {
  padding: 2rem 0;
}
.cid-suSK9HFofd .text-wrapper:hover .mbr-section-title a {
  color: #1d1e22 !important;
}
.cid-suSK9HFofd .image-wrapper,
.cid-suSK9HFofd img {
  width: 100%;
  object-fit: cover;
}
.cid-suSK9HFofd .mbr-section-subtitle {
  margin-bottom: 12px;
  color: #ffffff;
}
.cid-suSK9HFofd .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-suSK9HFofd .mbr-section-btn .btn-secondary-outline:hover,
.cid-suSK9HFofd .mbr-section-btn .btn-secondary-outline .active,
.cid-suSK9HFofd .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e5e !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-suSK9HFofd .mbr-section-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  .cid-suSK9HFofd {
    flex-direction: column;
  }
  .cid-suSK9HFofd .text-wrapper {
    width: 100%;
    padding: 50px 2rem 2rem;
    padding: 0;
    margin: 2rem 0;
  }
}
@media (max-width: 767px) {
  .cid-suSK9HFofd .text-wrapper {
    padding: 30px 1rem;
    padding: 0;
  }
}
.cid-suSK9HFofd .mbr-text,
.cid-suSK9HFofd .mbr-section-btn {
  color: #fff;
}
.cid-suSKYj34aJ {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color:#232323;
}
.cid-suSKYj34aJ .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-suSKYj34aJ .content_wrapper:hover .mbr-section-title a {
  color: #1d1e22 !important;
}
.cid-suSKYj34aJ .mbr-section-title,
.cid-suSKYj34aJ .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-suSKYj34aJ .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-suSKYj34aJ .mbr-section-btn .btn-secondary-outline:hover,
.cid-suSKYj34aJ .mbr-section-btn .btn-secondary-outline .active,
.cid-suSKYj34aJ .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e5e !important;
}
.cid-suSKYj34aJ .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-suSKYj34aJ .mbr-text,
.cid-suSKYj34aJ .mbr-section-btn {
  color: #fff;
}
@media (max-width: 992px) {
  .cid-suSKYj34aJ {
    padding-top: 0rem;
  }
}
.cid-suSK9IEmt9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1d1e22;
}
.cid-suSK9IEmt9 a:link {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-suSK9IEmt9 .align-left {
    text-align: center;
  }
}
.cid-suSK9IEmt9 .icon-transition span {
  color: #f6f4f2;
  display: block;
  height: 2.6em;
  line-height: 2.6em;
  width: 2.6em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-suSK9IEmt9 .icon-transition span:hover {
  color: #ff8e5e;
}
.cid-suSK9IEmt9 .social-media {
  display: flex;
}
@media (max-width: 767px) {
  .cid-suSK9IEmt9 .social-media {
    justify-content: center !important;
  }
}
.cid-suSK9IEmt9 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-suSK9IEmt9 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-suSK9IEmt9 .content-text,
.cid-suSK9IEmt9 .inner-text {
  color: #f6f4f2;
  text-align: left;
}
.cid-suSK9IEmt9 .hidden {
  visibility: visible !important;
}
.cid-suSLIxbbLw {
  z-index: 1000;
  width: 100%;
}
.cid-suSLIxbbLw nav.navbar {
  position: fixed;
}
.cid-suSLIxbbLw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-suSLIxbbLw .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-suSLIxbbLw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-suSLIxbbLw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-suSLIxbbLw .nav-link {
  position: relative;
}
.cid-suSLIxbbLw .container {
  display: flex;
  margin: auto;
}
.cid-suSLIxbbLw .iconfont-wrapper {
  color: #000000 !important;
  padding-right: .5rem;
}
.cid-suSLIxbbLw .dropdown-menu,
.cid-suSLIxbbLw .navbar.opened {
  background: #1d1e22 !important;
}
.cid-suSLIxbbLw .nav-item:focus,
.cid-suSLIxbbLw .nav-link:focus {
  outline: none;
}
.cid-suSLIxbbLw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-suSLIxbbLw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suSLIxbbLw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-suSLIxbbLw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-suSLIxbbLw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suSLIxbbLw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suSLIxbbLw .navbar {
  margin-top: 0;
  padding-bottom: 20px !important;
  padding-top: 20px !important;
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 30, 34, 0.8);
}
.cid-suSLIxbbLw .navbar .container {
  transition: all .3s;
}
.cid-suSLIxbbLw .navbar.opened {
  transition: all .3s;
}
.cid-suSLIxbbLw .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-suSLIxbbLw .navbar .navbar-logo img {
  width: auto;
}
.cid-suSLIxbbLw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-suSLIxbbLw .navbar.collapsed {
  justify-content: center;
}
.cid-suSLIxbbLw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suSLIxbbLw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suSLIxbbLw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-suSLIxbbLw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suSLIxbbLw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suSLIxbbLw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-suSLIxbbLw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suSLIxbbLw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-suSLIxbbLw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-suSLIxbbLw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suSLIxbbLw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suSLIxbbLw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suSLIxbbLw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suSLIxbbLw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-suSLIxbbLw .navbar .navbar-logo {
    max-width: 170px;
  }
  .cid-suSLIxbbLw .navbar .navbar-logo img {
    max-width: 100%;
    height: 3rem !important;
  }
  .cid-suSLIxbbLw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suSLIxbbLw .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-suSLIxbbLw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-suSLIxbbLw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-suSLIxbbLw .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-suSLIxbbLw .navbar.navbar-short {
  margin-top: 20px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: transparent;
  min-height: 60px;
}
@media (max-width: 991.98px) {
  .cid-suSLIxbbLw .navbar.navbar-short {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-suSLIxbbLw .navbar.navbar-short .container {
  background-color: #1d1e22;
}
@media (max-width: 991.98px) {
  .cid-suSLIxbbLw .navbar.navbar-short .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }
}
.cid-suSLIxbbLw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-suSLIxbbLw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-suSLIxbbLw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suSLIxbbLw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suSLIxbbLw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suSLIxbbLw .dropdown-item.active,
.cid-suSLIxbbLw .dropdown-item:active {
  background-color: transparent;
}
.cid-suSLIxbbLw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-suSLIxbbLw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suSLIxbbLw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suSLIxbbLw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d1e22;
}
.cid-suSLIxbbLw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suSLIxbbLw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suSLIxbbLw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-suSLIxbbLw .navbar-buttons {
  text-align: center;
}
.cid-suSLIxbbLw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-suSLIxbbLw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-suSLIxbbLw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-suSLIxbbLw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-suSLIxbbLw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-suSLIxbbLw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-suSLIxbbLw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suSLIxbbLw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-suSLIxbbLw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-suSLIxbbLw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suSLIxbbLw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-suSLIxbbLw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-suSLIxbbLw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suSLIxbbLw .navbar {
    height: 70px;
  }
  .cid-suSLIxbbLw .navbar.opened {
    height: auto;
  }
  .cid-suSLIxbbLw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-suSLIxOiRa {
  background-image: url("../../../assets/img/slider_kpnr.jpg");
  margin-top:8rem;
}
.cid-suSLIxOiRa .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-suSLIxOiRa .mbr-text,
.cid-suSLIxOiRa .mbr-section-btn {
  color: #ffffff;
}
.cid-suSLIxOiRa .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-suSLIxOiRa .container-text {
  margin-top: 6.31rem;
  margin-bottom: 0.63rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-suSLIxOiRa {
    background-image: url("../../../assets/img/slider_kpnr_mobile.jpg");
  }
  .cid-suSLIxOiRa .container-text {
    margin-top: 6.25rem;
  }
}
@media (max-width: 767px) {
  .cid-suSLIxOiRa .container-text {
    margin-top: 4.37rem;
  }
}
@media (max-width: 479px) {
  .cid-suSLIxOiRa .container-text {
    margin-top: 3.75rem;
  }
}
.cid-suSLIxOiRa .container {
  align-items: flex-start;
  box-shadow: 0 0 0 0 rgba(255, 142, 94, 0.5);
}
.cid-suSLIxOiRa .mbr-section-subtitle,
.cid-suSLIxOiRa .mbr-section-btn {
  text-align: center;
}
.cid-suSLIydq2Q {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fef8f5;
}
.cid-suSLIydq2Q .text-wrapper {
  padding: 2rem 0;
}
.cid-suSLIydq2Q .text-wrapper:hover .mbr-section-title a {
  color: #1d1e22 !important;
}
.cid-suSLIydq2Q .image-wrapper,
.cid-suSLIydq2Q img {
  width: 100%;
  object-fit: cover;
}
.cid-suSLIydq2Q .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-suSLIydq2Q .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-suSLIydq2Q .mbr-section-btn .btn-secondary-outline:hover,
.cid-suSLIydq2Q .mbr-section-btn .btn-secondary-outline .active,
.cid-suSLIydq2Q .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e5e !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-suSLIydq2Q .mbr-section-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  .cid-suSLIydq2Q {
    flex-direction: column;
  }
  .cid-suSLIydq2Q .text-wrapper {
    width: 100%;
    padding: 50px 2rem 2rem;
    padding: 0;
    margin: 2rem 0;
  }
}
@media (max-width: 767px) {
  .cid-suSLIydq2Q .text-wrapper {
    padding: 30px 1rem;
    padding: 0;
  }
}
.cid-suSO7lZgrt {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #8aae3d, #304407);
}
.cid-suSO7lZgrt .plan-body .btn-bgr {
  z-index: 0;
}
.cid-suSO7lZgrt .list-group-item {
  padding: .5rem 3.25rem;
}
.cid-suSO7lZgrt .price-term {
  display: block;
  line-height: 1;
  margin-top: 0.45rem;
}
.cid-suSO7lZgrt .plan-title {
  background-color: #df561c;
}
.cid-suSO7lZgrt .plan-header {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.cid-suSO7lZgrt .plan-body {
  border-radius: 0 0 8px 8px;
}
.cid-suSO7lZgrt .mbr-section-btn {
  padding: 0 2.45rem;
}
@media (min-width: 992px) {
  .cid-suSO7lZgrt .plan {
    position: relative;
    max-width: 400px;
    padding-right: 0;
    padding-left: 0;
    color: #767676;
  }
}
@media (max-width: 991px) {
  .cid-suSO7lZgrt .plan {
    position: relative;
    max-width: 330px;
    padding-right: 0;
    padding-left: 0;
    color: #767676;
  }
}
.cid-suSO7lZgrt .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: transparent;
}
.cid-suSO7lZgrt .plan .list-group-item:last-child {
  border-radius: 8px;
}
.cid-suSO7lZgrt .plan:nth-child(2) .plan-title {
  background-color: #8aae3d;
}
.cid-suSO7lZgrt .plan-header,
.cid-suSO7lZgrt .plan-body {
  background-color: #ffffff;
  border-bottom: solid 2px rgba(0, 0, 0, 0.07);
}
.cid-suSO7lZgrt .price-figure {
  font-weight: 600;
  color: #232323;
}
.cid-suSO7lZgrt .price-value {
  font-weight: 700;
  vertical-align: top;
  line-height: 1;
  margin-right: 0.25rem;
}
@media (max-width: 550px) {
  .cid-suSO7lZgrt .price-figure {
    font-size: 2rem;
  }
}
.cid-suSLIzAT1X {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1d1e22;
}
.cid-suSLIzAT1X a:link {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-suSLIzAT1X .align-left {
    text-align: center;
  }
}
.cid-suSLIzAT1X .icon-transition span {
  color: #f6f4f2;
  display: block;
  height: 2.6em;
  line-height: 2.6em;
  width: 2.6em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-suSLIzAT1X .icon-transition span:hover {
  color: #ff8e5e;
}
.cid-suSLIzAT1X .social-media {
  display: flex;
}
@media (max-width: 767px) {
  .cid-suSLIzAT1X .social-media {
    justify-content: center !important;
  }
}
.cid-suSLIzAT1X .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-suSLIzAT1X .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-suSLIzAT1X .content-text,
.cid-suSLIzAT1X .inner-text {
  color: #f6f4f2;
  text-align: center;
}
.cid-suSLIzAT1X .hidden {
  visibility: visible !important;
}
.cid-suT0KH7qfn {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-suT0KH7qfn .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-suT0KH7qfn .content_wrapper:hover .mbr-section-title a {
  color: #1d1e22 !important;
}
.cid-suT0KH7qfn .mbr-section-title,
.cid-suT0KH7qfn .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-suT0KH7qfn .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-suT0KH7qfn .mbr-section-btn .btn-secondary-outline:hover,
.cid-suT0KH7qfn .mbr-section-btn .btn-secondary-outline .active,
.cid-suT0KH7qfn .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e5e !important;
}
.cid-suT0KH7qfn .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-suT0KH7qfn .mbr-text,
.cid-suT0KH7qfn .mbr-section-btn {
  color: #fff;
}
.cid-suT1Hf6Mzv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color:#3C3939;
}
.cid-suT1Hf6Mzv .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-suT1Hf6Mzv .content_wrapper:hover .mbr-section-title a {
  color: #1d1e22 !important;
}
.cid-suT1Hf6Mzv .mbr-section-title,
.cid-suT1Hf6Mzv .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-suT1Hf6Mzv .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-suT1Hf6Mzv .mbr-section-btn .btn-secondary-outline:hover,
.cid-suT1Hf6Mzv .mbr-section-btn .btn-secondary-outline .active,
.cid-suT1Hf6Mzv .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e5e !important;
}
.cid-suT1Hf6Mzv .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-suT1Hf6Mzv .mbr-text,
.cid-suT1Hf6Mzv .mbr-section-btn {
  color: #fff;
}
.cid-suT03hvWuf {
  z-index: 1000;
  width: 100%;
}
.cid-suT03hvWuf nav.navbar {
  position: fixed;
}
.cid-suT03hvWuf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-suT03hvWuf .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-suT03hvWuf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-suT03hvWuf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-suT03hvWuf .nav-link {
  position: relative;
}
.cid-suT03hvWuf .container {
  display: flex;
  margin: auto;
}
.cid-suT03hvWuf .iconfont-wrapper {
  color: #000000 !important;
  padding-right: .5rem;
}
.cid-suT03hvWuf .dropdown-menu,
.cid-suT03hvWuf .navbar.opened {
  background: #1d1e22 !important;
}
.cid-suT03hvWuf .nav-item:focus,
.cid-suT03hvWuf .nav-link:focus {
  outline: none;
}
.cid-suT03hvWuf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-suT03hvWuf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suT03hvWuf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-suT03hvWuf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-suT03hvWuf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suT03hvWuf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suT03hvWuf .navbar {
  margin-top: 0;
  padding-bottom: 20px !important;
  padding-top: 20px !important;
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 30, 34, 0.8);
}
.cid-suT03hvWuf .navbar .container {
  transition: all .3s;
}
.cid-suT03hvWuf .navbar.opened {
  transition: all .3s;
}
.cid-suT03hvWuf .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-suT03hvWuf .navbar .navbar-logo img {
  width: auto;
}
.cid-suT03hvWuf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-suT03hvWuf .navbar.collapsed {
  justify-content: center;
}
.cid-suT03hvWuf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suT03hvWuf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suT03hvWuf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-suT03hvWuf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suT03hvWuf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suT03hvWuf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-suT03hvWuf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suT03hvWuf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-suT03hvWuf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-suT03hvWuf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suT03hvWuf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suT03hvWuf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suT03hvWuf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suT03hvWuf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-suT03hvWuf .navbar .navbar-logo {
    max-width: 170px;
  }
  .cid-suT03hvWuf .navbar .navbar-logo img {
    max-width: 100%;
    height: 3rem !important;
  }
  .cid-suT03hvWuf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suT03hvWuf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-suT03hvWuf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-suT03hvWuf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-suT03hvWuf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-suT03hvWuf .navbar.navbar-short {
  margin-top: 20px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: transparent;
  min-height: 60px;
}
@media (max-width: 991.98px) {
  .cid-suT03hvWuf .navbar.navbar-short {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-suT03hvWuf .navbar.navbar-short .container {
  background-color: #1d1e22;
}
@media (max-width: 991.98px) {
  .cid-suT03hvWuf .navbar.navbar-short .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }
}
.cid-suT03hvWuf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-suT03hvWuf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-suT03hvWuf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suT03hvWuf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suT03hvWuf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suT03hvWuf .dropdown-item.active,
.cid-suT03hvWuf .dropdown-item:active {
  background-color: transparent;
}
.cid-suT03hvWuf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-suT03hvWuf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suT03hvWuf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suT03hvWuf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d1e22;
}
.cid-suT03hvWuf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suT03hvWuf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suT03hvWuf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-suT03hvWuf .navbar-buttons {
  text-align: center;
}
.cid-suT03hvWuf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-suT03hvWuf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-suT03hvWuf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-suT03hvWuf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-suT03hvWuf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-suT03hvWuf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-suT03hvWuf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suT03hvWuf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-suT03hvWuf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-suT03hvWuf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suT03hvWuf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-suT03hvWuf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-suT03hvWuf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suT03hvWuf .navbar {
    height: 70px;
  }
  .cid-suT03hvWuf .navbar.opened {
    height: auto;
  }
  .cid-suT03hvWuf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-suT3pr7GQX {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-suT3pr7GQX .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-suT3pr7GQX .content_wrapper:hover .mbr-section-title a {
  color: #1d1e22 !important;
}
.cid-suT3pr7GQX .mbr-section-title,
.cid-suT3pr7GQX .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-suT3pr7GQX .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-suT3pr7GQX .mbr-section-btn .btn-secondary-outline:hover,
.cid-suT3pr7GQX .mbr-section-btn .btn-secondary-outline .active,
.cid-suT3pr7GQX .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e5e !important;
}
.cid-suT3pr7GQX .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-suT3pr7GQX .mbr-text,
.cid-suT3pr7GQX .mbr-section-btn {
  color: #fff;
}
.cid-suT50gy7yA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color:#3C3939;
}
.cid-suT50gy7yA .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-suT50gy7yA .content_wrapper:hover .mbr-section-title a {
  color: #1d1e22 !important;
}
.cid-suT50gy7yA .mbr-section-title,
.cid-suT50gy7yA .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-suT50gy7yA .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-suT50gy7yA .mbr-section-btn .btn-secondary-outline:hover,
.cid-suT50gy7yA .mbr-section-btn .btn-secondary-outline .active,
.cid-suT50gy7yA .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e5e !important;
}
.cid-suT50gy7yA .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-suT50gy7yA .mbr-text,
.cid-suT50gy7yA .mbr-section-btn {
  color: #fff;
}
.cid-suT6a3qhxU {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color:#232323;
}
.cid-suT6a3qhxU .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-suT6a3qhxU .content_wrapper:hover .mbr-section-title a {
  color: #1d1e22 !important;
}
.cid-suT6a3qhxU .mbr-section-title,
.cid-suT6a3qhxU .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-suT6a3qhxU .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-suT6a3qhxU .mbr-section-btn .btn-secondary-outline:hover,
.cid-suT6a3qhxU .mbr-section-btn .btn-secondary-outline .active,
.cid-suT6a3qhxU .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e5e !important;
}
.cid-suT6a3qhxU .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-suT6a3qhxU .mbr-text,
.cid-suT6a3qhxU .mbr-section-btn {
  color: #fff;
}
.cid-suT80fvPwB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color:#3C3939;
}
.cid-suT80fvPwB .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-suT80fvPwB .content_wrapper:hover .mbr-section-title a {
  color: #1d1e22 !important;
}
.cid-suT80fvPwB .mbr-section-title,
.cid-suT80fvPwB .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-suT80fvPwB .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-suT80fvPwB .mbr-section-btn .btn-secondary-outline:hover,
.cid-suT80fvPwB .mbr-section-btn .btn-secondary-outline .active,
.cid-suT80fvPwB .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff8e5e !important;
}
.cid-suT80fvPwB .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-suT80fvPwB .mbr-text,
.cid-suT80fvPwB .mbr-section-btn {
  color: #fff;
}
.cid-suT03jvkX9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1d1e22;
}
.cid-suT03jvkX9 a:link {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-suT03jvkX9 .align-left {
    text-align: center;
  }
}
.cid-suT03jvkX9 .icon-transition span {
  color: #f6f4f2;
  display: block;
  height: 2.6em;
  line-height: 2.6em;
  width: 2.6em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-suT03jvkX9 .icon-transition span:hover {
  color: #ff8e5e;
}
.cid-suT03jvkX9 .social-media {
  display: flex;
}
@media (max-width: 767px) {
  .cid-suT03jvkX9 .social-media {
    justify-content: center !important;
  }
}
.cid-suT03jvkX9 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-suT03jvkX9 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-suT03jvkX9 .content-text,
.cid-suT03jvkX9 .inner-text {
  color: #f6f4f2;
  text-align: left;
}
.cid-suT03jvkX9 .hidden {
  visibility: visible !important;
}
.cid-suT8ZKt54w {
  z-index: 1000;
  width: 100%;
}
.cid-suT8ZKt54w nav.navbar {
  position: fixed;
}
.cid-suT8ZKt54w .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-suT8ZKt54w .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-suT8ZKt54w .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-suT8ZKt54w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-suT8ZKt54w .nav-link {
  position: relative;
}
.cid-suT8ZKt54w .container {
  display: flex;
  margin: auto;
}
.cid-suT8ZKt54w .iconfont-wrapper {
  color: #000000 !important;
  padding-right: .5rem;
}
.cid-suT8ZKt54w .dropdown-menu,
.cid-suT8ZKt54w .navbar.opened {
  background: #1d1e22 !important;
}
.cid-suT8ZKt54w .nav-item:focus,
.cid-suT8ZKt54w .nav-link:focus {
  outline: none;
}
.cid-suT8ZKt54w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-suT8ZKt54w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suT8ZKt54w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-suT8ZKt54w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-suT8ZKt54w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suT8ZKt54w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suT8ZKt54w .navbar {
  margin-top: 0;
  padding-bottom: 20px !important;
  padding-top: 20px !important;
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 30, 34, 0.8);
}
.cid-suT8ZKt54w .navbar .container {
  transition: all .3s;
}
.cid-suT8ZKt54w .navbar.opened {
  transition: all .3s;
}
.cid-suT8ZKt54w .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-suT8ZKt54w .navbar .navbar-logo img {
  width: auto;
}
.cid-suT8ZKt54w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-suT8ZKt54w .navbar.collapsed {
  justify-content: center;
}
.cid-suT8ZKt54w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suT8ZKt54w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suT8ZKt54w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-suT8ZKt54w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suT8ZKt54w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suT8ZKt54w .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-suT8ZKt54w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suT8ZKt54w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-suT8ZKt54w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-suT8ZKt54w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suT8ZKt54w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suT8ZKt54w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suT8ZKt54w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suT8ZKt54w .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-suT8ZKt54w .navbar .navbar-logo {
    max-width: 170px;
  }
  .cid-suT8ZKt54w .navbar .navbar-logo img {
    max-width: 100%;
    height: 3rem !important;
  }
  .cid-suT8ZKt54w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suT8ZKt54w .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-suT8ZKt54w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-suT8ZKt54w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-suT8ZKt54w .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-suT8ZKt54w .navbar.navbar-short {
  margin-top: 20px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: transparent;
  min-height: 60px;
}
@media (max-width: 991.98px) {
  .cid-suT8ZKt54w .navbar.navbar-short {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-suT8ZKt54w .navbar.navbar-short .container {
  background-color: #1d1e22;
}
@media (max-width: 991.98px) {
  .cid-suT8ZKt54w .navbar.navbar-short .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }
}
.cid-suT8ZKt54w .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-suT8ZKt54w .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-suT8ZKt54w .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suT8ZKt54w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suT8ZKt54w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suT8ZKt54w .dropdown-item.active,
.cid-suT8ZKt54w .dropdown-item:active {
  background-color: transparent;
}
.cid-suT8ZKt54w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-suT8ZKt54w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suT8ZKt54w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suT8ZKt54w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d1e22;
}
.cid-suT8ZKt54w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suT8ZKt54w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suT8ZKt54w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-suT8ZKt54w .navbar-buttons {
  text-align: center;
}
.cid-suT8ZKt54w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-suT8ZKt54w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-suT8ZKt54w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-suT8ZKt54w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-suT8ZKt54w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-suT8ZKt54w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-suT8ZKt54w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suT8ZKt54w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-suT8ZKt54w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-suT8ZKt54w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suT8ZKt54w .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-suT8ZKt54w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-suT8ZKt54w .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suT8ZKt54w .navbar {
    height: 70px;
  }
  .cid-suT8ZKt54w .navbar.opened {
    height: auto;
  }
  .cid-suT8ZKt54w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-suT9FYm2xw {
  padding-top: 11rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/kpnr-contact-background-1-1920x1280.jpg");
}
.cid-suT9FYm2xw h2,
.cid-suT9FYm2xw h3,
.cid-suT9FYm2xw h4,
.cid-suT9FYm2xw p {
  color: #ffffff;
}
.cid-suT9FYm2xw .mbr-overlay {
  z-index: -1;
}
.cid-suT9FYm2xw .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-suT9FYm2xw .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-suT9FYm2xw .form-control:focus,
.cid-suT9FYm2xw .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-suT9FYm2xw .form-group {
  margin-bottom: 1rem;
}
.cid-suT9FYm2xw input::-webkit-input-placeholder,
.cid-suT9FYm2xw textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-suT9FYm2xw input:-moz-placeholder,
.cid-suT9FYm2xw textarea:-moz-placeholder {
  color: #656565;
}
.cid-suT9FYm2xw .jq-selectbox li,
.cid-suT9FYm2xw .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-suT9FYm2xw .jq-selectbox li:hover,
.cid-suT9FYm2xw .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-suT9FYm2xw .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-suT9FYm2xw .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-suT9FYm2xw .subtext {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.cid-suT9FYm2xw .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-suT9FYm2xw .mbr-text {
  color: #767676;
}
.cid-suT9FYm2xw .form-block {
  padding: 3rem;
  position: relative;
}
.cid-suT9FYm2xw .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2c1616;
  opacity: 0.5;
  z-index: 0;
}
.cid-suT9FYm2xw .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-suT9FYm2xw a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-suT9FYm2xw .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-suT9FYm2xw .input-group-btn {
  display: block;
  text-align: center;
}
.cid-suT9FYm2xw textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-suT9FYm2xw .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-suT9FYm2xw .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-suT9FYm2xw .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-suT9FYm2xw h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-suT9FYm2xw .block-content {
    padding: 0;
  }
  .cid-suT9FYm2xw .form-block {
    padding: 1rem;
  }
}
.cid-suT8ZMlNlV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1d1e22;
}
.cid-suT8ZMlNlV a:link {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-suT8ZMlNlV .align-left {
    text-align: center;
  }
}
.cid-suT8ZMlNlV .icon-transition span {
  color: #f6f4f2;
  display: block;
  height: 2.6em;
  line-height: 2.6em;
  width: 2.6em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-suT8ZMlNlV .icon-transition span:hover {
  color: #ff8e5e;
}
.cid-suT8ZMlNlV .social-media {
  display: flex;
}
@media (max-width: 767px) {
  .cid-suT8ZMlNlV .social-media {
    justify-content: center !important;
  }
}
.cid-suT8ZMlNlV .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-suT8ZMlNlV .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-suT8ZMlNlV .content-text,
.cid-suT8ZMlNlV .inner-text {
  color: #f6f4f2;
  text-align: left;
}
.cid-suT8ZMlNlV .hidden {
  visibility: visible !important;
}
.cid-spTjwMpwYE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #FFFFFF;
}
.cid-spTjwMpwYE .mbr-overlay {
  background: #FFFFFF;
  opacity: 0.6;
}
.cid-spTjwMpwYE img,
.cid-spTjwMpwYE .item-img {
  width: 100%;
}
.cid-spTjwMpwYE .item:focus,
.cid-spTjwMpwYE span:focus {
  outline: none;
}
.cid-spTjwMpwYE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-spTjwMpwYE .item-wrapper {
  padding-bottom:2rem;
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-spTjwMpwYE .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-spTjwMpwYE .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-spTjwMpwYE .mbr-section-btn {
  margin: auto !important;
}
.cid-spTjwMpwYE .mbr-section-title {
  color: #151a2e;
}
.cid-spTjwMpwYE .mbr-text,
.cid-spTjwMpwYE .mbr-section-btn {
  text-align: center;
}
.cid-spTjwMpwYE .item-title {
  text-align: left;
}
.cid-spTjwMpwYE .item-subtitle {
  text-align: left;
}


/* ---- Horizonal Slider ---- */
@media (min-width: 768px) {
  .cid-uI5xR59yxB {
    background-color: #ffffff;
    padding-top: 8rem!important;
    padding-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uI5xR59yxB {
    display:none;
  }
}
.cid-uI5xR59yxB {
  background-color: #ffffff;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uI5xR59yxB .carousel {
  height: 800px;
}
.cid-uI5xR59yxB .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uI5xR59yxB .carousel-item,
.cid-uI5xR59yxB .carousel-inner {
  height: 100%;
}
.cid-uI5xR59yxB img,
.cid-uI5xR59yxB .item-wrapper {
  border-radius: 0 !important;
}
.cid-uI5xR59yxB .carousel-caption {
  bottom: 40px;
}
.cid-uI5xR59yxB .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uI5xR59yxB .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uI5xR59yxB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uI5xR59yxB .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uI5xR59yxB .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uI5xR59yxB .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uI5xR59yxB .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uI5xR59yxB .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uI5xR59yxB .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uI5xR59yxB .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uI5xR59yxB .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uI5xR59yxB .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uI5xR59yxB .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uI5xR59yxB .carousel-indicators li.active,
.cid-uI5xR59yxB .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uI5xR59yxB .carousel-indicators li::after,
.cid-uI5xR59yxB .carousel-indicators li::before {
  content: none;
}
.cid-uI5xR59yxB .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uI5xR59yxB .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uI5xR59yxB .mbr-section-subtitle,
  .cid-uI5xR59yxB .mbr-section-text,
  .cid-uI5xR59yxB .mbr-section-btn {
    text-align: center;
  }
}

/* ---- Vertical Slider ---- */
@media (min-width: 768px) {
  .cid-uI5xR59yxB-V {
    display:none;
  }
}
@media (max-width: 767px) {
  .cid-uI5xR59yxB-V {
    background-color: #ffffff;
    padding-top: 6rem!important;
    padding-bottom: 0rem;
  }
}
.cid-uI5xR59yxB-V .carousel {
  height: 800px;
}
.cid-uI5xR59yxB-V .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uI5xR59yxB-V .carousel-item,
.cid-uI5xR59yxB-V .carousel-inner {
  height: 100%;
}
.cid-uI5xR59yxB-V img,
.cid-uI5xR59yxB-V .item-wrapper {
  border-radius: 0 !important;
}
.cid-uI5xR59yxB-V .carousel-caption {
  bottom: 40px;
}
.cid-uI5xR59yxB-V .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uI5xR59yxB-V .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uI5xR59yxB-V .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uI5xR59yxB-V .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uI5xR59yxB-V .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uI5xR59yxB-V .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uI5xR59yxB-V .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uI5xR59yxB-V .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uI5xR59yxB-V .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uI5xR59yxB-V .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uI5xR59yxB-V .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uI5xR59yxB-V .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uI5xR59yxB-V .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uI5xR59yxB-V .carousel-indicators li.active,
.cid-uI5xR59yxB-V .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uI5xR59yxB-V .carousel-indicators li::after,
.cid-uI5xR59yxB-V .carousel-indicators li::before {
  content: none;
}
.cid-uI5xR59yxB-V .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uI5xR59yxB-V .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uI5xR59yxB-V .mbr-section-subtitle,
  .cid-uI5xR59yxB-V .mbr-section-text,
  .cid-uI5xR59yxB-V .mbr-section-btn {
    text-align: center;
  }
}


@media (min-width: 768px) {
  .cid-uI4WIntPdB {
    padding-top: 10rem;
    padding-bottom: 5rem;
    background-image: url("../../../assets/img/joy-background.jpg");
  }
}
@media (max-width: 767px) {
  .cid-uI4WIntPdB {
    padding-top: 6rem;
    padding-bottom: 2rem;
    background-image: url("../../../assets/img/joy-background.jpg");
  }
}
.cid-uI4WIntPdB .mbr-media {
  position: relative;
}
.cid-uI4WIntPdB .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-uI4WIntPdB a:hover {
  background-image: none !important;
}
.cid-uI4WIntPdB .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uI4WIntPdB .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uI4WIntPdB .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uI4WIntPdB .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uI4WIntPdB .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uI4WIntPdB .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uI4WIntPdB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uI4WIntPdB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4WIntPdB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4WIntPdB .content-head {
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-soWNSWAIyX {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-image: url("../../../assets/img/joy-background.jpg");
  }
}
@media (max-width: 767px) {
  .cid-soWNSWAIyX {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-image: url("../../../assets/img/joy-background.jpg");
  }
}
.cid-soWNSWAIyX .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-soWNSWAIyX .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-soWNSWAIyX .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-soWNSWAIyX .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-soWNSWAIyX .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-soWNSWAIyX .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-soWNSWAIyX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}