body {
  font-family: Lato;
}
.display-1 {
  font-family: 'Lato', sans-serif;
  font-size: 2.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4rem;
}
.display-2 {
  font-family: 'Lato', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Lato', sans-serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Lato', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Lato', sans-serif;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((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.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 20px 20px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #9e9e9e !important;
}
.bg-success {
  background-color: #788cca !important;
}
.bg-info {
  background-color: #232323 !important;
}
.bg-warning {
  background-color: #d63d3d !important;
}
.bg-danger {
  background-color: #232323 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #9e9e9e !important;
  border-color: #9e9e9e !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #787878 !important;
  border-color: #787878 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #787878 !important;
  border-color: #787878 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #25c4ca !important;
  border-color: #25c4ca !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #198589 !important;
  border-color: #198589 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #198589 !important;
  border-color: #198589 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #788cca !important;
  border-color: #788cca !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #455fb0 !important;
  border-color: #455fb0 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #455fb0 !important;
  border-color: #455fb0 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #6b6b6b;
  color: #6b6b6b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #9e9e9e;
  border-color: #9e9e9e;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #9e9e9e !important;
  border-color: #9e9e9e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #157074;
  color: #157074;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #25c4ca;
  border-color: #25c4ca;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #25c4ca !important;
  border-color: #25c4ca !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #232323;
  border-color: #232323;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #3e559e;
  color: #3e559e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #788cca;
  border-color: #788cca;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #788cca !important;
  border-color: #788cca !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8f1e1e;
  color: #8f1e1e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #d63d3d;
  border-color: #d63d3d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #232323;
  border-color: #232323;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #9e9e9e !important;
}
.text-secondary {
  color: #25c4ca !important;
}
.text-success {
  color: #788cca !important;
}
.text-info {
  color: #232323 !important;
}
.text-warning {
  color: #d63d3d !important;
}
.text-danger {
  color: #232323 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #6b6b6b !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #157074 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #3e559e !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8f1e1e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #232323;
}
.alert-warning {
  background-color: #d63d3d;
}
.alert-danger {
  background-color: #232323;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9e9e9e;
  border-color: #9e9e9e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #9e9e9e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dedede;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fae5e5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d5d5d5;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lato', sans-serif;
  font-size: 1.1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #9e9e9e;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.btn-primary-outline-2 {
  border: none;
  color: #9e9e9e;
}
.btn-primary-outline-2 .mbr-iconfont-btn {
  -webkit-order: 1;
  order: 1;
  transition: all 0.3s;
  margin-left: 5px;
  font-size: 1rem !important;
}
.btn-primary-outline-2:hover {
  background-color: inherit;
  color: #9e9e9e;
}
.btn-primary-outline-2:focus {
  background-color: inherit;
  color: #9e9e9e;
}
.btn-primary-outline-2:active {
  background-color: inherit;
  color: #9e9e9e;
}
.btn-primary-outline-2:hover .mbr-iconfont-btn {
  margin-left: 8px;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9e9e9e;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background: none;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #9e9e9e;
  border-bottom-color: #9e9e9e;
}
.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: #9e9e9e !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: #25c4ca !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%;
}
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='%239e9e9e' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 7.4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sQXKlTMf88 {
  background-image: url("../../../assets/images/banner-1920-700-px-1920x700.webp");
}
.cid-sQXKlTMf88 .mbr-section-title {
  text-align: center;
  color: #e9e9e9;
}
.cid-sQXKlTMf88 .mbr-section-title a {
  font-weight: 600;
}
.cid-sQXKlTMf88 .mbr-section-title a:hover {
  background: none !important;
}
.cid-sQXKlTMf88 .mbr-text,
.cid-sQXKlTMf88 .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-sQXKlTMf88 .mbr-section-subtitle {
  color: #e9e9e9;
  text-align: center;
}
.cid-sR2KmLhxIc {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sR2KmLhxIc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sR2KmLhxIc .card-title {
  margin-bottom: 26px;
  color: #25c4ca;
}
.cid-sR2KmLhxIc .mbr-text {
  margin-bottom: 30px;
}
.cid-sR2KmLhxIc .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(101, 101, 101, 0.4);
  background-image: linear-gradient(125deg, #656565 0%, #989898 100%);
}
.cid-sR2KmLhxIc .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sR2KmLhxIc .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sR2KmLhxIc .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sR2KmLhxIc .btn_link:hover {
  cursor: pointer;
}
.cid-sR2KmLhxIc .btn_link:hover a {
  color: #9e9e9e !important;
}
.cid-sR2KmLhxIc .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sR2KmLhxIc .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sR2KmLhxIc .text-wrapper {
    text-align: center;
  }
  .cid-sR2KmLhxIc .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sR2KmLhxIc .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sR2KmLhxIc .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sR2KmLhxIc .card-title,
.cid-sR2KmLhxIc .icon_block {
  color: #274abb;
}
.cid-tGqW55x7cD {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tGqW55x7cD .container-fluid {
  padding: 0 3rem;
}
.cid-tGqW55x7cD .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tGqW55x7cD .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGqW55x7cD .video-block {
    width: 100% !important;
  }
}
.cid-sR2abJ7Rkq {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sR2abJ7Rkq .carousel {
  z-index: 2;
  position: relative;
}
.cid-sR2abJ7Rkq .user {
  padding: 0 !important;
}
.cid-sR2abJ7Rkq .big-icon {
  top: 1rem;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #656565;
  opacity: 0.5;
}
.cid-sR2abJ7Rkq .mbr-iconfont {
  font-family: Moririse2 !important;
}
.cid-sR2abJ7Rkq .carousel-item.active,
.cid-sR2abJ7Rkq .carousel-item-next,
.cid-sR2abJ7Rkq .carousel-item-prev {
  display: flex;
}
.cid-sR2abJ7Rkq .user_name {
  margin: 0;
}
.cid-sR2abJ7Rkq .carousel-controls a {
  font-size: 2rem;
}
.cid-sR2abJ7Rkq .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #3d626c;
  background: transparent;
  opacity: 0.5;
}
.cid-sR2abJ7Rkq .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-sR2abJ7Rkq ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-sR2abJ7Rkq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #3d626c;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-sR2abJ7Rkq .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sR2abJ7Rkq .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-sR2abJ7Rkq .user_text {
  color: #000000;
  text-align: left;
}
.cid-sR2abJ7Rkq .user_desk {
  color: #767676;
}
.cid-sR2abJ7Rkq .user_desk,
.cid-sR2abJ7Rkq .carousel-item {
  text-align: left;
}
.cid-sR2abJ7Rkq .carousel-indicators {
  margin: 0;
  margin-left: 0.5rem;
  justify-content: flex-start !important;
}
@media (max-width: 767px) {
  .cid-sR2abJ7Rkq .carousel-indicators {
    margin: auto;
    justify-content: center !important;
  }
}
#custom-html-oy {
  /* Type valid CSS here */
}
#custom-html-oy div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-oy p {
  font-size: 60px;
  color: #777;
}
.cid-tvZSi27BZ4 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tvZSi27BZ4 .item-img {
  position: relative;
}
.cid-tvZSi27BZ4 .tag {
  position: absolute;
  left: 1rem;
  top: 0.5rem;
}
.cid-tvZSi27BZ4 .btn-tag {
  padding: 0.3rem 1rem;
  padding-top: 6px;
  border-radius: 6px !important;
}
.cid-tvZSi27BZ4 .btn-tag:hover,
.cid-tvZSi27BZ4 .btn-tag:focus {
  box-shadow: none;
}
.cid-tvZSi27BZ4 img,
.cid-tvZSi27BZ4 .item-img {
  width: 78%;
  margin-bottom: 1rem;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tvZSi27BZ4 .item:focus,
.cid-tvZSi27BZ4 span:focus {
  outline: none;
}
.cid-tvZSi27BZ4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tvZSi27BZ4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-tvZSi27BZ4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tvZSi27BZ4 .mbr-section-title {
  color: #232323;
}
.cid-tvZSi27BZ4 .mbr-text,
.cid-tvZSi27BZ4 .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-tvZSi27BZ4 .item-title {
  color: #353535;
}
.cid-tvZSi27BZ4 .mbr-section-subtitle {
  color: #656565;
  text-align: center;
}
.cid-tvZSi27BZ4 .item-subtitle {
  color: #656565;
}
.cid-tw0mtrvIly {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tw0mtrvIly .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw0mtrvIly .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw0mtrvIly .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tw0mtrvIly .row {
    text-align: center;
  }
  .cid-tw0mtrvIly .row > div {
    margin: auto;
  }
  .cid-tw0mtrvIly .social-row {
    justify-content: center;
  }
}
.cid-tw0mtrvIly .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tw0mtrvIly .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tw0mtrvIly .list {
    margin-bottom: 0rem;
  }
}
.cid-tw0mtrvIly .mbr-text {
  color: #ffffff;
}
.cid-tw0mtrvIly .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tw0mtrvIly .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tw0mtrvIly H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 7.4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sTveplDPun {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/banner-1920-700-px-1920x700.webp");
}
.cid-sTveplDPun .link-wrapper {
  width: 100%;
}
.cid-sTveplDPun .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sTveplDPun .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTveplDPun .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sTveplDPun .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sTveplDPun .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTveplDPun .mbr-section-title DIV {
  text-align: center;
}
.cid-sTveplDPun .mbr-text,
.cid-sTveplDPun .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sTveplDPun .link,
.cid-sTveplDPun .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sTveplDPun .mbr-section-title {
  color: #ffffff;
}
.cid-sR2RjgVJFD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sR2RjgVJFD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sR2RjgVJFD .card-title {
  margin-bottom: 26px;
  color: #25c4ca;
}
.cid-sR2RjgVJFD .mbr-text {
  margin-bottom: 30px;
}
.cid-sR2RjgVJFD .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sR2RjgVJFD .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sR2RjgVJFD .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sR2RjgVJFD .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sR2RjgVJFD .btn_link:hover {
  cursor: pointer;
}
.cid-sR2RjgVJFD .btn_link:hover a {
  color: #9e9e9e !important;
}
.cid-sR2RjgVJFD .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sR2RjgVJFD .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sR2RjgVJFD .text-wrapper {
    text-align: center;
  }
  .cid-sR2RjgVJFD .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sR2RjgVJFD .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sR2RjgVJFD .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sR2RjgVJFD .card-title,
.cid-sR2RjgVJFD .icon_block {
  color: #000000;
}
.cid-uElsrRjAds {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uElsrRjAds .mbr-text {
  color: #666666;
}
.cid-uElsrRjAds .list {
  color: #666666;
}
.cid-uElsrRjAds ul {
  list-style-position: inside;
  padding: 0;
}
.cid-uElsrRjAds li {
  padding-bottom: 0.5rem;
}
.cid-uEltq0UoCd {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uEltq0UoCd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEltq0UoCd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEltq0UoCd .row {
  justify-content: flex-start;
}
.cid-uEltq0UoCd .mbr-section-title {
  color: #45494E;
  margin-bottom: 56px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uEltq0UoCd .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uEltq0UoCd .mbr-section-title {
    margin-bottom: 45px;
  }
}
.cid-uEltq0UoCd .image-wrapper {
  width: 100%;
}
.cid-uEltq0UoCd .image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}
.cid-uEltq0UoCd .mbr-text {
  margin-top: 56px;
  color: #5c6064;
}
@media (max-width: 991px) {
  .cid-uEltq0UoCd .mbr-text {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uEltq0UoCd .mbr-text {
    margin-top: 45px;
  }
}
.cid-uEltq0UoCd .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-uEltq0UoCd .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-uEltq0UoCd .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-uEltq0UoCd .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
#custom-html-ot {
  /* Type valid CSS here */
}
#custom-html-ot div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-ot p {
  font-size: 60px;
  color: #777;
}
.cid-twJt4HxTQx {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-twJt4HxTQx .carousel {
  z-index: 2;
  position: relative;
}
.cid-twJt4HxTQx .user {
  padding: 0 !important;
}
.cid-twJt4HxTQx .big-icon {
  top: 1rem;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #656565;
  opacity: 0.5;
}
.cid-twJt4HxTQx .mbr-iconfont {
  font-family: Moririse2 !important;
}
.cid-twJt4HxTQx .carousel-item.active,
.cid-twJt4HxTQx .carousel-item-next,
.cid-twJt4HxTQx .carousel-item-prev {
  display: flex;
}
.cid-twJt4HxTQx .user_name {
  margin: 0;
}
.cid-twJt4HxTQx .carousel-controls a {
  font-size: 2rem;
}
.cid-twJt4HxTQx .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #3d626c;
  background: transparent;
  opacity: 0.5;
}
.cid-twJt4HxTQx .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-twJt4HxTQx ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-twJt4HxTQx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #3d626c;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-twJt4HxTQx .carousel-indicators li:hover {
  opacity: 1;
}
.cid-twJt4HxTQx .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-twJt4HxTQx .user_text {
  color: #3d626c;
  text-align: left;
}
.cid-twJt4HxTQx .user_desk {
  color: #767676;
}
.cid-twJt4HxTQx .user_desk,
.cid-twJt4HxTQx .carousel-item {
  text-align: left;
}
.cid-twJt4HxTQx .carousel-indicators {
  margin: 0;
  margin-left: 0.5rem;
  justify-content: flex-start !important;
}
@media (max-width: 767px) {
  .cid-twJt4HxTQx .carousel-indicators {
    margin: auto;
    justify-content: center !important;
  }
}
.cid-sR2EajEHKD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sR2EajEHKD .mbr-iconfont {
  color: #656565;
  font-size: 2rem;
}
.cid-sR2EajEHKD .title,
.cid-sR2EajEHKD .mbr-section-title {
  margin-bottom: 0.5rem !important;
}
.cid-sR2EajEHKD .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0rem;
}
.cid-sR2EajEHKD .ico-wrap {
  background: #f1f1f1;
  padding: 1rem;
}
.cid-sR2EajEHKD .phone {
  margin-bottom: 0;
  color: #656565;
  text-align: left;
}
.cid-sR2EajEHKD .text-box {
  padding: 0rem;
}
.cid-sR2EajEHKD .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sR2EajEHKD .card-title {
  color: #274abb;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sR2EajEHKD .card-img {
  overflow: hidden;
}
.cid-sR2EajEHKD .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-sR2EajEHKD .card-box {
  padding: 0rem;
}
.cid-sR2EajEHKD img {
  transition: all 0.3s;
}
.cid-sR2EajEHKD .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #656565;
}
.cid-sR2EajEHKD status {
  color: #855dd8;
}
.cid-sR2EajEHKD .status {
  color: #656565;
  text-align: left;
}
@media (min-width: 576px) {
  .cid-sR2EajEHKD .card-wrapper {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sR2EajEHKD .card-img {
    width: 30%;
  }
  .cid-sR2EajEHKD .card-box {
    width: 70%;
    margin-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sR2EajEHKD .card-img {
    width: 50%;
  }
  .cid-sR2EajEHKD .card-box {
    width: 50%;
    margin-left: 0rem;
  }
  .cid-sR2EajEHKD .text-box {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-sR2EajEHKD .card-img {
    width: 75%;
  }
  .cid-sR2EajEHKD .card-box {
    width: 100%;
  }
}
.cid-sR2EajEHKD .card-box > p,
.cid-sR2EajEHKD .mbr-section-btn {
  color: #656565;
}
.cid-tw0mtrvIly {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tw0mtrvIly .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw0mtrvIly .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw0mtrvIly .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tw0mtrvIly .row {
    text-align: center;
  }
  .cid-tw0mtrvIly .row > div {
    margin: auto;
  }
  .cid-tw0mtrvIly .social-row {
    justify-content: center;
  }
}
.cid-tw0mtrvIly .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tw0mtrvIly .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tw0mtrvIly .list {
    margin-bottom: 0rem;
  }
}
.cid-tw0mtrvIly .mbr-text {
  color: #ffffff;
}
.cid-tw0mtrvIly .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tw0mtrvIly .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tw0mtrvIly H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 7.4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sTvhDC6mNf {
  padding-top: 12rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-1920-700-px-1920x700.webp");
}
.cid-sTvhDC6mNf .link-wrapper {
  width: 100%;
}
.cid-sTvhDC6mNf .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sTvhDC6mNf .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTvhDC6mNf .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sTvhDC6mNf .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sTvhDC6mNf .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTvhDC6mNf .mbr-section-title DIV {
  text-align: center;
}
.cid-sTvhDC6mNf .mbr-text,
.cid-sTvhDC6mNf .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sTvhDC6mNf .link,
.cid-sTvhDC6mNf .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sTvhDC6mNf .mbr-section-title {
  color: #ffffff;
}
.cid-tw0psqoXQ7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tw0psqoXQ7 .mbr-text {
  color: #666666;
}
.cid-tw0psqoXQ7 .list {
  color: #666666;
}
.cid-tw0psqoXQ7 ul {
  list-style-position: inside;
  padding: 0;
}
.cid-tw0psqoXQ7 li {
  padding-bottom: 0.5rem;
}
.cid-tw0psqoXQ7 .mbr-section-subtitle {
  color: #656565;
}
.cid-ttaEx3KSRH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttaEx3KSRH .google-map {
  height: 25rem;
  position: relative;
}
.cid-ttaEx3KSRH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ttaEx3KSRH .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ttaEx3KSRH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ttaEx3KSRH .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-ttaEx3KSRH .container-fluid {
  padding: 0;
}
.cid-ttaEx3KSRH .relative {
  position: relative;
  width: 100%;
}
.cid-ttaEx3KSRH .mbr-section-title {
  color: #656565;
}
.cid-ttaEx3KSRH .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-ttaEx3KSRH .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-ttaEx3KSRH .title {
  text-align: center;
  color: #ffffff;
}
.cid-ttaEx3KSRH .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-ttaEx3KSRH .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-tw0mtrvIly {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tw0mtrvIly .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw0mtrvIly .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw0mtrvIly .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tw0mtrvIly .row {
    text-align: center;
  }
  .cid-tw0mtrvIly .row > div {
    margin: auto;
  }
  .cid-tw0mtrvIly .social-row {
    justify-content: center;
  }
}
.cid-tw0mtrvIly .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tw0mtrvIly .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tw0mtrvIly .list {
    margin-bottom: 0rem;
  }
}
.cid-tw0mtrvIly .mbr-text {
  color: #ffffff;
}
.cid-tw0mtrvIly .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tw0mtrvIly .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tw0mtrvIly H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 7.4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sRB2PvHkw4 {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/banner-1920-700-px-1920x700.webp");
}
.cid-sRB2PvHkw4 .link-wrapper {
  width: 100%;
}
.cid-sRB2PvHkw4 .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sRB2PvHkw4 .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sRB2PvHkw4 .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sRB2PvHkw4 .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sRB2PvHkw4 .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sRB2PvHkw4 .mbr-section-title DIV {
  text-align: center;
}
.cid-sRB2PvHkw4 .mbr-text,
.cid-sRB2PvHkw4 .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sRB2PvHkw4 .link,
.cid-sRB2PvHkw4 .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sRB2PvHkw4 .mbr-section-title {
  color: #ffffff;
}
.cid-sRB315rNym {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sRB315rNym a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sRB315rNym a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sRB315rNym .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sRB315rNym .input-group-btn .btn {
  border-radius: 0px !important;
}
.cid-sRB315rNym .form-control {
  background: none;
  border-radius: 0px;
}
.cid-sRB315rNym textarea.form-control {
  min-height: 214.5px;
}
.cid-sRB315rNym .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  margin-bottom: 2.5rem;
}
.cid-sRB315rNym h4,
.cid-sRB315rNym p {
  margin: 0;
}
.cid-sRB315rNym h2 {
  color: #333;
  margin-bottom: 2rem;
}
.cid-sRB315rNym h3 {
  color: #767676;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cid-sRB315rNym .icon {
  color: #656565;
  font-size: 2.5rem;
}
@media (max-width: 991px) {
  .cid-sRB315rNym h2 {
    text-align: center;
  }
  .cid-sRB315rNym h3 {
    text-align: center;
  }
  .cid-sRB315rNym .input-group-btn {
    text-align: center;
  }
  .cid-sRB315rNym .social-list {
    text-align: center;
  }
}
.cid-sRB315rNym H2 {
  color: #656565;
}
.cid-sRB315rNym .content {
  text-align: left;
  color: #656565;
}
.cid-sRB315rNym .type {
  text-align: left;
  padding-bottom: 8px;
  color: #232323;
}
.cid-sRB315rNym .title1 {
  text-align: left;
}
.cid-sRB315rNym .mbr-section-subtitle {
  text-align: left;
  color: #656565;
}
.cid-sRB315rNym .title2 {
  color: #656565;
}
.cid-tw0mtrvIly {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tw0mtrvIly .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw0mtrvIly .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw0mtrvIly .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tw0mtrvIly .row {
    text-align: center;
  }
  .cid-tw0mtrvIly .row > div {
    margin: auto;
  }
  .cid-tw0mtrvIly .social-row {
    justify-content: center;
  }
}
.cid-tw0mtrvIly .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tw0mtrvIly .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tw0mtrvIly .list {
    margin-bottom: 0rem;
  }
}
.cid-tw0mtrvIly .mbr-text {
  color: #ffffff;
}
.cid-tw0mtrvIly .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tw0mtrvIly .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tw0mtrvIly H5 {
  color: #ffffff;
}
.cid-sRAQCoHzLL .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sRAQCoHzLL .navbar-fixed-top {
  padding-top: 0;
}
.cid-sRAQCoHzLL .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sRAQCoHzLL .dropdown-item {
  padding: 0;
}
.cid-sRAQCoHzLL .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sRAQCoHzLL .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sRAQCoHzLL .menu-content-top {
    display: block;
  }
  .cid-sRAQCoHzLL .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sRAQCoHzLL .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sRAQCoHzLL nav.opened .menu-content-top {
  display: none;
}
.cid-sRAQCoHzLL .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRAQCoHzLL .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sRAQCoHzLL a {
  font-style: normal;
}
.cid-sRAQCoHzLL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sRAQCoHzLL .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sRAQCoHzLL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRAQCoHzLL .content-text {
  margin-bottom: 0;
}
.cid-sRAQCoHzLL .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sRAQCoHzLL .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sRAQCoHzLL .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sRAQCoHzLL .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sRAQCoHzLL .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sRAQCoHzLL .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sRAQCoHzLL .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sRAQCoHzLL .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sRAQCoHzLL .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRAQCoHzLL .nav-dropdown .link {
  font-weight: 400;
}
.cid-sRAQCoHzLL .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sRAQCoHzLL .content-right-side {
  text-align: center;
}
.cid-sRAQCoHzLL .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sRAQCoHzLL .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sRAQCoHzLL .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sRAQCoHzLL .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sRAQCoHzLL .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sRAQCoHzLL .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sRAQCoHzLL .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sRAQCoHzLL .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sRAQCoHzLL .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sRAQCoHzLL .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sRAQCoHzLL .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sRAQCoHzLL .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sRAQCoHzLL .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sRAQCoHzLL .navbar {
    display: block;
    padding: 0;
  }
  .cid-sRAQCoHzLL .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sRAQCoHzLL .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 7.4rem - 4.5rem);
  }
  .cid-sRAQCoHzLL .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sRAQCoHzLL .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sRAQCoHzLL .navbar-toggler {
    display: none;
  }
  .cid-sRAQCoHzLL .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sRAQCoHzLL .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sRAQCoHzLL .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sRAQCoHzLL .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sRAQCoHzLL .menu-logo {
  margin-right: auto;
}
.cid-sRAQCoHzLL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sRAQCoHzLL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sRAQCoHzLL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sRAQCoHzLL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sRAQCoHzLL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sRAQCoHzLL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sRAQCoHzLL .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sRAQCoHzLL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sRAQCoHzLL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sRAQCoHzLL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sRAQCoHzLL .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sRAQCoHzLL .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sRAQCoHzLL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRAQCoHzLL .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sRAQCoHzLL .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sRAQCoHzLL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sRAQCoHzLL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRAQCoHzLL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sRAQCoHzLL .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRAQCoHzLL .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sRAQCoHzLL .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sRAQCoHzLL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sRAQCoHzLL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sRAQCoHzLL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sRAQCoHzLL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sRAQCoHzLL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sRAQCoHzLL button.navbar-toggler:focus {
  outline: none;
}
.cid-sRAQCoHzLL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sRAQCoHzLL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRAQCoHzLL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRAQCoHzLL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRAQCoHzLL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRAQCoHzLL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRAQCoHzLL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRAQCoHzLL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRAQCoHzLL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRAQCoHzLL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRAQCoHzLL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRAQCoHzLL .collapsed .btn {
  display: flex;
}
.cid-sRAQCoHzLL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sRAQCoHzLL .collapsed .navbar-collapse.collapsing,
.cid-sRAQCoHzLL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sRAQCoHzLL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sRAQCoHzLL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sRAQCoHzLL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sRAQCoHzLL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sRAQCoHzLL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sRAQCoHzLL .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sRAQCoHzLL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sRAQCoHzLL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sRAQCoHzLL .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sRAQCoHzLL .collapsed button.navbar-toggler {
  display: block;
}
.cid-sRAQCoHzLL .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sRAQCoHzLL .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sRAQCoHzLL .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sRAQCoHzLL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sRAQCoHzLL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sRAQCoHzLL .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sRAQCoHzLL .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sRAQCoHzLL .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sRAQCoHzLL .navbar-collapse.collapsing,
  .cid-sRAQCoHzLL .navbar-collapse.show {
    display: block !important;
  }
  .cid-sRAQCoHzLL .navbar-collapse.collapsing .navbar-nav,
  .cid-sRAQCoHzLL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sRAQCoHzLL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sRAQCoHzLL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sRAQCoHzLL .navbar-collapse.collapsing .navbar-buttons,
  .cid-sRAQCoHzLL .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sRAQCoHzLL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sRAQCoHzLL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sRAQCoHzLL .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sRAQCoHzLL img {
    height: 2.2rem !important;
  }
  .cid-sRAQCoHzLL .btn {
    display: flex;
  }
  .cid-sRAQCoHzLL button.navbar-toggler {
    display: block;
  }
  .cid-sRAQCoHzLL .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sRAQCoHzLL .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sRAQCoHzLL .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sRAQCoHzLL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sRAQCoHzLL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sRAQCoHzLL .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sRAQCoHzLL .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sRAQCoHzLL .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sRAQCoHzLL .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sRAQCoHzLL .nav-link:focus {
  outline: none;
}
.cid-sRAQCoHzLL .navbar-toggler {
  position: relative;
}
.cid-sRAQCoHzLL .dropdown-item.active,
.cid-sRAQCoHzLL .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sRAQCoHzLL .widget-title,
.cid-sRAQCoHzLL .widget-icon {
  color: #9e9e9e;
}
.cid-sTve0DQ3cj {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/banner-1920-700-px-1920x700.webp");
}
.cid-sTve0DQ3cj .link-wrapper {
  width: 100%;
}
.cid-sTve0DQ3cj .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sTve0DQ3cj .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTve0DQ3cj .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sTve0DQ3cj .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sTve0DQ3cj .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTve0DQ3cj .mbr-section-title DIV {
  text-align: center;
}
.cid-sTve0DQ3cj .mbr-text,
.cid-sTve0DQ3cj .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sTve0DQ3cj .link,
.cid-sTve0DQ3cj .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sTve0DQ3cj .mbr-section-title {
  color: #ffffff;
}
.cid-sRAQCnEJn5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRAQCnEJn5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sRAQCnEJn5 .card-title {
  margin-bottom: 26px;
  color: #25c4ca;
}
.cid-sRAQCnEJn5 .mbr-text {
  margin-bottom: 30px;
}
.cid-sRAQCnEJn5 .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sRAQCnEJn5 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sRAQCnEJn5 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sRAQCnEJn5 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sRAQCnEJn5 .btn_link:hover {
  cursor: pointer;
}
.cid-sRAQCnEJn5 .btn_link:hover a {
  color: #9e9e9e !important;
}
.cid-sRAQCnEJn5 .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sRAQCnEJn5 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRAQCnEJn5 .text-wrapper {
    text-align: center;
  }
  .cid-sRAQCnEJn5 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sRAQCnEJn5 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sRAQCnEJn5 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sRAQCnEJn5 .card-title,
.cid-sRAQCnEJn5 .icon_block {
  color: #000000;
}
.cid-uEltidYUzg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEltidYUzg .mbr-text {
  color: #666666;
}
.cid-uEltidYUzg .list {
  color: #666666;
}
.cid-uEltidYUzg ul {
  list-style-position: inside;
  padding: 0;
}
.cid-uEltidYUzg li {
  padding-bottom: 0.5rem;
}
.cid-uElt844Ycv {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uElt844Ycv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uElt844Ycv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uElt844Ycv .row {
  justify-content: flex-start;
}
.cid-uElt844Ycv .mbr-section-title {
  color: #45494E;
  margin-bottom: 56px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uElt844Ycv .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uElt844Ycv .mbr-section-title {
    margin-bottom: 45px;
  }
}
.cid-uElt844Ycv .image-wrapper {
  width: 100%;
}
.cid-uElt844Ycv .image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}
.cid-uElt844Ycv .mbr-text {
  margin-top: 56px;
  color: #5c6064;
}
@media (max-width: 991px) {
  .cid-uElt844Ycv .mbr-text {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uElt844Ycv .mbr-text {
    margin-top: 45px;
  }
}
.cid-uElt844Ycv .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-uElt844Ycv .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-uElt844Ycv .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-uElt844Ycv .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
#custom-html-ov {
  /* Type valid CSS here */
}
#custom-html-ov div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-ov p {
  font-size: 60px;
  color: #777;
}
.cid-sRAQCtmvc0 {
  padding-top: 60px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-sRAQCtmvc0 .carousel {
  z-index: 2;
  position: relative;
}
.cid-sRAQCtmvc0 .user {
  padding: 0 !important;
}
.cid-sRAQCtmvc0 .big-icon {
  top: 1rem;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #656565;
  opacity: 0.5;
}
.cid-sRAQCtmvc0 .mbr-iconfont {
  font-family: Moririse2 !important;
}
.cid-sRAQCtmvc0 .carousel-item.active,
.cid-sRAQCtmvc0 .carousel-item-next,
.cid-sRAQCtmvc0 .carousel-item-prev {
  display: flex;
}
.cid-sRAQCtmvc0 .user_name {
  margin: 0;
}
.cid-sRAQCtmvc0 .carousel-controls a {
  font-size: 2rem;
}
.cid-sRAQCtmvc0 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #3d626c;
  background: transparent;
  opacity: 0.5;
}
.cid-sRAQCtmvc0 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-sRAQCtmvc0 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-sRAQCtmvc0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #3d626c;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-sRAQCtmvc0 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sRAQCtmvc0 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-sRAQCtmvc0 .user_text {
  color: #3d626c;
  text-align: left;
}
.cid-sRAQCtmvc0 .user_desk {
  color: #767676;
}
.cid-sRAQCtmvc0 .user_desk,
.cid-sRAQCtmvc0 .carousel-item {
  text-align: left;
}
.cid-sRAQCtmvc0 .carousel-indicators {
  margin: 0;
  margin-left: 0.5rem;
  justify-content: flex-start !important;
}
@media (max-width: 767px) {
  .cid-sRAQCtmvc0 .carousel-indicators {
    margin: auto;
    justify-content: center !important;
  }
}
.cid-tw0mtrvIly {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tw0mtrvIly .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw0mtrvIly .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw0mtrvIly .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tw0mtrvIly .row {
    text-align: center;
  }
  .cid-tw0mtrvIly .row > div {
    margin: auto;
  }
  .cid-tw0mtrvIly .social-row {
    justify-content: center;
  }
}
.cid-tw0mtrvIly .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tw0mtrvIly .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tw0mtrvIly .list {
    margin-bottom: 0rem;
  }
}
.cid-tw0mtrvIly .mbr-text {
  color: #ffffff;
}
.cid-tw0mtrvIly .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tw0mtrvIly .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tw0mtrvIly H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 7.4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sTtARIc73O {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/banner-1920-700-px-1920x700.webp");
}
.cid-sTtARIc73O .link-wrapper {
  width: 100%;
}
.cid-sTtARIc73O .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sTtARIc73O .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTtARIc73O .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sTtARIc73O .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sTtARIc73O .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTtARIc73O .mbr-section-title DIV {
  text-align: center;
}
.cid-sTtARIc73O .mbr-text,
.cid-sTtARIc73O .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sTtARIc73O .link,
.cid-sTtARIc73O .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sTtARIc73O .mbr-section-title {
  color: #ffffff;
}
.cid-sTtDCCZ2ZR {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sTtDCCZ2ZR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sTtDCCZ2ZR .card-title {
  margin-bottom: 26px;
  color: #25c4ca;
}
.cid-sTtDCCZ2ZR .mbr-text {
  margin-bottom: 30px;
}
.cid-sTtDCCZ2ZR .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sTtDCCZ2ZR .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sTtDCCZ2ZR .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sTtDCCZ2ZR .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sTtDCCZ2ZR .btn_link:hover {
  cursor: pointer;
}
.cid-sTtDCCZ2ZR .btn_link:hover a {
  color: #9e9e9e !important;
}
.cid-sTtDCCZ2ZR .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sTtDCCZ2ZR .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sTtDCCZ2ZR .text-wrapper {
    text-align: center;
  }
  .cid-sTtDCCZ2ZR .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sTtDCCZ2ZR .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sTtDCCZ2ZR .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sTtDCCZ2ZR .card-title,
.cid-sTtDCCZ2ZR .icon_block {
  color: #000000;
}
#custom-html-p4 {
  /* Type valid CSS here */
}
#custom-html-p4 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-p4 p {
  font-size: 60px;
  color: #777;
}
.cid-twJu5XHdSa {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-twJu7e5KIN {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sTtDpL1c89 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-twJu85I7yV {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sTtEekdBGJ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sTtEeUAyxz {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sTtEg1iVuc {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sTtEfq6NSw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sTtEgMprUD {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sTtEhlH74p {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sTtEhYsTMx {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sTtImcMiGu {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sTtImPtmVB {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTtJIJ7k7J {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sTtK0krCHq {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sTtKvPW31M {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sTtKP1wXPo {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sTtL3GblSO {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sTtLdzBvlf {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sTtLrqhwOj {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tw0mtrvIly {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tw0mtrvIly .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw0mtrvIly .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw0mtrvIly .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tw0mtrvIly .row {
    text-align: center;
  }
  .cid-tw0mtrvIly .row > div {
    margin: auto;
  }
  .cid-tw0mtrvIly .social-row {
    justify-content: center;
  }
}
.cid-tw0mtrvIly .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tw0mtrvIly .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tw0mtrvIly .list {
    margin-bottom: 0rem;
  }
}
.cid-tw0mtrvIly .mbr-text {
  color: #ffffff;
}
.cid-tw0mtrvIly .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tw0mtrvIly .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tw0mtrvIly H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 7.4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sTAFRGLjBu {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/banner-1920-700-px-1920x700.webp");
}
.cid-sTAFRGLjBu .link-wrapper {
  width: 100%;
}
.cid-sTAFRGLjBu .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sTAFRGLjBu .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTAFRGLjBu .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sTAFRGLjBu .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sTAFRGLjBu .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTAFRGLjBu .mbr-section-title DIV {
  text-align: center;
}
.cid-sTAFRGLjBu .mbr-text,
.cid-sTAFRGLjBu .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sTAFRGLjBu .link,
.cid-sTAFRGLjBu .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sTAFRGLjBu .mbr-section-title {
  color: #ffffff;
}
.cid-sTAG19YsR8 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sTAG19YsR8 .card-heading {
  padding-top: 32px;
  padding-bottom: 16px;
  color: #000000;
}
.cid-sTAG19YsR8 .p1 {
  padding-bottom: 24px;
  color: #272727;
}
.cid-sTAG19YsR8 .p {
  color: #8c8c95;
}
.cid-sTAG19YsR8 .p:last-child {
  padding-bottom: 0;
}
.cid-sTAG19YsR8 .row {
  justify-content: center;
}
.cid-sTAG19YsR8 .heading {
  padding-bottom: 24px;
}
.cid-sTAGrVmCXf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sTAGrVmCXf .card-heading {
  padding-top: 32px;
  padding-bottom: 16px;
  color: #000000;
}
.cid-sTAGrVmCXf .p1 {
  padding-bottom: 24px;
  color: #272727;
}
.cid-sTAGrVmCXf .p {
  color: #8c8c95;
}
.cid-sTAGrVmCXf .p:last-child {
  padding-bottom: 0;
}
.cid-sTAGrVmCXf .row {
  justify-content: center;
}
.cid-sTAGrVmCXf .heading {
  padding-bottom: 24px;
}
.cid-sTAGsCGl2B {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sTAGsCGl2B .card-heading {
  padding-top: 32px;
  padding-bottom: 16px;
  color: #000000;
}
.cid-sTAGsCGl2B .p1 {
  padding-bottom: 24px;
  color: #272727;
}
.cid-sTAGsCGl2B .p {
  color: #8c8c95;
}
.cid-sTAGsCGl2B .p:last-child {
  padding-bottom: 0;
}
.cid-sTAGsCGl2B .row {
  justify-content: center;
}
.cid-sTAGsCGl2B .heading {
  padding-bottom: 24px;
}
.cid-sTAGt6YTba {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sTAGt6YTba .card-heading {
  padding-top: 32px;
  padding-bottom: 16px;
  color: #000000;
}
.cid-sTAGt6YTba .p1 {
  padding-bottom: 24px;
  color: #272727;
}
.cid-sTAGt6YTba .p {
  color: #8c8c95;
}
.cid-sTAGt6YTba .p:last-child {
  padding-bottom: 0;
}
.cid-sTAGt6YTba .row {
  justify-content: center;
}
.cid-sTAGt6YTba .heading {
  padding-bottom: 24px;
}
.cid-tw0mtrvIly {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tw0mtrvIly .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw0mtrvIly .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw0mtrvIly .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tw0mtrvIly .row {
    text-align: center;
  }
  .cid-tw0mtrvIly .row > div {
    margin: auto;
  }
  .cid-tw0mtrvIly .social-row {
    justify-content: center;
  }
}
.cid-tw0mtrvIly .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tw0mtrvIly .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tw0mtrvIly .list {
    margin-bottom: 0rem;
  }
}
.cid-tw0mtrvIly .mbr-text {
  color: #ffffff;
}
.cid-tw0mtrvIly .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tw0mtrvIly .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tw0mtrvIly H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 7.4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sTAKEmKBFx {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/banner-1920-700-px-1920x700.webp");
}
.cid-sTAKEmKBFx .link-wrapper {
  width: 100%;
}
.cid-sTAKEmKBFx .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sTAKEmKBFx .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTAKEmKBFx .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sTAKEmKBFx .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sTAKEmKBFx .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTAKEmKBFx .mbr-section-title DIV {
  text-align: center;
}
.cid-sTAKEmKBFx .mbr-text,
.cid-sTAKEmKBFx .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sTAKEmKBFx .link,
.cid-sTAKEmKBFx .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sTAKEmKBFx .mbr-section-title {
  color: #ffffff;
}
.cid-sTAL8U7GPl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sTAL8U7GPl .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-sTAL8U7GPl .mbr-text {
  line-height: 1.5;
  color: #656565;
}
.cid-sTAL8U7GPl .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-tw0mtrvIly {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tw0mtrvIly .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw0mtrvIly .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw0mtrvIly .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tw0mtrvIly .row {
    text-align: center;
  }
  .cid-tw0mtrvIly .row > div {
    margin: auto;
  }
  .cid-tw0mtrvIly .social-row {
    justify-content: center;
  }
}
.cid-tw0mtrvIly .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tw0mtrvIly .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tw0mtrvIly .list {
    margin-bottom: 0rem;
  }
}
.cid-tw0mtrvIly .mbr-text {
  color: #ffffff;
}
.cid-tw0mtrvIly .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tw0mtrvIly .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tw0mtrvIly H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 7.4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sUOuJlX7Vm {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/banner-1920-700-px-1920x700.webp");
}
.cid-sUOuJlX7Vm .link-wrapper {
  width: 100%;
}
.cid-sUOuJlX7Vm .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sUOuJlX7Vm .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sUOuJlX7Vm .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sUOuJlX7Vm .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sUOuJlX7Vm .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sUOuJlX7Vm .mbr-section-title DIV {
  text-align: center;
}
.cid-sUOuJlX7Vm .mbr-text,
.cid-sUOuJlX7Vm .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sUOuJlX7Vm .link,
.cid-sUOuJlX7Vm .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sUOuJlX7Vm .mbr-section-title {
  color: #ffffff;
}
.cid-sUOwmXK40j {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sUOwmXK40j h2,
.cid-sUOwmXK40j h3,
.cid-sUOwmXK40j h4,
.cid-sUOwmXK40j p {
  margin: 0;
}
.cid-sUOwmXK40j .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-sUOwmXK40j .mbr-section-title {
  color: #656565;
  margin-bottom: 10px;
}
.cid-sUOwmXK40j .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-sUOvmiVRzi {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-sUOvmiVRzi .row {
  background: #ffffff;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-sUOvmiVRzi img {
  width: 80%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-sUOvmiVRzi img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sUOvmiVRzi img {
    width: 90%;
    transform: scaleY(1);
    margin: auto;
  }
}
.cid-sUOvmiVRzi .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-sUOvmiVRzi .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sUOvmiVRzi .card {
    padding: 2rem 0rem;
  }
}
.cid-sUOvmiVRzi .mbr-text,
.cid-sUOvmiVRzi .mbr-section-btn {
  color: #777777;
}
.cid-sUOvmiVRzi .mbr-section-subtitle {
  color: #656565;
}
.cid-sUOvmiVRzi .mbr-section-title {
  color: #777777;
}
.cid-sUOxKQayQj {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sUOxKQayQj h2,
.cid-sUOxKQayQj h3,
.cid-sUOxKQayQj h4,
.cid-sUOxKQayQj p {
  margin: 0;
}
.cid-sUOxKQayQj .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-sUOxKQayQj .mbr-section-title {
  color: #656565;
  margin-bottom: 10px;
  text-align: center;
}
.cid-sUOxKQayQj .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-sUOxFbzTCu {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sUOxFbzTCu img,
.cid-sUOxFbzTCu .item-img {
  width: 100%;
  object-fit: cover;
  height: 400px;
  transition: all 0.35s cubic-bezier(0.4, 0.12, 0.4, 0.85);
}
.cid-sUOxFbzTCu .item-img {
  position: relative;
}
.cid-sUOxFbzTCu .item-img:before {
  content: "";
  position: absolute;
  width: 101%;
  height: 101%;
  border: 1px solid #dddddd;
  top: -0.5%;
  left: -0.5%;
  pointer-events: none;
}
.cid-sUOxFbzTCu .item-img:hover {
  transform: translateY(-7px);
}
.cid-sUOxFbzTCu .item {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-sUOxFbzTCu .item:nth-child(1),
  .cid-sUOxFbzTCu .item:nth-child(2),
  .cid-sUOxFbzTCu .item:nth-child(3) {
    margin-top: 70px;
  }
  .cid-sUOxFbzTCu .item:nth-child(2),
  .cid-sUOxFbzTCu .item:nth-child(5),
  .cid-sUOxFbzTCu .item:nth-child(8),
  .cid-sUOxFbzTCu .item:nth-child(11),
  .cid-sUOxFbzTCu .item:nth-child(15) {
    transform: translateY(-70px);
  }
}
.cid-sUOxFbzTCu .item-title {
  margin-bottom: 1rem;
  color: #656565;
  text-align: center;
}
.cid-sUOxFbzTCu .item_content {
  margin-top: 27px;
}
.cid-sUOxFbzTCu .mbr-text {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-sUOxFbzTCu .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
@media (min-width: 992px) {
  .cid-sUOxFbzTCu .item-wrapper {
    padding: 0 1.5rem;
  }
}
.cid-sUOzK79lyI {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sUOzK79lyI img,
.cid-sUOzK79lyI .item-img {
  width: 100%;
  object-fit: cover;
  height: 500px;
  transition: all 0.35s cubic-bezier(0.4, 0.12, 0.4, 0.85);
}
.cid-sUOzK79lyI .item-img {
  position: relative;
}
.cid-sUOzK79lyI .item-img:before {
  content: "";
  position: absolute;
  width: 101%;
  height: 101%;
  border: 1px solid #dddddd;
  top: -0.5%;
  left: -0.5%;
  pointer-events: none;
}
.cid-sUOzK79lyI .item-img:hover {
  transform: translateY(-7px);
}
.cid-sUOzK79lyI .item {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-sUOzK79lyI .item:nth-child(1),
  .cid-sUOzK79lyI .item:nth-child(2),
  .cid-sUOzK79lyI .item:nth-child(3) {
    margin-top: 70px;
  }
  .cid-sUOzK79lyI .item:nth-child(2),
  .cid-sUOzK79lyI .item:nth-child(5),
  .cid-sUOzK79lyI .item:nth-child(8),
  .cid-sUOzK79lyI .item:nth-child(11),
  .cid-sUOzK79lyI .item:nth-child(15) {
    transform: translateY(-70px);
  }
}
.cid-sUOzK79lyI .item-title {
  margin-bottom: 1rem;
  color: #656565;
  text-align: center;
}
.cid-sUOzK79lyI .item_content {
  margin-top: 27px;
}
.cid-sUOzK79lyI .mbr-text {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-sUOzK79lyI .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
@media (min-width: 992px) {
  .cid-sUOzK79lyI .item-wrapper {
    padding: 0 1.5rem;
  }
}
.cid-sUOzZiZLFu {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-sUOzZiZLFu .row {
  background: #ffffff;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-sUOzZiZLFu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-sUOzZiZLFu img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sUOzZiZLFu img {
    width: 90%;
    transform: scaleY(1);
    margin: auto;
  }
}
.cid-sUOzZiZLFu .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-sUOzZiZLFu .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sUOzZiZLFu .card {
    padding: 2rem 0rem;
  }
}
.cid-sUOzZiZLFu .mbr-text,
.cid-sUOzZiZLFu .mbr-section-btn {
  color: #777777;
}
.cid-sUOzZiZLFu .mbr-section-subtitle {
  color: #656565;
}
.cid-sUOzZiZLFu .mbr-section-title {
  color: #777777;
}
.cid-sUOA65TGkx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sUOA65TGkx .mbr-text {
  color: #666666;
  text-align: left;
}
.cid-sUOA65TGkx .list {
  color: #666666;
}
.cid-sUOA65TGkx ul {
  list-style-position: inside;
  padding: 0;
}
.cid-sUOA65TGkx li {
  padding-bottom: 0.5rem;
}
.cid-sUOA65TGkx .mbr-section-subtitle {
  color: #656565;
  text-align: left;
}
.cid-sUOA9UGUvg {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-sUOA9UGUvg .row {
  background: #ffffff;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-sUOA9UGUvg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-sUOA9UGUvg img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 867px) {
  .cid-sUOA9UGUvg img {
    width: 90%;
    transform: scaleY(1);
    margin: auto;
  }
}
.cid-sUOA9UGUvg .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-sUOA9UGUvg .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 867px) {
  .cid-sUOA9UGUvg .card {
    padding: 2rem 0rem;
  }
}
.cid-sUOA9UGUvg .mbr-text,
.cid-sUOA9UGUvg .mbr-section-btn {
  color: #777777;
}
.cid-sUOA9UGUvg .mbr-section-subtitle {
  color: #656565;
}
.cid-sUOA9UGUvg .mbr-section-title {
  color: #777777;
}
.cid-sUOA9UGUvg .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sUOCAhofvL {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #e9e9e9;
}
.cid-sUOCAhofvL .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-sUOCAhofvL .align-center {
    text-align: center;
  }
  .cid-sUOCAhofvL .wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sUOCAhofvL .block-btn {
  display: flex;
}
.cid-sUOCAhofvL .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-sUOCAhofvL h1 {
  margin-bottom: 0;
}
.cid-sUOCAhofvL .wrapper {
  background-color: #333333;
  border-radius: 4px;
}
@media (min-width: 767px) {
  .cid-sUOCAhofvL .container {
    padding: 0 3rem;
  }
  .cid-sUOCAhofvL .wrapper {
    padding: 3.8rem 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sUOCAhofvL .block-btn {
    justify-content: center;
  }
  .cid-sUOCAhofvL .text-block {
    text-align: center;
  }
  .cid-sUOCAhofvL .mbr-section-title {
    text-align: center;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sUOCAhofvL .block-btn {
    justify-content: flex-end;
  }
  .cid-sUOCAhofvL .btn {
    border-radius: 2px;
    margin-right: 0rem;
  }
}
.cid-sUOCAhofvL .btn-white:hover {
  color: #ffffff !important;
  border-color: #000000 !important;
}
.cid-sUOCAhofvL .btn-white:hover::before {
  background-color: #000000 !important;
}
.cid-tw0mtrvIly {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tw0mtrvIly .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw0mtrvIly .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw0mtrvIly .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tw0mtrvIly .row {
    text-align: center;
  }
  .cid-tw0mtrvIly .row > div {
    margin: auto;
  }
  .cid-tw0mtrvIly .social-row {
    justify-content: center;
  }
}
.cid-tw0mtrvIly .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tw0mtrvIly .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tw0mtrvIly .list {
    margin-bottom: 0rem;
  }
}
.cid-tw0mtrvIly .mbr-text {
  color: #ffffff;
}
.cid-tw0mtrvIly .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tw0mtrvIly .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tw0mtrvIly H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 7.4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sTRLF6prQh {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/banner-1920-700-px-1920x700.webp");
}
.cid-sTRLF6prQh .link-wrapper {
  width: 100%;
}
.cid-sTRLF6prQh .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sTRLF6prQh .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTRLF6prQh .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sTRLF6prQh .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sTRLF6prQh .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTRLF6prQh .mbr-section-title DIV {
  text-align: center;
}
.cid-sTRLF6prQh .mbr-text,
.cid-sTRLF6prQh .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sTRLF6prQh .link,
.cid-sTRLF6prQh .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sTRLF6prQh .mbr-section-title {
  color: #ffffff;
}
.cid-sTSIG1ajoc {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sTSIG1ajoc .mbr-text {
  color: #656565;
}
.cid-sTSIG1ajoc .list {
  color: #666666;
}
.cid-sTSIG1ajoc ul {
  list-style-position: inside;
  padding: 0;
}
.cid-sTSIG1ajoc li {
  padding-bottom: 0.5rem;
}
.cid-sTSIG1ajoc .mbr-section-subtitle {
  color: #656565;
}
.cid-sTSIG1ajoc .mbr-section-title {
  color: #656565;
}
.cid-sTT5laZTjB {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sTT5laZTjB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sTT5laZTjB .card-title {
  margin-bottom: 26px;
  color: #25c4ca;
}
.cid-sTT5laZTjB .mbr-text {
  margin-bottom: 30px;
}
.cid-sTT5laZTjB .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sTT5laZTjB .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sTT5laZTjB .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sTT5laZTjB .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sTT5laZTjB .btn_link:hover {
  cursor: pointer;
}
.cid-sTT5laZTjB .btn_link:hover a {
  color: #9e9e9e !important;
}
.cid-sTT5laZTjB .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sTT5laZTjB .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sTT5laZTjB .text-wrapper {
    text-align: center;
  }
  .cid-sTT5laZTjB .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sTT5laZTjB .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sTT5laZTjB .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sTT5laZTjB .card-title,
.cid-sTT5laZTjB .icon_block {
  color: #656565;
}
.cid-sTT6cGpqzF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sTT6cGpqzF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sTT6cGpqzF .card-title {
  margin-bottom: 26px;
  color: #25c4ca;
}
.cid-sTT6cGpqzF .mbr-text {
  margin-bottom: 30px;
}
.cid-sTT6cGpqzF .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sTT6cGpqzF .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sTT6cGpqzF .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sTT6cGpqzF .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sTT6cGpqzF .btn_link:hover {
  cursor: pointer;
}
.cid-sTT6cGpqzF .btn_link:hover a {
  color: #9e9e9e !important;
}
.cid-sTT6cGpqzF .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sTT6cGpqzF .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sTT6cGpqzF .text-wrapper {
    text-align: center;
  }
  .cid-sTT6cGpqzF .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sTT6cGpqzF .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sTT6cGpqzF .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sTT6cGpqzF .card-title,
.cid-sTT6cGpqzF .icon_block {
  color: #656565;
}
.cid-sTS1Ob017g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sTS1Ob017g .item-wrapper {
  width: 100%;
}
.cid-sTS1Ob017g .mbr-section-title {
  width: 100%;
  margin: 0 0 26px;
  color: #656565;
  font-weight: 700;
}
.cid-sTS1Ob017g .mbr-text {
  padding: 0;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-sTS1Ob017g .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-sTS1Ob017g .link {
  margin-top: 29px;
}
.cid-sTS1Ob017g .col-auto {
  display: inline-block;
}
.cid-sTS1Ob017g .mbr-section-subtitle {
  color: #1d1d1f;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-sTS1Ob017g .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-sTS1Ob017g .container-fluid {
  padding: 0;
}
.cid-sTS1Ob017g .left {
  max-width: 490px;
  padding: 20px 0;
  padding-right: 45px;
  margin: auto;
}
.cid-sTS1Ob017g .right-side {
  padding-left: 0;
}
@media (max-width: 990px) {
  .cid-sTS1Ob017g .left {
    padding-right: 0px;
  }
}
@media (max-width: 770px) {
  .cid-sTS1Ob017g .right-side {
    padding: 0px;
  }
}
.cid-sTS1Ob017g a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sTS1Ob017g rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sTS1Ob017g .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sTS1Ob017g svg {
  margin-left: 15px;
}
.cid-sTS1Ob017g path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sTS1Ob017g .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sTS1Ob017g .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sTS1Ob017g .link a {
  background-image: none !important;
}
.cid-sTSM49u9ok {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sTSM49u9ok .mbr-text {
  color: #656565;
}
.cid-sTSM49u9ok .list {
  color: #666666;
}
.cid-sTSM49u9ok ul {
  list-style-position: inside;
  padding: 0;
}
.cid-sTSM49u9ok li {
  padding-bottom: 0.5rem;
}
.cid-sTSM49u9ok .mbr-section-subtitle {
  color: #656565;
}
.cid-sUhAsNmVUS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sUhAsNmVUS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sUhAsNmVUS .card-title {
  margin-bottom: 26px;
  color: #25c4ca;
}
.cid-sUhAsNmVUS .mbr-text {
  margin-bottom: 30px;
}
.cid-sUhAsNmVUS .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sUhAsNmVUS .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sUhAsNmVUS .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sUhAsNmVUS .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sUhAsNmVUS .btn_link:hover {
  cursor: pointer;
}
.cid-sUhAsNmVUS .btn_link:hover a {
  color: #9e9e9e !important;
}
.cid-sUhAsNmVUS .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sUhAsNmVUS .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sUhAsNmVUS .text-wrapper {
    text-align: center;
  }
  .cid-sUhAsNmVUS .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sUhAsNmVUS .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sUhAsNmVUS .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sUhAsNmVUS .card-title,
.cid-sUhAsNmVUS .icon_block {
  color: #000000;
}
.cid-tw0mtrvIly {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tw0mtrvIly .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw0mtrvIly .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw0mtrvIly .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tw0mtrvIly .row {
    text-align: center;
  }
  .cid-tw0mtrvIly .row > div {
    margin: auto;
  }
  .cid-tw0mtrvIly .social-row {
    justify-content: center;
  }
}
.cid-tw0mtrvIly .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tw0mtrvIly .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tw0mtrvIly .list {
    margin-bottom: 0rem;
  }
}
.cid-tw0mtrvIly .mbr-text {
  color: #ffffff;
}
.cid-tw0mtrvIly .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tw0mtrvIly .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tw0mtrvIly H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 7.4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sUPtGpFXIo {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/banner-700x275-700x275.webp");
}
.cid-sUPtGpFXIo .link-wrapper {
  width: 100%;
}
.cid-sUPtGpFXIo .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sUPtGpFXIo .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sUPtGpFXIo .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sUPtGpFXIo .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sUPtGpFXIo .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sUPtGpFXIo .mbr-section-title DIV {
  text-align: center;
}
.cid-sUPtGpFXIo .mbr-text,
.cid-sUPtGpFXIo .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sUPtGpFXIo .link,
.cid-sUPtGpFXIo .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sUPtGpFXIo .mbr-section-title {
  color: #ffffff;
}
.cid-sUPtMdH1DP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sUPtMdH1DP .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tw0mtrvIly {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tw0mtrvIly .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw0mtrvIly .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw0mtrvIly .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tw0mtrvIly .row {
    text-align: center;
  }
  .cid-tw0mtrvIly .row > div {
    margin: auto;
  }
  .cid-tw0mtrvIly .social-row {
    justify-content: center;
  }
}
.cid-tw0mtrvIly .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tw0mtrvIly .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tw0mtrvIly .list {
    margin-bottom: 0rem;
  }
}
.cid-tw0mtrvIly .mbr-text {
  color: #ffffff;
}
.cid-tw0mtrvIly .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tw0mtrvIly .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tw0mtrvIly H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 7.4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sTw7eIxlXY {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/portland-veteran-homes-header-2000x716.webp");
}
.cid-sTw7eIxlXY .link-wrapper {
  width: 100%;
}
.cid-sTw7eIxlXY .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sTw7eIxlXY .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTw7eIxlXY .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sTw7eIxlXY .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sTw7eIxlXY .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTw7eIxlXY .mbr-section-title DIV {
  text-align: center;
}
.cid-sTw7eIxlXY .mbr-text,
.cid-sTw7eIxlXY .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sTw7eIxlXY .link,
.cid-sTw7eIxlXY .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sTw7eIxlXY .mbr-section-title {
  color: #ffffff;
}
.cid-sTw7puRfeg {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sTw7puRfeg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sTw7puRfeg .card-title {
  margin-bottom: 26px;
  color: #25c4ca;
}
.cid-sTw7puRfeg .mbr-text {
  margin-bottom: 30px;
}
.cid-sTw7puRfeg .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sTw7puRfeg .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sTw7puRfeg .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sTw7puRfeg .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sTw7puRfeg .btn_link:hover {
  cursor: pointer;
}
.cid-sTw7puRfeg .btn_link:hover a {
  color: #9e9e9e !important;
}
.cid-sTw7puRfeg .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sTw7puRfeg .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sTw7puRfeg .text-wrapper {
    text-align: center;
  }
  .cid-sTw7puRfeg .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sTw7puRfeg .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sTw7puRfeg .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sTw7puRfeg .card-title,
.cid-sTw7puRfeg .icon_block {
  color: #000000;
}
.cid-sTw88pWP04 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sTw88pWP04 .mbr-text {
  color: #656565;
}
.cid-sTw88pWP04 .list {
  color: #666666;
}
.cid-sTw88pWP04 ul {
  list-style-position: inside;
  padding: 0;
}
.cid-sTw88pWP04 li {
  padding-bottom: 0.5rem;
}
.cid-sTw88pWP04 .mbr-section-subtitle {
  color: #656565;
}
.cid-sTw9BoQaOF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sTw9BoQaOF .mbr-text {
  color: #666666;
}
.cid-sTw9BoQaOF .list {
  color: #666666;
}
.cid-sTw9BoQaOF ul {
  list-style-position: inside;
  padding: 0;
}
.cid-sTw9BoQaOF li {
  padding-bottom: 0.5rem;
}
.cid-sTw9BoQaOF .mbr-section-subtitle {
  color: #656565;
}
.cid-tw0mtrvIly {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tw0mtrvIly .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw0mtrvIly .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw0mtrvIly .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tw0mtrvIly .row {
    text-align: center;
  }
  .cid-tw0mtrvIly .row > div {
    margin: auto;
  }
  .cid-tw0mtrvIly .social-row {
    justify-content: center;
  }
}
.cid-tw0mtrvIly .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tw0mtrvIly .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tw0mtrvIly .list {
    margin-bottom: 0rem;
  }
}
.cid-tw0mtrvIly .mbr-text {
  color: #ffffff;
}
.cid-tw0mtrvIly .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tw0mtrvIly .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tw0mtrvIly H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 7.4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sTtumeyD41 {
  padding-top: 12rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/banner-1920-700-px-1920x700.webp");
}
.cid-sTtumeyD41 .link-wrapper {
  width: 100%;
}
.cid-sTtumeyD41 .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sTtumeyD41 .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTtumeyD41 .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sTtumeyD41 .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sTtumeyD41 .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTtumeyD41 .mbr-section-title DIV {
  text-align: center;
}
.cid-sTtumeyD41 .mbr-text,
.cid-sTtumeyD41 .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sTtumeyD41 .link,
.cid-sTtumeyD41 .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sTtumeyD41 .mbr-section-title {
  color: #ffffff;
}
.cid-sTtv1R4uv0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sTtv1R4uv0 .mbr-text {
  color: #666666;
}
.cid-sTtv1R4uv0 .list {
  color: #666666;
}
.cid-sTtv1R4uv0 ul {
  list-style-position: inside;
  padding: 0;
}
.cid-sTtv1R4uv0 li {
  padding-bottom: 0.5rem;
}
.cid-sTtv1R4uv0 .mbr-section-subtitle {
  color: #656565;
}
.cid-sTtwVZutKy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTtwVZutKy .google-map {
  height: 25rem;
  position: relative;
}
.cid-sTtwVZutKy .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sTtwVZutKy .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sTtwVZutKy .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sTtwVZutKy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sTtwVZutKy .container-fluid {
  padding: 0;
}
.cid-sTtwVZutKy .relative {
  position: relative;
  width: 100%;
}
.cid-sTtwVZutKy .mbr-section-title {
  color: #656565;
}
.cid-sTtwVZutKy .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-sTtwVZutKy .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-sTtwVZutKy .title {
  text-align: center;
  color: #ffffff;
}
.cid-sTtwVZutKy .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-sTtwVZutKy .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-tw0mtrvIly {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tw0mtrvIly .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw0mtrvIly .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw0mtrvIly .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tw0mtrvIly .row {
    text-align: center;
  }
  .cid-tw0mtrvIly .row > div {
    margin: auto;
  }
  .cid-tw0mtrvIly .social-row {
    justify-content: center;
  }
}
.cid-tw0mtrvIly .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tw0mtrvIly .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tw0mtrvIly .list {
    margin-bottom: 0rem;
  }
}
.cid-tw0mtrvIly .mbr-text {
  color: #ffffff;
}
.cid-tw0mtrvIly .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tw0mtrvIly .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tw0mtrvIly H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 7.4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sUh5YBn5y1 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/banner-1920-700-px-1920x700.webp");
}
.cid-sUh5YBn5y1 .link-wrapper {
  width: 100%;
}
.cid-sUh5YBn5y1 .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sUh5YBn5y1 .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sUh5YBn5y1 .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sUh5YBn5y1 .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sUh5YBn5y1 .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sUh5YBn5y1 .mbr-section-title DIV {
  text-align: center;
}
.cid-sUh5YBn5y1 .mbr-text,
.cid-sUh5YBn5y1 .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sUh5YBn5y1 .link,
.cid-sUh5YBn5y1 .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sUh5YBn5y1 .mbr-section-title {
  color: #ffffff;
}
.cid-sUh652reiv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e8ebe8;
}
.cid-sUh652reiv .features-border {
  border-bottom: 2px solid #191919;
}
.cid-sUh652reiv .features-title {
  margin-top: 136px;
  margin-bottom: 96px;
}
.cid-sUh652reiv .features-card {
  padding: 0 0 80px;
  display: flex;
}
.cid-sUh652reiv .features-card:hover {
  cursor: pointer;
}
.cid-sUh652reiv .features-card:hover .features-img img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-sUh652reiv .features-card:hover .features-link {
  opacity: .85;
}
.cid-sUh652reiv .features-card:hover .features-link span {
  margin-left: 8px;
}
.cid-sUh652reiv .features-img {
  width: 100%;
  position: relative;
  padding: 40px 70px;
  background-color: #191919;
}
.cid-sUh652reiv .features-img img {
  transition: all .5s ease;
}
.cid-sUh652reiv .features-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 40px;
}
.cid-sUh652reiv .features-link span {
  margin-left: -14px;
  transition: all .5s ease;
  border-radius: 50%;
  border: 2px #d5d9d5 solid;
  padding: 8px 6px 8px 11px;
}
.cid-sUh652reiv .mbr-text p {
  margin-top: 6px;
}
.cid-sUh652reiv .features-button {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.cid-sUh652reiv .features-button a {
  width: 430px;
  height: 74px;
}
@media (max-width: 991px) {
  .cid-sUh652reiv .features-card {
    display: block;
  }
  .cid-sUh652reiv .features-wrapper {
    margin: 40px 20px;
  }
  .cid-sUh652reiv .features-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-sUh652reiv .features-card {
    padding: 40px 0;
  }
  .cid-sUh652reiv .features-button a {
    width: 330px;
    height: 64px;
  }
}
@media (max-width: 623px) {
  .cid-sUh652reiv .features-img {
    padding: 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-sUh652reiv .features-img {
    padding: 10px 30px;
  }
  .cid-sUh652reiv .features-title {
    margin-bottom: 0px;
  }
  .cid-sUh652reiv .features-button {
    margin-bottom: 40px;
  }
  .cid-sUh652reiv .features-button a {
    width: 230px;
    height: 54px;
  }
}
@media (max-width: 320px) {
  .cid-sUh652reiv .features-button a {
    width: 200px;
    height: 50px;
  }
}
.cid-sUh652reiv .mbr-text {
  color: #626462;
}
.cid-sUh7OCgTL9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sUh7OCgTL9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sUh7OCgTL9 .card-title {
  margin-bottom: 26px;
  color: #25c4ca;
}
.cid-sUh7OCgTL9 .mbr-text {
  margin-bottom: 30px;
}
.cid-sUh7OCgTL9 .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sUh7OCgTL9 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-sUh7OCgTL9 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sUh7OCgTL9 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sUh7OCgTL9 .btn_link:hover {
  cursor: pointer;
}
.cid-sUh7OCgTL9 .btn_link:hover a {
  color: #9e9e9e !important;
}
.cid-sUh7OCgTL9 .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sUh7OCgTL9 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sUh7OCgTL9 .text-wrapper {
    text-align: center;
  }
  .cid-sUh7OCgTL9 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sUh7OCgTL9 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sUh7OCgTL9 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sUh7OCgTL9 .card-title,
.cid-sUh7OCgTL9 .icon_block {
  color: #000000;
}
.cid-tw0mtrvIly {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tw0mtrvIly .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw0mtrvIly .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw0mtrvIly .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tw0mtrvIly .row {
    text-align: center;
  }
  .cid-tw0mtrvIly .row > div {
    margin: auto;
  }
  .cid-tw0mtrvIly .social-row {
    justify-content: center;
  }
}
.cid-tw0mtrvIly .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tw0mtrvIly .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tw0mtrvIly .list {
    margin-bottom: 0rem;
  }
}
.cid-tw0mtrvIly .mbr-text {
  color: #ffffff;
}
.cid-tw0mtrvIly .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tw0mtrvIly .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tw0mtrvIly H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 7.4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sT9Jwcsn8x {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/banner-1920-700-px-1920x700.webp");
}
.cid-sT9Jwcsn8x .link-wrapper {
  width: 100%;
}
.cid-sT9Jwcsn8x .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sT9Jwcsn8x .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sT9Jwcsn8x .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sT9Jwcsn8x .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sT9Jwcsn8x .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sT9Jwcsn8x .mbr-section-title DIV {
  text-align: center;
}
.cid-sT9Jwcsn8x .mbr-text,
.cid-sT9Jwcsn8x .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sT9Jwcsn8x .link,
.cid-sT9Jwcsn8x .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sT9Jwcsn8x .mbr-section-title {
  color: #ffffff;
}
.cid-sT9Kno9yiN {
  padding-top: 45px;
  padding-bottom: 0px;
  position: relative;
  background-color: #cccccc;
}
.cid-sT9Kno9yiN p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sT9Kno9yiN .panel-title {
  border-bottom: 2px solid #b2b4d2;
}
.cid-sT9Kno9yiN .collapsed {
  border: none;
}
.cid-sT9Kno9yiN .panel-body {
  padding-top: 0.5rem;
}
.cid-sT9Kno9yiN .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sT9Kno9yiN .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-sT9Kno9yiN .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sT9Kno9yiN .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT9Kno9yiN .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sT9Kno9yiN .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sT9Kno9yiN .panel-text {
  color: #767676;
}
.cid-sT9Kno9yiN H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-sT9LjnsFfk {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #cccccc;
}
.cid-sT9LjnsFfk p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sT9LjnsFfk .panel-title {
  border-bottom: 2px solid #b2b4d2;
}
.cid-sT9LjnsFfk .collapsed {
  border: none;
}
.cid-sT9LjnsFfk .panel-body {
  padding-top: 0.5rem;
}
.cid-sT9LjnsFfk .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sT9LjnsFfk .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-sT9LjnsFfk .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sT9LjnsFfk .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT9LjnsFfk .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sT9LjnsFfk .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sT9LjnsFfk .panel-text {
  color: #767676;
}
.cid-sT9LjnsFfk H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-sT9Oav2xAg {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #cccccc;
}
.cid-sT9Oav2xAg p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sT9Oav2xAg .panel-title {
  border-bottom: 2px solid #b2b4d2;
}
.cid-sT9Oav2xAg .collapsed {
  border: none;
}
.cid-sT9Oav2xAg .panel-body {
  padding-top: 0.5rem;
}
.cid-sT9Oav2xAg .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sT9Oav2xAg .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-sT9Oav2xAg .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sT9Oav2xAg .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT9Oav2xAg .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sT9Oav2xAg .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sT9Oav2xAg .panel-text {
  color: #767676;
}
.cid-sT9Oav2xAg H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-sT9ObsSHlA {
  padding-top: 15px;
  padding-bottom: 75px;
  position: relative;
  background-color: #cccccc;
}
.cid-sT9ObsSHlA p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sT9ObsSHlA .panel-title {
  border-bottom: 2px solid #b2b4d2;
}
.cid-sT9ObsSHlA .collapsed {
  border: none;
}
.cid-sT9ObsSHlA .panel-body {
  padding-top: 0.5rem;
}
.cid-sT9ObsSHlA .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sT9ObsSHlA .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-sT9ObsSHlA .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sT9ObsSHlA .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT9ObsSHlA .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sT9ObsSHlA .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sT9ObsSHlA .panel-text {
  color: #767676;
}
.cid-sT9ObsSHlA H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-sTcZQROfsJ {
  padding-top: 0px;
  padding-bottom: 15px;
  position: relative;
  background-color: #cccccc;
}
.cid-sTcZQROfsJ p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sTcZQROfsJ .panel-title {
  border-bottom: 2px solid #b2b4d2;
}
.cid-sTcZQROfsJ .collapsed {
  border: none;
}
.cid-sTcZQROfsJ .panel-body {
  padding-top: 0.5rem;
}
.cid-sTcZQROfsJ .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sTcZQROfsJ .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-sTcZQROfsJ .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sTcZQROfsJ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sTcZQROfsJ .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sTcZQROfsJ .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sTcZQROfsJ .panel-text {
  color: #767676;
}
.cid-sTcZQROfsJ H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-sTd0Atyk2F {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #cccccc;
}
.cid-sTd0Atyk2F p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sTd0Atyk2F .panel-title {
  border-bottom: 2px solid #b2b4d2;
}
.cid-sTd0Atyk2F .collapsed {
  border: none;
}
.cid-sTd0Atyk2F .panel-body {
  padding-top: 0.5rem;
}
.cid-sTd0Atyk2F .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sTd0Atyk2F .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-sTd0Atyk2F .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sTd0Atyk2F .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sTd0Atyk2F .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sTd0Atyk2F .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sTd0Atyk2F .panel-text {
  color: #767676;
}
.cid-sTd0Atyk2F H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-sTd1r3kpxt {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #cccccc;
}
.cid-sTd1r3kpxt p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sTd1r3kpxt .panel-title {
  border-bottom: 2px solid #9e9e9e;
}
.cid-sTd1r3kpxt .collapsed {
  border: none;
}
.cid-sTd1r3kpxt .panel-body {
  padding-top: 0.5rem;
}
.cid-sTd1r3kpxt .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sTd1r3kpxt .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-sTd1r3kpxt .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sTd1r3kpxt .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sTd1r3kpxt .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sTd1r3kpxt .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sTd1r3kpxt .panel-text {
  color: #767676;
}
.cid-sTd1r3kpxt H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-sTd1YyxcSq {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #cccccc;
}
.cid-sTd1YyxcSq p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sTd1YyxcSq .panel-title {
  border-bottom: 2px solid #b2b4d2;
}
.cid-sTd1YyxcSq .collapsed {
  border: none;
}
.cid-sTd1YyxcSq .panel-body {
  padding-top: 0.5rem;
}
.cid-sTd1YyxcSq .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sTd1YyxcSq .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-sTd1YyxcSq .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sTd1YyxcSq .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sTd1YyxcSq .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sTd1YyxcSq .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sTd1YyxcSq .panel-text {
  color: #767676;
}
.cid-sTd1YyxcSq H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-sTd2yruZjZ {
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
  background-color: #cccccc;
}
.cid-sTd2yruZjZ p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sTd2yruZjZ .panel-title {
  border-bottom: 2px solid #b2b4d2;
}
.cid-sTd2yruZjZ .collapsed {
  border: none;
}
.cid-sTd2yruZjZ .panel-body {
  padding-top: 0.5rem;
}
.cid-sTd2yruZjZ .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sTd2yruZjZ .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-sTd2yruZjZ .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sTd2yruZjZ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sTd2yruZjZ .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sTd2yruZjZ .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sTd2yruZjZ .panel-text {
  color: #767676;
}
.cid-sTd2yruZjZ H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-sTd32wf5GY {
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
  background-color: #cccccc;
}
.cid-sTd32wf5GY p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sTd32wf5GY .panel-title {
  border-bottom: 2px solid #b2b4d2;
}
.cid-sTd32wf5GY .collapsed {
  border: none;
}
.cid-sTd32wf5GY .panel-body {
  padding-top: 0.5rem;
}
.cid-sTd32wf5GY .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sTd32wf5GY .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-sTd32wf5GY .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sTd32wf5GY .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sTd32wf5GY .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sTd32wf5GY .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sTd32wf5GY .panel-text {
  color: #767676;
}
.cid-sTd32wf5GY H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-sTd35HJsq9 {
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
  background-color: #cccccc;
}
.cid-sTd35HJsq9 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sTd35HJsq9 .panel-title {
  border-bottom: 2px solid #b2b4d2;
}
.cid-sTd35HJsq9 .collapsed {
  border: none;
}
.cid-sTd35HJsq9 .panel-body {
  padding-top: 0.5rem;
}
.cid-sTd35HJsq9 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sTd35HJsq9 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-sTd35HJsq9 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sTd35HJsq9 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sTd35HJsq9 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sTd35HJsq9 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sTd35HJsq9 .panel-text {
  color: #767676;
}
.cid-sTd35HJsq9 H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-sTd41epS5E {
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
  background-color: #cccccc;
}
.cid-sTd41epS5E p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sTd41epS5E .panel-title {
  border-bottom: 2px solid #b2b4d2;
}
.cid-sTd41epS5E .collapsed {
  border: none;
}
.cid-sTd41epS5E .panel-body {
  padding-top: 0.5rem;
}
.cid-sTd41epS5E .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sTd41epS5E .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-sTd41epS5E .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sTd41epS5E .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sTd41epS5E .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sTd41epS5E .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sTd41epS5E .panel-text {
  color: #767676;
}
.cid-sTd41epS5E H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-sTd45b6ldK {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #cccccc;
}
.cid-sTd45b6ldK p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sTd45b6ldK .panel-title {
  border-bottom: 2px solid #b2b4d2;
}
.cid-sTd45b6ldK .collapsed {
  border: none;
}
.cid-sTd45b6ldK .panel-body {
  padding-top: 0.5rem;
}
.cid-sTd45b6ldK .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sTd45b6ldK .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-sTd45b6ldK .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sTd45b6ldK .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sTd45b6ldK .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sTd45b6ldK .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sTd45b6ldK .panel-text {
  color: #767676;
}
.cid-sTd45b6ldK H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-sTd4P1jkly {
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
  background-color: #cccccc;
}
.cid-sTd4P1jkly p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sTd4P1jkly .panel-title {
  border-bottom: 2px solid #b2b4d2;
}
.cid-sTd4P1jkly .collapsed {
  border: none;
}
.cid-sTd4P1jkly .panel-body {
  padding-top: 0.5rem;
}
.cid-sTd4P1jkly .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sTd4P1jkly .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-sTd4P1jkly .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sTd4P1jkly .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sTd4P1jkly .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sTd4P1jkly .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sTd4P1jkly .panel-text {
  color: #767676;
}
.cid-sTd4P1jkly H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-sTd77mBFcD {
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
  background-color: #cccccc;
}
.cid-sTd77mBFcD p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sTd77mBFcD .panel-title {
  border-bottom: 2px solid #b2b4d2;
}
.cid-sTd77mBFcD .collapsed {
  border: none;
}
.cid-sTd77mBFcD .panel-body {
  padding-top: 0.5rem;
}
.cid-sTd77mBFcD .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sTd77mBFcD .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-sTd77mBFcD .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sTd77mBFcD .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sTd77mBFcD .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sTd77mBFcD .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sTd77mBFcD .panel-text {
  color: #767676;
}
.cid-sTd77mBFcD H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-sTd7vJkJb0 {
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
  background-color: #cccccc;
}
.cid-sTd7vJkJb0 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sTd7vJkJb0 .panel-title {
  border-bottom: 2px solid #b2b4d2;
}
.cid-sTd7vJkJb0 .collapsed {
  border: none;
}
.cid-sTd7vJkJb0 .panel-body {
  padding-top: 0.5rem;
}
.cid-sTd7vJkJb0 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sTd7vJkJb0 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-sTd7vJkJb0 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sTd7vJkJb0 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sTd7vJkJb0 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sTd7vJkJb0 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sTd7vJkJb0 .panel-text {
  color: #767676;
}
.cid-sTd7vJkJb0 H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-sTd7VoYH80 {
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
  background-color: #cccccc;
}
.cid-sTd7VoYH80 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sTd7VoYH80 .panel-title {
  border-bottom: 2px solid #b2b4d2;
}
.cid-sTd7VoYH80 .collapsed {
  border: none;
}
.cid-sTd7VoYH80 .panel-body {
  padding-top: 0.5rem;
}
.cid-sTd7VoYH80 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sTd7VoYH80 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-sTd7VoYH80 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sTd7VoYH80 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sTd7VoYH80 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sTd7VoYH80 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sTd7VoYH80 .panel-text {
  color: #767676;
}
.cid-sTd7VoYH80 H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-sTd8o0owv8 {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #cccccc;
}
.cid-sTd8o0owv8 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sTd8o0owv8 .panel-title {
  border-bottom: 2px solid #b2b4d2;
}
.cid-sTd8o0owv8 .collapsed {
  border: none;
}
.cid-sTd8o0owv8 .panel-body {
  padding-top: 0.5rem;
}
.cid-sTd8o0owv8 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sTd8o0owv8 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-sTd8o0owv8 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sTd8o0owv8 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sTd8o0owv8 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sTd8o0owv8 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sTd8o0owv8 .panel-text {
  color: #767676;
}
.cid-sTd8o0owv8 H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-tw0mtrvIly {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tw0mtrvIly .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw0mtrvIly .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw0mtrvIly .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tw0mtrvIly .row {
    text-align: center;
  }
  .cid-tw0mtrvIly .row > div {
    margin: auto;
  }
  .cid-tw0mtrvIly .social-row {
    justify-content: center;
  }
}
.cid-tw0mtrvIly .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tw0mtrvIly .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tw0mtrvIly .list {
    margin-bottom: 0rem;
  }
}
.cid-tw0mtrvIly .mbr-text {
  color: #ffffff;
}
.cid-tw0mtrvIly .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tw0mtrvIly .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tw0mtrvIly H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 7.4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sT8ZjhuozY {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/banner-1920-700-px-1920x700.webp");
}
.cid-sT8ZjhuozY .link-wrapper {
  width: 100%;
}
.cid-sT8ZjhuozY .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sT8ZjhuozY .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sT8ZjhuozY .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sT8ZjhuozY .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sT8ZjhuozY .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sT8ZjhuozY .mbr-section-title DIV {
  text-align: center;
}
.cid-sT8ZjhuozY .mbr-text,
.cid-sT8ZjhuozY .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sT8ZjhuozY .link,
.cid-sT8ZjhuozY .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sT8ZjhuozY .mbr-section-title {
  color: #ffffff;
}
.cid-sT8ZLTevBv {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT8ZLTevBv .container-fluid {
  padding: 0 3rem;
}
.cid-sT8ZLTevBv .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT8ZLTevBv .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT8ZLTevBv .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT8ZLTevBv .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT8ZLTevBv .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT8ZLTevBv .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT8ZLTevBv .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT8ZLTevBv .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT8ZLTevBv .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT8ZLTevBv .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT8ZLTevBv .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT8ZLTevBv .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT8ZLTevBv .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT8ZLTevBv .header-text {
    padding: 1rem !important;
  }
  .cid-sT8ZLTevBv .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT8ZLTevBv .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT8ZLTevBv .panel-group {
    padding: 0;
  }
}
.cid-sT8ZLTevBv .header-text,
.cid-sT8ZLTevBv .sign {
  color: #232323;
}
.cid-sT90fFifpr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT90fFifpr .container-fluid {
  padding: 0 3rem;
}
.cid-sT90fFifpr .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT90fFifpr .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT90fFifpr .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT90fFifpr .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT90fFifpr .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT90fFifpr .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT90fFifpr .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT90fFifpr .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT90fFifpr .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT90fFifpr .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT90fFifpr .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT90fFifpr .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT90fFifpr .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT90fFifpr .header-text {
    padding: 1rem !important;
  }
  .cid-sT90fFifpr .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT90fFifpr .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT90fFifpr .panel-group {
    padding: 0;
  }
}
.cid-sT90fFifpr .header-text,
.cid-sT90fFifpr .sign {
  color: #232323;
}
.cid-sT91ffvkEZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT91ffvkEZ .container-fluid {
  padding: 0 3rem;
}
.cid-sT91ffvkEZ .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT91ffvkEZ .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT91ffvkEZ .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT91ffvkEZ .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT91ffvkEZ .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT91ffvkEZ .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT91ffvkEZ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT91ffvkEZ .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT91ffvkEZ .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT91ffvkEZ .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT91ffvkEZ .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT91ffvkEZ .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT91ffvkEZ .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT91ffvkEZ .header-text {
    padding: 1rem !important;
  }
  .cid-sT91ffvkEZ .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT91ffvkEZ .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT91ffvkEZ .panel-group {
    padding: 0;
  }
}
.cid-sT91ffvkEZ .header-text,
.cid-sT91ffvkEZ .sign {
  color: #232323;
}
.cid-sT91mihDUH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT91mihDUH .container-fluid {
  padding: 0 3rem;
}
.cid-sT91mihDUH .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT91mihDUH .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT91mihDUH .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT91mihDUH .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT91mihDUH .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT91mihDUH .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT91mihDUH .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT91mihDUH .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT91mihDUH .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT91mihDUH .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT91mihDUH .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT91mihDUH .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT91mihDUH .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT91mihDUH .header-text {
    padding: 1rem !important;
  }
  .cid-sT91mihDUH .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT91mihDUH .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT91mihDUH .panel-group {
    padding: 0;
  }
}
.cid-sT91mihDUH .header-text,
.cid-sT91mihDUH .sign {
  color: #232323;
}
.cid-sT91gBV3dz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT91gBV3dz .container-fluid {
  padding: 0 3rem;
}
.cid-sT91gBV3dz .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT91gBV3dz .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT91gBV3dz .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT91gBV3dz .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT91gBV3dz .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT91gBV3dz .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT91gBV3dz .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT91gBV3dz .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT91gBV3dz .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT91gBV3dz .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT91gBV3dz .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT91gBV3dz .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT91gBV3dz .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT91gBV3dz .header-text {
    padding: 1rem !important;
  }
  .cid-sT91gBV3dz .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT91gBV3dz .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT91gBV3dz .panel-group {
    padding: 0;
  }
}
.cid-sT91gBV3dz .header-text,
.cid-sT91gBV3dz .sign {
  color: #232323;
}
.cid-sT91h0ToVZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT91h0ToVZ .container-fluid {
  padding: 0 3rem;
}
.cid-sT91h0ToVZ .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT91h0ToVZ .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT91h0ToVZ .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT91h0ToVZ .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT91h0ToVZ .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT91h0ToVZ .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT91h0ToVZ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT91h0ToVZ .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT91h0ToVZ .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT91h0ToVZ .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT91h0ToVZ .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT91h0ToVZ .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT91h0ToVZ .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT91h0ToVZ .header-text {
    padding: 1rem !important;
  }
  .cid-sT91h0ToVZ .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT91h0ToVZ .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT91h0ToVZ .panel-group {
    padding: 0;
  }
}
.cid-sT91h0ToVZ .header-text,
.cid-sT91h0ToVZ .sign {
  color: #232323;
}
.cid-sT91mMeSJ6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT91mMeSJ6 .container-fluid {
  padding: 0 3rem;
}
.cid-sT91mMeSJ6 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT91mMeSJ6 .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT91mMeSJ6 .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT91mMeSJ6 .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT91mMeSJ6 .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT91mMeSJ6 .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT91mMeSJ6 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT91mMeSJ6 .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT91mMeSJ6 .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT91mMeSJ6 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT91mMeSJ6 .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT91mMeSJ6 .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT91mMeSJ6 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT91mMeSJ6 .header-text {
    padding: 1rem !important;
  }
  .cid-sT91mMeSJ6 .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT91mMeSJ6 .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT91mMeSJ6 .panel-group {
    padding: 0;
  }
}
.cid-sT91mMeSJ6 .header-text,
.cid-sT91mMeSJ6 .sign {
  color: #232323;
}
.cid-sT91idfA24 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT91idfA24 .container-fluid {
  padding: 0 3rem;
}
.cid-sT91idfA24 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT91idfA24 .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT91idfA24 .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT91idfA24 .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT91idfA24 .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT91idfA24 .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT91idfA24 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT91idfA24 .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT91idfA24 .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT91idfA24 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT91idfA24 .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT91idfA24 .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT91idfA24 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT91idfA24 .header-text {
    padding: 1rem !important;
  }
  .cid-sT91idfA24 .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT91idfA24 .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT91idfA24 .panel-group {
    padding: 0;
  }
}
.cid-sT91idfA24 .header-text,
.cid-sT91idfA24 .sign {
  color: #232323;
}
.cid-sT91iEWwu6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT91iEWwu6 .container-fluid {
  padding: 0 3rem;
}
.cid-sT91iEWwu6 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT91iEWwu6 .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT91iEWwu6 .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT91iEWwu6 .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT91iEWwu6 .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT91iEWwu6 .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT91iEWwu6 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT91iEWwu6 .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT91iEWwu6 .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT91iEWwu6 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT91iEWwu6 .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT91iEWwu6 .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT91iEWwu6 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT91iEWwu6 .header-text {
    padding: 1rem !important;
  }
  .cid-sT91iEWwu6 .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT91iEWwu6 .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT91iEWwu6 .panel-group {
    padding: 0;
  }
}
.cid-sT91iEWwu6 .header-text,
.cid-sT91iEWwu6 .sign {
  color: #232323;
}
.cid-sT91j6e5gn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT91j6e5gn .container-fluid {
  padding: 0 3rem;
}
.cid-sT91j6e5gn .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT91j6e5gn .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT91j6e5gn .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT91j6e5gn .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT91j6e5gn .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT91j6e5gn .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT91j6e5gn .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT91j6e5gn .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT91j6e5gn .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT91j6e5gn .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT91j6e5gn .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT91j6e5gn .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT91j6e5gn .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT91j6e5gn .header-text {
    padding: 1rem !important;
  }
  .cid-sT91j6e5gn .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT91j6e5gn .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT91j6e5gn .panel-group {
    padding: 0;
  }
}
.cid-sT91j6e5gn .header-text,
.cid-sT91j6e5gn .sign {
  color: #232323;
}
.cid-sT91jBSWg9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT91jBSWg9 .container-fluid {
  padding: 0 3rem;
}
.cid-sT91jBSWg9 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT91jBSWg9 .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT91jBSWg9 .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT91jBSWg9 .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT91jBSWg9 .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT91jBSWg9 .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT91jBSWg9 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT91jBSWg9 .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT91jBSWg9 .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT91jBSWg9 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT91jBSWg9 .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT91jBSWg9 .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT91jBSWg9 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT91jBSWg9 .header-text {
    padding: 1rem !important;
  }
  .cid-sT91jBSWg9 .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT91jBSWg9 .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT91jBSWg9 .panel-group {
    padding: 0;
  }
}
.cid-sT91jBSWg9 .header-text,
.cid-sT91jBSWg9 .sign {
  color: #232323;
}
.cid-sT91jU3dUZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT91jU3dUZ .container-fluid {
  padding: 0 3rem;
}
.cid-sT91jU3dUZ .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT91jU3dUZ .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT91jU3dUZ .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT91jU3dUZ .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT91jU3dUZ .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT91jU3dUZ .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT91jU3dUZ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT91jU3dUZ .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT91jU3dUZ .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT91jU3dUZ .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT91jU3dUZ .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT91jU3dUZ .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT91jU3dUZ .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT91jU3dUZ .header-text {
    padding: 1rem !important;
  }
  .cid-sT91jU3dUZ .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT91jU3dUZ .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT91jU3dUZ .panel-group {
    padding: 0;
  }
}
.cid-sT91jU3dUZ .header-text,
.cid-sT91jU3dUZ .sign {
  color: #232323;
}
.cid-sT91kjcGqa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT91kjcGqa .container-fluid {
  padding: 0 3rem;
}
.cid-sT91kjcGqa .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT91kjcGqa .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT91kjcGqa .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT91kjcGqa .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT91kjcGqa .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT91kjcGqa .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT91kjcGqa .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT91kjcGqa .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT91kjcGqa .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT91kjcGqa .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT91kjcGqa .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT91kjcGqa .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT91kjcGqa .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT91kjcGqa .header-text {
    padding: 1rem !important;
  }
  .cid-sT91kjcGqa .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT91kjcGqa .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT91kjcGqa .panel-group {
    padding: 0;
  }
}
.cid-sT91kjcGqa .header-text,
.cid-sT91kjcGqa .sign {
  color: #232323;
}
.cid-sT91fLViTS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT91fLViTS .container-fluid {
  padding: 0 3rem;
}
.cid-sT91fLViTS .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT91fLViTS .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT91fLViTS .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT91fLViTS .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT91fLViTS .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT91fLViTS .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT91fLViTS .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT91fLViTS .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT91fLViTS .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT91fLViTS .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT91fLViTS .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT91fLViTS .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT91fLViTS .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT91fLViTS .header-text {
    padding: 1rem !important;
  }
  .cid-sT91fLViTS .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT91fLViTS .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT91fLViTS .panel-group {
    padding: 0;
  }
}
.cid-sT91fLViTS .header-text,
.cid-sT91fLViTS .sign {
  color: #232323;
}
.cid-sT9gpaZerE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT9gpaZerE .container-fluid {
  padding: 0 3rem;
}
.cid-sT9gpaZerE .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT9gpaZerE .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT9gpaZerE .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT9gpaZerE .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT9gpaZerE .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT9gpaZerE .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT9gpaZerE .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT9gpaZerE .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT9gpaZerE .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT9gpaZerE .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT9gpaZerE .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT9gpaZerE .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT9gpaZerE .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT9gpaZerE .header-text {
    padding: 1rem !important;
  }
  .cid-sT9gpaZerE .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT9gpaZerE .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT9gpaZerE .panel-group {
    padding: 0;
  }
}
.cid-sT9gpaZerE .header-text,
.cid-sT9gpaZerE .sign {
  color: #232323;
}
.cid-sT9gqZqB7M {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT9gqZqB7M .container-fluid {
  padding: 0 3rem;
}
.cid-sT9gqZqB7M .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT9gqZqB7M .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT9gqZqB7M .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT9gqZqB7M .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT9gqZqB7M .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT9gqZqB7M .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT9gqZqB7M .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT9gqZqB7M .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT9gqZqB7M .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT9gqZqB7M .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT9gqZqB7M .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT9gqZqB7M .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT9gqZqB7M .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT9gqZqB7M .header-text {
    padding: 1rem !important;
  }
  .cid-sT9gqZqB7M .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT9gqZqB7M .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT9gqZqB7M .panel-group {
    padding: 0;
  }
}
.cid-sT9gqZqB7M .header-text,
.cid-sT9gqZqB7M .sign {
  color: #232323;
}
.cid-sT9grCaFd4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT9grCaFd4 .container-fluid {
  padding: 0 3rem;
}
.cid-sT9grCaFd4 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT9grCaFd4 .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT9grCaFd4 .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT9grCaFd4 .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT9grCaFd4 .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT9grCaFd4 .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT9grCaFd4 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT9grCaFd4 .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT9grCaFd4 .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT9grCaFd4 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT9grCaFd4 .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT9grCaFd4 .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT9grCaFd4 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT9grCaFd4 .header-text {
    padding: 1rem !important;
  }
  .cid-sT9grCaFd4 .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT9grCaFd4 .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT9grCaFd4 .panel-group {
    padding: 0;
  }
}
.cid-sT9grCaFd4 .header-text,
.cid-sT9grCaFd4 .sign {
  color: #232323;
}
.cid-sT9gs5qN8O {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT9gs5qN8O .container-fluid {
  padding: 0 3rem;
}
.cid-sT9gs5qN8O .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT9gs5qN8O .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT9gs5qN8O .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT9gs5qN8O .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT9gs5qN8O .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT9gs5qN8O .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT9gs5qN8O .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT9gs5qN8O .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT9gs5qN8O .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT9gs5qN8O .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT9gs5qN8O .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT9gs5qN8O .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT9gs5qN8O .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT9gs5qN8O .header-text {
    padding: 1rem !important;
  }
  .cid-sT9gs5qN8O .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT9gs5qN8O .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT9gs5qN8O .panel-group {
    padding: 0;
  }
}
.cid-sT9gs5qN8O .header-text,
.cid-sT9gs5qN8O .sign {
  color: #232323;
}
.cid-sT9gsEWKm8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT9gsEWKm8 .container-fluid {
  padding: 0 3rem;
}
.cid-sT9gsEWKm8 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT9gsEWKm8 .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT9gsEWKm8 .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT9gsEWKm8 .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT9gsEWKm8 .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT9gsEWKm8 .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT9gsEWKm8 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT9gsEWKm8 .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT9gsEWKm8 .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT9gsEWKm8 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT9gsEWKm8 .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT9gsEWKm8 .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT9gsEWKm8 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT9gsEWKm8 .header-text {
    padding: 1rem !important;
  }
  .cid-sT9gsEWKm8 .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT9gsEWKm8 .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT9gsEWKm8 .panel-group {
    padding: 0;
  }
}
.cid-sT9gsEWKm8 .header-text,
.cid-sT9gsEWKm8 .sign {
  color: #232323;
}
.cid-sT9gt8wVEk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT9gt8wVEk .container-fluid {
  padding: 0 3rem;
}
.cid-sT9gt8wVEk .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT9gt8wVEk .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT9gt8wVEk .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT9gt8wVEk .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT9gt8wVEk .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT9gt8wVEk .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT9gt8wVEk .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT9gt8wVEk .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT9gt8wVEk .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT9gt8wVEk .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT9gt8wVEk .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT9gt8wVEk .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT9gt8wVEk .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT9gt8wVEk .header-text {
    padding: 1rem !important;
  }
  .cid-sT9gt8wVEk .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT9gt8wVEk .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT9gt8wVEk .panel-group {
    padding: 0;
  }
}
.cid-sT9gt8wVEk .header-text,
.cid-sT9gt8wVEk .sign {
  color: #232323;
}
.cid-sT9gujGJ71 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT9gujGJ71 .container-fluid {
  padding: 0 3rem;
}
.cid-sT9gujGJ71 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT9gujGJ71 .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT9gujGJ71 .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT9gujGJ71 .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT9gujGJ71 .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT9gujGJ71 .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT9gujGJ71 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT9gujGJ71 .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT9gujGJ71 .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT9gujGJ71 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT9gujGJ71 .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT9gujGJ71 .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT9gujGJ71 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT9gujGJ71 .header-text {
    padding: 1rem !important;
  }
  .cid-sT9gujGJ71 .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT9gujGJ71 .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT9gujGJ71 .panel-group {
    padding: 0;
  }
}
.cid-sT9gujGJ71 .header-text,
.cid-sT9gujGJ71 .sign {
  color: #232323;
}
.cid-sT9guWO9V1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT9guWO9V1 .container-fluid {
  padding: 0 3rem;
}
.cid-sT9guWO9V1 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT9guWO9V1 .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT9guWO9V1 .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT9guWO9V1 .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT9guWO9V1 .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT9guWO9V1 .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT9guWO9V1 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT9guWO9V1 .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT9guWO9V1 .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT9guWO9V1 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT9guWO9V1 .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT9guWO9V1 .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT9guWO9V1 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT9guWO9V1 .header-text {
    padding: 1rem !important;
  }
  .cid-sT9guWO9V1 .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT9guWO9V1 .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT9guWO9V1 .panel-group {
    padding: 0;
  }
}
.cid-sT9guWO9V1 .header-text,
.cid-sT9guWO9V1 .sign {
  color: #232323;
}
.cid-sT9gvrgGi3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT9gvrgGi3 .container-fluid {
  padding: 0 3rem;
}
.cid-sT9gvrgGi3 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT9gvrgGi3 .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT9gvrgGi3 .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT9gvrgGi3 .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT9gvrgGi3 .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT9gvrgGi3 .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT9gvrgGi3 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT9gvrgGi3 .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT9gvrgGi3 .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT9gvrgGi3 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT9gvrgGi3 .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT9gvrgGi3 .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT9gvrgGi3 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT9gvrgGi3 .header-text {
    padding: 1rem !important;
  }
  .cid-sT9gvrgGi3 .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT9gvrgGi3 .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT9gvrgGi3 .panel-group {
    padding: 0;
  }
}
.cid-sT9gvrgGi3 .header-text,
.cid-sT9gvrgGi3 .sign {
  color: #232323;
}
.cid-sT9gvTPFqr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT9gvTPFqr .container-fluid {
  padding: 0 3rem;
}
.cid-sT9gvTPFqr .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT9gvTPFqr .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT9gvTPFqr .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT9gvTPFqr .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT9gvTPFqr .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT9gvTPFqr .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT9gvTPFqr .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT9gvTPFqr .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT9gvTPFqr .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT9gvTPFqr .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT9gvTPFqr .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT9gvTPFqr .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT9gvTPFqr .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT9gvTPFqr .header-text {
    padding: 1rem !important;
  }
  .cid-sT9gvTPFqr .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT9gvTPFqr .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT9gvTPFqr .panel-group {
    padding: 0;
  }
}
.cid-sT9gvTPFqr .header-text,
.cid-sT9gvTPFqr .sign {
  color: #232323;
}
.cid-sT9gwWlMer {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT9gwWlMer .container-fluid {
  padding: 0 3rem;
}
.cid-sT9gwWlMer .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT9gwWlMer .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT9gwWlMer .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT9gwWlMer .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT9gwWlMer .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT9gwWlMer .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT9gwWlMer .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT9gwWlMer .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT9gwWlMer .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT9gwWlMer .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT9gwWlMer .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT9gwWlMer .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT9gwWlMer .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT9gwWlMer .header-text {
    padding: 1rem !important;
  }
  .cid-sT9gwWlMer .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT9gwWlMer .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT9gwWlMer .panel-group {
    padding: 0;
  }
}
.cid-sT9gwWlMer .header-text,
.cid-sT9gwWlMer .sign {
  color: #232323;
}
.cid-sT9v0vqoQM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT9v0vqoQM .container-fluid {
  padding: 0 3rem;
}
.cid-sT9v0vqoQM .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT9v0vqoQM .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT9v0vqoQM .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT9v0vqoQM .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT9v0vqoQM .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT9v0vqoQM .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT9v0vqoQM .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT9v0vqoQM .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT9v0vqoQM .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT9v0vqoQM .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT9v0vqoQM .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT9v0vqoQM .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT9v0vqoQM .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT9v0vqoQM .header-text {
    padding: 1rem !important;
  }
  .cid-sT9v0vqoQM .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT9v0vqoQM .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT9v0vqoQM .panel-group {
    padding: 0;
  }
}
.cid-sT9v0vqoQM .header-text,
.cid-sT9v0vqoQM .sign {
  color: #232323;
}
.cid-sT9v1GsdQv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT9v1GsdQv .container-fluid {
  padding: 0 3rem;
}
.cid-sT9v1GsdQv .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT9v1GsdQv .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT9v1GsdQv .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT9v1GsdQv .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT9v1GsdQv .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT9v1GsdQv .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT9v1GsdQv .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT9v1GsdQv .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT9v1GsdQv .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT9v1GsdQv .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT9v1GsdQv .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT9v1GsdQv .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT9v1GsdQv .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT9v1GsdQv .header-text {
    padding: 1rem !important;
  }
  .cid-sT9v1GsdQv .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT9v1GsdQv .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT9v1GsdQv .panel-group {
    padding: 0;
  }
}
.cid-sT9v1GsdQv .header-text,
.cid-sT9v1GsdQv .sign {
  color: #232323;
}
.cid-sT9v2ccdlK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT9v2ccdlK .container-fluid {
  padding: 0 3rem;
}
.cid-sT9v2ccdlK .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT9v2ccdlK .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT9v2ccdlK .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT9v2ccdlK .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT9v2ccdlK .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT9v2ccdlK .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT9v2ccdlK .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT9v2ccdlK .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT9v2ccdlK .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT9v2ccdlK .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT9v2ccdlK .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT9v2ccdlK .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT9v2ccdlK .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT9v2ccdlK .header-text {
    padding: 1rem !important;
  }
  .cid-sT9v2ccdlK .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT9v2ccdlK .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT9v2ccdlK .panel-group {
    padding: 0;
  }
}
.cid-sT9v2ccdlK .header-text,
.cid-sT9v2ccdlK .sign {
  color: #232323;
}
.cid-sT9v2FAXc0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT9v2FAXc0 .container-fluid {
  padding: 0 3rem;
}
.cid-sT9v2FAXc0 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT9v2FAXc0 .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT9v2FAXc0 .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT9v2FAXc0 .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT9v2FAXc0 .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT9v2FAXc0 .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT9v2FAXc0 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT9v2FAXc0 .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT9v2FAXc0 .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT9v2FAXc0 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT9v2FAXc0 .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT9v2FAXc0 .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT9v2FAXc0 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT9v2FAXc0 .header-text {
    padding: 1rem !important;
  }
  .cid-sT9v2FAXc0 .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT9v2FAXc0 .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT9v2FAXc0 .panel-group {
    padding: 0;
  }
}
.cid-sT9v2FAXc0 .header-text,
.cid-sT9v2FAXc0 .sign {
  color: #232323;
}
.cid-sT9v3cnfLV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT9v3cnfLV .container-fluid {
  padding: 0 3rem;
}
.cid-sT9v3cnfLV .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT9v3cnfLV .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT9v3cnfLV .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT9v3cnfLV .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT9v3cnfLV .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT9v3cnfLV .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT9v3cnfLV .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT9v3cnfLV .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT9v3cnfLV .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT9v3cnfLV .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT9v3cnfLV .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT9v3cnfLV .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT9v3cnfLV .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT9v3cnfLV .header-text {
    padding: 1rem !important;
  }
  .cid-sT9v3cnfLV .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT9v3cnfLV .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT9v3cnfLV .panel-group {
    padding: 0;
  }
}
.cid-sT9v3cnfLV .header-text,
.cid-sT9v3cnfLV .sign {
  color: #232323;
}
.cid-sT9v3ACUDb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT9v3ACUDb .container-fluid {
  padding: 0 3rem;
}
.cid-sT9v3ACUDb .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT9v3ACUDb .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT9v3ACUDb .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT9v3ACUDb .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT9v3ACUDb .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT9v3ACUDb .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT9v3ACUDb .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT9v3ACUDb .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT9v3ACUDb .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT9v3ACUDb .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT9v3ACUDb .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT9v3ACUDb .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT9v3ACUDb .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT9v3ACUDb .header-text {
    padding: 1rem !important;
  }
  .cid-sT9v3ACUDb .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT9v3ACUDb .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT9v3ACUDb .panel-group {
    padding: 0;
  }
}
.cid-sT9v3ACUDb .header-text,
.cid-sT9v3ACUDb .sign {
  color: #232323;
}
.cid-sT9EUymOqb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT9EUymOqb .container-fluid {
  padding: 0 3rem;
}
.cid-sT9EUymOqb .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT9EUymOqb .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT9EUymOqb .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT9EUymOqb .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT9EUymOqb .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT9EUymOqb .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT9EUymOqb .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT9EUymOqb .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT9EUymOqb .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT9EUymOqb .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT9EUymOqb .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT9EUymOqb .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT9EUymOqb .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT9EUymOqb .header-text {
    padding: 1rem !important;
  }
  .cid-sT9EUymOqb .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT9EUymOqb .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT9EUymOqb .panel-group {
    padding: 0;
  }
}
.cid-sT9EUymOqb .header-text,
.cid-sT9EUymOqb .sign {
  color: #232323;
}
.cid-sT9EWmct3c {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT9EWmct3c .container-fluid {
  padding: 0 3rem;
}
.cid-sT9EWmct3c .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT9EWmct3c .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT9EWmct3c .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT9EWmct3c .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT9EWmct3c .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT9EWmct3c .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT9EWmct3c .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT9EWmct3c .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT9EWmct3c .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT9EWmct3c .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT9EWmct3c .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT9EWmct3c .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT9EWmct3c .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT9EWmct3c .header-text {
    padding: 1rem !important;
  }
  .cid-sT9EWmct3c .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT9EWmct3c .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT9EWmct3c .panel-group {
    padding: 0;
  }
}
.cid-sT9EWmct3c .header-text,
.cid-sT9EWmct3c .sign {
  color: #232323;
}
.cid-sT9EX9iGkG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sT9EX9iGkG .container-fluid {
  padding: 0 3rem;
}
.cid-sT9EX9iGkG .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9e9e9e 50%, #25c4ca 120%);
  display: inline-block;
}
.cid-sT9EX9iGkG .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT9EX9iGkG .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT9EX9iGkG .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT9EX9iGkG .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT9EX9iGkG .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT9EX9iGkG .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT9EX9iGkG .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sT9EX9iGkG .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sT9EX9iGkG .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT9EX9iGkG .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT9EX9iGkG .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT9EX9iGkG .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT9EX9iGkG .header-text {
    padding: 1rem !important;
  }
  .cid-sT9EX9iGkG .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT9EX9iGkG .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT9EX9iGkG .panel-group {
    padding: 0;
  }
}
.cid-sT9EX9iGkG .header-text,
.cid-sT9EX9iGkG .sign {
  color: #232323;
}
.cid-tw0mtrvIly {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tw0mtrvIly .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw0mtrvIly .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw0mtrvIly .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tw0mtrvIly .row {
    text-align: center;
  }
  .cid-tw0mtrvIly .row > div {
    margin: auto;
  }
  .cid-tw0mtrvIly .social-row {
    justify-content: center;
  }
}
.cid-tw0mtrvIly .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tw0mtrvIly .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tw0mtrvIly .list {
    margin-bottom: 0rem;
  }
}
.cid-tw0mtrvIly .mbr-text {
  color: #ffffff;
}
.cid-tw0mtrvIly .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tw0mtrvIly .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tw0mtrvIly H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 7.4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-sTvdMRPNGm {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/banner-1920-700-px-1920x700.webp");
}
.cid-sTvdMRPNGm .link-wrapper {
  width: 100%;
}
.cid-sTvdMRPNGm .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sTvdMRPNGm .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTvdMRPNGm .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sTvdMRPNGm .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sTvdMRPNGm .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sTvdMRPNGm .mbr-section-title DIV {
  text-align: center;
}
.cid-sTvdMRPNGm .mbr-text,
.cid-sTvdMRPNGm .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-sTvdMRPNGm .link,
.cid-sTvdMRPNGm .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sTvdMRPNGm .mbr-section-title {
  color: #ffffff;
}
.cid-sT843f54uT {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sT843f54uT .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #9e9e9e;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-sT843f54uT .panel-group {
  border: none;
}
.cid-sT843f54uT .panel-collapse {
  padding: 0 2rem;
}
.cid-sT843f54uT .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-sT843f54uT .panel-body,
.cid-sT843f54uT .card-header {
  padding: 1rem 0;
}
.cid-sT843f54uT .panel-title-edit {
  color: #6c758f;
}
.cid-sT843f54uT .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-sT843f54uT .card {
  overflow: visible;
}
.cid-sT843f54uT .panel-text {
  color: #6c758f;
}
.cid-sT843f54uT H3 {
  color: #656565;
}
.cid-sT85VZkbdK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sT85VZkbdK .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #9e9e9e;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-sT85VZkbdK .panel-group {
  border: none;
}
.cid-sT85VZkbdK .panel-collapse {
  padding: 0 2rem;
}
.cid-sT85VZkbdK .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-sT85VZkbdK .panel-body,
.cid-sT85VZkbdK .card-header {
  padding: 1rem 0;
}
.cid-sT85VZkbdK .panel-title-edit {
  color: #6c758f;
}
.cid-sT85VZkbdK .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-sT85VZkbdK .card {
  overflow: visible;
}
.cid-sT85VZkbdK .panel-text {
  color: #6c758f;
}
.cid-sT85VZkbdK H3 {
  color: #656565;
}
.cid-sT8EFJTmHh {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-sT8EFJTmHh .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #9e9e9e;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-sT8EFJTmHh .panel-group {
  border: none;
}
.cid-sT8EFJTmHh .panel-collapse {
  padding: 0 2rem;
}
.cid-sT8EFJTmHh .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-sT8EFJTmHh .panel-body,
.cid-sT8EFJTmHh .card-header {
  padding: 1rem 0;
}
.cid-sT8EFJTmHh .panel-title-edit {
  color: #6c758f;
}
.cid-sT8EFJTmHh .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-sT8EFJTmHh .card {
  overflow: visible;
}
.cid-sT8EFJTmHh .panel-text {
  color: #6c758f;
}
.cid-sT8EFJTmHh H3 {
  color: #656565;
}
.cid-sT8G1VRR9L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sT8G1VRR9L .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #9e9e9e;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-sT8G1VRR9L .panel-group {
  border: none;
}
.cid-sT8G1VRR9L .panel-collapse {
  padding: 0 2rem;
}
.cid-sT8G1VRR9L .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-sT8G1VRR9L .panel-body,
.cid-sT8G1VRR9L .card-header {
  padding: 1rem 0;
}
.cid-sT8G1VRR9L .panel-title-edit {
  color: #6c758f;
}
.cid-sT8G1VRR9L .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-sT8G1VRR9L .card {
  overflow: visible;
}
.cid-sT8G1VRR9L .panel-text {
  color: #6c758f;
}
.cid-sT8G1VRR9L H3 {
  color: #656565;
}
.cid-sT8HtEuktt {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sT8HtEuktt .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #9e9e9e;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-sT8HtEuktt .panel-group {
  border: none;
}
.cid-sT8HtEuktt .panel-collapse {
  padding: 0 2rem;
}
.cid-sT8HtEuktt .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-sT8HtEuktt .panel-body,
.cid-sT8HtEuktt .card-header {
  padding: 1rem 0;
}
.cid-sT8HtEuktt .panel-title-edit {
  color: #6c758f;
}
.cid-sT8HtEuktt .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-sT8HtEuktt .card {
  overflow: visible;
}
.cid-sT8HtEuktt .panel-text {
  color: #6c758f;
}
.cid-sT8HtEuktt H3 {
  color: #656565;
}
.cid-sT8KPjLEzZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sT8KPjLEzZ .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #9e9e9e;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-sT8KPjLEzZ .panel-group {
  border: none;
}
.cid-sT8KPjLEzZ .panel-collapse {
  padding: 0 2rem;
}
.cid-sT8KPjLEzZ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-sT8KPjLEzZ .panel-body,
.cid-sT8KPjLEzZ .card-header {
  padding: 1rem 0;
}
.cid-sT8KPjLEzZ .panel-title-edit {
  color: #6c758f;
}
.cid-sT8KPjLEzZ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-sT8KPjLEzZ .card {
  overflow: visible;
}
.cid-sT8KPjLEzZ .panel-text {
  color: #6c758f;
}
.cid-sT8KPjLEzZ H3 {
  color: #656565;
}
.cid-sT8LKlqxy9 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sT8LKlqxy9 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #9e9e9e;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-sT8LKlqxy9 .panel-group {
  border: none;
}
.cid-sT8LKlqxy9 .panel-collapse {
  padding: 0 2rem;
}
.cid-sT8LKlqxy9 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-sT8LKlqxy9 .panel-body,
.cid-sT8LKlqxy9 .card-header {
  padding: 1rem 0;
}
.cid-sT8LKlqxy9 .panel-title-edit {
  color: #6c758f;
}
.cid-sT8LKlqxy9 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-sT8LKlqxy9 .card {
  overflow: visible;
}
.cid-sT8LKlqxy9 .panel-text {
  color: #6c758f;
}
.cid-sT8LKlqxy9 H3 {
  color: #656565;
}
.cid-sT8MuvxKrV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sT8MuvxKrV .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #9e9e9e;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-sT8MuvxKrV .panel-group {
  border: none;
}
.cid-sT8MuvxKrV .panel-collapse {
  padding: 0 2rem;
}
.cid-sT8MuvxKrV .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-sT8MuvxKrV .panel-body,
.cid-sT8MuvxKrV .card-header {
  padding: 1rem 0;
}
.cid-sT8MuvxKrV .panel-title-edit {
  color: #6c758f;
}
.cid-sT8MuvxKrV .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-sT8MuvxKrV .card {
  overflow: visible;
}
.cid-sT8MuvxKrV .panel-text {
  color: #6c758f;
}
.cid-sT8MuvxKrV H3 {
  color: #656565;
}
.cid-sT8NYIzy3H {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sT8NYIzy3H .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #9e9e9e;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-sT8NYIzy3H .panel-group {
  border: none;
}
.cid-sT8NYIzy3H .panel-collapse {
  padding: 0 2rem;
}
.cid-sT8NYIzy3H .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-sT8NYIzy3H .panel-body,
.cid-sT8NYIzy3H .card-header {
  padding: 1rem 0;
}
.cid-sT8NYIzy3H .panel-title-edit {
  color: #6c758f;
}
.cid-sT8NYIzy3H .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-sT8NYIzy3H .card {
  overflow: visible;
}
.cid-sT8NYIzy3H .panel-text {
  color: #6c758f;
}
.cid-sT8NYIzy3H H3 {
  color: #656565;
}
.cid-sT8P9hSrJx {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sT8P9hSrJx .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #9e9e9e;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-sT8P9hSrJx .panel-group {
  border: none;
}
.cid-sT8P9hSrJx .panel-collapse {
  padding: 0 2rem;
}
.cid-sT8P9hSrJx .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-sT8P9hSrJx .panel-body,
.cid-sT8P9hSrJx .card-header {
  padding: 1rem 0;
}
.cid-sT8P9hSrJx .panel-title-edit {
  color: #6c758f;
}
.cid-sT8P9hSrJx .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-sT8P9hSrJx .card {
  overflow: visible;
}
.cid-sT8P9hSrJx .panel-text {
  color: #6c758f;
}
.cid-sT8P9hSrJx H3 {
  color: #656565;
}
.cid-sT8PaeXAqG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sT8PaeXAqG .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #9e9e9e;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-sT8PaeXAqG .panel-group {
  border: none;
}
.cid-sT8PaeXAqG .panel-collapse {
  padding: 0 2rem;
}
.cid-sT8PaeXAqG .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-sT8PaeXAqG .panel-body,
.cid-sT8PaeXAqG .card-header {
  padding: 1rem 0;
}
.cid-sT8PaeXAqG .panel-title-edit {
  color: #6c758f;
}
.cid-sT8PaeXAqG .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-sT8PaeXAqG .card {
  overflow: visible;
}
.cid-sT8PaeXAqG .panel-text {
  color: #6c758f;
}
.cid-sT8PaeXAqG H3 {
  color: #656565;
}
.cid-sT8QHiPCcg {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sT8QHiPCcg .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #9e9e9e;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-sT8QHiPCcg .panel-group {
  border: none;
}
.cid-sT8QHiPCcg .panel-collapse {
  padding: 0 2rem;
}
.cid-sT8QHiPCcg .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-sT8QHiPCcg .panel-body,
.cid-sT8QHiPCcg .card-header {
  padding: 1rem 0;
}
.cid-sT8QHiPCcg .panel-title-edit {
  color: #6c758f;
}
.cid-sT8QHiPCcg .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-sT8QHiPCcg .card {
  overflow: visible;
}
.cid-sT8QHiPCcg .panel-text {
  color: #6c758f;
}
.cid-sT8QHiPCcg H3 {
  color: #656565;
}
.cid-sT8QJRGrsM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sT8QJRGrsM .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #9e9e9e;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-sT8QJRGrsM .panel-group {
  border: none;
}
.cid-sT8QJRGrsM .panel-collapse {
  padding: 0 2rem;
}
.cid-sT8QJRGrsM .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-sT8QJRGrsM .panel-body,
.cid-sT8QJRGrsM .card-header {
  padding: 1rem 0;
}
.cid-sT8QJRGrsM .panel-title-edit {
  color: #6c758f;
}
.cid-sT8QJRGrsM .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-sT8QJRGrsM .card {
  overflow: visible;
}
.cid-sT8QJRGrsM .panel-text {
  color: #6c758f;
}
.cid-sT8QJRGrsM H3 {
  color: #656565;
}
.cid-sT8RzClIRr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sT8RzClIRr .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #9e9e9e;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-sT8RzClIRr .panel-group {
  border: none;
}
.cid-sT8RzClIRr .panel-collapse {
  padding: 0 2rem;
}
.cid-sT8RzClIRr .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-sT8RzClIRr .panel-body,
.cid-sT8RzClIRr .card-header {
  padding: 1rem 0;
}
.cid-sT8RzClIRr .panel-title-edit {
  color: #6c758f;
}
.cid-sT8RzClIRr .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-sT8RzClIRr .card {
  overflow: visible;
}
.cid-sT8RzClIRr .panel-text {
  color: #6c758f;
}
.cid-sT8RzClIRr H3 {
  color: #656565;
}
.cid-tw0mtrvIly {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tw0mtrvIly .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw0mtrvIly .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw0mtrvIly .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tw0mtrvIly .row {
    text-align: center;
  }
  .cid-tw0mtrvIly .row > div {
    margin: auto;
  }
  .cid-tw0mtrvIly .social-row {
    justify-content: center;
  }
}
.cid-tw0mtrvIly .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tw0mtrvIly .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tw0mtrvIly .list {
    margin-bottom: 0rem;
  }
}
.cid-tw0mtrvIly .mbr-text {
  color: #ffffff;
}
.cid-tw0mtrvIly .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tw0mtrvIly .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tw0mtrvIly H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 7.4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-tw0dviJ7HC {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/banner-700x275-700x275.webp");
}
.cid-tw0dviJ7HC .link-wrapper {
  width: 100%;
}
.cid-tw0dviJ7HC .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-tw0dviJ7HC .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-tw0dviJ7HC .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-tw0dviJ7HC .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-tw0dviJ7HC .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-tw0dviJ7HC .mbr-section-title DIV {
  text-align: center;
}
.cid-tw0dviJ7HC .mbr-text,
.cid-tw0dviJ7HC .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-tw0dviJ7HC .link,
.cid-tw0dviJ7HC .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-tw0dviJ7HC .mbr-section-title {
  color: #ffffff;
}
.cid-tw0ehJYKEp {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tw0ehJYKEp .fb-page,
.cid-tw0ehJYKEp span,
.cid-tw0ehJYKEp iframe {
  width: 500px;
  height: 870px;
}
.cid-tw0ehJYKEp blockquote {
  display: none;
}
.cid-tw0ehJYKEp .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-tw0mtrvIly {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tw0mtrvIly .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw0mtrvIly .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw0mtrvIly .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tw0mtrvIly .row {
    text-align: center;
  }
  .cid-tw0mtrvIly .row > div {
    margin: auto;
  }
  .cid-tw0mtrvIly .social-row {
    justify-content: center;
  }
}
.cid-tw0mtrvIly .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tw0mtrvIly .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tw0mtrvIly .list {
    margin-bottom: 0rem;
  }
}
.cid-tw0mtrvIly .mbr-text {
  color: #ffffff;
}
.cid-tw0mtrvIly .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tw0mtrvIly .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tw0mtrvIly H5 {
  color: #ffffff;
}
.cid-twJB95KRmU .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-twJB95KRmU .navbar-fixed-top {
  padding-top: 0;
}
.cid-twJB95KRmU .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-twJB95KRmU .dropdown-item {
  padding: 0;
}
.cid-twJB95KRmU .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-twJB95KRmU .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-twJB95KRmU .menu-content-top {
    display: block;
  }
  .cid-twJB95KRmU .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-twJB95KRmU .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-twJB95KRmU nav.opened .menu-content-top {
  display: none;
}
.cid-twJB95KRmU .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-twJB95KRmU .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-twJB95KRmU a {
  font-style: normal;
}
.cid-twJB95KRmU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-twJB95KRmU .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-twJB95KRmU .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-twJB95KRmU .content-text {
  margin-bottom: 0;
}
.cid-twJB95KRmU .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-twJB95KRmU .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-twJB95KRmU .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-twJB95KRmU .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-twJB95KRmU .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-twJB95KRmU .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-twJB95KRmU .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-twJB95KRmU .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-twJB95KRmU .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-twJB95KRmU .nav-dropdown .link {
  font-weight: 400;
}
.cid-twJB95KRmU .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-twJB95KRmU .content-right-side {
  text-align: center;
}
.cid-twJB95KRmU .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-twJB95KRmU .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-twJB95KRmU .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-twJB95KRmU .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-twJB95KRmU .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-twJB95KRmU .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-twJB95KRmU .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-twJB95KRmU .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-twJB95KRmU .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-twJB95KRmU .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-twJB95KRmU .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-twJB95KRmU .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-twJB95KRmU .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-twJB95KRmU .navbar {
    display: block;
    padding: 0;
  }
  .cid-twJB95KRmU .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-twJB95KRmU .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 7.4rem - 4.5rem);
  }
  .cid-twJB95KRmU .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-twJB95KRmU .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-twJB95KRmU .navbar-toggler {
    display: none;
  }
  .cid-twJB95KRmU .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-twJB95KRmU .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-twJB95KRmU .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-twJB95KRmU .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-twJB95KRmU .menu-logo {
  margin-right: auto;
}
.cid-twJB95KRmU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-twJB95KRmU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-twJB95KRmU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-twJB95KRmU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-twJB95KRmU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-twJB95KRmU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-twJB95KRmU .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-twJB95KRmU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-twJB95KRmU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-twJB95KRmU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-twJB95KRmU .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-twJB95KRmU .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-twJB95KRmU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-twJB95KRmU .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-twJB95KRmU .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-twJB95KRmU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-twJB95KRmU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-twJB95KRmU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-twJB95KRmU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-twJB95KRmU .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-twJB95KRmU .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-twJB95KRmU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-twJB95KRmU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-twJB95KRmU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-twJB95KRmU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-twJB95KRmU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-twJB95KRmU button.navbar-toggler:focus {
  outline: none;
}
.cid-twJB95KRmU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-twJB95KRmU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-twJB95KRmU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twJB95KRmU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twJB95KRmU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-twJB95KRmU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twJB95KRmU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-twJB95KRmU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-twJB95KRmU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twJB95KRmU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-twJB95KRmU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-twJB95KRmU .collapsed .btn {
  display: flex;
}
.cid-twJB95KRmU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-twJB95KRmU .collapsed .navbar-collapse.collapsing,
.cid-twJB95KRmU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-twJB95KRmU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-twJB95KRmU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-twJB95KRmU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-twJB95KRmU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-twJB95KRmU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-twJB95KRmU .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-twJB95KRmU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-twJB95KRmU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-twJB95KRmU .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-twJB95KRmU .collapsed button.navbar-toggler {
  display: block;
}
.cid-twJB95KRmU .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-twJB95KRmU .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-twJB95KRmU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-twJB95KRmU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-twJB95KRmU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-twJB95KRmU .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-twJB95KRmU .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-twJB95KRmU .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-twJB95KRmU .navbar-collapse.collapsing,
  .cid-twJB95KRmU .navbar-collapse.show {
    display: block !important;
  }
  .cid-twJB95KRmU .navbar-collapse.collapsing .navbar-nav,
  .cid-twJB95KRmU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-twJB95KRmU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-twJB95KRmU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-twJB95KRmU .navbar-collapse.collapsing .navbar-buttons,
  .cid-twJB95KRmU .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-twJB95KRmU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-twJB95KRmU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-twJB95KRmU .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-twJB95KRmU img {
    height: 2.2rem !important;
  }
  .cid-twJB95KRmU .btn {
    display: flex;
  }
  .cid-twJB95KRmU button.navbar-toggler {
    display: block;
  }
  .cid-twJB95KRmU .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-twJB95KRmU .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-twJB95KRmU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-twJB95KRmU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-twJB95KRmU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-twJB95KRmU .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-twJB95KRmU .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-twJB95KRmU .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-twJB95KRmU .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-twJB95KRmU .nav-link:focus {
  outline: none;
}
.cid-twJB95KRmU .navbar-toggler {
  position: relative;
}
.cid-twJB95KRmU .dropdown-item.active,
.cid-twJB95KRmU .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-twJB95KRmU .widget-title,
.cid-twJB95KRmU .widget-icon {
  color: #9e9e9e;
}
.cid-twJB96u2XQ {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/banner-700x275-700x275.webp");
}
.cid-twJB96u2XQ .link-wrapper {
  width: 100%;
}
.cid-twJB96u2XQ .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-twJB96u2XQ .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-twJB96u2XQ .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-twJB96u2XQ .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-twJB96u2XQ .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-twJB96u2XQ .mbr-section-title DIV {
  text-align: center;
}
.cid-twJB96u2XQ .mbr-text,
.cid-twJB96u2XQ .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-twJB96u2XQ .link,
.cid-twJB96u2XQ .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-twJB96u2XQ .mbr-section-title {
  color: #ffffff;
}
.cid-twJB96O8Oh {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-twJB96O8Oh .item-wrapper {
  width: 100%;
}
.cid-twJB96O8Oh .mbr-section-title {
  width: 100%;
  margin: 0 0 26px;
  color: #1d1d1f;
  font-weight: 700;
}
.cid-twJB96O8Oh .mbr-text {
  padding: 0;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-twJB96O8Oh .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-twJB96O8Oh .link {
  margin-top: 29px;
}
.cid-twJB96O8Oh .col-auto {
  display: inline-block;
}
.cid-twJB96O8Oh .mbr-section-subtitle {
  color: #1d1d1f;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-twJB96O8Oh .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-twJB96O8Oh .container-fluid {
  padding: 0;
}
.cid-twJB96O8Oh .left {
  max-width: 490px;
  padding: 20px 0;
  padding-right: 45px;
  margin: auto;
}
.cid-twJB96O8Oh .right-side {
  padding-left: 0;
}
.cid-twJB96O8Oh .row.justify-content-center {
  flex-direction: row-reverse;
}
.cid-twJB96O8Oh .left {
  padding-right: 0;
  padding-left: 45px;
}
.cid-twJB96O8Oh .right-side {
  padding-right: 0px;
}
@media (max-width: 990px) {
  .cid-twJB96O8Oh .left {
    padding-right: 0px;
  }
}
@media (max-width: 770px) {
  .cid-twJB96O8Oh .right-side {
    padding: 0px;
  }
}
.cid-twJB96O8Oh a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-twJB96O8Oh rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-twJB96O8Oh .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-twJB96O8Oh svg {
  margin-left: 15px;
}
.cid-twJB96O8Oh path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-twJB96O8Oh .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-twJB96O8Oh .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-twJB96O8Oh .link a {
  background-image: none !important;
}
.cid-twJB97bvmC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-twJB97bvmC .wrapper {
  background: #e9e9e9;
}
.cid-twJB97bvmC .mbr-fallback-image.disabled {
  display: none;
}
.cid-twJB97bvmC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twJB97uMXZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-twJB97uMXZ .wrapper {
  background: #e9e9e9;
}
.cid-twJB97uMXZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-twJB97uMXZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twJB97NJND {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-twJB97NJND .wrapper {
  background: #e9e9e9;
}
.cid-twJB97NJND .mbr-fallback-image.disabled {
  display: none;
}
.cid-twJB97NJND .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twJB986Bzg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-twJB986Bzg .wrapper {
  background: #e9e9e9;
}
.cid-twJB986Bzg .mbr-fallback-image.disabled {
  display: none;
}
.cid-twJB986Bzg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twJB98sStO {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-twJB98sStO .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-twJB98Pps7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-twJB98Pps7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-twJB98Pps7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twJB98Pps7 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-twJB98Pps7 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-twJB98Pps7 .row {
    text-align: center;
  }
  .cid-twJB98Pps7 .row > div {
    margin: auto;
  }
  .cid-twJB98Pps7 .social-row {
    justify-content: center;
  }
}
.cid-twJB98Pps7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-twJB98Pps7 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-twJB98Pps7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-twJB98Pps7 .list {
    margin-bottom: 0rem;
  }
}
.cid-twJB98Pps7 .mbr-text {
  color: #ffffff;
}
.cid-twJB98Pps7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-twJB98Pps7 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-twJB98Pps7 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-twJB98Pps7 H5 {
  color: #ffffff;
}
.cid-twJB20dlvx .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-twJB20dlvx .navbar-fixed-top {
  padding-top: 0;
}
.cid-twJB20dlvx .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-twJB20dlvx .dropdown-item {
  padding: 0;
}
.cid-twJB20dlvx .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-twJB20dlvx .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-twJB20dlvx .menu-content-top {
    display: block;
  }
  .cid-twJB20dlvx .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-twJB20dlvx .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-twJB20dlvx nav.opened .menu-content-top {
  display: none;
}
.cid-twJB20dlvx .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-twJB20dlvx .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-twJB20dlvx a {
  font-style: normal;
}
.cid-twJB20dlvx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-twJB20dlvx .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-twJB20dlvx .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-twJB20dlvx .content-text {
  margin-bottom: 0;
}
.cid-twJB20dlvx .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-twJB20dlvx .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-twJB20dlvx .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-twJB20dlvx .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-twJB20dlvx .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-twJB20dlvx .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-twJB20dlvx .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-twJB20dlvx .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-twJB20dlvx .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-twJB20dlvx .nav-dropdown .link {
  font-weight: 400;
}
.cid-twJB20dlvx .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-twJB20dlvx .content-right-side {
  text-align: center;
}
.cid-twJB20dlvx .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-twJB20dlvx .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-twJB20dlvx .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-twJB20dlvx .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-twJB20dlvx .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-twJB20dlvx .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-twJB20dlvx .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-twJB20dlvx .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-twJB20dlvx .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-twJB20dlvx .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-twJB20dlvx .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-twJB20dlvx .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-twJB20dlvx .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-twJB20dlvx .navbar {
    display: block;
    padding: 0;
  }
  .cid-twJB20dlvx .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-twJB20dlvx .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 7.4rem - 4.5rem);
  }
  .cid-twJB20dlvx .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-twJB20dlvx .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-twJB20dlvx .navbar-toggler {
    display: none;
  }
  .cid-twJB20dlvx .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-twJB20dlvx .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-twJB20dlvx .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-twJB20dlvx .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-twJB20dlvx .menu-logo {
  margin-right: auto;
}
.cid-twJB20dlvx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-twJB20dlvx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-twJB20dlvx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-twJB20dlvx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-twJB20dlvx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-twJB20dlvx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-twJB20dlvx .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-twJB20dlvx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-twJB20dlvx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-twJB20dlvx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-twJB20dlvx .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-twJB20dlvx .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-twJB20dlvx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-twJB20dlvx .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-twJB20dlvx .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-twJB20dlvx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-twJB20dlvx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-twJB20dlvx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-twJB20dlvx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-twJB20dlvx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-twJB20dlvx .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-twJB20dlvx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-twJB20dlvx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-twJB20dlvx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-twJB20dlvx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-twJB20dlvx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-twJB20dlvx button.navbar-toggler:focus {
  outline: none;
}
.cid-twJB20dlvx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-twJB20dlvx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-twJB20dlvx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twJB20dlvx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twJB20dlvx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-twJB20dlvx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twJB20dlvx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-twJB20dlvx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-twJB20dlvx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twJB20dlvx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-twJB20dlvx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-twJB20dlvx .collapsed .btn {
  display: flex;
}
.cid-twJB20dlvx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-twJB20dlvx .collapsed .navbar-collapse.collapsing,
.cid-twJB20dlvx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-twJB20dlvx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-twJB20dlvx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-twJB20dlvx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-twJB20dlvx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-twJB20dlvx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-twJB20dlvx .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-twJB20dlvx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-twJB20dlvx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-twJB20dlvx .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-twJB20dlvx .collapsed button.navbar-toggler {
  display: block;
}
.cid-twJB20dlvx .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-twJB20dlvx .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-twJB20dlvx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-twJB20dlvx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-twJB20dlvx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-twJB20dlvx .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-twJB20dlvx .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-twJB20dlvx .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-twJB20dlvx .navbar-collapse.collapsing,
  .cid-twJB20dlvx .navbar-collapse.show {
    display: block !important;
  }
  .cid-twJB20dlvx .navbar-collapse.collapsing .navbar-nav,
  .cid-twJB20dlvx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-twJB20dlvx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-twJB20dlvx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-twJB20dlvx .navbar-collapse.collapsing .navbar-buttons,
  .cid-twJB20dlvx .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-twJB20dlvx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-twJB20dlvx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-twJB20dlvx .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-twJB20dlvx img {
    height: 2.2rem !important;
  }
  .cid-twJB20dlvx .btn {
    display: flex;
  }
  .cid-twJB20dlvx button.navbar-toggler {
    display: block;
  }
  .cid-twJB20dlvx .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-twJB20dlvx .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-twJB20dlvx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-twJB20dlvx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-twJB20dlvx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-twJB20dlvx .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-twJB20dlvx .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-twJB20dlvx .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-twJB20dlvx .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-twJB20dlvx .nav-link:focus {
  outline: none;
}
.cid-twJB20dlvx .navbar-toggler {
  position: relative;
}
.cid-twJB20dlvx .dropdown-item.active,
.cid-twJB20dlvx .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-twJB20dlvx .widget-title,
.cid-twJB20dlvx .widget-icon {
  color: #9e9e9e;
}
.cid-twJB20OPw4 {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/banner-700x275-700x275.webp");
}
.cid-twJB20OPw4 .link-wrapper {
  width: 100%;
}
.cid-twJB20OPw4 .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-twJB20OPw4 .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-twJB20OPw4 .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-twJB20OPw4 .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-twJB20OPw4 .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-twJB20OPw4 .mbr-section-title DIV {
  text-align: center;
}
.cid-twJB20OPw4 .mbr-text,
.cid-twJB20OPw4 .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-twJB20OPw4 .link,
.cid-twJB20OPw4 .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-twJB20OPw4 .mbr-section-title {
  color: #ffffff;
}
.cid-twJB218RBw {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-twJB218RBw .item-wrapper {
  width: 100%;
}
.cid-twJB218RBw .mbr-section-title {
  width: 100%;
  margin: 0 0 26px;
  color: #1d1d1f;
  font-weight: 700;
}
.cid-twJB218RBw .mbr-text {
  padding: 0;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-twJB218RBw .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-twJB218RBw .link {
  margin-top: 29px;
}
.cid-twJB218RBw .col-auto {
  display: inline-block;
}
.cid-twJB218RBw .mbr-section-subtitle {
  color: #1d1d1f;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-twJB218RBw .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-twJB218RBw .container-fluid {
  padding: 0;
}
.cid-twJB218RBw .left {
  max-width: 490px;
  padding: 20px 0;
  padding-right: 45px;
  margin: auto;
}
.cid-twJB218RBw .right-side {
  padding-left: 0;
}
.cid-twJB218RBw .row.justify-content-center {
  flex-direction: row-reverse;
}
.cid-twJB218RBw .left {
  padding-right: 0;
  padding-left: 45px;
}
.cid-twJB218RBw .right-side {
  padding-right: 0px;
}
@media (max-width: 990px) {
  .cid-twJB218RBw .left {
    padding-right: 0px;
  }
}
@media (max-width: 770px) {
  .cid-twJB218RBw .right-side {
    padding: 0px;
  }
}
.cid-twJB218RBw a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-twJB218RBw rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-twJB218RBw .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-twJB218RBw svg {
  margin-left: 15px;
}
.cid-twJB218RBw path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-twJB218RBw .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-twJB218RBw .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-twJB218RBw .link a {
  background-image: none !important;
}
.cid-twJB21yjGD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-twJB21yjGD .wrapper {
  background: #e9e9e9;
}
.cid-twJB21yjGD .mbr-fallback-image.disabled {
  display: none;
}
.cid-twJB21yjGD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twJB21SFXV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-twJB21SFXV .wrapper {
  background: #e9e9e9;
}
.cid-twJB21SFXV .mbr-fallback-image.disabled {
  display: none;
}
.cid-twJB21SFXV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twJB22hzo2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-twJB22hzo2 .wrapper {
  background: #e9e9e9;
}
.cid-twJB22hzo2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-twJB22hzo2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twJB22DhGx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-twJB22DhGx .wrapper {
  background: #e9e9e9;
}
.cid-twJB22DhGx .mbr-fallback-image.disabled {
  display: none;
}
.cid-twJB22DhGx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twJB22VI4D {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-twJB22VI4D .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-twJB23kSNT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-twJB23kSNT .mbr-fallback-image.disabled {
  display: none;
}
.cid-twJB23kSNT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twJB23kSNT .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-twJB23kSNT .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-twJB23kSNT .row {
    text-align: center;
  }
  .cid-twJB23kSNT .row > div {
    margin: auto;
  }
  .cid-twJB23kSNT .social-row {
    justify-content: center;
  }
}
.cid-twJB23kSNT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-twJB23kSNT .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-twJB23kSNT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-twJB23kSNT .list {
    margin-bottom: 0rem;
  }
}
.cid-twJB23kSNT .mbr-text {
  color: #ffffff;
}
.cid-twJB23kSNT .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-twJB23kSNT .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-twJB23kSNT div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-twJB23kSNT H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 7.4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-twJzNOpQgJ {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/banner-700x275-700x275.webp");
}
.cid-twJzNOpQgJ .link-wrapper {
  width: 100%;
}
.cid-twJzNOpQgJ .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-twJzNOpQgJ .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-twJzNOpQgJ .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-twJzNOpQgJ .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-twJzNOpQgJ .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-twJzNOpQgJ .mbr-section-title DIV {
  text-align: center;
}
.cid-twJzNOpQgJ .mbr-text,
.cid-twJzNOpQgJ .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-twJzNOpQgJ .link,
.cid-twJzNOpQgJ .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-twJzNOpQgJ .mbr-section-title {
  color: #ffffff;
}
.cid-twJzSqq4Qd {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-twJzSqq4Qd .item-wrapper {
  width: 100%;
}
.cid-twJzSqq4Qd .mbr-section-title {
  width: 100%;
  margin: 0 0 26px;
  color: #1d1d1f;
  font-weight: 700;
}
.cid-twJzSqq4Qd .mbr-text {
  padding: 0;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-twJzSqq4Qd .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-twJzSqq4Qd .link {
  margin-top: 29px;
}
.cid-twJzSqq4Qd .col-auto {
  display: inline-block;
}
.cid-twJzSqq4Qd .mbr-section-subtitle {
  color: #1d1d1f;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-twJzSqq4Qd .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-twJzSqq4Qd .container-fluid {
  padding: 0;
}
.cid-twJzSqq4Qd .left {
  max-width: 490px;
  padding: 20px 0;
  padding-right: 45px;
  margin: auto;
}
.cid-twJzSqq4Qd .right-side {
  padding-left: 0;
}
.cid-twJzSqq4Qd .row.justify-content-center {
  flex-direction: row-reverse;
}
.cid-twJzSqq4Qd .left {
  padding-right: 0;
  padding-left: 45px;
}
.cid-twJzSqq4Qd .right-side {
  padding-right: 0px;
}
@media (max-width: 990px) {
  .cid-twJzSqq4Qd .left {
    padding-right: 0px;
  }
}
@media (max-width: 770px) {
  .cid-twJzSqq4Qd .right-side {
    padding: 0px;
  }
}
.cid-twJzSqq4Qd a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-twJzSqq4Qd rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-twJzSqq4Qd .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-twJzSqq4Qd svg {
  margin-left: 15px;
}
.cid-twJzSqq4Qd path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-twJzSqq4Qd .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-twJzSqq4Qd .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-twJzSqq4Qd .link a {
  background-image: none !important;
}
.cid-twJzTa9Z6V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-twJzTa9Z6V .wrapper {
  background: #e9e9e9;
}
.cid-twJzTa9Z6V .mbr-fallback-image.disabled {
  display: none;
}
.cid-twJzTa9Z6V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twJzTFqPjh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-twJzTFqPjh .wrapper {
  background: #e9e9e9;
}
.cid-twJzTFqPjh .mbr-fallback-image.disabled {
  display: none;
}
.cid-twJzTFqPjh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twJzU2Rh3L {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-twJzU2Rh3L .wrapper {
  background: #e9e9e9;
}
.cid-twJzU2Rh3L .mbr-fallback-image.disabled {
  display: none;
}
.cid-twJzU2Rh3L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twJzUtQHzv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-twJzUtQHzv .wrapper {
  background: #e9e9e9;
}
.cid-twJzUtQHzv .mbr-fallback-image.disabled {
  display: none;
}
.cid-twJzUtQHzv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twJzV7dZDV {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-twJzV7dZDV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tw0mtrvIly {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tw0mtrvIly .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw0mtrvIly .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw0mtrvIly .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tw0mtrvIly .row {
    text-align: center;
  }
  .cid-tw0mtrvIly .row > div {
    margin: auto;
  }
  .cid-tw0mtrvIly .social-row {
    justify-content: center;
  }
}
.cid-tw0mtrvIly .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tw0mtrvIly .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tw0mtrvIly .list {
    margin-bottom: 0rem;
  }
}
.cid-tw0mtrvIly .mbr-text {
  color: #ffffff;
}
.cid-tw0mtrvIly .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tw0mtrvIly .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tw0mtrvIly H5 {
  color: #ffffff;
}
.cid-sQXhkaELXd .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sQXhkaELXd .navbar-fixed-top {
  padding-top: 0;
}
.cid-sQXhkaELXd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sQXhkaELXd .dropdown-item {
  padding: 0;
}
.cid-sQXhkaELXd .dropdown-menu {
  border: 0px solid lightgray;
  background: #232323 !important;
}
.cid-sQXhkaELXd .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-sQXhkaELXd .menu-content-top {
    display: block;
  }
  .cid-sQXhkaELXd .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-sQXhkaELXd .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-sQXhkaELXd nav.opened .menu-content-top {
  display: none;
}
.cid-sQXhkaELXd .menu-bottom {
  margin: auto;
  width: 100%;
  background: #232323;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sQXhkaELXd a {
  font-style: normal;
}
.cid-sQXhkaELXd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sQXhkaELXd .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sQXhkaELXd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .content-text {
  margin-bottom: 0;
}
.cid-sQXhkaELXd .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #9e9e9e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sQXhkaELXd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sQXhkaELXd .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sQXhkaELXd .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sQXhkaELXd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sQXhkaELXd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXhkaELXd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sQXhkaELXd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sQXhkaELXd .content-right-side {
  text-align: center;
}
.cid-sQXhkaELXd .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sQXhkaELXd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sQXhkaELXd .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sQXhkaELXd .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sQXhkaELXd .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sQXhkaELXd .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sQXhkaELXd .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sQXhkaELXd .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sQXhkaELXd .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sQXhkaELXd .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-sQXhkaELXd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sQXhkaELXd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQXhkaELXd .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 7.4rem - 4.5rem);
  }
  .cid-sQXhkaELXd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sQXhkaELXd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sQXhkaELXd .navbar-toggler {
    display: none;
  }
  .cid-sQXhkaELXd .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXhkaELXd .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sQXhkaELXd .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sQXhkaELXd .menu-logo {
  margin-right: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sQXhkaELXd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXhkaELXd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXhkaELXd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sQXhkaELXd .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sQXhkaELXd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQXhkaELXd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-sQXhkaELXd button.navbar-toggler:focus {
  outline: none;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQXhkaELXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQXhkaELXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQXhkaELXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXhkaELXd .collapsed .btn {
  display: flex;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sQXhkaELXd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQXhkaELXd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sQXhkaELXd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQXhkaELXd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sQXhkaELXd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sQXhkaELXd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQXhkaELXd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sQXhkaELXd .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQXhkaELXd .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing,
  .cid-sQXhkaELXd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sQXhkaELXd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQXhkaELXd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQXhkaELXd .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sQXhkaELXd img {
    height: 2.2rem !important;
  }
  .cid-sQXhkaELXd .btn {
    display: flex;
  }
  .cid-sQXhkaELXd button.navbar-toggler {
    display: block;
  }
  .cid-sQXhkaELXd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sQXhkaELXd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sQXhkaELXd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sQXhkaELXd .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sQXhkaELXd .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sQXhkaELXd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQXhkaELXd .nav-link:focus {
  outline: none;
}
.cid-sQXhkaELXd .navbar-toggler {
  position: relative;
}
.cid-sQXhkaELXd .dropdown-item.active,
.cid-sQXhkaELXd .dropdown-item:active {
  background: #232323;
  color: initial;
}
.cid-sQXhkaELXd .widget-title,
.cid-sQXhkaELXd .widget-icon {
  color: #9e9e9e;
}
.cid-uElvS10vR2 {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/banner-700x275-700x275.webp");
}
.cid-uElvS10vR2 .link-wrapper {
  width: 100%;
}
.cid-uElvS10vR2 .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-uElvS10vR2 .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-uElvS10vR2 .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-uElvS10vR2 .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-uElvS10vR2 .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-uElvS10vR2 .mbr-section-title DIV {
  text-align: center;
}
.cid-uElvS10vR2 .mbr-text,
.cid-uElvS10vR2 .mbr-section-btn {
  text-align: center;
  color: #e9e9e9;
}
.cid-uElvS10vR2 .link,
.cid-uElvS10vR2 .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uElvS10vR2 .mbr-section-title {
  color: #ffffff;
}
#custom-html-p1 {
  /* Type valid CSS here */
}
#custom-html-p1 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-p1 p {
  font-size: 60px;
  color: #777;
}
.cid-tw0mtrvIly {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e2e2e;
}
.cid-tw0mtrvIly .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw0mtrvIly .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw0mtrvIly .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tw0mtrvIly .row {
    text-align: center;
  }
  .cid-tw0mtrvIly .row > div {
    margin: auto;
  }
  .cid-tw0mtrvIly .social-row {
    justify-content: center;
  }
}
.cid-tw0mtrvIly .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tw0mtrvIly .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tw0mtrvIly .list {
    margin-bottom: 0rem;
  }
}
.cid-tw0mtrvIly .mbr-text {
  color: #ffffff;
}
.cid-tw0mtrvIly .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tw0mtrvIly .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tw0mtrvIly div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tw0mtrvIly H5 {
  color: #ffffff;
}
