body {
  font-family: Urbanist;
}
.display-1 {
  font-family: 'Urbanist', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'Urbanist', sans-serif;
  font-size: 2rem;
  line-height: 0.9;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Urbanist', sans-serif;
  font-size: 1rem;
  line-height: 1.1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Urbanist', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Urbanist', sans-serif;
  font-size: 1.1rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((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.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #17171a !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #17171a !important;
  border-color: #17171a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #9b9ba5 !important;
  border-color: #9b9ba5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #6f6f7b !important;
  border-color: #6f6f7b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #6f6f7b !important;
  border-color: #6f6f7b !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline {
  border-color: #17171a;
  color: #17171a;
}
.btn-secondary-outline {
  border-color: #9b9ba5;
  color: #9b9ba5;
}
.btn-info-outline {
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-success-outline {
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-warning-outline {
  border-color: #ffe161;
  color: #ffe161;
}
.btn-danger-outline {
  border-color: #ff9966;
  color: #ff9966;
}
.btn-black-outline {
  border-color: #17171a;
  color: #17171a;
}
.btn-white-outline {
  border-color: #ffffff;
  color: #ffffff;
}
.text-primary {
  color: #17171a !important;
}
.text-secondary {
  color: #9b9ba5 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #17171A !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #17171a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #9b9ba5 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #40b0bf !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #47b5ed !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffe161 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff9966 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #17171A !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #17171a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #17171a;
  border-color: #17171a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #17171a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c8c8ce;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #17171a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #17171a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #17171a;
}
.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: #17171a;
  border-bottom-color: #17171a;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #17171a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #9b9ba5 !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='%2317171a' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sIBHbJVPBX {
  padding-top: 4rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #28282c;
}
.cid-sIBHbJVPBX .bg-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  height: 100%;
  width: 30%;
}
.cid-sIBHbJVPBX .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-sIBHbJVPBX .mbr-text,
.cid-sIBHbJVPBX .mbr-section-btn {
  color: #9b9ba5;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sIBHbJVPBX .text-wrapper {
    padding-left: 5rem;
  }
  .cid-sIBHbJVPBX .image-wrapper img {
    width: 650px;
    height: 615px;
    object-fit: cover;
  }
  .cid-sIBHbJVPBX .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-sIBHbJVPBX .item-btn:hover {
    color: #ffffff;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sIBHbJVPBX .text-wrapper {
    padding-left: 2rem;
    position: relative;
  }
  .cid-sIBHbJVPBX .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sIBHbJVPBX .item-btn {
    width: 7rem;
    height: 7rem;
    position: absolute;
    bottom: -4.6rem;
    right: 0;
  }
}
@media (max-width: 767px) {
  .cid-sIBHbJVPBX .bg-wrapper {
    display: none;
  }
  .cid-sIBHbJVPBX .text-wrapper {
    text-align: center;
  }
  .cid-sIBHbJVPBX .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sIBHbJVPBX .item-btn {
    width: 5.5rem;
    height: 5.5rem;
    position: static;
  }
  .cid-sIBHbJVPBX .item-btn span {
    font-size: x-small;
    line-height: 1.5;
  }
}
.cid-sIBHbJVPBX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 600px) {
  .cid-sIBHbJVPBX .card-title {
    letter-spacing: -1px;
  }
}
.cid-sIuTwceQuT {
  background-image: url("https://mobirise.com/extensions/housem5/assets/images/blocks-1600x1074.jpeg");
}
@media (max-width: 991px) {
  .cid-sIuTwceQuT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sIBI9tMmB3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sIBI9tMmB3 img,
.cid-sIBI9tMmB3 .item-img {
  width: 100%;
}
.cid-sIBI9tMmB3 .item:focus,
.cid-sIBI9tMmB3 span:focus {
  outline: none;
}
.cid-sIBI9tMmB3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-sIBI9tMmB3 .item-wrapper {
  position: relative;
  background: #f8f8f8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sIBI9tMmB3 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sIBI9tMmB3 .item-wrapper .item-content {
    padding: 1rem;
  }
}
@media (max-width: 600px) {
  .cid-sIBI9tMmB3 .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sIBI9tMmB3 .mbr-section-title {
  text-align: center;
  color: #17171a;
}
.cid-sIBI9tMmB3 .item-title {
  text-align: center;
}
.cid-sIBHRcu7h8 {
  padding-top: 4.5rem;
  padding-bottom: 6.5rem;
  background-color: #ffffff;
}
.cid-sIBHRcu7h8 .video-wrapper iframe {
  width: 100%;
}
.cid-sIBHRcu7h8 .mbr-section-title {
  align-self: left;
  text-align: center;
  color: #17171a;
}
.cid-sIBHRcu7h8 .mbr-text {
  align-self: right;
}
@media (max-width: 767px) {
  .cid-sIBHRcu7h8 .mbr-section-title,
  .cid-sIBHRcu7h8 .mbr-text {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-sIBHRcu7h8 .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sIBIPScpfb {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sIBIPScpfb img,
.cid-sIBIPScpfb .item-img {
  width: 100%;
}
.cid-sIBIPScpfb .item:focus,
.cid-sIBIPScpfb span:focus {
  outline: none;
}
.cid-sIBIPScpfb .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-sIBIPScpfb .item-wrapper {
  position: relative;
  background: #f8f8f8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sIBIPScpfb .item-wrapper .item-content {
    padding: 2rem 4rem 0;
  }
  .cid-sIBIPScpfb .item-wrapper .mbr-text {
    margin-bottom: 2rem;
  }
  .cid-sIBIPScpfb .item-wrapper .item-title {
    margin-bottom: 3rem;
  }
  .cid-sIBIPScpfb .item-wrapper .item-footer {
    padding: 0 4rem 2rem;
    right: -2rem;
    top: 11.6rem;
  }
  .cid-sIBIPScpfb .item-wrapper .item-btn {
    width: 6.3rem;
    height: 6.3rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin: 0;
  }
  .cid-sIBIPScpfb .item-wrapper .item-btn span {
    transform: rotate(45deg) scale(0.8);
    margin-top: 0.4rem;
    margin-right: 0.6rem;
    margin-left: 0.5rem;
    transition: all 0.8s;
  }
  .cid-sIBIPScpfb .item-wrapper .item-btn:hover > span {
    transform: scale(0.8) rotate(90deg);
  }
}
@media (max-width: 991px) {
  .cid-sIBIPScpfb .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sIBIPScpfb .item-wrapper .mbr-text {
    margin-bottom: 1rem;
  }
  .cid-sIBIPScpfb .item-wrapper .item-title {
    margin-bottom: 2rem;
  }
  .cid-sIBIPScpfb .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
  .cid-sIBIPScpfb .item-wrapper .item-btn {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin-top: 0;
  }
  .cid-sIBIPScpfb .item-wrapper .item-btn span {
    transform: rotate(45deg) scale(0.6);
    margin-top: 0.2rem;
    margin-left: 0.2rem;
    transition: all 0.8s;
  }
  .cid-sIBIPScpfb .item-wrapper .item-btn:hover > span {
    transform: scale(0.6) rotate(90deg);
  }
}
@media (max-width: 600px) {
  .cid-sIBIPScpfb .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sIBIPScpfb .mbr-section-title {
  color: #17171a;
  text-align: center;
}
.cid-sIBGI0UeKA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sIBGI0UeKA nav.navbar {
  position: fixed;
}
.cid-sIBGI0UeKA .navbar-dropdown .navbar-caption {
  vertical-align: 3px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sIBGI0UeKA .navbar-dropdown .navbar-caption {
    vertical-align: -4px;
  }
}
.cid-sIBGI0UeKA .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-sIBGI0UeKA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sIBGI0UeKA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sIBGI0UeKA .dropdown-item:hover,
.cid-sIBGI0UeKA .dropdown-item:focus {
  background: #17171a !important;
  color: white !important;
}
.cid-sIBGI0UeKA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sIBGI0UeKA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sIBGI0UeKA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sIBGI0UeKA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sIBGI0UeKA .nav-link {
  position: relative;
}
.cid-sIBGI0UeKA .container {
  display: flex;
  margin: auto;
}
.cid-sIBGI0UeKA .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sIBGI0UeKA .dropdown-menu,
.cid-sIBGI0UeKA .navbar.opened {
  background: #ffffff !important;
}
.cid-sIBGI0UeKA .nav-item:focus,
.cid-sIBGI0UeKA .nav-link:focus {
  outline: none;
}
.cid-sIBGI0UeKA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sIBGI0UeKA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sIBGI0UeKA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sIBGI0UeKA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sIBGI0UeKA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sIBGI0UeKA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sIBGI0UeKA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sIBGI0UeKA .navbar.opened {
  transition: all 0.3s;
}
.cid-sIBGI0UeKA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sIBGI0UeKA .navbar .navbar-logo {
    margin-top: 0.4rem;
  }
}
.cid-sIBGI0UeKA .navbar .navbar-logo img {
  width: auto;
}
.cid-sIBGI0UeKA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sIBGI0UeKA .navbar.collapsed {
  justify-content: center;
}
.cid-sIBGI0UeKA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sIBGI0UeKA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sIBGI0UeKA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sIBGI0UeKA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sIBGI0UeKA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sIBGI0UeKA .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-sIBGI0UeKA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sIBGI0UeKA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sIBGI0UeKA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sIBGI0UeKA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sIBGI0UeKA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sIBGI0UeKA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sIBGI0UeKA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sIBGI0UeKA .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-sIBGI0UeKA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sIBGI0UeKA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sIBGI0UeKA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sIBGI0UeKA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sIBGI0UeKA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sIBGI0UeKA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sIBGI0UeKA .navbar.navbar-short {
  min-height: 60px;
}
.cid-sIBGI0UeKA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sIBGI0UeKA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sIBGI0UeKA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sIBGI0UeKA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sIBGI0UeKA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sIBGI0UeKA .dropdown-item.active,
.cid-sIBGI0UeKA .dropdown-item:active {
  background-color: transparent;
}
.cid-sIBGI0UeKA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sIBGI0UeKA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sIBGI0UeKA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sIBGI0UeKA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sIBGI0UeKA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sIBGI0UeKA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sIBGI0UeKA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sIBGI0UeKA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sIBGI0UeKA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sIBGI0UeKA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-sIBGI0UeKA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sIBGI0UeKA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sIBGI0UeKA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sIBGI0UeKA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sIBGI0UeKA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sIBGI0UeKA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sIBGI0UeKA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sIBGI0UeKA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sIBGI0UeKA .navbar-dropdown {
  position: fixed;
}
.cid-sIBGI0UeKA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sIBGI0UeKA .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-sIBGI0UeKA .navbar {
    height: 70px;
  }
  .cid-sIBGI0UeKA .navbar.opened {
    height: auto;
  }
  .cid-sIBGI0UeKA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sIBJboUBb4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #17171a;
}
@media (max-width: 767px) {
  .cid-sIBJboUBb4 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sIBJboUBb4 .media-wrap img {
  filter: invert(1);
}
.cid-sIBJboUBb4 .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sIBJboUBb4 .links {
    justify-content: center;
  }
  .cid-sIBJboUBb4 .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-sIBJboUBb4 .links {
    justify-content: flex-end;
  }
  .cid-sIBJboUBb4 .link {
    margin: 0.5rem;
  }
}
.cid-sIBJboUBb4 .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-sIBJboUBb4 .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-sIBJboUBb4 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sIBJboUBb4 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sIBJboUBb4 .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-sIBJboUBb4 .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sIBJboUBb4 .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-sIBJboUBb4 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sIBGI0UeKA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sIBGI0UeKA nav.navbar {
  position: fixed;
}
.cid-sIBGI0UeKA .navbar-dropdown .navbar-caption {
  vertical-align: 3px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sIBGI0UeKA .navbar-dropdown .navbar-caption {
    vertical-align: -4px;
  }
}
.cid-sIBGI0UeKA .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-sIBGI0UeKA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sIBGI0UeKA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sIBGI0UeKA .dropdown-item:hover,
.cid-sIBGI0UeKA .dropdown-item:focus {
  background: #17171a !important;
  color: white !important;
}
.cid-sIBGI0UeKA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sIBGI0UeKA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sIBGI0UeKA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sIBGI0UeKA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sIBGI0UeKA .nav-link {
  position: relative;
}
.cid-sIBGI0UeKA .container {
  display: flex;
  margin: auto;
}
.cid-sIBGI0UeKA .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sIBGI0UeKA .dropdown-menu,
.cid-sIBGI0UeKA .navbar.opened {
  background: #ffffff !important;
}
.cid-sIBGI0UeKA .nav-item:focus,
.cid-sIBGI0UeKA .nav-link:focus {
  outline: none;
}
.cid-sIBGI0UeKA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sIBGI0UeKA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sIBGI0UeKA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sIBGI0UeKA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sIBGI0UeKA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sIBGI0UeKA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sIBGI0UeKA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sIBGI0UeKA .navbar.opened {
  transition: all 0.3s;
}
.cid-sIBGI0UeKA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sIBGI0UeKA .navbar .navbar-logo {
    margin-top: 0.4rem;
  }
}
.cid-sIBGI0UeKA .navbar .navbar-logo img {
  width: auto;
}
.cid-sIBGI0UeKA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sIBGI0UeKA .navbar.collapsed {
  justify-content: center;
}
.cid-sIBGI0UeKA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sIBGI0UeKA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sIBGI0UeKA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sIBGI0UeKA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sIBGI0UeKA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sIBGI0UeKA .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-sIBGI0UeKA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sIBGI0UeKA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sIBGI0UeKA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sIBGI0UeKA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sIBGI0UeKA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sIBGI0UeKA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sIBGI0UeKA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sIBGI0UeKA .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-sIBGI0UeKA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sIBGI0UeKA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sIBGI0UeKA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sIBGI0UeKA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sIBGI0UeKA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sIBGI0UeKA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sIBGI0UeKA .navbar.navbar-short {
  min-height: 60px;
}
.cid-sIBGI0UeKA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sIBGI0UeKA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sIBGI0UeKA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sIBGI0UeKA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sIBGI0UeKA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sIBGI0UeKA .dropdown-item.active,
.cid-sIBGI0UeKA .dropdown-item:active {
  background-color: transparent;
}
.cid-sIBGI0UeKA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sIBGI0UeKA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sIBGI0UeKA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sIBGI0UeKA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sIBGI0UeKA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sIBGI0UeKA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sIBGI0UeKA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sIBGI0UeKA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sIBGI0UeKA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sIBGI0UeKA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-sIBGI0UeKA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sIBGI0UeKA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sIBGI0UeKA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sIBGI0UeKA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sIBGI0UeKA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sIBGI0UeKA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sIBGI0UeKA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sIBGI0UeKA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sIBGI0UeKA .navbar-dropdown {
  position: fixed;
}
.cid-sIBGI0UeKA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sIBGI0UeKA .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-sIBGI0UeKA .navbar {
    height: 70px;
  }
  .cid-sIBGI0UeKA .navbar.opened {
    height: auto;
  }
  .cid-sIBGI0UeKA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sIBJSkxCr3 {
  padding-top: 3.5rem;
  padding-bottom: 4.5rem;
  background-color: #ffffff;
}
.cid-sIBJSkxCr3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sIBJSkxCr3 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sIBJSkxCr3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sIBJSkxCr3 .align-bottom {
  margin-left: 3px;
  margin-bottom: 13px;
  padding-bottom: 10px;
}
@media (max-width: 600px) {
  .cid-sIBJSkxCr3 .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sIBJSJS5DL {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #f8f8f8;
}
.cid-sIBJSJS5DL .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sIBJSJS5DL .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 1200px) {
  .cid-sIBJSJS5DL .text-wrapper {
    margin-left: 5rem;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-sIBJSJS5DL .text-wrapper {
    margin-left: 0;
    padding: 0 2rem;
  }
}
.cid-sIBJSJS5DL blockquote {
  padding: 30px 150px 0 0;
  border: none;
  line-height: 1;
}
@media (max-width: 1199px) {
  .cid-sIBJSJS5DL blockquote {
    padding-right: 100px;
  }
}
.cid-sIBJSJS5DL .occupation {
  font-size: 1rem;
  margin-top: -0.5rem;
}
.cid-sIBJT8yEBf {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sIBJT8yEBf .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sIBJT8yEBf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sIBJT8yEBf .text-wrapper {
    padding: 0 5.5rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-sIBJT8yEBf .text-wrapper {
    margin-bottom: 0;
  }
}
.cid-sIBJT8yEBf .item-btn {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  position: absolute;
  top: -4.5rem;
  right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-sIBJT8yEBf .item-btn {
    width: 6rem;
    height: 6rem;
    top: -3.5rem;
    right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sIBJT8yEBf .item-btn {
    width: 4rem;
    height: 4rem;
    top: -2.5rem;
    right: 1.5rem;
  }
}
.cid-sIBJT8yEBf .icon-wrap span {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-sIBJT8yEBf .icon-wrap span {
    transform: scale(0.6);
  }
}
@media (max-width: 600px) {
  .cid-sIBJT8yEBf .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sIBJTvkIts {
  padding-top: 3.5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sIBJTvkIts .image-wrapper {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sIBJTvkIts .image-wrapper {
    width: 49%;
  }
}
.cid-sIBJTvkIts .text-wrapper {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sIBJTvkIts .text-wrapper {
    width: 100%;
    text-align: center;
  }
  .cid-sIBJTvkIts .text-wrapper h3 {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .cid-sIBJTvkIts .text-wrapper p {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-sIBJTvkIts .text-wrapper {
    padding: 0 4rem;
    width: 49%;
  }
  .cid-sIBJTvkIts .text-wrapper h3 {
    width: 85%;
    margin-bottom: 2.2rem;
  }
  .cid-sIBJTvkIts .text-wrapper p {
    width: 50%;
    margin-bottom: 1rem;
  }
}
.cid-sIBJTvkIts .item-btn {
  width: 10.6rem;
  height: 10.6rem;
  position: absolute;
  top: 5.2rem;
  right: 3.5rem;
}
.cid-sIBJTvkIts .item-btn:hover {
  opacity: 0.8;
}
.cid-sIBJTvkIts .item-btn:hover > span {
  transform: scale(1.3) translateY(0.5rem);
}
.cid-sIBJTvkIts .item-btn span {
  transform: scale(1.3);
  transition: all 0.8s;
}
@media (max-width: 1199px) {
  .cid-sIBJTvkIts .item-btn {
    width: 7.6rem;
    height: 7.6rem;
    top: 6.2rem;
    right: 2.5rem;
  }
  .cid-sIBJTvkIts .item-btn:hover > span {
    transform: translateY(0.5rem);
  }
}
@media (max-width: 992px) {
  .cid-sIBJTvkIts .item-btn {
    width: 4rem;
    height: 4rem;
    top: 1.6rem;
    right: 1rem;
  }
  .cid-sIBJTvkIts .item-btn:hover > span {
    transform: scale(0.6) translateY(0.3rem);
  }
  .cid-sIBJTvkIts .item-btn span {
    transform: scale(0.6);
    transition: all 0.8s;
  }
}
@media (max-width: 767px) {
  .cid-sIBJTvkIts .item-btn {
    position: static;
    margin-top: 0rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 600px) {
  .cid-sIBJTvkIts .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sIBJTOrfMs {
  padding-top: 3.5rem;
  padding-bottom: 4.5rem;
  background-color: #ffffff;
}
.cid-sIBJTOrfMs .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sIBJTOrfMs .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sIBJTOrfMs .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sIBJTOrfMs .align-bottom {
  margin-left: 3px;
  margin-bottom: 13px;
  padding-bottom: 10px;
}
.cid-sIBJTOrfMs .mbr-overlay {
  z-index: 1;
}
.cid-sIBJTOrfMs .carousel,
.cid-sIBJTOrfMs .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sIBJTOrfMs .item-wrapper {
  width: 100%;
}
.cid-sIBJTOrfMs .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sIBJTOrfMs .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .cid-sIBJTOrfMs .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sIBJTOrfMs .carousel-control {
  top: 50%;
  width: 45px;
  height: 45px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #E8E8E8;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1;
}
.cid-sIBJTOrfMs .carousel-control span {
  color: #101019;
}
.cid-sIBJTOrfMs .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-sIBJTOrfMs .carousel-control.carousel-control-prev {
    margin-left: 0.5rem;
  }
}
.cid-sIBJTOrfMs .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sIBJTOrfMs .carousel-control.carousel-control-next {
    margin-right: 0.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sIBJTOrfMs .carousel-indicators {
    margin-left: 0;
    text-align: center;
  }
}
.cid-sIBJTOrfMs .carousel-indicators li {
  height: 8px;
  max-height: 8px;
  width: 8px;
  max-width: 8px;
  margin: 3px;
  background-color: #ffffff;
  border-radius: 50%;
}
.cid-sIBJTOrfMs .carousel-indicators li.active,
.cid-sIBJTOrfMs .carousel-indicators li:hover {
  opacity: 0.9;
  border: none;
  margin: 13px 3px;
}
.cid-sIBJTOrfMs .carousel-indicators li::after,
.cid-sIBJTOrfMs .carousel-indicators li::before {
  content: none;
}
.cid-sIBJTOrfMs .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sIBJTOrfMs .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .cid-sIBJTOrfMs .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sIBJUgHil1 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #28282c;
}
@media (max-width: 767px) {
  .cid-sIBJUgHil1 .card-wrapper {
    margin: 0;
    padding: 0;
  }
}
.cid-sIBJUgHil1 .mbr-section-title {
  color: #ffffff;
}
.cid-sIBJUgHil1 .card-title,
.cid-sIBJUgHil1 .card-box {
  color: #ffffff;
}
.cid-sIBJUgHil1 .mbr-text {
  color: #9b9ba5;
}
@media (max-width: 600px) {
  .cid-sIBJUgHil1 .mbr-section-title {
    letter-spacing: -1px;
  }
}
@media (min-width: 768px) {
  .cid-sIBJUgHil1 .border-right {
    border-right: 2px solid rgba(255, 255, 255, 0.25);
  }
  .cid-sIBJUgHil1 .top {
    border-top: 2px solid rgba(255, 255, 255, 0.25);
  }
  .cid-sIBJUgHil1 .margin-left {
    margin-left: 5rem;
    padding: 3rem 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .cid-sIBJUgHil1 .border-right {
    padding: 3rem 3rem 3rem 0;
  }
}
.cid-sIBJUKoKa6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-sIBJUKoKa6 .card-wrap {
  width: 29.6rem;
  height: 29.6rem;
  position: relative;
}
.cid-sIBJUKoKa6 .card {
  border: 2px solid #17171A;
  border-radius: 0;
  width: 14.8rem;
  height: 14.8rem;
}
.cid-sIBJUKoKa6 .right {
  position: absolute;
  top: 1px;
  right: 2px;
}
.cid-sIBJUKoKa6 .left {
  position: absolute;
  bottom: 1px;
  left: 0;
}
.cid-sIBJUKoKa6 .item-btn {
  width: 10.6rem;
  height: 10.6rem;
}
.cid-sIBJUKoKa6 .align-bottom {
  margin-left: 3px;
  margin-bottom: 13px;
  padding-bottom: 10px;
}
@media (min-width: 1000px) {
  .cid-sIBJUKoKa6 .content-wrap {
    flex-wrap: nowrap;
  }
  .cid-sIBJUKoKa6 .main-content {
    width: 75%;
    padding-left: 3rem;
  }
}
@media (max-width: 999px) {
  .cid-sIBJUKoKa6 .content-wrap {
    flex-wrap: wrap;
  }
  .cid-sIBJUKoKa6 .main-content {
    width: 75%;
    padding-left: 1rem;
  }
  .cid-sIBJUKoKa6 .main-content p {
    width: 70%;
  }
  .cid-sIBJUKoKa6 .card-wrap {
    width: 20.8rem;
    height: 20.8rem;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
  }
  .cid-sIBJUKoKa6 .card {
    width: 10.4rem;
    height: 10.4rem;
  }
  .cid-sIBJUKoKa6 .item-btn {
    width: 8rem;
    height: 8rem;
    margin-left: 5rem;
    margin-top: -1.2rem;
  }
}
@media (max-width: 769px) {
  .cid-sIBJUKoKa6 .main-content {
    width: 100%;
    text-align: center;
  }
  .cid-sIBJUKoKa6 .main-content p {
    width: 100%;
  }
  .cid-sIBJUKoKa6 .add-content {
    display: none;
  }
  .cid-sIBJUKoKa6 .item-btn {
    width: 6.9rem;
    height: 6.9rem;
    margin: auto;
  }
  .cid-sIBJUKoKa6 .item-btn span {
    font-size: x-small;
    line-height: 1.5;
  }
}
@media (max-width: 600px) {
  .cid-sIBJUKoKa6 .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sIBJVsZNxC {
  padding-top: 4rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #28282c;
}
.cid-sIBJVsZNxC .bg-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  height: 100%;
  width: 30%;
}
.cid-sIBJVsZNxC .card-title {
  color: #ffffff;
}
.cid-sIBJVsZNxC .mbr-text,
.cid-sIBJVsZNxC .mbr-section-btn {
  color: #9b9ba5;
}
@media (min-width: 992px) {
  .cid-sIBJVsZNxC .text-wrapper {
    padding-left: 5rem;
  }
  .cid-sIBJVsZNxC .image-wrapper img {
    width: 650px;
    height: 615px;
    object-fit: cover;
  }
  .cid-sIBJVsZNxC .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-sIBJVsZNxC .item-btn:hover {
    color: #ffffff;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sIBJVsZNxC .text-wrapper {
    padding-left: 2rem;
    position: relative;
  }
  .cid-sIBJVsZNxC .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sIBJVsZNxC .item-btn {
    width: 7rem;
    height: 7rem;
    position: absolute;
    bottom: -4.6rem;
    right: 0;
  }
}
@media (max-width: 767px) {
  .cid-sIBJVsZNxC .bg-wrapper {
    display: none;
  }
  .cid-sIBJVsZNxC .text-wrapper {
    text-align: center;
  }
  .cid-sIBJVsZNxC .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sIBJVsZNxC .item-btn {
    width: 5.5rem;
    height: 5.5rem;
    position: static;
  }
  .cid-sIBJVsZNxC .item-btn span {
    font-size: x-small;
    line-height: 1.5;
  }
}
.cid-sIBJVsZNxC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 600px) {
  .cid-sIBJVsZNxC .card-title {
    letter-spacing: -1px;
  }
}
.cid-sIBJW1Wiin {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
@media (max-width: 991px) {
  .cid-sIBJW1Wiin .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-sIBJW1Wiin .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sIBJW1Wiin .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sIBJW1Wiin .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sIBJW1Wiin .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sIBJW1Wiin .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sIBJW1Wiin .section-head {
    margin-left: 3rem;
  }
}
.cid-sIBJW1Wiin .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sIBJW1Wiin .image-wrapper img {
    margin-bottom: 2rem;
  }
}
.cid-sIBJW1Wiin .card {
  border-top: 2px solid #17171a;
  border-radius: 0;
  margin: 0 3rem;
  padding: 3rem 0;
}
@media (max-width: 767px) {
  .cid-sIBJW1Wiin .card {
    padding-top: 2rem;
    padding-bottom: 0;
    margin: 0;
  }
}
@media (max-width: 991px) {
  .cid-sIBJW1Wiin .text-wrapper {
    position: relative;
  }
}
@media (min-width: 992px) {
  .cid-sIBJW1Wiin .text-wrapper p {
    padding-right: 7rem;
  }
}
@media (max-width: 991px) {
  .cid-sIBJW1Wiin .text-wrapper p {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cid-sIBJW1Wiin .text-wrapper p {
    margin: 2rem 0;
  }
}
@media (min-width: 992px) {
  .cid-sIBJW1Wiin .card-btn {
    width: 10.6rem;
    height: 10.6rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin: 0;
  }
  .cid-sIBJW1Wiin .card-btn .rotate {
    transform: scale(1.3) rotate(45deg);
    margin-top: 0.4rem;
    margin-right: 0.6rem;
    margin-left: 0.5rem;
  }
  .cid-sIBJW1Wiin .card-btn span {
    transition: all 0.8s;
  }
  .cid-sIBJW1Wiin .card-btn:hover > span {
    transform: scale(1.3) rotate(90deg);
  }
}
@media (max-width: 991px) {
  .cid-sIBJW1Wiin .card-btn {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    position: absolute;
    right: 0;
    top: 1.5rem;
  }
  .cid-sIBJW1Wiin .card-btn .rotate {
    transform: rotate(45deg) scale(0.6);
    margin-top: 0.2rem;
    margin-left: 0;
  }
  .cid-sIBJW1Wiin .card-btn span {
    transition: all 0.8s;
  }
  .cid-sIBJW1Wiin .card-btn:hover > span {
    transform: scale(0.6) rotate(90deg);
  }
}
.cid-sIBJW1Wiin .footer-btn {
  width: 10.6rem;
  height: 10.6rem;
  border-radius: 50%;
  padding-left: -0.5rem;
  padding-top: 0.5rem;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sIBJW1Wiin .footer-btn {
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .cid-sIBJW1Wiin .footer-btn {
    width: 5rem;
    height: 5rem;
  }
  .cid-sIBJW1Wiin .footer-btn span {
    font-size: x-small;
    line-height: 1.5;
  }
}
.cid-sIBJW1Wiin .section-footer {
  border-top: 2px solid #17171a;
  border-bottom: 2px solid #17171a;
  padding: 1rem 0;
  margin: 0 3rem;
}
@media (max-width: 767px) {
  .cid-sIBJW1Wiin .section-footer {
    margin: 0;
  }
}
@media (max-width: 600px) {
  .cid-sIBJW1Wiin .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sIBJWMGlrF {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sIBJWMGlrF img,
.cid-sIBJWMGlrF .item-img {
  width: 100%;
}
.cid-sIBJWMGlrF .item:focus,
.cid-sIBJWMGlrF span:focus {
  outline: none;
}
.cid-sIBJWMGlrF .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-sIBJWMGlrF .item-wrapper {
  position: relative;
  background: #f8f8f8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sIBJWMGlrF .item-wrapper .item-content {
    padding: 2rem 4rem 0;
  }
  .cid-sIBJWMGlrF .item-wrapper .mbr-text {
    margin-bottom: 3rem;
  }
  .cid-sIBJWMGlrF .item-wrapper .item-footer {
    padding: 0 4rem 2rem;
    position: absolute;
    right: -2rem;
    top: 11.6rem;
  }
  .cid-sIBJWMGlrF .item-wrapper .item-btn {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin: 0;
  }
  .cid-sIBJWMGlrF .item-wrapper .item-btn span {
    transform: rotate(45deg);
    margin-top: 0.4rem;
    margin-right: 0.6rem;
    margin-left: 0.5rem;
    transition: all 0.8s;
  }
  .cid-sIBJWMGlrF .item-wrapper .item-btn:hover > span {
    transform: rotate(90deg);
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  .cid-sIBJWMGlrF .item-wrapper .item-footer {
    top: 15.2rem;
  }
}
@media (max-width: 991px) {
  .cid-sIBJWMGlrF .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sIBJWMGlrF .item-wrapper .mbr-text {
    margin-bottom: 2rem;
  }
  .cid-sIBJWMGlrF .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
    position: absolute;
    right: -0.4rem;
    top: 7.9rem;
  }
  .cid-sIBJWMGlrF .item-wrapper .item-btn {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
  }
  .cid-sIBJWMGlrF .item-wrapper .item-btn span {
    transform: rotate(45deg) scale(0.6);
    margin-top: 0.2rem;
    margin-left: 0.2rem;
    transition: all 0.8s;
  }
  .cid-sIBJWMGlrF .item-wrapper .item-btn:hover > span {
    transform: scale(0.6) rotate(90deg);
  }
}
@media (max-width: 991px) and (max-width: 766px) {
  .cid-sIBJWMGlrF .item-wrapper .item-footer {
    top: 14.9rem;
  }
}
@media (max-width: 991px) and (max-width: 360px) {
  .cid-sIBJWMGlrF .item-wrapper .item-footer {
    top: 6.5rem;
  }
}
@media (max-width: 600px) {
  .cid-sIBJWMGlrF .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sIBJXjTa59 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sIBJXjTa59 img,
.cid-sIBJXjTa59 .item-img {
  width: 100%;
}
.cid-sIBJXjTa59 .item:focus,
.cid-sIBJXjTa59 span:focus {
  outline: none;
}
.cid-sIBJXjTa59 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-sIBJXjTa59 .item-wrapper {
  position: relative;
  background: #f8f8f8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sIBJXjTa59 .item-wrapper .item-content {
    padding: 2rem 4rem 0;
  }
  .cid-sIBJXjTa59 .item-wrapper .mbr-text {
    margin-bottom: 2rem;
  }
  .cid-sIBJXjTa59 .item-wrapper .item-footer {
    padding: 0 4rem 2rem;
    right: -2rem;
    top: 11.6rem;
  }
  .cid-sIBJXjTa59 .item-wrapper .item-btn {
    width: 6.3rem;
    height: 6.3rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin: 0;
  }
  .cid-sIBJXjTa59 .item-wrapper .item-btn span {
    transform: rotate(45deg) scale(0.8);
    margin-top: 0.4rem;
    margin-right: 0.6rem;
    margin-left: 0.5rem;
    transition: all 0.8s;
  }
  .cid-sIBJXjTa59 .item-wrapper .item-btn:hover > span {
    transform: scale(0.8) rotate(90deg);
  }
}
@media (max-width: 991px) {
  .cid-sIBJXjTa59 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sIBJXjTa59 .item-wrapper .mbr-text {
    margin-bottom: 1rem;
  }
  .cid-sIBJXjTa59 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
  .cid-sIBJXjTa59 .item-wrapper .item-btn {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin-top: 0;
  }
  .cid-sIBJXjTa59 .item-wrapper .item-btn span {
    transform: rotate(45deg) scale(0.6);
    margin-top: 0.2rem;
    margin-left: 0.2rem;
    transition: all 0.8s;
  }
  .cid-sIBJXjTa59 .item-wrapper .item-btn:hover > span {
    transform: scale(0.6) rotate(90deg);
  }
}
@media (max-width: 600px) {
  .cid-sIBJXjTa59 .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sIBJY42CgY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sIBJY42CgY .mbr-section-title,
.cid-sIBJY42CgY .mbr-section-subtitle {
  margin-left: 3rem;
}
.cid-sIBJY42CgY .content {
  border-top: 2px solid #17171A;
  padding-top: 2.2rem;
  margin-left: 3rem;
  margin-right: 3rem;
}
.cid-sIBJY42CgY .content .row {
  border-bottom: 2px solid #17171A;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-sIBJY42CgY .content .row > [class*=col] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-sIBJY42CgY .content .row p {
    margin-top: 0.2rem;
    margin-bottom: 2.2rem;
  }
}
@media (max-width: 767px) {
  .cid-sIBJY42CgY .content {
    padding-top: 1rem;
  }
  .cid-sIBJY42CgY .mbr-section-title,
  .cid-sIBJY42CgY .mbr-section-subtitle,
  .cid-sIBJY42CgY .content {
    margin: 0;
  }
}
@media (max-width: 600px) {
  .cid-sIBJY42CgY .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sIBJYDYSQ9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-sIBJYDYSQ9 .line {
  width: 100%;
  height: 2px;
  background: #17171A;
}
.cid-sIBJYDYSQ9 .item {
  width: 15.4rem;
  padding: 1rem 0;
  border-top: 1px solid #9b9ba5;
  margin: 0 1.2rem 2rem;
}
@media (max-width: 992px) {
  .cid-sIBJYDYSQ9 .item {
    width: 45%;
  }
  .cid-sIBJYDYSQ9 .item:nth-child(2n) {
    margin-right: 0.1rem;
  }
}
@media (max-width: 768px) {
  .cid-sIBJYDYSQ9 .item {
    width: 88%;
  }
}
@media (max-width: 600px) {
  .cid-sIBJYDYSQ9 .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sIBJYDYSQ9 .mbr-section-title {
  color: #17171a;
}
.cid-sIBJYDYSQ9 .mbr-text {
  color: #9b9ba5;
}
.cid-sIBJYDYSQ9 .mbr-subtext {
  color: #17171a;
}
.cid-sIBJYDYSQ9 .mbr-section-subtitle {
  color: #9b9ba5;
}
.cid-sIBJZvjxUP {
  background-image: url("https://mobirise.com/extensions/housem5/assets/images/house-background.jpg");
}
@media (max-width: 991px) {
  .cid-sIBJZvjxUP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sIBK000DQD {
  padding-top: 4.5rem;
  padding-bottom: 6.5rem;
  background-color: #ffffff;
}
.cid-sIBK000DQD .video-wrapper iframe {
  width: 100%;
}
.cid-sIBK000DQD .mbr-section-title {
  align-self: left;
}
.cid-sIBK000DQD .mbr-text {
  align-self: right;
}
@media (max-width: 767px) {
  .cid-sIBK000DQD .mbr-section-title,
  .cid-sIBK000DQD .mbr-text {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-sIBK000DQD .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sIBK0IvCEK {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #ffffff;
}
.cid-sIBK0IvCEK .item-image {
  margin-bottom: 5rem;
}
.cid-sIBK0IvCEK img,
.cid-sIBK0IvCEK .item-img {
  width: 100%;
}
.cid-sIBK0IvCEK .item:focus,
.cid-sIBK0IvCEK span:focus {
  outline: none;
}
.cid-sIBK0IvCEK .item {
  cursor: pointer;
  margin-bottom: 1rem;
  position: relative;
}
.cid-sIBK0IvCEK .item-wrapper {
  position: unset;
  height: auto;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sIBK0IvCEK .mbr-section-btn {
  margin-top: auto !important;
}
@media (min-width: 768px) {
  .cid-sIBK0IvCEK .mbr-section-head {
    margin-bottom: 5rem;
  }
}
@media (max-width: 768px) {
  .cid-sIBK0IvCEK .noshow {
    display: none;
  }
}
@media (max-width: 600px) {
  .cid-sIBK0IvCEK .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sIBK0IvCEK .mbr-section-title {
  color: #17171A;
}
.cid-sIBK0IvCEK .mbr-section-subtitle {
  color: #9b9ba5;
}
.cid-sIBK0IvCEK .mbr-text {
  color: #9b9ba5;
}
.cid-sIBK1jUOb7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.cid-sIBK1jUOb7 .carousel,
.cid-sIBK1jUOb7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sIBK1jUOb7 .item-wrapper {
  width: 100%;
}
.cid-sIBK1jUOb7 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sIBK1jUOb7 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .cid-sIBK1jUOb7 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sIBK1jUOb7 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sIBK1jUOb7 .carousel-control {
  top: 50%;
  width: 45px;
  height: 45px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #E8E8E8;
  border-radius: 50%;
  opacity: 1;
}
.cid-sIBK1jUOb7 .carousel-control span {
  color: #101019;
}
.cid-sIBK1jUOb7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sIBK1jUOb7 .carousel-control.carousel-control-prev {
    margin-left: 0.5rem;
  }
}
.cid-sIBK1jUOb7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sIBK1jUOb7 .carousel-control.carousel-control-next {
    margin-right: 0.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sIBK1jUOb7 .carousel-indicators {
    margin-left: 0;
    text-align: center;
  }
}
.cid-sIBK1jUOb7 .carousel-indicators li {
  height: 8px;
  max-height: 8px;
  width: 8px;
  max-width: 8px;
  margin: 3px;
  background-color: #ffffff;
  border-radius: 50%;
}
.cid-sIBK1jUOb7 .carousel-indicators li.active,
.cid-sIBK1jUOb7 .carousel-indicators li:hover {
  opacity: 0.9;
  border: none;
  margin: 13px 3px;
}
.cid-sIBK1jUOb7 .carousel-indicators li::after,
.cid-sIBK1jUOb7 .carousel-indicators li::before {
  content: none;
}
.cid-sIBK1jUOb7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sIBK1jUOb7 .carousel-indicators {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .cid-sIBK1jUOb7 .mbr-section-head {
    margin-left: 3rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 1199px) {
  .cid-sIBK1jUOb7 .mbr-section-head {
    margin-left: 2.2rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sIBK1jUOb7 .mbr-section-head {
    margin-left: 1.6rem;
  }
}
@media (max-width: 767px) {
  .cid-sIBK1jUOb7 .mbr-section-head {
    margin-left: 0;
    margin-bottom: 1.5rem;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-sIBK1jUOb7 .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sIBK1Zdju5 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background: #ffffff;
}
.cid-sIBK1Zdju5 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sIBK1Zdju5 .team-card:hover {
  transform: translateY(-10px);
}
.cid-sIBK1Zdju5 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sIBK1Zdju5 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sIBK1Zdju5 .card-wrap .image-wrap {
  background: #f8f8f8;
  padding-top: 30px;
  padding-right: 30px;
}
.cid-sIBK1Zdju5 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sIBK1Zdju5 .card-wrap .content-wrap {
    padding: 2rem;
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sIBK1Zdju5 .card-wrap .content-wrap {
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
}
.cid-sIBK1Zdju5 .occupation {
  font-size: 1rem;
  margin-top: 0.5rem;
  color: #9b9ba5;
}
@media (max-width: 600px) {
  .cid-sIBK1Zdju5 .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sIBK2MQpcn {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sIBK2MQpcn .content {
    text-align: center;
  }
  .cid-sIBK2MQpcn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sIBK2MQpcn .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sIBK2MQpcn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sIBK2MQpcn .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sIBK2MQpcn .google-map {
  height: 25rem;
  position: relative;
}
.cid-sIBK2MQpcn .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sIBK2MQpcn .google-map [data-state-details] {
  color: #9b9ba5;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sIBK2MQpcn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sIBK2MQpcn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sIBK2MQpcn .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 993px) {
  .cid-sIBK2MQpcn .social-list {
    margin-left: -7px;
  }
}
.cid-sIBK2MQpcn .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sIBK2MQpcn .social-list .soc-item {
  width: 2.8rem;
  height: 2.8rem;
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 0 0.5rem 0.5rem;
  filter: invert(1);
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
@media (max-width: 992px) {
  .cid-sIBK2MQpcn .social-list .soc-item {
    margin: 0 0.1rem 0.2rem;
  }
}
.cid-sIBK2MQpcn .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sIBK2MQpcn .social-list a:hover {
  opacity: 0.2;
}
@media (max-width: 992px) {
  .cid-sIBK2MQpcn .social-list {
    justify-content: left;
  }
}
@media (max-width: 767px) {
  .cid-sIBK2MQpcn .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sIBK2MQpcn .list {
  list-style-type: none;
  padding: 0;
}
.cid-sIBK2MQpcn .socicon {
  line-height: 1.2;
}
@media (max-width: 767px) {
  .cid-sIBK2MQpcn .mbr-section-head {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .cid-sIBK2MQpcn .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sIBK2MQpcn h5 {
  color: #9b9ba5;
}
.cid-sIBK2MQpcn .mbr-text {
  color: #9b9ba5;
}
.cid-sIBK43QxTY {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #28282c;
}
.cid-sIBK43QxTY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sIBK43QxTY form .mbr-section-btn {
  text-align: center;
}
.cid-sIBK43QxTY .mbr-section-title {
  color: #ffffff;
}
.cid-sIBK43QxTY .mbr-section-subtitle {
  color: #ebeff2;
}
.cid-sIBK43QxTY .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ffffff;
  padding-left: 0;
  font-size: small;
  color: rgba(225, 225, 225, 0.3);
}
.cid-sIBK43QxTY .form-control:focus {
  background: none;
}
.cid-sIBK43QxTY .form-control:focus::placeholder {
  color: transparent;
}
.cid-sIBK43QxTY .btn:hover {
  color: #ebeff2;
}
@media (max-width: 600px) {
  .cid-sIBK43QxTY .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sIBK4RWviS {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #ffffff;
}
.cid-sIBK4RWviS .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sIBK4RWviS form .mbr-section-btn {
  text-align: center;
}
.cid-sIBK4RWviS .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #17171A;
  padding-left: 0;
  font-size: small;
  color: rgba(225, 225, 225, 0.3);
}
.cid-sIBK4RWviS .form-control:focus {
  background: none;
}
.cid-sIBK4RWviS .form-control:focus::placeholder {
  color: transparent;
}
.cid-sIBK4RWviS .btn:hover {
  color: #17171a;
}
@media (max-width: 600px) {
  .cid-sIBK4RWviS .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sIBK5vGWJs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sIBK5vGWJs .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sIBK5vGWJs form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-sIBK5vGWJs form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
  border-radius: .25rem;
}
.cid-sIBK5vGWJs .mbr-section-title {
  color: #28282c;
}
.cid-sIBK5XNzTa {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-sIBK5XNzTa .content {
    flex-wrap: nowrap;
  }
  .cid-sIBK5XNzTa .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-sIBK5XNzTa .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-sIBK5XNzTa .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-sIBK5XNzTa .content {
    flex-wrap: wrap;
  }
  .cid-sIBK5XNzTa .section-head {
    width: 100%;
    position: relative;
  }
  .cid-sIBK5XNzTa .section-head p {
    width: 70%;
  }
  .cid-sIBK5XNzTa .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-sIBK5XNzTa .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sIBK5XNzTa .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 767px) {
  .cid-sIBK5XNzTa .section-head .item-btn span {
    font-size: x-small;
    line-height: 1.5;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-sIBK5XNzTa .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-sIBK5XNzTa .panel-title-edit {
  color: #28282c;
}
.cid-sIBK5XNzTa .panel-text {
  color: #abb2b9;
  padding: 1rem 0;
}
.cid-sIBK5XNzTa .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-sIBK5XNzTa .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-sIBK5XNzTa .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sIBK5XNzTa .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sIBK5XNzTa .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-sIBK5XNzTa .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sIBK6DhORI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sIBK6DhORI .nav-tabs .nav-item.open .nav-link:focus,
.cid-sIBK6DhORI .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sIBK6DhORI .nav-tabs {
  border-bottom: 1px solid #17171a;
}
@media (max-width: 767px) {
  .cid-sIBK6DhORI .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-sIBK6DhORI .nav-tabs .nav-link {
  text-align: center;
  border: none;
  border-bottom: 1px solid #9b9ba5;
  border-radius: 0;
}
.cid-sIBK6DhORI .nav-tabs .nav-link:not(.active) {
  color: #9b9ba5;
}
.cid-sIBK6DhORI .nav-link,
.cid-sIBK6DhORI .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-sIBK6DhORI .nav-tabs .nav-link.active {
  color: #17171a;
  border-bottom: 1px solid #17171a;
}
@media (min-width: 992px) {
  .cid-sIBK6DhORI .content {
    padding: 0 2rem;
  }
}
.cid-sIBK6DhORI .item {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-sIBK6DhORI .card-text p {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-sIBK6DhORI .item-title {
    margin-left: -1rem;
  }
}
@media (max-width: 991px) {
  .cid-sIBK6DhORI .card-text p {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sIBK6DhORI .item-title {
    margin-left: 0;
  }
}
.cid-sIBK6DhORI .upper {
  border-bottom: 1px solid #C4C4C8;
}
.cid-sIBK6DhORI .item-wrapper {
  position: relative;
  background: #f8f8f8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sIBK6DhORI .item-wrapper .item-content {
    padding: 2rem 4rem 0;
  }
  .cid-sIBK6DhORI .item-wrapper .mbr-text {
    margin-bottom: 2rem;
  }
  .cid-sIBK6DhORI .item-wrapper .item-footer {
    padding: 0 3rem 2rem;
    right: -2rem;
    top: 11.6rem;
  }
  .cid-sIBK6DhORI .item-wrapper .item-btn {
    width: 6.3rem;
    height: 6.3rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin: 0;
  }
  .cid-sIBK6DhORI .item-wrapper .item-btn span {
    transform: rotate(45deg) scale(0.8);
    margin-top: 0.4rem;
    margin-right: 0.6rem;
    margin-left: 0.5rem;
    transition: all 0.8s;
  }
  .cid-sIBK6DhORI .item-wrapper .item-btn:hover > span {
    transform: scale(0.8) rotate(90deg);
  }
}
@media (max-width: 991px) {
  .cid-sIBK6DhORI .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sIBK6DhORI .item-wrapper .mbr-text {
    margin-bottom: 1rem;
  }
  .cid-sIBK6DhORI .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
  .cid-sIBK6DhORI .item-wrapper .item-btn {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin-top: 0;
  }
  .cid-sIBK6DhORI .item-wrapper .item-btn span {
    transform: rotate(45deg) scale(0.6);
    margin-top: 0.2rem;
    margin-left: 0.2rem;
    transition: all 0.8s;
  }
  .cid-sIBK6DhORI .item-wrapper .item-btn:hover > span {
    transform: scale(0.6) rotate(90deg);
  }
}
@media (max-width: 600px) {
  .cid-sIBK6DhORI .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sIBJboUBb4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #17171a;
}
@media (max-width: 767px) {
  .cid-sIBJboUBb4 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sIBJboUBb4 .media-wrap img {
  filter: invert(1);
}
.cid-sIBJboUBb4 .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sIBJboUBb4 .links {
    justify-content: center;
  }
  .cid-sIBJboUBb4 .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-sIBJboUBb4 .links {
    justify-content: flex-end;
  }
  .cid-sIBJboUBb4 .link {
    margin: 0.5rem;
  }
}
.cid-sIBJboUBb4 .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-sIBJboUBb4 .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-sIBJboUBb4 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sIBJboUBb4 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sIBJboUBb4 .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-sIBJboUBb4 .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sIBJboUBb4 .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-sIBJboUBb4 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
