body {
  font-family: Quicksand;
}
.display-1 {
  font-family: 'Permanent Marker', handwriting;
  font-size: 5.63rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -4.5px;
}
.display-1 > .mbr-iconfont {
  font-size: 9.008rem;
}
.display-2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 2.75rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -2.8px;
}
.display-2 > .mbr-iconfont {
  font-size: 4.4rem;
}
.display-4 {
  font-family: 'Quicksand', sans-serif;
  font-size: 0.75rem;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.504rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.941rem;
    font-size: calc( 2.6205rem + (5.63 - 2.6205) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.6205rem + (5.63 - 2.6205) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.2rem;
    font-size: calc( 1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2.5rem;
  border-radius: 50px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #d2b025 !important;
}
.bg-info {
  background-color: #cccccc !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #f9f295 !important;
}
.btn-primary {
  border: 0px !important;
  color: #ffffff;
  color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #cccccc !important;
}
.btn-primary:hover {
  color: #cccccc !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #cccccc !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary:hover {
  background-color: #ffffff !important;
}
.btn-secondary {
  border: 0px !important;
  color: #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4a4c70 !important;
  border-color: #4a4c70 !important;
  color: #cccccc !important;
}
.btn-secondary:hover {
  color: #cccccc !important;
  background-color: #2c2d42 !important;
  border-color: #2c2d42 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #cccccc !important;
  background-color: #2c2d42 !important;
  border-color: #2c2d42 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-info {
  border: 0px !important;
  color: #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #cccccc !important;
}
.btn-info:hover {
  color: #cccccc !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #cccccc !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-success {
  border: 0px !important;
  color: #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #d2b025 !important;
  border-color: #d2b025 !important;
  color: #cccccc !important;
}
.btn-success:hover {
  color: #cccccc !important;
  background-color: #91791a !important;
  border-color: #91791a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #cccccc !important;
  background-color: #91791a !important;
  border-color: #91791a !important;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-warning {
  border: 0px !important;
  color: #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #cccccc !important;
}
.btn-warning:hover {
  color: #cccccc !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #cccccc !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-danger {
  border: 0px !important;
  color: #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #f9f295 !important;
  border-color: #f9f295 !important;
  color: #cccccc !important;
}
.btn-danger:hover {
  color: #cccccc !important;
  background-color: #f5e94d !important;
  border-color: #f5e94d !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #cccccc !important;
  background-color: #f5e94d !important;
  border-color: #f5e94d !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-white {
  border: 0px !important;
  color: #ffffff;
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #cccccc !important;
}
.btn-white:hover {
  color: #cccccc !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #cccccc !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-black {
  border: 0px !important;
  color: #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #cccccc !important;
}
.btn-black:hover {
  color: #cccccc !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #cccccc !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black:hover,
.btn-black:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary-outline {
  background-color: transparent !important;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background-color: #ffffff !important;
  color: #cccccc !important;
}
.btn-primary-outline:hover {
  color: #cccccc !important;
}
.btn-secondary-outline {
  background-color: transparent !important;
  border: 2px solid #4a4c70 !important;
  color: #ffffff !important;
  color: #4a4c70 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #4a4c70;
  color: #4a4c70;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #4a4c70;
  border-color: #4a4c70;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4a4c70 !important;
  border-color: #4a4c70 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background-color: #4a4c70 !important;
  color: #cccccc !important;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
}
.btn-info-outline {
  background-color: transparent !important;
  border: 2px solid #cccccc !important;
  color: #ffffff !important;
  color: #cccccc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background-color: #cccccc !important;
  color: #cccccc !important;
}
.btn-info-outline:hover {
  color: #ffffff !important;
}
.btn-success-outline {
  background-color: transparent !important;
  border: 2px solid #d2b025 !important;
  color: #ffffff !important;
  color: #d2b025 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2b025;
  color: #d2b025;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #d2b025;
  border-color: #d2b025;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #d2b025 !important;
  border-color: #d2b025 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background-color: #d2b025 !important;
  color: #cccccc !important;
}
.btn-success-outline:hover {
  color: #ffffff !important;
}
.btn-warning-outline {
  background-color: transparent !important;
  border: 2px solid #808080 !important;
  color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #808080;
  color: #808080;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background-color: #808080 !important;
  color: #cccccc !important;
}
.btn-warning-outline:hover {
  color: #ffffff !important;
}
.btn-danger-outline {
  background-color: transparent !important;
  border: 2px solid #f9f295 !important;
  color: #ffffff !important;
  color: #f9f295 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #f9f295;
  color: #f9f295;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #877e08;
  background-color: #f9f295;
  border-color: #f9f295;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #877e08 !important;
  background-color: #f9f295 !important;
  border-color: #f9f295 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background-color: #f9f295 !important;
  color: #cccccc !important;
}
.btn-danger-outline:hover {
  color: #ffffff !important;
}
.btn-black-outline {
  background-color: transparent !important;
  border: 2px solid #333333 !important;
  color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  background-color: #333333 !important;
  color: #cccccc !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: #ffffff !important;
}
.text-secondary {
  color: #4a4c70 !important;
}
.text-success {
  color: #d2b025 !important;
}
.text-info {
  color: #cccccc !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #f9f295 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ffffff !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #797ca7 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #e7d176 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #fefef6 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #cccccc;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #f9f295;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f6eecd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #4a4c70 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-srWsgMG99L {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-srWsgMG99L nav.navbar {
  position: fixed;
}
.cid-srWsgMG99L .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-srWsgMG99L .dropdown-menu {
  padding: 0;
}
.cid-srWsgMG99L .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-srWsgMG99L .dropdown-item:hover,
.cid-srWsgMG99L .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-srWsgMG99L .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-srWsgMG99L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-srWsgMG99L .nav-link {
  position: relative;
}
.cid-srWsgMG99L .container {
  display: flex;
  margin: auto;
}
.cid-srWsgMG99L .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-srWsgMG99L .navbar-caption {
  padding-right: 4rem;
}
.cid-srWsgMG99L .dropdown-menu,
.cid-srWsgMG99L .navbar.opened {
  background: #ffffff !important;
}
.cid-srWsgMG99L .nav-item:focus,
.cid-srWsgMG99L .nav-link:focus {
  outline: none;
}
.cid-srWsgMG99L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-srWsgMG99L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srWsgMG99L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-srWsgMG99L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-srWsgMG99L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-srWsgMG99L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-srWsgMG99L .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-srWsgMG99L .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-srWsgMG99L .navbar.opened {
  transition: all .3s;
}
.cid-srWsgMG99L .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-srWsgMG99L .navbar .navbar-logo img {
  width: auto;
}
.cid-srWsgMG99L .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-srWsgMG99L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-srWsgMG99L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-srWsgMG99L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-srWsgMG99L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-srWsgMG99L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-srWsgMG99L .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-srWsgMG99L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-srWsgMG99L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-srWsgMG99L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-srWsgMG99L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-srWsgMG99L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-srWsgMG99L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-srWsgMG99L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-srWsgMG99L .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-srWsgMG99L .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-srWsgMG99L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-srWsgMG99L .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-srWsgMG99L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-srWsgMG99L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-srWsgMG99L .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-srWsgMG99L .navbar.navbar-short {
  min-height: 60px;
}
.cid-srWsgMG99L .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-srWsgMG99L .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-srWsgMG99L .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-srWsgMG99L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-srWsgMG99L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-srWsgMG99L .dropdown-item.active,
.cid-srWsgMG99L .dropdown-item:active {
  background-color: transparent;
}
.cid-srWsgMG99L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-srWsgMG99L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-srWsgMG99L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-srWsgMG99L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-srWsgMG99L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-srWsgMG99L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-srWsgMG99L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-srWsgMG99L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-srWsgMG99L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-srWsgMG99L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-srWsgMG99L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-srWsgMG99L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-srWsgMG99L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-srWsgMG99L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-srWsgMG99L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-srWsgMG99L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-srWsgMG99L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-srWsgMG99L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-srWsgMG99L .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-srWsgMG99L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-srWsgMG99L .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-srWsgMG99L .navbar {
    height: 77px;
  }
  .cid-srWsgMG99L .navbar.opened {
    height: auto;
  }
  .cid-srWsgMG99L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rUTpFBi4e9 {
  padding-top: 0px;
  padding-bottom: 0px;
  display: flex;
  justify-content: center;
  background-color: #ffffff;
}
.cid-rUTpFBi4e9 .mbri-arrow-prev::before {
  content: "\f053" !important;
}
.cid-rUTpFBi4e9 .mbri-arrow-next::before {
  content: "\f054" !important;
}
.cid-rUTpFBi4e9 .text-element {
  justify-content: center;
  display: flex;
  position: absolute;
}
.cid-rUTpFBi4e9 .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(66, 71, 76, 0.5);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-rUTpFBi4e9 .card-box-2 {
  z-index: 1;
  position: absolute;
  background-color: rgba(66, 71, 76, 0.2);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-rUTpFBi4e9 .element-2 {
  font-family: 'Quicksand', sans-serif;
}
.cid-rUTpFBi4e9 .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
}
.cid-rUTpFBi4e9 .image-element .img-wrap {
  width: 100% !important;
}
.cid-rUTpFBi4e9 .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rUTpFBi4e9 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rUTpFBi4e9 .carousel-item.active,
.cid-rUTpFBi4e9 .carousel-item-next,
.cid-rUTpFBi4e9 .carousel-item-prev {
  display: flex;
}
.cid-rUTpFBi4e9 .carousel-controls {
  display: block;
}
.cid-rUTpFBi4e9 .carousel-controls a {
  transition: .3s;
  background-color: transparent;
  border: 2px solid #42474c;
  border-radius: 50%;
}
.cid-rUTpFBi4e9 .carousel-controls a span {
  color: #ffffff;
  font-size: 1.1rem;
}
.cid-rUTpFBi4e9 .carousel-controls a:hover {
  background: #42474c;
}
.cid-rUTpFBi4e9 .carousel-controls a:hover span {
  color: #ffffff;
}
.cid-rUTpFBi4e9 .text-content {
  position: absolute;
  z-index: 10;
}
.cid-rUTpFBi4e9 .text-element-3 {
  text-align: center;
}
.cid-rUTpFBi4e9 .mbr-text-3 {
  text-align: center;
}
.cid-rUTpFBi4e9 .mbr-section-subtitle {
  margin-bottom: 1.6rem;
}
.cid-rUTpFBi4e9 .mbr-section-btn {
  margin-top: 1.8rem;
  margin-right: 0rem;
}
.cid-rUTpFBi4e9 .carousel {
  display: flex;
  justify-content: center;
}
.cid-rUTpFBi4e9 .carousel-control-next,
.cid-rUTpFBi4e9 .carousel-control-prev {
  opacity: 1;
  width: 45px;
  height: 45px;
  z-index: 20;
}
.cid-rUTpFBi4e9 .title-2 {
  font-family: 'Quicksand', sans-serif !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rUTpFBi4e9 .image-element {
    min-width: 50%;
  }
  .cid-rUTpFBi4e9 .media-container-row {
    width: 100%;
  }
}
.cid-rUTpFBi4e9 .bottom-block {
  position: absolute;
  bottom: 0;
  z-index: 10;
  padding-bottom: 1.2rem;
  padding-left: 4.5rem;
}
.cid-rUTpFBi4e9 .text-bottom-2 {
  margin-left: 0.5rem;
}
.cid-rUTpFBi4e9 .text-bottom-3 {
  margin-left: 4rem;
}
.cid-rUTpFBi4e9 .box {
  background-image: url("../../../assets/images/attorney1-1920x1330.jpg");
  background-size: cover;
  background-position: center;
  height: 200px;
  width: 335px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rUTpFBi4e9 .icon-wrap {
  background-color: #ffffff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.cid-rUTpFBi4e9 .icon-wrap span {
  padding-left: 4px;
}
.cid-rUTpFBi4e9 .video-title {
  margin-right: 1.2rem;
}
.cid-rUTpFBi4e9 .mbr-media {
  display: flex;
  align-items: center;
}
.cid-rUTpFBi4e9 .mbr-media span {
  font-size: 15px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #42474c !important;
}
.cid-rUTpFBi4e9 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-rUTpFBi4e9 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rUTpFBi4e9 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rUTpFBi4e9 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rUTpFBi4e9 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rUTpFBi4e9 a.close:hover {
  color: #ffffff;
}
.cid-rUTpFBi4e9 ul {
  padding-left: 0rem;
}
.cid-rUTpFBi4e9 li {
  list-style: none;
}
.cid-rUTpFBi4e9 .sign {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rUTpFBi4e9 .mbr-iconfont {
  transition: 0.3s;
}
.cid-rUTpFBi4e9 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rUTpFBi4e9 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-rUTpFBi4e9 .social-list .mbr-iconfont-social:hover {
  opacity: 0.6;
}
.cid-rUTpFBi4e9 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rUTpFBi4e9 .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rUTpFBi4e9 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rUTpFBi4e9 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rUTpFBi4e9 .item-wrap {
  margin-bottom: 14px;
}
.cid-rUTpFBi4e9 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: flex-start;
  margin: 0 -0.5rem;
}
.cid-rUTpFBi4e9 .wrap {
  height: 840px;
}
@media (max-width: 767px) {
  .cid-rUTpFBi4e9 .bottom-block {
    display: none;
  }
  .cid-rUTpFBi4e9 .block-video {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  .cid-rUTpFBi4e9 .text-content {
    top: 3rem;
    padding: 0rem;
  }
  .cid-rUTpFBi4e9 .carousel-control-prev {
    left: auto !important;
    right: 4.7rem !important;
    top: auto;
    bottom: 14rem !important;
  }
  .cid-rUTpFBi4e9 .carousel-control-next {
    top: auto;
    right: 1rem !important;
    bottom: 14rem !important;
  }
}
.cid-rUTpFBi4e9 .btn-primary-outline {
  color: #ffffff !important;
}
.cid-rUTpFBi4e9 .btn-primary-outline:hover {
  color: #cccccc !important;
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTpFBi4e9 .bottom-block {
    display: none;
  }
  .cid-rUTpFBi4e9 .block-video {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  .cid-rUTpFBi4e9 .text-content {
    top: 10rem;
  }
  .cid-rUTpFBi4e9 .carousel-control-prev {
    left: auto !important;
    right: 4.7rem !important;
    top: auto;
    bottom: 2.5rem !important;
  }
  .cid-rUTpFBi4e9 .carousel-control-next {
    top: auto;
    right: 1rem !important;
    bottom: 2.5rem !important;
  }
  .cid-rUTpFBi4e9 .block-wrap {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rUTpFBi4e9 .block-video {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
  }
  .cid-rUTpFBi4e9 .text-content {
    top: 13rem;
  }
  .cid-rUTpFBi4e9 .carousel-control-prev {
    left: auto !important;
    right: 2.5rem !important;
    top: 45% !important;
  }
  .cid-rUTpFBi4e9 .carousel-control-next {
    right: 2.5rem !important;
    top: 52% !important;
  }
  .cid-rUTpFBi4e9 .block-wrap {
    padding: 0;
  }
}
.cid-rUTpFBi4e9 .btn {
  margin-left: 0rem;
}
.cid-rUTpFBi4e9 .icon-left {
  margin-right: 0.1rem;
}
.cid-rUTpFBi4e9 .icon-right {
  margin-left: 0.1rem;
}
.cid-rUTpFBi4e9 .video-title,
.cid-rUTpFBi4e9 .icon-wrap {
  z-index: 10;
}
.cid-rUTpFBi4e9 .col-title3 {
  color: #cdba6d;
}
.cid-rUTpFBi4e9 .col-title5 {
  color: #cdba6d;
}
.cid-rUTpFBi4e9 .col-title4 {
  color: #cdba6d;
}
.cid-rUTpFZsfIT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUTpFZsfIT img {
  width: 100%;
  object-fit: cover;
}
.cid-rUTpFZsfIT .quote {
  color: #333333;
  font-weight: 700;
}
.cid-rUTpFZsfIT .img-card {
  justify-content: center;
}
.cid-rUTpFZsfIT .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-rUTpFZsfIT .card-title {
  margin-bottom: 1.2rem;
}
.cid-rUTpFZsfIT .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-rUTpFZsfIT .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-rUTpFZsfIT .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTpFZsfIT .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-rUTpFZsfIT .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-rUTpFZsfIT .card-title,
.cid-rUTpFZsfIT .card-box {
  color: #303030;
}
.cid-rUTpFZsfIT H3 {
  color: #cdba6d;
}
.cid-rUTpFZsfIT .mbr-text,
.cid-rUTpFZsfIT .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-rUTpGhQLS4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #efefef;
}
.cid-rUTpGhQLS4 .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(66, 71, 76, 0.3);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-rUTpGhQLS4 img {
  filter: grayscale(1);
}
.cid-rUTpGhQLS4 .image-wrap {
  position: relative;
}
.cid-rUTpGhQLS4 .mbr-section-subtitle {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cid-rUTpGhQLS4 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-rUTpGhQLS4 .card-wrap {
  background: #42474c;
}
.cid-rUTpGhQLS4 .card-wrap .image-wrap img {
  width: 100%;
}
.cid-rUTpGhQLS4 .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rUTpGhQLS4 .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
.cid-rUTpGhQLS4 .mbr-role {
  margin-bottom: 1rem;
  color: #cdba6d;
}
.cid-rUTpGhQLS4 .main-heading {
  margin-bottom: 2.2rem;
}
.cid-rUTpGhQLS4 .btn {
  margin-top: 3rem;
}
.cid-rUTpGhQLS4 .mbr-text {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-rUTpGhQLS4 .team-card.last-card {
    margin-bottom: 0;
  }
  .cid-rUTpGhQLS4 .content-wrap {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-rUTpGhQLS4 .team-card.last-row-card {
    margin-bottom: 0;
  }
  .cid-rUTpGhQLS4 .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-rUTpGhQLS4 .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
  .cid-rUTpGhQLS4 .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
.cid-rUTpGhQLS4 .btn-primary-outline {
  color: #ffffff !important;
}
.cid-rUTpGhQLS4 .btn-primary-outline:hover {
  color: #cccccc !important;
}
.cid-rUTpGhQLS4 .btn-2 {
  color: #ffffff !important;
}
.cid-rUTpGhQLS4 .main-title {
  color: #303030;
}
.cid-rUTpGhQLS4 .mbr-section-subtitle-1 {
  color: #cdba6d;
}
.cid-rUTpIBvPaf {
  padding-top: 30px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rUTpIBvPaf .card-title,
.cid-rUTpIBvPaf .mbr-role {
  transition: 0.3s;
}
.cid-rUTpIBvPaf .main-heading {
  margin-bottom: 1.3rem;
}
.cid-rUTpIBvPaf .mbr-section-title {
  margin-bottom: 0.2rem;
}
.cid-rUTpIBvPaf .mbr-section-subtitle {
  color: #cdba6d;
  font-weight: 700;
}
.cid-rUTpIBvPaf .mbr-role {
  margin-bottom: 0rem;
  color: #cdba6d;
}
.cid-rUTpIBvPaf .social-list {
  position: absolute;
  top: 0.6rem;
  padding: 0.6rem;
  margin-bottom: 1.5rem;
  background-color: #42474c;
  transition: all .3s;
  transform: translateX(-100%);
  opacity: 0;
}
.cid-rUTpIBvPaf .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  padding-bottom: 1rem;
}
.cid-rUTpIBvPaf .team-card:hover .card-wrap {
  background: #42474c;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
}
.cid-rUTpIBvPaf .team-card:hover .mbr-section-title {
  color: #ffffff;
}
.cid-rUTpIBvPaf .team-card:hover .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rUTpIBvPaf .team-card:hover .social-list {
  transform: translateX(0%);
  opacity: 1;
}
.cid-rUTpIBvPaf .image-wrap {
  overflow: hidden;
  position: relative;
}
.cid-rUTpIBvPaf a {
  color: #ffffff;
  transition: 0.3s;
}
.cid-rUTpIBvPaf a:hover {
  color: #cccccc !important;
}
.cid-rUTpIBvPaf .card-wrap {
  padding: 5px;
  background: #ffffff;
  transition: all .3s;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
}
.cid-rUTpIBvPaf .card-wrap .image-wrap img {
  width: 100%;
}
.cid-rUTpIBvPaf .card-wrap .content-wrap {
  padding: 1.7rem 1.3rem 1.2rem;
}
.cid-rUTpIBvPaf .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rUTpIBvPaf .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-rUTpIBvPaf .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-rUTpIBvPaf .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-rUTpIBvPaf .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-rUTpIBvPaf .main-title {
  color: #303030;
}
.cid-rUTpIBvPaf .card-title {
  color: #303030;
}
.cid-rUTpGH0hGw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rUTpGH0hGw .mbr-iconfont {
  font-size: 80px;
}
.cid-rUTpGH0hGw h3 {
  text-align: center;
}
.cid-rUTpGH0hGw .card {
  word-wrap: break-word;
}
@media (min-width: 1200px) {
  .cid-rUTpGH0hGw .panel-item {
    padding: 0 2.8rem;
  }
}
.cid-rUTpGH0hGw H3 {
  color: #42474c;
  text-align: center;
}
.cid-rUTpGH0hGw H4 {
  color: #42474c;
}
.cid-rUTpGH0hGw .mbr-section-title {
  color: #000000;
}
.cid-ssoGM84j4o {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ssoGM84j4o .title_block {
  margin-bottom: 80px;
}
.cid-ssoGM84j4o .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #aa8f20;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-ssoGM84j4o .mbr-section-title {
  color: #333333;
}
.cid-ssoGM84j4o .card_wrap {
  height: 100%;
  z-index: 1;
  overflow: hidden;
  padding: 40px;
  padding-bottom: 60px;
  position: relative;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0px 6px 20px 0px rgba(0, 33, 121, 0.08);
}
.cid-ssoGM84j4o .card_wrap:before {
  content: '';
  bottom: 20px;
  right: 15px;
  width: 65px;
  height: 65px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}
.cid-ssoGM84j4o .card_wrap:after {
  content: '';
  bottom: -24px;
  right: -20px;
  width: 80px;
  height: 80px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}
.cid-ssoGM84j4o .card_header {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
.cid-ssoGM84j4o .user {
  display: flex;
  align-items: center;
}
.cid-ssoGM84j4o .user_img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 50%;
}
.cid-ssoGM84j4o .user_img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.cid-ssoGM84j4o .user_name {
  margin-bottom: 2px;
  display: block;
  color: #4a4c70;
}
.cid-ssoGM84j4o .desk {
  margin-bottom: 0;
}
.cid-ssoGM84j4o .iconfont-wrapper {
  min-width: 115px;
}
.cid-ssoGM84j4o .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  margin-right: 3px;
}
.cid-ssoGM84j4o .carousel-item {
  justify-content: center;
  padding: 0 3rem;
}
.cid-ssoGM84j4o .carousel-item > div {
  width: 100%;
}
.cid-ssoGM84j4o .carousel-item.active,
.cid-ssoGM84j4o .carousel-item-next,
.cid-ssoGM84j4o .carousel-item-prev {
  display: flex;
}
.cid-ssoGM84j4o .carousel-controls a {
  width: 9%;
}
.cid-ssoGM84j4o .carousel-controls a span {
  width: 50px;
  height: 50px;
  font-weight: 700;
  line-height: 50px;
  font-size: 18px;
  color: #917710;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #917710;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-ssoGM84j4o .carousel-controls a:hover span {
  background-color: #ffffff;
  color: #000000;
}
@media (min-width: 992px) {
  .cid-ssoGM84j4o .carousel-controls a {
    width: 5%;
  }
}
@media (max-width: 991px) {
  .cid-ssoGM84j4o .title_block {
    margin-bottom: 40px;
  }
  .cid-ssoGM84j4o .card_header {
    flex-direction: column;
  }
  .cid-ssoGM84j4o .rating {
    margin-bottom: 10px;
    align-self: flex-end;
  }
  .cid-ssoGM84j4o .user {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-ssoGM84j4o .carousel-controls {
    display: none;
  }
  .cid-ssoGM84j4o .carousel-item {
    padding: 0;
  }
  .cid-ssoGM84j4o .card_wrap {
    padding: 30px;
    margin-bottom: 50px;
  }
  .cid-ssoGM84j4o .card_header {
    margin-bottom: 15px;
  }
  .cid-ssoGM84j4o .user_img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  .cid-ssoGM84j4o .user_img img {
    width: 50px;
    height: 50px;
  }
}
.cid-rUTpHPmDUm {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rUTpHPmDUm .mbr-overlay {
  background-color: #232323;
  opacity: 0.5;
}
.cid-rUTpHPmDUm .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #cdba6d;
  margin-bottom: 0.7rem;
}
.cid-rUTpHPmDUm input,
.cid-rUTpHPmDUm textarea {
  font-size: 14px;
}
.cid-rUTpHPmDUm input {
  padding: 1.5rem 1.8rem!important;
  border-radius: 50px;
}
.cid-rUTpHPmDUm textarea {
  padding: 0.9rem 2rem!important;
  border-radius: 30px;
  height: 100%;
}
.cid-rUTpHPmDUm .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-rUTpHPmDUm .col-auto {
  width: 100%;
  text-align: center;
}
.cid-rUTpHPmDUm img {
  width: 90%;
  border-radius: 8px;
}
.cid-rUTpHPmDUm .mbr-form .btn {
  margin: .4rem .4rem;
  margin-left: 0rem;
}
.cid-rUTpHPmDUm .btn {
  padding: 1rem 3.5rem!important;
}
.cid-rUTpHPmDUm .title-block {
  margin-bottom: 2rem;
}
.cid-rUTpHPmDUm .form-control,
.cid-rUTpHPmDUm .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rUTpHPmDUm .form-control:hover,
.cid-rUTpHPmDUm .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rUTpHPmDUm .form-control:focus,
.cid-rUTpHPmDUm .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rUTpHPmDUm input::-webkit-input-placeholder,
.cid-rUTpHPmDUm textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-rUTpHPmDUm input:-moz-placeholder,
.cid-rUTpHPmDUm textarea:-moz-placeholder {
  color: #807d78;
}
.cid-rUTpHPmDUm .jq-selectbox li,
.cid-rUTpHPmDUm .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-rUTpHPmDUm .jq-selectbox li:hover,
.cid-rUTpHPmDUm .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-rUTpHPmDUm .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-rUTpHPmDUm .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-rUTpHPmDUm H5 {
  padding-bottom: 2rem;
  color: #303030;
}
.cid-rUTpHPmDUm .mbr-text {
  color: #777777;
}
.cid-rUTpHPmDUm .mbr-form {
  padding: 0rem;
}
.cid-rUTpHPmDUm .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-rUTpHPmDUm .form-row {
    margin: 0;
  }
  .cid-rUTpHPmDUm .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-rUTpHPmDUm .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-rUTpHPmDUm img {
    width: 100%;
  }
}
.cid-rUTpHPmDUm .form-row > [class*=col-] {
  padding: 0 1rem;
}
.cid-rUTpHPmDUm .sc-7dvmpp-1 {
  display: none;
}
.cid-rUTpJyOYUP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUTpJyOYUP .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-rUTpJyOYUP .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-rUTpJyOYUP H2 {
  color: #303030;
}
.cid-rUTpK0ygK3 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rUTpK0ygK3 .mbr-iconfont-2 {
  color: #42474c !important;
  margin: 0 0.5rem;
}
.cid-rUTpK0ygK3 .mbr-iconfont-1 {
  font-size: 3.1rem;
  color: #42474c;
}
.cid-rUTpK0ygK3 .social-list {
  display: flex;
  justify-content: center;
}
.cid-rUTpK0ygK3 .card-inner {
  transition: 0.7s;
}
.cid-rUTpK0ygK3 .btn {
  margin-left: 0rem;
}
.cid-rUTpK0ygK3 .row {
  padding-bottom: 8rem;
}
.cid-rUTpK0ygK3 .link {
  margin: 0;
}
.cid-rUTpK0ygK3 .card-title {
  position: relative;
}
.cid-rUTpK0ygK3 .mbr-text {
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.cid-rUTpK0ygK3 .card-box {
  position: relative;
}
.cid-rUTpK0ygK3 .card-img {
  margin-bottom: 1.5rem;
}
.cid-rUTpK0ygK3 .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-rUTpK0ygK3 .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTpK0ygK3 .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-rUTpK0ygK3 .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-rUTpK0ygK3 .mbr-text,
.cid-rUTpK0ygK3 .link {
  color: #191919;
}
.cid-rUTpKtzfJh .google-map {
  filter: grayscale(1);
  height: 20rem;
  position: relative;
}
.cid-rUTpKtzfJh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rUTpKtzfJh .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-rUTpKtzfJh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rUTpKtzfJh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rUTpKPo1ae {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-rUTpKPo1ae a {
  transition: 0.3s;
}
.cid-rUTpKPo1ae h5 {
  margin-bottom: 1.6rem;
}
.cid-rUTpKPo1ae .card-img2 span {
  padding-top: 6px;
}
.cid-rUTpKPo1ae .soc-item a {
  padding-top: 5px;
}
.cid-rUTpKPo1ae .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-rUTpKPo1ae .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-rUTpKPo1ae .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rUTpKPo1ae .soc-item {
  width: 35px;
  height: 35px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.4rem;
}
.cid-rUTpKPo1ae .soc-item span {
  font-size: 1rem;
}
.cid-rUTpKPo1ae .soc-item:hover span {
  color: #ffffff !important;
}
.cid-rUTpKPo1ae .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-rUTpKPo1ae .item h4 {
  margin: 0;
}
.cid-rUTpKPo1ae .media-wrap {
  margin-bottom: 1rem;
}
.cid-rUTpKPo1ae .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rUTpKPo1ae img {
  width: 80%;
}
.cid-rUTpKPo1ae .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-rUTpKPo1ae .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rUTpKPo1ae .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-rUTpKPo1ae .container {
  padding: 0;
}
.cid-rUTpKPo1ae .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-ss8uQyCbCR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ss8uQyCbCR nav.navbar {
  position: fixed;
}
.cid-ss8uQyCbCR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ss8uQyCbCR .dropdown-menu {
  padding: 0;
}
.cid-ss8uQyCbCR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ss8uQyCbCR .dropdown-item:hover,
.cid-ss8uQyCbCR .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-ss8uQyCbCR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ss8uQyCbCR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ss8uQyCbCR .nav-link {
  position: relative;
}
.cid-ss8uQyCbCR .container {
  display: flex;
  margin: auto;
}
.cid-ss8uQyCbCR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ss8uQyCbCR .navbar-caption {
  padding-right: 4rem;
}
.cid-ss8uQyCbCR .dropdown-menu,
.cid-ss8uQyCbCR .navbar.opened {
  background: #ffffff !important;
}
.cid-ss8uQyCbCR .nav-item:focus,
.cid-ss8uQyCbCR .nav-link:focus {
  outline: none;
}
.cid-ss8uQyCbCR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ss8uQyCbCR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ss8uQyCbCR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ss8uQyCbCR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ss8uQyCbCR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ss8uQyCbCR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ss8uQyCbCR .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-ss8uQyCbCR .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ss8uQyCbCR .navbar.opened {
  transition: all .3s;
}
.cid-ss8uQyCbCR .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ss8uQyCbCR .navbar .navbar-logo img {
  width: auto;
}
.cid-ss8uQyCbCR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ss8uQyCbCR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ss8uQyCbCR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ss8uQyCbCR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-ss8uQyCbCR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ss8uQyCbCR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ss8uQyCbCR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ss8uQyCbCR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ss8uQyCbCR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ss8uQyCbCR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ss8uQyCbCR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ss8uQyCbCR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ss8uQyCbCR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ss8uQyCbCR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ss8uQyCbCR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ss8uQyCbCR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ss8uQyCbCR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ss8uQyCbCR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ss8uQyCbCR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ss8uQyCbCR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ss8uQyCbCR .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ss8uQyCbCR .navbar.navbar-short {
  min-height: 60px;
}
.cid-ss8uQyCbCR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ss8uQyCbCR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ss8uQyCbCR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ss8uQyCbCR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ss8uQyCbCR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ss8uQyCbCR .dropdown-item.active,
.cid-ss8uQyCbCR .dropdown-item:active {
  background-color: transparent;
}
.cid-ss8uQyCbCR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ss8uQyCbCR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ss8uQyCbCR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ss8uQyCbCR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ss8uQyCbCR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ss8uQyCbCR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ss8uQyCbCR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ss8uQyCbCR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ss8uQyCbCR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ss8uQyCbCR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ss8uQyCbCR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ss8uQyCbCR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ss8uQyCbCR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ss8uQyCbCR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ss8uQyCbCR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ss8uQyCbCR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ss8uQyCbCR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ss8uQyCbCR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ss8uQyCbCR .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ss8uQyCbCR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ss8uQyCbCR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ss8uQyCbCR .navbar {
    height: 77px;
  }
  .cid-ss8uQyCbCR .navbar.opened {
    height: auto;
  }
  .cid-ss8uQyCbCR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ss8uQGq7v4 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ss8uQGq7v4 .mbr-iconfont {
  font-size: 80px;
}
.cid-ss8uQGq7v4 h3 {
  text-align: center;
}
.cid-ss8uQGq7v4 .card {
  word-wrap: break-word;
}
@media (min-width: 1200px) {
  .cid-ss8uQGq7v4 .panel-item {
    padding: 0 2.8rem;
  }
}
.cid-ss8uQGq7v4 H3 {
  color: #42474c;
  text-align: center;
}
.cid-ss8uQGq7v4 H4 {
  color: #42474c;
}
.cid-ss8uQGq7v4 .mbr-section-title {
  color: #000000;
}
.cid-ss8uQL5Grq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ss8uQL5Grq .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-ss8uQL5Grq .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-ss8uQL5Grq H2 {
  color: #303030;
}
.cid-ss8uQN5FVz {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-ss8uQN5FVz a {
  transition: 0.3s;
}
.cid-ss8uQN5FVz h5 {
  margin-bottom: 1.6rem;
}
.cid-ss8uQN5FVz .card-img2 span {
  padding-top: 6px;
}
.cid-ss8uQN5FVz .soc-item a {
  padding-top: 5px;
}
.cid-ss8uQN5FVz .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-ss8uQN5FVz .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-ss8uQN5FVz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ss8uQN5FVz .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-ss8uQN5FVz .soc-item span {
  font-size: 1rem;
}
.cid-ss8uQN5FVz .soc-item:hover span {
  color: #ffffff !important;
}
.cid-ss8uQN5FVz .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-ss8uQN5FVz .item h4 {
  margin: 0;
}
.cid-ss8uQN5FVz .media-wrap {
  margin-bottom: 1rem;
}
.cid-ss8uQN5FVz .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ss8uQN5FVz img {
  width: 80%;
}
.cid-ss8uQN5FVz .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-ss8uQN5FVz .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-ss8uQN5FVz .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-ss8uQN5FVz .container {
  padding: 0;
}
.cid-ss8uQN5FVz .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-ssMTQr6ym0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ssMTQr6ym0 nav.navbar {
  position: fixed;
}
.cid-ssMTQr6ym0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ssMTQr6ym0 .dropdown-menu {
  padding: 0;
}
.cid-ssMTQr6ym0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ssMTQr6ym0 .dropdown-item:hover,
.cid-ssMTQr6ym0 .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-ssMTQr6ym0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ssMTQr6ym0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ssMTQr6ym0 .nav-link {
  position: relative;
}
.cid-ssMTQr6ym0 .container {
  display: flex;
  margin: auto;
}
.cid-ssMTQr6ym0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ssMTQr6ym0 .navbar-caption {
  padding-right: 4rem;
}
.cid-ssMTQr6ym0 .dropdown-menu,
.cid-ssMTQr6ym0 .navbar.opened {
  background: #ffffff !important;
}
.cid-ssMTQr6ym0 .nav-item:focus,
.cid-ssMTQr6ym0 .nav-link:focus {
  outline: none;
}
.cid-ssMTQr6ym0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ssMTQr6ym0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssMTQr6ym0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ssMTQr6ym0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ssMTQr6ym0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ssMTQr6ym0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ssMTQr6ym0 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-ssMTQr6ym0 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ssMTQr6ym0 .navbar.opened {
  transition: all .3s;
}
.cid-ssMTQr6ym0 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ssMTQr6ym0 .navbar .navbar-logo img {
  width: auto;
}
.cid-ssMTQr6ym0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ssMTQr6ym0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ssMTQr6ym0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ssMTQr6ym0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-ssMTQr6ym0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ssMTQr6ym0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ssMTQr6ym0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ssMTQr6ym0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ssMTQr6ym0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ssMTQr6ym0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ssMTQr6ym0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ssMTQr6ym0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ssMTQr6ym0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ssMTQr6ym0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ssMTQr6ym0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ssMTQr6ym0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ssMTQr6ym0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ssMTQr6ym0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ssMTQr6ym0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ssMTQr6ym0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ssMTQr6ym0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ssMTQr6ym0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ssMTQr6ym0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ssMTQr6ym0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ssMTQr6ym0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ssMTQr6ym0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssMTQr6ym0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssMTQr6ym0 .dropdown-item.active,
.cid-ssMTQr6ym0 .dropdown-item:active {
  background-color: transparent;
}
.cid-ssMTQr6ym0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssMTQr6ym0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ssMTQr6ym0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ssMTQr6ym0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ssMTQr6ym0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssMTQr6ym0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssMTQr6ym0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ssMTQr6ym0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ssMTQr6ym0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ssMTQr6ym0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ssMTQr6ym0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ssMTQr6ym0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ssMTQr6ym0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ssMTQr6ym0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ssMTQr6ym0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ssMTQr6ym0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ssMTQr6ym0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ssMTQr6ym0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ssMTQr6ym0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ssMTQr6ym0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ssMTQr6ym0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ssMTQr6ym0 .navbar {
    height: 77px;
  }
  .cid-ssMTQr6ym0 .navbar.opened {
    height: auto;
  }
  .cid-ssMTQr6ym0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ssMTQtfsDT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ssMTQtfsDT img {
  width: 100%;
  object-fit: cover;
}
.cid-ssMTQtfsDT .quote {
  color: #333333;
  font-weight: 700;
}
.cid-ssMTQtfsDT .img-card {
  justify-content: center;
}
.cid-ssMTQtfsDT .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-ssMTQtfsDT .card-title {
  margin-bottom: 1.2rem;
}
.cid-ssMTQtfsDT .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-ssMTQtfsDT .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-ssMTQtfsDT .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-ssMTQtfsDT .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ssMTQtfsDT .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-ssMTQtfsDT .card-title,
.cid-ssMTQtfsDT .card-box {
  color: #303030;
}
.cid-ssMTQtfsDT H3 {
  color: #cdba6d;
}
.cid-ssMTQtfsDT .mbr-text,
.cid-ssMTQtfsDT .mbr-section-btn {
  color: #000000;
}
.cid-ssMYSpUCgq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ssMYSpUCgq .nav-tabs .nav-item.open .nav-link:focus,
.cid-ssMYSpUCgq .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-ssMYSpUCgq .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-ssMYSpUCgq .nav-tabs .nav-item {
  padding: 0.8rem 3rem 0.8rem 0rem;
  border-bottom: 1px solid #f9f7f6;
}
.cid-ssMYSpUCgq .quote {
  padding-top: 0.8rem;
  color: #333;
  font-weight: 700;
}
.cid-ssMYSpUCgq .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-ssMYSpUCgq .nav {
  flex-direction: column;
}
.cid-ssMYSpUCgq .nav-tabs .nav-link {
  padding: 0.2rem 1rem;
  color: #c3c3c3;
  font-style: normal;
  font-weight: 700;
  transition: all 0.5s;
  border: none;
  border-left: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-ssMYSpUCgq .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #354463;
  border-left: 3px solid #354463;
}
.cid-ssMYSpUCgq .nav-tabs .nav-link.active {
  font-weight: 700;
  color: #354463;
  font-style: normal;
  border-left: 3px solid #354463;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-ssMYSpUCgq .nav-tabs {
    flex-direction: row;
    border-right: 0px;
    padding-right: 0rem;
  }
  .cid-ssMYSpUCgq .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-ssMYSpUCgq p {
    padding-left: 0rem;
  }
  .cid-ssMYSpUCgq .quote {
    padding-top: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-ssMYSpUCgq .mbr-text {
    padding-left: 2rem;
  }
}
@media (max-width: 576px) {
  .cid-ssMYSpUCgq .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-ssMYSpUCgq .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-ssMYSpUCgq p {
    padding-left: 0rem;
  }
}
.cid-ssMTQvGveS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-ssMTQvGveS .mbr-iconfont {
  font-size: 80px;
}
.cid-ssMTQvGveS h3 {
  text-align: center;
}
.cid-ssMTQvGveS .card {
  word-wrap: break-word;
}
@media (min-width: 1200px) {
  .cid-ssMTQvGveS .panel-item {
    padding: 0 2.8rem;
  }
}
.cid-ssMTQvGveS H3 {
  color: #42474c;
  text-align: center;
}
.cid-ssMTQvGveS H4 {
  color: #42474c;
}
.cid-ssMTQvGveS .mbr-section-title {
  color: #000000;
}
.cid-ssMTQwFf8r {
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ssMTQwFf8r .title_block {
  margin-bottom: 80px;
}
.cid-ssMTQwFf8r .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #aa8f20;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-ssMTQwFf8r .mbr-section-title {
  color: #333333;
}
.cid-ssMTQwFf8r .card_wrap {
  height: 100%;
  z-index: 1;
  overflow: hidden;
  padding: 40px;
  padding-bottom: 60px;
  position: relative;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0px 6px 20px 0px rgba(0, 33, 121, 0.08);
}
.cid-ssMTQwFf8r .card_wrap:before {
  content: '';
  bottom: 20px;
  right: 15px;
  width: 65px;
  height: 65px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}
.cid-ssMTQwFf8r .card_wrap:after {
  content: '';
  bottom: -24px;
  right: -20px;
  width: 80px;
  height: 80px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}
.cid-ssMTQwFf8r .card_header {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
.cid-ssMTQwFf8r .user {
  display: flex;
  align-items: center;
}
.cid-ssMTQwFf8r .user_img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 50%;
}
.cid-ssMTQwFf8r .user_img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.cid-ssMTQwFf8r .user_name {
  margin-bottom: 2px;
  display: block;
  color: #4a4c70;
}
.cid-ssMTQwFf8r .desk {
  margin-bottom: 0;
}
.cid-ssMTQwFf8r .iconfont-wrapper {
  min-width: 115px;
}
.cid-ssMTQwFf8r .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  margin-right: 3px;
}
.cid-ssMTQwFf8r .carousel-item {
  justify-content: center;
  padding: 0 3rem;
}
.cid-ssMTQwFf8r .carousel-item > div {
  width: 100%;
}
.cid-ssMTQwFf8r .carousel-item.active,
.cid-ssMTQwFf8r .carousel-item-next,
.cid-ssMTQwFf8r .carousel-item-prev {
  display: flex;
}
.cid-ssMTQwFf8r .carousel-controls a {
  width: 9%;
}
.cid-ssMTQwFf8r .carousel-controls a span {
  width: 50px;
  height: 50px;
  font-weight: 700;
  line-height: 50px;
  font-size: 18px;
  color: #917710;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #917710;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-ssMTQwFf8r .carousel-controls a:hover span {
  background-color: #ffffff;
  color: #000000;
}
@media (min-width: 992px) {
  .cid-ssMTQwFf8r .carousel-controls a {
    width: 5%;
  }
}
@media (max-width: 991px) {
  .cid-ssMTQwFf8r .title_block {
    margin-bottom: 40px;
  }
  .cid-ssMTQwFf8r .card_header {
    flex-direction: column;
  }
  .cid-ssMTQwFf8r .rating {
    margin-bottom: 10px;
    align-self: flex-end;
  }
  .cid-ssMTQwFf8r .user {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-ssMTQwFf8r .carousel-controls {
    display: none;
  }
  .cid-ssMTQwFf8r .carousel-item {
    padding: 0;
  }
  .cid-ssMTQwFf8r .card_wrap {
    padding: 30px;
    margin-bottom: 50px;
  }
  .cid-ssMTQwFf8r .card_header {
    margin-bottom: 15px;
  }
  .cid-ssMTQwFf8r .user_img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  .cid-ssMTQwFf8r .user_img img {
    width: 50px;
    height: 50px;
  }
}
.cid-ssMTQyhSeS {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-ssMTQyhSeS .mbr-overlay {
  background-color: #232323;
  opacity: 0.5;
}
.cid-ssMTQyhSeS .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #cdba6d;
  margin-bottom: 0.7rem;
}
.cid-ssMTQyhSeS input,
.cid-ssMTQyhSeS textarea {
  font-size: 14px;
}
.cid-ssMTQyhSeS input {
  padding: 1.5rem 1.8rem!important;
  border-radius: 50px;
}
.cid-ssMTQyhSeS textarea {
  padding: 0.9rem 2rem!important;
  border-radius: 30px;
  height: 100%;
}
.cid-ssMTQyhSeS .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-ssMTQyhSeS .col-auto {
  width: 100%;
  text-align: center;
}
.cid-ssMTQyhSeS img {
  width: 90%;
  border-radius: 8px;
}
.cid-ssMTQyhSeS .mbr-form .btn {
  margin: .4rem .4rem;
  margin-left: 0rem;
}
.cid-ssMTQyhSeS .btn {
  padding: 1rem 3.5rem!important;
}
.cid-ssMTQyhSeS .title-block {
  margin-bottom: 2rem;
}
.cid-ssMTQyhSeS .form-control,
.cid-ssMTQyhSeS .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ssMTQyhSeS .form-control:hover,
.cid-ssMTQyhSeS .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ssMTQyhSeS .form-control:focus,
.cid-ssMTQyhSeS .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ssMTQyhSeS input::-webkit-input-placeholder,
.cid-ssMTQyhSeS textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-ssMTQyhSeS input:-moz-placeholder,
.cid-ssMTQyhSeS textarea:-moz-placeholder {
  color: #807d78;
}
.cid-ssMTQyhSeS .jq-selectbox li,
.cid-ssMTQyhSeS .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-ssMTQyhSeS .jq-selectbox li:hover,
.cid-ssMTQyhSeS .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-ssMTQyhSeS .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-ssMTQyhSeS .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-ssMTQyhSeS H5 {
  padding-bottom: 2rem;
  color: #303030;
}
.cid-ssMTQyhSeS .mbr-text {
  color: #777777;
}
.cid-ssMTQyhSeS .mbr-form {
  padding: 0rem;
}
.cid-ssMTQyhSeS .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-ssMTQyhSeS .form-row {
    margin: 0;
  }
  .cid-ssMTQyhSeS .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-ssMTQyhSeS .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-ssMTQyhSeS img {
    width: 100%;
  }
}
.cid-ssMTQyhSeS .form-row > [class*=col-] {
  padding: 0 1rem;
}
.cid-ssMTQyhSeS .sc-7dvmpp-1 {
  display: none;
}
.cid-ssMTQA048n {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-ssMTQA048n a {
  transition: 0.3s;
}
.cid-ssMTQA048n h5 {
  margin-bottom: 1.6rem;
}
.cid-ssMTQA048n .card-img2 span {
  padding-top: 6px;
}
.cid-ssMTQA048n .soc-item a {
  padding-top: 5px;
}
.cid-ssMTQA048n .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-ssMTQA048n .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-ssMTQA048n .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ssMTQA048n .soc-item {
  width: 35px;
  height: 35px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.4rem;
}
.cid-ssMTQA048n .soc-item span {
  font-size: 1rem;
}
.cid-ssMTQA048n .soc-item:hover span {
  color: #ffffff !important;
}
.cid-ssMTQA048n .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-ssMTQA048n .item h4 {
  margin: 0;
}
.cid-ssMTQA048n .media-wrap {
  margin-bottom: 1rem;
}
.cid-ssMTQA048n .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ssMTQA048n img {
  width: 80%;
}
.cid-ssMTQA048n .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-ssMTQA048n .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-ssMTQA048n .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-ssMTQA048n .container {
  padding: 0;
}
.cid-ssMTQA048n .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-stmpbn8r6G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-stmpbn8r6G nav.navbar {
  position: fixed;
}
.cid-stmpbn8r6G .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-stmpbn8r6G .dropdown-menu {
  padding: 0;
}
.cid-stmpbn8r6G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-stmpbn8r6G .dropdown-item:hover,
.cid-stmpbn8r6G .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-stmpbn8r6G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-stmpbn8r6G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-stmpbn8r6G .nav-link {
  position: relative;
}
.cid-stmpbn8r6G .container {
  display: flex;
  margin: auto;
}
.cid-stmpbn8r6G .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-stmpbn8r6G .navbar-caption {
  padding-right: 4rem;
}
.cid-stmpbn8r6G .dropdown-menu,
.cid-stmpbn8r6G .navbar.opened {
  background: #ffffff !important;
}
.cid-stmpbn8r6G .nav-item:focus,
.cid-stmpbn8r6G .nav-link:focus {
  outline: none;
}
.cid-stmpbn8r6G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-stmpbn8r6G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stmpbn8r6G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-stmpbn8r6G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-stmpbn8r6G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-stmpbn8r6G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-stmpbn8r6G .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-stmpbn8r6G .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-stmpbn8r6G .navbar.opened {
  transition: all .3s;
}
.cid-stmpbn8r6G .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-stmpbn8r6G .navbar .navbar-logo img {
  width: auto;
}
.cid-stmpbn8r6G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-stmpbn8r6G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-stmpbn8r6G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-stmpbn8r6G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-stmpbn8r6G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-stmpbn8r6G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-stmpbn8r6G .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-stmpbn8r6G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-stmpbn8r6G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-stmpbn8r6G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-stmpbn8r6G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-stmpbn8r6G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-stmpbn8r6G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-stmpbn8r6G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-stmpbn8r6G .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-stmpbn8r6G .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-stmpbn8r6G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-stmpbn8r6G .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-stmpbn8r6G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-stmpbn8r6G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-stmpbn8r6G .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-stmpbn8r6G .navbar.navbar-short {
  min-height: 60px;
}
.cid-stmpbn8r6G .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-stmpbn8r6G .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-stmpbn8r6G .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-stmpbn8r6G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-stmpbn8r6G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-stmpbn8r6G .dropdown-item.active,
.cid-stmpbn8r6G .dropdown-item:active {
  background-color: transparent;
}
.cid-stmpbn8r6G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-stmpbn8r6G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-stmpbn8r6G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-stmpbn8r6G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-stmpbn8r6G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-stmpbn8r6G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stmpbn8r6G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-stmpbn8r6G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-stmpbn8r6G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-stmpbn8r6G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-stmpbn8r6G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-stmpbn8r6G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-stmpbn8r6G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-stmpbn8r6G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-stmpbn8r6G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-stmpbn8r6G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-stmpbn8r6G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-stmpbn8r6G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-stmpbn8r6G .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-stmpbn8r6G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-stmpbn8r6G .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-stmpbn8r6G .navbar {
    height: 77px;
  }
  .cid-stmpbn8r6G .navbar.opened {
    height: auto;
  }
  .cid-stmpbn8r6G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-stmpbnCedW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-stmpbnCedW img {
  width: 100%;
  object-fit: cover;
}
.cid-stmpbnCedW .quote {
  color: #333333;
  font-weight: 700;
}
.cid-stmpbnCedW .img-card {
  justify-content: center;
}
.cid-stmpbnCedW .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-stmpbnCedW .card-title {
  margin-bottom: 1.2rem;
}
.cid-stmpbnCedW .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-stmpbnCedW .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-stmpbnCedW .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-stmpbnCedW .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-stmpbnCedW .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-stmpbnCedW .card-title,
.cid-stmpbnCedW .card-box {
  color: #303030;
}
.cid-stmpbnCedW H3 {
  color: #cdba6d;
}
.cid-stmpbnCedW .mbr-text,
.cid-stmpbnCedW .mbr-section-btn {
  color: #000000;
}
.cid-tnbBJ58wDV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-tnbBJ58wDV p {
  margin-bottom: 0rem;
}
.cid-tnbBJ58wDV .btn {
  margin-bottom: 0rem;
}
.cid-tnbBJ58wDV .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tnbBJ58wDV .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tnbBJ58wDV .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-tnbBJ58wDV .mbr-section-btn {
    text-align: left;
  }
  .cid-tnbBJ58wDV .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tnbBJ58wDV .mbr-section-btn {
    text-align: left;
  }
  .cid-tnbBJ58wDV .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tnbBJ58wDV .btn {
    margin-top: 0rem;
  }
}
.cid-tnbBJ58wDV H3 {
  color: #000000;
}
.cid-tnbBJ58wDV .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tnbBJNL26g {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tnbBJNL26g p {
  margin-bottom: 0rem;
}
.cid-tnbBJNL26g .btn {
  margin-bottom: 0rem;
}
.cid-tnbBJNL26g .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tnbBJNL26g .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tnbBJNL26g .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-tnbBJNL26g .mbr-section-btn {
    text-align: left;
  }
  .cid-tnbBJNL26g .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tnbBJNL26g .mbr-section-btn {
    text-align: left;
  }
  .cid-tnbBJNL26g .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tnbBJNL26g .btn {
    margin-top: 0rem;
  }
}
.cid-tnbBJNL26g H3 {
  color: #000000;
}
.cid-tnbBJNL26g .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tnbBK9KK6D {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-tnbBK9KK6D p {
  margin-bottom: 0rem;
}
.cid-tnbBK9KK6D .btn {
  margin-bottom: 0rem;
}
.cid-tnbBK9KK6D .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tnbBK9KK6D .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tnbBK9KK6D .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-tnbBK9KK6D .mbr-section-btn {
    text-align: left;
  }
  .cid-tnbBK9KK6D .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tnbBK9KK6D .mbr-section-btn {
    text-align: left;
  }
  .cid-tnbBK9KK6D .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tnbBK9KK6D .btn {
    margin-top: 0rem;
  }
}
.cid-tnbBK9KK6D H3 {
  color: #000000;
}
.cid-tnbBK9KK6D .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tnbBKwfyck {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tnbBKwfyck p {
  margin-bottom: 0rem;
}
.cid-tnbBKwfyck .btn {
  margin-bottom: 0rem;
}
.cid-tnbBKwfyck .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tnbBKwfyck .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tnbBKwfyck .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-tnbBKwfyck .mbr-section-btn {
    text-align: left;
  }
  .cid-tnbBKwfyck .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tnbBKwfyck .mbr-section-btn {
    text-align: left;
  }
  .cid-tnbBKwfyck .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tnbBKwfyck .btn {
    margin-top: 0rem;
  }
}
.cid-tnbBKwfyck H3 {
  color: #000000;
}
.cid-tnbBKwfyck .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tnbHejchUX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tnbHejchUX p {
  margin-bottom: 0rem;
}
.cid-tnbHejchUX .btn {
  margin-bottom: 0rem;
}
.cid-tnbHejchUX .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tnbHejchUX .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tnbHejchUX .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-tnbHejchUX .mbr-section-btn {
    text-align: left;
  }
  .cid-tnbHejchUX .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tnbHejchUX .mbr-section-btn {
    text-align: left;
  }
  .cid-tnbHejchUX .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tnbHejchUX .btn {
    margin-top: 0rem;
  }
}
.cid-tnbHejchUX H3 {
  color: #000000;
}
.cid-tnbHejchUX .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-stmpbolhKQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-stmpbolhKQ .mbr-iconfont {
  font-size: 80px;
}
.cid-stmpbolhKQ h3 {
  text-align: center;
}
.cid-stmpbolhKQ .card {
  word-wrap: break-word;
}
@media (min-width: 1200px) {
  .cid-stmpbolhKQ .panel-item {
    padding: 0 2.8rem;
  }
}
.cid-stmpbolhKQ H3 {
  color: #42474c;
  text-align: center;
}
.cid-stmpbolhKQ H4 {
  color: #42474c;
}
.cid-stmpbolhKQ .mbr-section-title {
  color: #000000;
}
.cid-stmpboTJTh {
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-stmpboTJTh .title_block {
  margin-bottom: 80px;
}
.cid-stmpboTJTh .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #aa8f20;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-stmpboTJTh .mbr-section-title {
  color: #333333;
}
.cid-stmpboTJTh .card_wrap {
  height: 100%;
  z-index: 1;
  overflow: hidden;
  padding: 40px;
  padding-bottom: 60px;
  position: relative;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0px 6px 20px 0px rgba(0, 33, 121, 0.08);
}
.cid-stmpboTJTh .card_wrap:before {
  content: '';
  bottom: 20px;
  right: 15px;
  width: 65px;
  height: 65px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}
.cid-stmpboTJTh .card_wrap:after {
  content: '';
  bottom: -24px;
  right: -20px;
  width: 80px;
  height: 80px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}
.cid-stmpboTJTh .card_header {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
.cid-stmpboTJTh .user {
  display: flex;
  align-items: center;
}
.cid-stmpboTJTh .user_img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 50%;
}
.cid-stmpboTJTh .user_img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.cid-stmpboTJTh .user_name {
  margin-bottom: 2px;
  display: block;
  color: #4a4c70;
}
.cid-stmpboTJTh .desk {
  margin-bottom: 0;
}
.cid-stmpboTJTh .iconfont-wrapper {
  min-width: 115px;
}
.cid-stmpboTJTh .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  margin-right: 3px;
}
.cid-stmpboTJTh .carousel-item {
  justify-content: center;
  padding: 0 3rem;
}
.cid-stmpboTJTh .carousel-item > div {
  width: 100%;
}
.cid-stmpboTJTh .carousel-item.active,
.cid-stmpboTJTh .carousel-item-next,
.cid-stmpboTJTh .carousel-item-prev {
  display: flex;
}
.cid-stmpboTJTh .carousel-controls a {
  width: 9%;
}
.cid-stmpboTJTh .carousel-controls a span {
  width: 50px;
  height: 50px;
  font-weight: 700;
  line-height: 50px;
  font-size: 18px;
  color: #917710;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #917710;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-stmpboTJTh .carousel-controls a:hover span {
  background-color: #ffffff;
  color: #000000;
}
@media (min-width: 992px) {
  .cid-stmpboTJTh .carousel-controls a {
    width: 5%;
  }
}
@media (max-width: 991px) {
  .cid-stmpboTJTh .title_block {
    margin-bottom: 40px;
  }
  .cid-stmpboTJTh .card_header {
    flex-direction: column;
  }
  .cid-stmpboTJTh .rating {
    margin-bottom: 10px;
    align-self: flex-end;
  }
  .cid-stmpboTJTh .user {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-stmpboTJTh .carousel-controls {
    display: none;
  }
  .cid-stmpboTJTh .carousel-item {
    padding: 0;
  }
  .cid-stmpboTJTh .card_wrap {
    padding: 30px;
    margin-bottom: 50px;
  }
  .cid-stmpboTJTh .card_header {
    margin-bottom: 15px;
  }
  .cid-stmpboTJTh .user_img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  .cid-stmpboTJTh .user_img img {
    width: 50px;
    height: 50px;
  }
}
.cid-tnbHeX5Ejb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tnbHeX5Ejb p {
  margin-bottom: 0rem;
}
.cid-tnbHeX5Ejb .btn {
  margin-bottom: 0rem;
}
.cid-tnbHeX5Ejb .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tnbHeX5Ejb .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tnbHeX5Ejb .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-tnbHeX5Ejb .mbr-section-btn {
    text-align: left;
  }
  .cid-tnbHeX5Ejb .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tnbHeX5Ejb .mbr-section-btn {
    text-align: left;
  }
  .cid-tnbHeX5Ejb .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tnbHeX5Ejb .btn {
    margin-top: 0rem;
  }
}
.cid-tnbHeX5Ejb H3 {
  color: #000000;
}
.cid-tnbHeX5Ejb .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-stmpbqqRyV {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-stmpbqqRyV a {
  transition: 0.3s;
}
.cid-stmpbqqRyV h5 {
  margin-bottom: 1.6rem;
}
.cid-stmpbqqRyV .card-img2 span {
  padding-top: 6px;
}
.cid-stmpbqqRyV .soc-item a {
  padding-top: 5px;
}
.cid-stmpbqqRyV .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-stmpbqqRyV .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-stmpbqqRyV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-stmpbqqRyV .soc-item {
  width: 35px;
  height: 35px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.4rem;
}
.cid-stmpbqqRyV .soc-item span {
  font-size: 1rem;
}
.cid-stmpbqqRyV .soc-item:hover span {
  color: #ffffff !important;
}
.cid-stmpbqqRyV .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-stmpbqqRyV .item h4 {
  margin: 0;
}
.cid-stmpbqqRyV .media-wrap {
  margin-bottom: 1rem;
}
.cid-stmpbqqRyV .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-stmpbqqRyV img {
  width: 80%;
}
.cid-stmpbqqRyV .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-stmpbqqRyV .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-stmpbqqRyV .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-stmpbqqRyV .container {
  padding: 0;
}
.cid-stmpbqqRyV .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-sJWWX8auIm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sJWWX8auIm nav.navbar {
  position: fixed;
}
.cid-sJWWX8auIm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJWWX8auIm .dropdown-menu {
  padding: 0;
}
.cid-sJWWX8auIm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sJWWX8auIm .dropdown-item:hover,
.cid-sJWWX8auIm .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-sJWWX8auIm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sJWWX8auIm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sJWWX8auIm .nav-link {
  position: relative;
}
.cid-sJWWX8auIm .container {
  display: flex;
  margin: auto;
}
.cid-sJWWX8auIm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sJWWX8auIm .navbar-caption {
  padding-right: 4rem;
}
.cid-sJWWX8auIm .dropdown-menu,
.cid-sJWWX8auIm .navbar.opened {
  background: #ffffff !important;
}
.cid-sJWWX8auIm .nav-item:focus,
.cid-sJWWX8auIm .nav-link:focus {
  outline: none;
}
.cid-sJWWX8auIm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sJWWX8auIm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJWWX8auIm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sJWWX8auIm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJWWX8auIm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJWWX8auIm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJWWX8auIm .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sJWWX8auIm .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sJWWX8auIm .navbar.opened {
  transition: all .3s;
}
.cid-sJWWX8auIm .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sJWWX8auIm .navbar .navbar-logo img {
  width: auto;
}
.cid-sJWWX8auIm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sJWWX8auIm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJWWX8auIm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sJWWX8auIm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-sJWWX8auIm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJWWX8auIm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJWWX8auIm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sJWWX8auIm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJWWX8auIm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sJWWX8auIm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sJWWX8auIm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJWWX8auIm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJWWX8auIm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJWWX8auIm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJWWX8auIm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sJWWX8auIm .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sJWWX8auIm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJWWX8auIm .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJWWX8auIm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sJWWX8auIm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sJWWX8auIm .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sJWWX8auIm .navbar.navbar-short {
  min-height: 60px;
}
.cid-sJWWX8auIm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sJWWX8auIm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sJWWX8auIm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sJWWX8auIm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJWWX8auIm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJWWX8auIm .dropdown-item.active,
.cid-sJWWX8auIm .dropdown-item:active {
  background-color: transparent;
}
.cid-sJWWX8auIm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJWWX8auIm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJWWX8auIm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJWWX8auIm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sJWWX8auIm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJWWX8auIm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJWWX8auIm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sJWWX8auIm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sJWWX8auIm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sJWWX8auIm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sJWWX8auIm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sJWWX8auIm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sJWWX8auIm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sJWWX8auIm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sJWWX8auIm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJWWX8auIm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sJWWX8auIm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sJWWX8auIm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJWWX8auIm .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sJWWX8auIm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sJWWX8auIm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sJWWX8auIm .navbar {
    height: 77px;
  }
  .cid-sJWWX8auIm .navbar.opened {
    height: auto;
  }
  .cid-sJWWX8auIm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJWWX8GApw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sJWWX8GApw img {
  width: 100%;
  object-fit: cover;
}
.cid-sJWWX8GApw .quote {
  color: #333333;
  font-weight: 700;
  text-align: left;
}
.cid-sJWWX8GApw .img-card {
  justify-content: center;
}
.cid-sJWWX8GApw .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-sJWWX8GApw .card-title {
  margin-bottom: 1.2rem;
}
.cid-sJWWX8GApw .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-sJWWX8GApw .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-sJWWX8GApw .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sJWWX8GApw .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sJWWX8GApw .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-sJWWX8GApw .card-title,
.cid-sJWWX8GApw .card-box {
  color: #303030;
}
.cid-sJWWX8GApw H3 {
  color: #cdba6d;
}
.cid-sJWWX8GApw .mbr-text,
.cid-sJWWX8GApw .mbr-section-btn {
  color: #000000;
}
.cid-tnbvM5POAJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-tnbvM5POAJ p {
  margin-bottom: 0rem;
}
.cid-tnbvM5POAJ .btn {
  margin-bottom: 0rem;
}
.cid-tnbvM5POAJ .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tnbvM5POAJ .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tnbvM5POAJ .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-tnbvM5POAJ .mbr-section-btn {
    text-align: left;
  }
  .cid-tnbvM5POAJ .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tnbvM5POAJ .mbr-section-btn {
    text-align: left;
  }
  .cid-tnbvM5POAJ .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tnbvM5POAJ .btn {
    margin-top: 0rem;
  }
}
.cid-tnbvM5POAJ H3 {
  color: #000000;
}
.cid-tnbvM5POAJ .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tnbvMyH4gS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tnbvMyH4gS p {
  margin-bottom: 0rem;
}
.cid-tnbvMyH4gS .btn {
  margin-bottom: 0rem;
}
.cid-tnbvMyH4gS .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tnbvMyH4gS .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tnbvMyH4gS .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-tnbvMyH4gS .mbr-section-btn {
    text-align: left;
  }
  .cid-tnbvMyH4gS .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tnbvMyH4gS .mbr-section-btn {
    text-align: left;
  }
  .cid-tnbvMyH4gS .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tnbvMyH4gS .btn {
    margin-top: 0rem;
  }
}
.cid-tnbvMyH4gS H3 {
  color: #000000;
}
.cid-tnbvMyH4gS .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tnbvN18hE0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-tnbvN18hE0 p {
  margin-bottom: 0rem;
}
.cid-tnbvN18hE0 .btn {
  margin-bottom: 0rem;
}
.cid-tnbvN18hE0 .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tnbvN18hE0 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tnbvN18hE0 .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-tnbvN18hE0 .mbr-section-btn {
    text-align: left;
  }
  .cid-tnbvN18hE0 .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tnbvN18hE0 .mbr-section-btn {
    text-align: left;
  }
  .cid-tnbvN18hE0 .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tnbvN18hE0 .btn {
    margin-top: 0rem;
  }
}
.cid-tnbvN18hE0 H3 {
  color: #000000;
}
.cid-tnbvN18hE0 .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tnbvOCpKp8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tnbvOCpKp8 p {
  margin-bottom: 0rem;
}
.cid-tnbvOCpKp8 .btn {
  margin-bottom: 0rem;
}
.cid-tnbvOCpKp8 .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tnbvOCpKp8 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tnbvOCpKp8 .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-tnbvOCpKp8 .mbr-section-btn {
    text-align: left;
  }
  .cid-tnbvOCpKp8 .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tnbvOCpKp8 .mbr-section-btn {
    text-align: left;
  }
  .cid-tnbvOCpKp8 .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tnbvOCpKp8 .btn {
    margin-top: 0rem;
  }
}
.cid-tnbvOCpKp8 H3 {
  color: #000000;
}
.cid-tnbvOCpKp8 .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-sJWWX9u8X5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sJWWX9u8X5 .mbr-iconfont {
  font-size: 80px;
}
.cid-sJWWX9u8X5 h3 {
  text-align: center;
}
.cid-sJWWX9u8X5 .card {
  word-wrap: break-word;
}
@media (min-width: 1200px) {
  .cid-sJWWX9u8X5 .panel-item {
    padding: 0 2.8rem;
  }
}
.cid-sJWWX9u8X5 H3 {
  color: #42474c;
  text-align: center;
}
.cid-sJWWX9u8X5 H4 {
  color: #42474c;
}
.cid-sJWWX9u8X5 .mbr-section-title {
  color: #000000;
}
.cid-sJWWXa1rJp {
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sJWWXa1rJp .title_block {
  margin-bottom: 80px;
}
.cid-sJWWXa1rJp .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #aa8f20;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sJWWXa1rJp .mbr-section-title {
  color: #333333;
}
.cid-sJWWXa1rJp .card_wrap {
  height: 100%;
  z-index: 1;
  overflow: hidden;
  padding: 40px;
  padding-bottom: 60px;
  position: relative;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0px 6px 20px 0px rgba(0, 33, 121, 0.08);
}
.cid-sJWWXa1rJp .card_wrap:before {
  content: '';
  bottom: 20px;
  right: 15px;
  width: 65px;
  height: 65px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}
.cid-sJWWXa1rJp .card_wrap:after {
  content: '';
  bottom: -24px;
  right: -20px;
  width: 80px;
  height: 80px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}
.cid-sJWWXa1rJp .card_header {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
.cid-sJWWXa1rJp .user {
  display: flex;
  align-items: center;
}
.cid-sJWWXa1rJp .user_img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 50%;
}
.cid-sJWWXa1rJp .user_img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.cid-sJWWXa1rJp .user_name {
  margin-bottom: 2px;
  display: block;
  color: #4a4c70;
}
.cid-sJWWXa1rJp .desk {
  margin-bottom: 0;
}
.cid-sJWWXa1rJp .iconfont-wrapper {
  min-width: 115px;
}
.cid-sJWWXa1rJp .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  margin-right: 3px;
}
.cid-sJWWXa1rJp .carousel-item {
  justify-content: center;
  padding: 0 3rem;
}
.cid-sJWWXa1rJp .carousel-item > div {
  width: 100%;
}
.cid-sJWWXa1rJp .carousel-item.active,
.cid-sJWWXa1rJp .carousel-item-next,
.cid-sJWWXa1rJp .carousel-item-prev {
  display: flex;
}
.cid-sJWWXa1rJp .carousel-controls a {
  width: 9%;
}
.cid-sJWWXa1rJp .carousel-controls a span {
  width: 50px;
  height: 50px;
  font-weight: 700;
  line-height: 50px;
  font-size: 18px;
  color: #917710;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #917710;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sJWWXa1rJp .carousel-controls a:hover span {
  background-color: #ffffff;
  color: #000000;
}
@media (min-width: 992px) {
  .cid-sJWWXa1rJp .carousel-controls a {
    width: 5%;
  }
}
@media (max-width: 991px) {
  .cid-sJWWXa1rJp .title_block {
    margin-bottom: 40px;
  }
  .cid-sJWWXa1rJp .card_header {
    flex-direction: column;
  }
  .cid-sJWWXa1rJp .rating {
    margin-bottom: 10px;
    align-self: flex-end;
  }
  .cid-sJWWXa1rJp .user {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-sJWWXa1rJp .carousel-controls {
    display: none;
  }
  .cid-sJWWXa1rJp .carousel-item {
    padding: 0;
  }
  .cid-sJWWXa1rJp .card_wrap {
    padding: 30px;
    margin-bottom: 50px;
  }
  .cid-sJWWXa1rJp .card_header {
    margin-bottom: 15px;
  }
  .cid-sJWWXa1rJp .user_img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  .cid-sJWWXa1rJp .user_img img {
    width: 50px;
    height: 50px;
  }
}
.cid-tnbvP80423 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tnbvP80423 p {
  margin-bottom: 0rem;
}
.cid-tnbvP80423 .btn {
  margin-bottom: 0rem;
}
.cid-tnbvP80423 .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tnbvP80423 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tnbvP80423 .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-tnbvP80423 .mbr-section-btn {
    text-align: left;
  }
  .cid-tnbvP80423 .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tnbvP80423 .mbr-section-btn {
    text-align: left;
  }
  .cid-tnbvP80423 .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tnbvP80423 .btn {
    margin-top: 0rem;
  }
}
.cid-tnbvP80423 H3 {
  color: #000000;
}
.cid-tnbvP80423 .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-sJWWXbMJZe {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-sJWWXbMJZe a {
  transition: 0.3s;
}
.cid-sJWWXbMJZe h5 {
  margin-bottom: 1.6rem;
}
.cid-sJWWXbMJZe .card-img2 span {
  padding-top: 6px;
}
.cid-sJWWXbMJZe .soc-item a {
  padding-top: 5px;
}
.cid-sJWWXbMJZe .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-sJWWXbMJZe .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-sJWWXbMJZe .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJWWXbMJZe .soc-item {
  width: 35px;
  height: 35px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.4rem;
}
.cid-sJWWXbMJZe .soc-item span {
  font-size: 1rem;
}
.cid-sJWWXbMJZe .soc-item:hover span {
  color: #ffffff !important;
}
.cid-sJWWXbMJZe .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-sJWWXbMJZe .item h4 {
  margin: 0;
}
.cid-sJWWXbMJZe .media-wrap {
  margin-bottom: 1rem;
}
.cid-sJWWXbMJZe .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sJWWXbMJZe img {
  width: 80%;
}
.cid-sJWWXbMJZe .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-sJWWXbMJZe .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sJWWXbMJZe .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-sJWWXbMJZe .container {
  padding: 0;
}
.cid-sJWWXbMJZe .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-sKZAdRV9AP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sKZAdRV9AP nav.navbar {
  position: fixed;
}
.cid-sKZAdRV9AP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sKZAdRV9AP .dropdown-menu {
  padding: 0;
}
.cid-sKZAdRV9AP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sKZAdRV9AP .dropdown-item:hover,
.cid-sKZAdRV9AP .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-sKZAdRV9AP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sKZAdRV9AP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sKZAdRV9AP .nav-link {
  position: relative;
}
.cid-sKZAdRV9AP .container {
  display: flex;
  margin: auto;
}
.cid-sKZAdRV9AP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sKZAdRV9AP .navbar-caption {
  padding-right: 4rem;
}
.cid-sKZAdRV9AP .dropdown-menu,
.cid-sKZAdRV9AP .navbar.opened {
  background: #ffffff !important;
}
.cid-sKZAdRV9AP .nav-item:focus,
.cid-sKZAdRV9AP .nav-link:focus {
  outline: none;
}
.cid-sKZAdRV9AP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sKZAdRV9AP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKZAdRV9AP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sKZAdRV9AP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sKZAdRV9AP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sKZAdRV9AP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sKZAdRV9AP .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sKZAdRV9AP .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sKZAdRV9AP .navbar.opened {
  transition: all .3s;
}
.cid-sKZAdRV9AP .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sKZAdRV9AP .navbar .navbar-logo img {
  width: auto;
}
.cid-sKZAdRV9AP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sKZAdRV9AP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sKZAdRV9AP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sKZAdRV9AP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-sKZAdRV9AP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sKZAdRV9AP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sKZAdRV9AP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sKZAdRV9AP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sKZAdRV9AP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sKZAdRV9AP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sKZAdRV9AP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sKZAdRV9AP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sKZAdRV9AP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sKZAdRV9AP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sKZAdRV9AP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sKZAdRV9AP .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sKZAdRV9AP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sKZAdRV9AP .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sKZAdRV9AP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sKZAdRV9AP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sKZAdRV9AP .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sKZAdRV9AP .navbar.navbar-short {
  min-height: 60px;
}
.cid-sKZAdRV9AP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sKZAdRV9AP .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sKZAdRV9AP .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sKZAdRV9AP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sKZAdRV9AP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sKZAdRV9AP .dropdown-item.active,
.cid-sKZAdRV9AP .dropdown-item:active {
  background-color: transparent;
}
.cid-sKZAdRV9AP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sKZAdRV9AP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sKZAdRV9AP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sKZAdRV9AP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sKZAdRV9AP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sKZAdRV9AP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sKZAdRV9AP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sKZAdRV9AP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sKZAdRV9AP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sKZAdRV9AP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sKZAdRV9AP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKZAdRV9AP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKZAdRV9AP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKZAdRV9AP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKZAdRV9AP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKZAdRV9AP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKZAdRV9AP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKZAdRV9AP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKZAdRV9AP .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sKZAdRV9AP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sKZAdRV9AP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sKZAdRV9AP .navbar {
    height: 77px;
  }
  .cid-sKZAdRV9AP .navbar.opened {
    height: auto;
  }
  .cid-sKZAdRV9AP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sKZAdTI1vo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fcfcfc;
}
.cid-sKZAdTI1vo img {
  width: 100%;
  object-fit: cover;
}
.cid-sKZAdTI1vo .quote {
  color: #333333;
  font-weight: 700;
}
.cid-sKZAdTI1vo .img-card {
  justify-content: center;
}
.cid-sKZAdTI1vo .card {
  border-radius: 0;
  background: #fcfcfc;
}
.cid-sKZAdTI1vo .card-title {
  margin-bottom: 1.2rem;
}
.cid-sKZAdTI1vo .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-sKZAdTI1vo .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-sKZAdTI1vo .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sKZAdTI1vo .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sKZAdTI1vo .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-sKZAdTI1vo .card-title,
.cid-sKZAdTI1vo .card-box {
  color: #303030;
}
.cid-sKZAdTI1vo H3 {
  color: #cdba6d;
}
.cid-sKZAdTI1vo .mbr-text,
.cid-sKZAdTI1vo .mbr-section-btn {
  color: #000000;
}
.cid-sKZAdVgS4C {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sKZAdVgS4C .mbr-iconfont {
  font-size: 80px;
}
.cid-sKZAdVgS4C h3 {
  text-align: center;
}
.cid-sKZAdVgS4C .card {
  word-wrap: break-word;
}
@media (min-width: 1200px) {
  .cid-sKZAdVgS4C .panel-item {
    padding: 0 2.8rem;
  }
}
.cid-sKZAdVgS4C H3 {
  color: #42474c;
  text-align: center;
}
.cid-sKZAdVgS4C H4 {
  color: #42474c;
}
.cid-sKZAdVgS4C .mbr-section-title {
  color: #000000;
}
.cid-sKZAdZlkzU {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sKZAdZlkzU .mbr-overlay {
  background-color: #232323;
  opacity: 0.5;
}
.cid-sKZAdZlkzU .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #cdba6d;
  margin-bottom: 0.7rem;
}
.cid-sKZAdZlkzU input,
.cid-sKZAdZlkzU textarea {
  font-size: 14px;
}
.cid-sKZAdZlkzU input {
  padding: 1.5rem 1.8rem!important;
  border-radius: 50px;
}
.cid-sKZAdZlkzU textarea {
  padding: 0.9rem 2rem!important;
  border-radius: 30px;
  height: 100%;
}
.cid-sKZAdZlkzU .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-sKZAdZlkzU .col-auto {
  width: 100%;
  text-align: center;
}
.cid-sKZAdZlkzU img {
  width: 90%;
  border-radius: 8px;
}
.cid-sKZAdZlkzU .mbr-form .btn {
  margin: .4rem .4rem;
  margin-left: 0rem;
}
.cid-sKZAdZlkzU .btn {
  padding: 1rem 3.5rem!important;
}
.cid-sKZAdZlkzU .title-block {
  margin-bottom: 2rem;
}
.cid-sKZAdZlkzU .form-control,
.cid-sKZAdZlkzU .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sKZAdZlkzU .form-control:hover,
.cid-sKZAdZlkzU .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sKZAdZlkzU .form-control:focus,
.cid-sKZAdZlkzU .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sKZAdZlkzU input::-webkit-input-placeholder,
.cid-sKZAdZlkzU textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-sKZAdZlkzU input:-moz-placeholder,
.cid-sKZAdZlkzU textarea:-moz-placeholder {
  color: #807d78;
}
.cid-sKZAdZlkzU .jq-selectbox li,
.cid-sKZAdZlkzU .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-sKZAdZlkzU .jq-selectbox li:hover,
.cid-sKZAdZlkzU .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-sKZAdZlkzU .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-sKZAdZlkzU .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-sKZAdZlkzU H5 {
  padding-bottom: 2rem;
  color: #303030;
}
.cid-sKZAdZlkzU .mbr-text {
  color: #777777;
}
.cid-sKZAdZlkzU .mbr-form {
  padding: 0rem;
}
.cid-sKZAdZlkzU .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-sKZAdZlkzU .form-row {
    margin: 0;
  }
  .cid-sKZAdZlkzU .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-sKZAdZlkzU .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-sKZAdZlkzU img {
    width: 100%;
  }
}
.cid-sKZAdZlkzU .form-row > [class*=col-] {
  padding: 0 1rem;
}
.cid-sKZAdZlkzU .sc-7dvmpp-1 {
  display: none;
}
.cid-sKZAe06JsQ {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-sKZAe06JsQ a {
  transition: 0.3s;
}
.cid-sKZAe06JsQ h5 {
  margin-bottom: 1.6rem;
}
.cid-sKZAe06JsQ .card-img2 span {
  padding-top: 6px;
}
.cid-sKZAe06JsQ .soc-item a {
  padding-top: 5px;
}
.cid-sKZAe06JsQ .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-sKZAe06JsQ .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-sKZAe06JsQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sKZAe06JsQ .soc-item {
  width: 35px;
  height: 35px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.4rem;
}
.cid-sKZAe06JsQ .soc-item span {
  font-size: 1rem;
}
.cid-sKZAe06JsQ .soc-item:hover span {
  color: #ffffff !important;
}
.cid-sKZAe06JsQ .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-sKZAe06JsQ .item h4 {
  margin: 0;
}
.cid-sKZAe06JsQ .media-wrap {
  margin-bottom: 1rem;
}
.cid-sKZAe06JsQ .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sKZAe06JsQ img {
  width: 80%;
}
.cid-sKZAe06JsQ .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-sKZAe06JsQ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sKZAe06JsQ .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-sKZAe06JsQ .container {
  padding: 0;
}
.cid-sKZAe06JsQ .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-thTXc8XxN9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-thTXc8XxN9 nav.navbar {
  position: fixed;
}
.cid-thTXc8XxN9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thTXc8XxN9 .dropdown-menu {
  padding: 0;
}
.cid-thTXc8XxN9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-thTXc8XxN9 .dropdown-item:hover,
.cid-thTXc8XxN9 .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-thTXc8XxN9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-thTXc8XxN9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thTXc8XxN9 .nav-link {
  position: relative;
}
.cid-thTXc8XxN9 .container {
  display: flex;
  margin: auto;
}
.cid-thTXc8XxN9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-thTXc8XxN9 .navbar-caption {
  padding-right: 4rem;
}
.cid-thTXc8XxN9 .dropdown-menu,
.cid-thTXc8XxN9 .navbar.opened {
  background: #ffffff !important;
}
.cid-thTXc8XxN9 .nav-item:focus,
.cid-thTXc8XxN9 .nav-link:focus {
  outline: none;
}
.cid-thTXc8XxN9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-thTXc8XxN9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thTXc8XxN9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-thTXc8XxN9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thTXc8XxN9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thTXc8XxN9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thTXc8XxN9 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-thTXc8XxN9 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-thTXc8XxN9 .navbar.opened {
  transition: all .3s;
}
.cid-thTXc8XxN9 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-thTXc8XxN9 .navbar .navbar-logo img {
  width: auto;
}
.cid-thTXc8XxN9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thTXc8XxN9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thTXc8XxN9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thTXc8XxN9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-thTXc8XxN9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thTXc8XxN9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thTXc8XxN9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-thTXc8XxN9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thTXc8XxN9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-thTXc8XxN9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-thTXc8XxN9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thTXc8XxN9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thTXc8XxN9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thTXc8XxN9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thTXc8XxN9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-thTXc8XxN9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-thTXc8XxN9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thTXc8XxN9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thTXc8XxN9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thTXc8XxN9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-thTXc8XxN9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-thTXc8XxN9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-thTXc8XxN9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-thTXc8XxN9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-thTXc8XxN9 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-thTXc8XxN9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thTXc8XxN9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thTXc8XxN9 .dropdown-item.active,
.cid-thTXc8XxN9 .dropdown-item:active {
  background-color: transparent;
}
.cid-thTXc8XxN9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thTXc8XxN9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thTXc8XxN9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thTXc8XxN9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-thTXc8XxN9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thTXc8XxN9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thTXc8XxN9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thTXc8XxN9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-thTXc8XxN9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-thTXc8XxN9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-thTXc8XxN9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-thTXc8XxN9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-thTXc8XxN9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-thTXc8XxN9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-thTXc8XxN9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thTXc8XxN9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-thTXc8XxN9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-thTXc8XxN9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thTXc8XxN9 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-thTXc8XxN9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thTXc8XxN9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thTXc8XxN9 .navbar {
    height: 77px;
  }
  .cid-thTXc8XxN9 .navbar.opened {
    height: auto;
  }
  .cid-thTXc8XxN9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thTXc9xKlQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-thTXc9xKlQ img {
  width: 100%;
  object-fit: cover;
}
.cid-thTXc9xKlQ .quote {
  color: #333333;
  font-weight: 700;
}
.cid-thTXc9xKlQ .img-card {
  justify-content: center;
}
.cid-thTXc9xKlQ .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-thTXc9xKlQ .card-title {
  margin-bottom: 1.2rem;
}
.cid-thTXc9xKlQ .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-thTXc9xKlQ .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-thTXc9xKlQ .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-thTXc9xKlQ .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-thTXc9xKlQ .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-thTXc9xKlQ .card-title,
.cid-thTXc9xKlQ .card-box {
  color: #303030;
}
.cid-thTXc9xKlQ H3 {
  color: #cdba6d;
}
.cid-thTXc9xKlQ .mbr-text,
.cid-thTXc9xKlQ .mbr-section-btn {
  color: #000000;
}
.cid-thTY2oioAf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-thTY2oioAf .card-wrapper {
  background-position: center;
  padding: 1.4rem 1.8rem 1rem;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #354463;
}
.cid-thTY2oioAf .card-title {
  margin-bottom: 0.5rem;
}
.cid-thTY2oioAf .item1 {
  margin-bottom: 0.1rem;
  text-align: center;
}
.cid-thTY2oioAf ul {
  margin-bottom: 0rem;
}
.cid-thTY2oioAf .row {
  justify-content: center;
}
.cid-thTY2oioAf .list {
  padding: 0;
}
.cid-thTY2oioAf li {
  list-style: none;
}
.cid-thTY2oioAf .link-wrap {
  width: 100%;
}
.cid-thTY2oioAf .link {
  display: inline-block;
}
.cid-thTY2oioAf .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-thTY2oioAf .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-thTY2oioAf .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
@media (max-width: 767px) {
  .cid-thTY2oioAf .card-wrapper {
    padding: 1.4rem 1rem 1rem;
  }
}
.cid-thTY2oioAf .card-title,
.cid-thTY2oioAf .card-box {
  text-align: center;
}
.cid-thTY2oioAf .col-lg-R {
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
  align: top;
}
.cid-tjTsc0PLUd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #354463;
}
.cid-tjTsc0PLUd .card-wrapper {
  background-position: center;
  padding: 1.4rem 1.8rem 1rem;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
.cid-tjTsc0PLUd .card-title {
  margin-bottom: 0.5rem;
}
.cid-tjTsc0PLUd .item1 {
  margin-bottom: 0.1rem;
  text-align: center;
  color: #354463;
}
.cid-tjTsc0PLUd ul {
  margin-bottom: 0rem;
}
.cid-tjTsc0PLUd .row {
  justify-content: center;
}
.cid-tjTsc0PLUd .list {
  padding: 0;
}
.cid-tjTsc0PLUd li {
  list-style: none;
}
.cid-tjTsc0PLUd .link-wrap {
  width: 100%;
}
.cid-tjTsc0PLUd .link {
  display: inline-block;
}
.cid-tjTsc0PLUd .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-tjTsc0PLUd .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tjTsc0PLUd .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
@media (max-width: 767px) {
  .cid-tjTsc0PLUd .card-wrapper {
    padding: 1.4rem 1rem 1rem;
  }
}
.cid-tjTsc0PLUd .card-title,
.cid-tjTsc0PLUd .card-box {
  text-align: center;
  color: #354463;
}
.cid-tjTsc0PLUd .col-lg-R {
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
  align: top;
}
.cid-tjTsc0PLUd .mbr-text {
  color: #ffffff;
}
.cid-thUqhqziOm {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-thUqhqziOm p {
  margin-bottom: 0rem;
}
.cid-thUqhqziOm .btn {
  margin-bottom: 0rem;
}
.cid-thUqhqziOm .mbr-section-title {
  margin-bottom: 20px;
}
.cid-thUqhqziOm .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-thUqhqziOm .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-thUqhqziOm .mbr-section-btn {
    text-align: left;
  }
  .cid-thUqhqziOm .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-thUqhqziOm .mbr-section-btn {
    text-align: left;
  }
  .cid-thUqhqziOm .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-thUqhqziOm .btn {
    margin-top: 0rem;
  }
}
.cid-thUqhqziOm .mbr-text {
  color: #354463;
}
.cid-thTYhobGHw {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-thTYhobGHw .mbr-iconfont {
  color: #c1f7d5;
  font-size: 6.3rem;
}
.cid-thTYhobGHw .card-inner {
  vertical-align: top;
  background-color: transparent;
  transition: 0.7s;
}
.cid-thTYhobGHw .btn {
  margin-left: 0rem;
}
.cid-thTYhobGHw .row {
  padding-bottom: 8rem;
}
.cid-thTYhobGHw .link {
  margin: 0;
}
.cid-thTYhobGHw .card-title {
  position: relative;
}
.cid-thTYhobGHw .mbr-text {
  margin-bottom: 1.5rem;
}
.cid-thTYhobGHw .card-box {
  vertical-align: top;
  position: relative;
}
.cid-thTYhobGHw .card-img {
  vertical-align: top;
  margin-bottom: 2rem;
  text-align: left;
}
.cid-thTYhobGHw .media-container-row {
  align-items: flex-start;
}
.cid-thTYhobGHw .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-thTYhobGHw .card {
    padding: 0rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-thTYhobGHw .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-thTYhobGHw .card {
    margin-bottom: 3rem;
  }
  .cid-thTYhobGHw .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-thTYhobGHw .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-thTYhobGHw .container {
    padding: 0;
  }
}
.cid-thTYhobGHw .mbr-section-title,
.cid-thTYhobGHw .ornament {
  color: #354463;
}
.cid-thTYhobGHw .mbr-text,
.cid-thTYhobGHw .link {
  text-align: left;
  vertical-align: top;
  color: #354463;
}
.cid-thTYhobGHw .td {
  height: 100%;
  vertical-align: top;
  padding-left: 10px;
}
.cid-tkgQ5xFn0Y {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #354463;
}
.cid-tkgQ5xFn0Y .mbr-iconfont {
  color: #c1f7d5;
  font-size: 6.3rem;
}
.cid-tkgQ5xFn0Y .card-inner {
  vertical-align: top;
  background-color: transparent;
  transition: 0.7s;
}
.cid-tkgQ5xFn0Y .btn {
  margin-left: 0rem;
}
.cid-tkgQ5xFn0Y .row {
  padding-bottom: 8rem;
}
.cid-tkgQ5xFn0Y .link {
  margin: 0;
}
.cid-tkgQ5xFn0Y .card-title {
  position: relative;
}
.cid-tkgQ5xFn0Y .mbr-text {
  margin-bottom: 1.5rem;
}
.cid-tkgQ5xFn0Y .card-box {
  vertical-align: top;
  position: relative;
}
.cid-tkgQ5xFn0Y .card-img {
  vertical-align: top;
  margin-bottom: 2rem;
  text-align: left;
}
.cid-tkgQ5xFn0Y .media-container-row {
  align-items: flex-start;
}
.cid-tkgQ5xFn0Y .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tkgQ5xFn0Y .card {
    padding: 0rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tkgQ5xFn0Y .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-tkgQ5xFn0Y .card {
    margin-bottom: 3rem;
  }
  .cid-tkgQ5xFn0Y .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tkgQ5xFn0Y .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-tkgQ5xFn0Y .container {
    padding: 0;
  }
}
.cid-tkgQ5xFn0Y .mbr-section-title,
.cid-tkgQ5xFn0Y .ornament {
  color: #ffffff;
}
.cid-tkgQ5xFn0Y .mbr-text,
.cid-tkgQ5xFn0Y .link {
  text-align: left;
  vertical-align: top;
  color: #ffffff;
}
.cid-tkgQ5xFn0Y .td {
  height: 100%;
  vertical-align: top;
  padding-left: 10px;
}
.cid-thTY8NuIri {
  padding-top: 45px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-thTY8NuIri .accordion .card {
  overflow: hidden;
}
.cid-thTY8NuIri .accordion .card:not(:first-of-type):not(:last-of-type) {
  border-radius: 35px !important;
}
.cid-thTY8NuIri .accordion .card:first-of-type {
  border-radius: 35px !important;
}
.cid-thTY8NuIri .accordion .card:last-of-type {
  border-radius: 35px !important;
}
.cid-thTY8NuIri .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-thTY8NuIri .panel-body {
  padding: 0.3rem 2rem;
}
.cid-thTY8NuIri .card-title {
  position: relative;
  color: #fcfcfc;
  text-align: center;
}
.cid-thTY8NuIri .mbr-text {
  position: relative;
}
.cid-thTY8NuIri .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
  background: #efefef;
  border-radius: 35px;
}
.cid-thTY8NuIri .card .card-header {
  padding: 0.8rem 0rem !important;
  background-color: transparent !important;
  border: none;
}
.cid-thTY8NuIri .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-thTY8NuIri .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-thTY8NuIri .card .card-header a.panel-title h5 {
  padding: 0.6rem 2rem;
  margin-bottom: -1px;
  font-weight: 700;
  transition: all 0.3s;
}
.cid-thTY8NuIri .card .card-header a.panel-title h5 .sign {
  padding-right: 1rem;
}
.cid-thTY8NuIri .card .card-header a.panel-title h5:hover {
  color: #354463;
}
.cid-thTY8NuIri .sign {
  font-family: "FontAwesome" !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: 52px;
}
.cid-thTY8NuIri .mbr-iconfont {
  border: 2px solid #354463;
  border-radius: 50%;
  color: #354463;
}
.cid-thTY8NuIri .mbri-arrow-up {
  background-color: transparent !important;
  color: #354463 !important;
}
.cid-thTY8NuIri .mbri-arrow-up:before {
  content: "\f068";
}
.cid-thTY8NuIri .panel-title {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-thTY8NuIri .mbri-arrow-down:before {
  content: "\f067";
}
.cid-thTY8NuIri .panel-text {
  padding: 0rem;
}
.cid-thTY8NuIri .panel-collapse {
  margin-top: -1px;
}
.cid-thTY8NuIri .block-right {
  position: relative;
}
.cid-thTY8NuIri .card-inner-2 {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 120px 15px 95px 15px;
}
.cid-thTY8NuIri .img-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  font-family: "object-fit: cover; object-position: top center";
}
.cid-thTY8NuIri .wrapper-text-2 {
  position: absolute;
}
.cid-thTY8NuIri .link {
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.cid-thTY8NuIri .link:hover {
  color: #ffffff !important;
}
.cid-thTY8NuIri .link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: currentColor;
  transition: opacity 0.3s;
}
.cid-thTY8NuIri .col {
  padding: 0rem;
}
.cid-thTY8NuIri .link:hover::after {
  opacity: 0;
}
.cid-thTY8NuIri .card-box {
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(53, 68, 99, 0.4);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-thTY8NuIri .block-text-img {
  z-index: 10;
  position: relative;
}
.cid-thTY8NuIri H5 {
  color: #354463;
}
.cid-thTXcdnCJu {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #354463;
  position: relative;
  overflow: hidden;
}
.cid-thTXcdnCJu a {
  transition: 0.3s;
}
.cid-thTXcdnCJu h5 {
  margin-bottom: 1.6rem;
}
.cid-thTXcdnCJu .card-img2 span {
  padding-top: 6px;
}
.cid-thTXcdnCJu .soc-item a {
  padding-top: 5px;
}
.cid-thTXcdnCJu .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-thTXcdnCJu .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-thTXcdnCJu .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-thTXcdnCJu .soc-item {
  width: 35px;
  height: 35px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.4rem;
}
.cid-thTXcdnCJu .soc-item span {
  font-size: 1rem;
}
.cid-thTXcdnCJu .soc-item:hover span {
  color: #ffffff !important;
}
.cid-thTXcdnCJu .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-thTXcdnCJu .item h4 {
  margin: 0;
}
.cid-thTXcdnCJu .media-wrap {
  margin-bottom: 1rem;
}
.cid-thTXcdnCJu .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-thTXcdnCJu img {
  width: 80%;
}
.cid-thTXcdnCJu .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-thTXcdnCJu .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-thTXcdnCJu .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-thTXcdnCJu .container {
  padding: 0;
}
.cid-thTXcdnCJu .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-tjpsEhvDSG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tjpsEhvDSG nav.navbar {
  position: fixed;
}
.cid-tjpsEhvDSG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjpsEhvDSG .dropdown-menu {
  padding: 0;
}
.cid-tjpsEhvDSG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tjpsEhvDSG .dropdown-item:hover,
.cid-tjpsEhvDSG .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-tjpsEhvDSG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tjpsEhvDSG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjpsEhvDSG .nav-link {
  position: relative;
}
.cid-tjpsEhvDSG .container {
  display: flex;
  margin: auto;
}
.cid-tjpsEhvDSG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tjpsEhvDSG .navbar-caption {
  padding-right: 4rem;
}
.cid-tjpsEhvDSG .dropdown-menu,
.cid-tjpsEhvDSG .navbar.opened {
  background: #ffffff !important;
}
.cid-tjpsEhvDSG .nav-item:focus,
.cid-tjpsEhvDSG .nav-link:focus {
  outline: none;
}
.cid-tjpsEhvDSG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjpsEhvDSG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjpsEhvDSG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tjpsEhvDSG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjpsEhvDSG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjpsEhvDSG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjpsEhvDSG .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tjpsEhvDSG .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tjpsEhvDSG .navbar.opened {
  transition: all .3s;
}
.cid-tjpsEhvDSG .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tjpsEhvDSG .navbar .navbar-logo img {
  width: auto;
}
.cid-tjpsEhvDSG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjpsEhvDSG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjpsEhvDSG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjpsEhvDSG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-tjpsEhvDSG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjpsEhvDSG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjpsEhvDSG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tjpsEhvDSG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjpsEhvDSG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tjpsEhvDSG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tjpsEhvDSG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjpsEhvDSG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjpsEhvDSG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjpsEhvDSG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjpsEhvDSG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tjpsEhvDSG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tjpsEhvDSG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjpsEhvDSG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjpsEhvDSG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjpsEhvDSG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjpsEhvDSG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tjpsEhvDSG .navbar.navbar-short {
  min-height: 60px;
}
.cid-tjpsEhvDSG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tjpsEhvDSG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tjpsEhvDSG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjpsEhvDSG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjpsEhvDSG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjpsEhvDSG .dropdown-item.active,
.cid-tjpsEhvDSG .dropdown-item:active {
  background-color: transparent;
}
.cid-tjpsEhvDSG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjpsEhvDSG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjpsEhvDSG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjpsEhvDSG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tjpsEhvDSG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjpsEhvDSG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjpsEhvDSG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjpsEhvDSG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjpsEhvDSG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tjpsEhvDSG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tjpsEhvDSG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tjpsEhvDSG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tjpsEhvDSG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tjpsEhvDSG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tjpsEhvDSG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tjpsEhvDSG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tjpsEhvDSG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tjpsEhvDSG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tjpsEhvDSG .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tjpsEhvDSG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjpsEhvDSG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tjpsEhvDSG .navbar {
    height: 77px;
  }
  .cid-tjpsEhvDSG .navbar.opened {
    height: auto;
  }
  .cid-tjpsEhvDSG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tjpsEidO6Q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjpsEidO6Q img {
  width: 100%;
  object-fit: cover;
}
.cid-tjpsEidO6Q .quote {
  color: #333333;
  font-weight: 700;
}
.cid-tjpsEidO6Q .img-card {
  justify-content: center;
}
.cid-tjpsEidO6Q .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-tjpsEidO6Q .card-title {
  margin-bottom: 1.2rem;
}
.cid-tjpsEidO6Q .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-tjpsEidO6Q .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tjpsEidO6Q .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tjpsEidO6Q .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tjpsEidO6Q .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-tjpsEidO6Q .card-title,
.cid-tjpsEidO6Q .card-box {
  color: #303030;
}
.cid-tjpsEidO6Q H3 {
  color: #cdba6d;
}
.cid-tjpsEidO6Q .mbr-text,
.cid-tjpsEidO6Q .mbr-section-btn {
  color: #000000;
}
.cid-tjpsEiCEJl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tjpsEiCEJl .card-wrapper {
  background-position: center;
  padding: 1.4rem 1.8rem 1rem;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #354463;
}
.cid-tjpsEiCEJl .card-title {
  margin-bottom: 0.5rem;
}
.cid-tjpsEiCEJl .item1 {
  margin-bottom: 0.1rem;
  text-align: center;
}
.cid-tjpsEiCEJl ul {
  margin-bottom: 0rem;
}
.cid-tjpsEiCEJl .row {
  justify-content: center;
}
.cid-tjpsEiCEJl .list {
  padding: 0;
}
.cid-tjpsEiCEJl li {
  list-style: none;
}
.cid-tjpsEiCEJl .link-wrap {
  width: 100%;
}
.cid-tjpsEiCEJl .link {
  display: inline-block;
}
.cid-tjpsEiCEJl .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-tjpsEiCEJl .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tjpsEiCEJl .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
@media (max-width: 767px) {
  .cid-tjpsEiCEJl .card-wrapper {
    padding: 1.4rem 1rem 1rem;
  }
}
.cid-tjpsEiCEJl .card-title,
.cid-tjpsEiCEJl .card-box {
  text-align: center;
}
.cid-tjpsEjqvF3 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tjpsEjqvF3 p {
  margin-bottom: 0rem;
}
.cid-tjpsEjqvF3 .btn {
  margin-bottom: 0rem;
}
.cid-tjpsEjqvF3 .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tjpsEjqvF3 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tjpsEjqvF3 .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-tjpsEjqvF3 .mbr-section-btn {
    text-align: left;
  }
  .cid-tjpsEjqvF3 .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tjpsEjqvF3 .mbr-section-btn {
    text-align: left;
  }
  .cid-tjpsEjqvF3 .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tjpsEjqvF3 .btn {
    margin-top: 0rem;
  }
}
.cid-tjpsEjqvF3 .mbr-text {
  color: #354463;
}
.cid-tjpsEjJXxh {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tjpsEjJXxh .mbr-iconfont {
  color: #c1f7d5;
  font-size: 6.3rem;
}
.cid-tjpsEjJXxh .card-inner {
  background-color: transparent;
  transition: 0.7s;
}
.cid-tjpsEjJXxh .btn {
  margin-left: 0rem;
}
.cid-tjpsEjJXxh .row {
  padding-bottom: 8rem;
}
.cid-tjpsEjJXxh .link {
  margin: 0;
}
.cid-tjpsEjJXxh .card-title {
  position: relative;
}
.cid-tjpsEjJXxh .mbr-text {
  margin-bottom: 1.5rem;
}
.cid-tjpsEjJXxh .card-box {
  position: relative;
}
.cid-tjpsEjJXxh .card-box:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 70px;
  height: 3px;
  background: #ffffff;
}
.cid-tjpsEjJXxh .card-img {
  margin-bottom: 2rem;
  text-align: left;
}
.cid-tjpsEjJXxh .media-container-row {
  align-items: flex-end;
}
.cid-tjpsEjJXxh .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tjpsEjJXxh .card {
    padding: 0rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tjpsEjJXxh .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-tjpsEjJXxh .card {
    margin-bottom: 3rem;
  }
  .cid-tjpsEjJXxh .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tjpsEjJXxh .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-tjpsEjJXxh .container {
    padding: 0;
  }
}
.cid-tjpsEjJXxh .mbr-section-title,
.cid-tjpsEjJXxh .ornament {
  color: #354463;
}
.cid-tjpsEjJXxh .mbr-text,
.cid-tjpsEjJXxh .link {
  text-align: left;
  color: #354463;
}
.cid-tjpsEktAsc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #354463;
}
.cid-tjpsEktAsc .mbr-iconfont {
  color: #c1f7d5;
  font-size: 6.3rem;
}
.cid-tjpsEktAsc .card-inner {
  background-color: transparent;
  transition: 0.7s;
}
.cid-tjpsEktAsc .btn {
  margin-left: 0rem;
}
.cid-tjpsEktAsc .row {
  padding-bottom: 8rem;
}
.cid-tjpsEktAsc .link {
  margin: 0;
}
.cid-tjpsEktAsc .card-title {
  position: relative;
}
.cid-tjpsEktAsc .mbr-text {
  margin-bottom: 1.5rem;
}
.cid-tjpsEktAsc .card-box {
  position: relative;
}
.cid-tjpsEktAsc .card-box:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 70px;
  height: 3px;
  background: #ffffff;
}
.cid-tjpsEktAsc .card-img {
  margin-bottom: 2rem;
  text-align: left;
}
.cid-tjpsEktAsc .media-container-row {
  align-items: flex-end;
}
.cid-tjpsEktAsc .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tjpsEktAsc .card {
    padding: 0rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tjpsEktAsc .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-tjpsEktAsc .card {
    margin-bottom: 3rem;
  }
  .cid-tjpsEktAsc .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tjpsEktAsc .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-tjpsEktAsc .container {
    padding: 0;
  }
}
.cid-tjpsEktAsc .mbr-section-title,
.cid-tjpsEktAsc .ornament {
  color: #fcfcfc;
}
.cid-tjpsEl3iVV {
  padding-top: 45px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-tjpsEl3iVV .accordion .card {
  overflow: hidden;
}
.cid-tjpsEl3iVV .accordion .card:not(:first-of-type):not(:last-of-type) {
  border-radius: 35px !important;
}
.cid-tjpsEl3iVV .accordion .card:first-of-type {
  border-radius: 35px !important;
}
.cid-tjpsEl3iVV .accordion .card:last-of-type {
  border-radius: 35px !important;
}
.cid-tjpsEl3iVV .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-tjpsEl3iVV .panel-body {
  padding: 0.3rem 2rem;
}
.cid-tjpsEl3iVV .card-title {
  position: relative;
  color: #fcfcfc;
  text-align: center;
}
.cid-tjpsEl3iVV .mbr-text {
  position: relative;
}
.cid-tjpsEl3iVV .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
  background: #efefef;
  border-radius: 35px;
}
.cid-tjpsEl3iVV .card .card-header {
  padding: 0.8rem 0rem !important;
  background-color: transparent !important;
  border: none;
}
.cid-tjpsEl3iVV .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-tjpsEl3iVV .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tjpsEl3iVV .card .card-header a.panel-title h5 {
  padding: 0.6rem 2rem;
  margin-bottom: -1px;
  font-weight: 700;
  transition: all 0.3s;
}
.cid-tjpsEl3iVV .card .card-header a.panel-title h5 .sign {
  padding-right: 1rem;
}
.cid-tjpsEl3iVV .card .card-header a.panel-title h5:hover {
  color: #354463;
}
.cid-tjpsEl3iVV .sign {
  font-family: "FontAwesome" !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: 52px;
}
.cid-tjpsEl3iVV .mbr-iconfont {
  border: 2px solid #354463;
  border-radius: 50%;
  color: #354463;
}
.cid-tjpsEl3iVV .mbri-arrow-up {
  background-color: transparent !important;
  color: #354463 !important;
}
.cid-tjpsEl3iVV .mbri-arrow-up:before {
  content: "\f068";
}
.cid-tjpsEl3iVV .panel-title {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-tjpsEl3iVV .mbri-arrow-down:before {
  content: "\f067";
}
.cid-tjpsEl3iVV .panel-text {
  padding: 0rem;
}
.cid-tjpsEl3iVV .panel-collapse {
  margin-top: -1px;
}
.cid-tjpsEl3iVV .block-right {
  position: relative;
}
.cid-tjpsEl3iVV .card-inner-2 {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 120px 15px 95px 15px;
}
.cid-tjpsEl3iVV .img-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  font-family: "object-fit: cover; object-position: top center";
}
.cid-tjpsEl3iVV .wrapper-text-2 {
  position: absolute;
}
.cid-tjpsEl3iVV .link {
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.cid-tjpsEl3iVV .link:hover {
  color: #ffffff !important;
}
.cid-tjpsEl3iVV .link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: currentColor;
  transition: opacity 0.3s;
}
.cid-tjpsEl3iVV .col {
  padding: 0rem;
}
.cid-tjpsEl3iVV .link:hover::after {
  opacity: 0;
}
.cid-tjpsEl3iVV .card-box {
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(53, 68, 99, 0.4);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-tjpsEl3iVV .block-text-img {
  z-index: 10;
  position: relative;
}
.cid-tjpsEl3iVV H5 {
  color: #354463;
}
.cid-tjpsElIdLj {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #354463;
  position: relative;
  overflow: hidden;
}
.cid-tjpsElIdLj a {
  transition: 0.3s;
}
.cid-tjpsElIdLj h5 {
  margin-bottom: 1.6rem;
}
.cid-tjpsElIdLj .card-img2 span {
  padding-top: 6px;
}
.cid-tjpsElIdLj .soc-item a {
  padding-top: 5px;
}
.cid-tjpsElIdLj .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-tjpsElIdLj .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-tjpsElIdLj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tjpsElIdLj .soc-item {
  width: 35px;
  height: 35px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.4rem;
}
.cid-tjpsElIdLj .soc-item span {
  font-size: 1rem;
}
.cid-tjpsElIdLj .soc-item:hover span {
  color: #ffffff !important;
}
.cid-tjpsElIdLj .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-tjpsElIdLj .item h4 {
  margin: 0;
}
.cid-tjpsElIdLj .media-wrap {
  margin-bottom: 1rem;
}
.cid-tjpsElIdLj .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tjpsElIdLj img {
  width: 80%;
}
.cid-tjpsElIdLj .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-tjpsElIdLj .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tjpsElIdLj .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-tjpsElIdLj .container {
  padding: 0;
}
.cid-tjpsElIdLj .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-staCUfQLFD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-staCUfQLFD nav.navbar {
  position: fixed;
}
.cid-staCUfQLFD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-staCUfQLFD .dropdown-menu {
  padding: 0;
}
.cid-staCUfQLFD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-staCUfQLFD .dropdown-item:hover,
.cid-staCUfQLFD .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-staCUfQLFD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-staCUfQLFD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-staCUfQLFD .nav-link {
  position: relative;
}
.cid-staCUfQLFD .container {
  display: flex;
  margin: auto;
}
.cid-staCUfQLFD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-staCUfQLFD .navbar-caption {
  padding-right: 4rem;
}
.cid-staCUfQLFD .dropdown-menu,
.cid-staCUfQLFD .navbar.opened {
  background: #ffffff !important;
}
.cid-staCUfQLFD .nav-item:focus,
.cid-staCUfQLFD .nav-link:focus {
  outline: none;
}
.cid-staCUfQLFD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-staCUfQLFD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-staCUfQLFD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-staCUfQLFD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-staCUfQLFD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-staCUfQLFD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-staCUfQLFD .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-staCUfQLFD .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-staCUfQLFD .navbar.opened {
  transition: all .3s;
}
.cid-staCUfQLFD .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-staCUfQLFD .navbar .navbar-logo img {
  width: auto;
}
.cid-staCUfQLFD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-staCUfQLFD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-staCUfQLFD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-staCUfQLFD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-staCUfQLFD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-staCUfQLFD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-staCUfQLFD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-staCUfQLFD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-staCUfQLFD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-staCUfQLFD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-staCUfQLFD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-staCUfQLFD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-staCUfQLFD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-staCUfQLFD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-staCUfQLFD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-staCUfQLFD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-staCUfQLFD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-staCUfQLFD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-staCUfQLFD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-staCUfQLFD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-staCUfQLFD .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-staCUfQLFD .navbar.navbar-short {
  min-height: 60px;
}
.cid-staCUfQLFD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-staCUfQLFD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-staCUfQLFD .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-staCUfQLFD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-staCUfQLFD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-staCUfQLFD .dropdown-item.active,
.cid-staCUfQLFD .dropdown-item:active {
  background-color: transparent;
}
.cid-staCUfQLFD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-staCUfQLFD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-staCUfQLFD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-staCUfQLFD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-staCUfQLFD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-staCUfQLFD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-staCUfQLFD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-staCUfQLFD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-staCUfQLFD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-staCUfQLFD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-staCUfQLFD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-staCUfQLFD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-staCUfQLFD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-staCUfQLFD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-staCUfQLFD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-staCUfQLFD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-staCUfQLFD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-staCUfQLFD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-staCUfQLFD .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-staCUfQLFD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-staCUfQLFD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-staCUfQLFD .navbar {
    height: 77px;
  }
  .cid-staCUfQLFD .navbar.opened {
    height: auto;
  }
  .cid-staCUfQLFD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-staCUgpusV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fcfcfc;
}
.cid-staCUgpusV img {
  width: 100%;
  object-fit: cover;
}
.cid-staCUgpusV .quote {
  color: #333333;
  font-weight: 700;
}
.cid-staCUgpusV .img-card {
  justify-content: center;
}
.cid-staCUgpusV .card {
  border-radius: 0;
  background: #fcfcfc;
}
.cid-staCUgpusV .card-title {
  margin-bottom: 1.2rem;
}
.cid-staCUgpusV .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-staCUgpusV .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-staCUgpusV .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-staCUgpusV .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-staCUgpusV .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-staCUgpusV .card-title,
.cid-staCUgpusV .card-box {
  color: #303030;
}
.cid-staCUgpusV H3 {
  color: #cdba6d;
}
.cid-staCUgpusV .mbr-text,
.cid-staCUgpusV .mbr-section-btn {
  color: #000000;
}
.cid-staCUgNrPp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-staCUgNrPp .nav-tabs .nav-item.open .nav-link:focus,
.cid-staCUgNrPp .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-staCUgNrPp .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-staCUgNrPp .nav-tabs .nav-item {
  padding: 0.8rem 3rem 0.8rem 0rem;
  border-bottom: 1px solid #f9f7f6;
}
.cid-staCUgNrPp .quote {
  padding-top: 0.8rem;
  color: #333;
  font-weight: 700;
}
.cid-staCUgNrPp .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-staCUgNrPp .nav {
  flex-direction: column;
}
.cid-staCUgNrPp .nav-tabs .nav-link {
  padding: 0.2rem 1rem;
  color: #c3c3c3;
  font-style: normal;
  font-weight: 700;
  transition: all 0.5s;
  border: none;
  border-left: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-staCUgNrPp .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #354463;
  border-left: 3px solid #354463;
}
.cid-staCUgNrPp .nav-tabs .nav-link.active {
  font-weight: 700;
  color: #354463;
  font-style: normal;
  border-left: 3px solid #354463;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-staCUgNrPp .nav-tabs {
    flex-direction: row;
    border-right: 0px;
    padding-right: 0rem;
  }
  .cid-staCUgNrPp .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-staCUgNrPp p {
    padding-left: 0rem;
  }
  .cid-staCUgNrPp .quote {
    padding-top: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-staCUgNrPp .mbr-text {
    padding-left: 2rem;
  }
}
@media (max-width: 576px) {
  .cid-staCUgNrPp .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-staCUgNrPp .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-staCUgNrPp p {
    padding-left: 0rem;
  }
}
.cid-staCUhiHP1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-staCUhiHP1 .mbr-iconfont {
  font-size: 80px;
}
.cid-staCUhiHP1 h3 {
  text-align: center;
}
.cid-staCUhiHP1 .card {
  word-wrap: break-word;
}
@media (min-width: 1200px) {
  .cid-staCUhiHP1 .panel-item {
    padding: 0 2.8rem;
  }
}
.cid-staCUhiHP1 H3 {
  color: #42474c;
  text-align: center;
}
.cid-staCUhiHP1 H4 {
  color: #42474c;
}
.cid-staCUhiHP1 .mbr-section-title {
  color: #000000;
}
.cid-staCUhTD9p {
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-staCUhTD9p .title_block {
  margin-bottom: 80px;
}
.cid-staCUhTD9p .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #aa8f20;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-staCUhTD9p .mbr-section-title {
  color: #333333;
}
.cid-staCUhTD9p .card_wrap {
  height: 100%;
  z-index: 1;
  overflow: hidden;
  padding: 40px;
  padding-bottom: 60px;
  position: relative;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0px 6px 20px 0px rgba(0, 33, 121, 0.08);
}
.cid-staCUhTD9p .card_wrap:before {
  content: '';
  bottom: 20px;
  right: 15px;
  width: 65px;
  height: 65px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}
.cid-staCUhTD9p .card_wrap:after {
  content: '';
  bottom: -24px;
  right: -20px;
  width: 80px;
  height: 80px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}
.cid-staCUhTD9p .card_header {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
.cid-staCUhTD9p .user {
  display: flex;
  align-items: center;
}
.cid-staCUhTD9p .user_img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 50%;
}
.cid-staCUhTD9p .user_img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.cid-staCUhTD9p .user_name {
  margin-bottom: 2px;
  display: block;
  color: #4a4c70;
}
.cid-staCUhTD9p .desk {
  margin-bottom: 0;
}
.cid-staCUhTD9p .iconfont-wrapper {
  min-width: 115px;
}
.cid-staCUhTD9p .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  margin-right: 3px;
}
.cid-staCUhTD9p .carousel-item {
  justify-content: center;
  padding: 0 3rem;
}
.cid-staCUhTD9p .carousel-item > div {
  width: 100%;
}
.cid-staCUhTD9p .carousel-item.active,
.cid-staCUhTD9p .carousel-item-next,
.cid-staCUhTD9p .carousel-item-prev {
  display: flex;
}
.cid-staCUhTD9p .carousel-controls a {
  width: 9%;
}
.cid-staCUhTD9p .carousel-controls a span {
  width: 50px;
  height: 50px;
  font-weight: 700;
  line-height: 50px;
  font-size: 18px;
  color: #917710;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #917710;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-staCUhTD9p .carousel-controls a:hover span {
  background-color: #ffffff;
  color: #000000;
}
@media (min-width: 992px) {
  .cid-staCUhTD9p .carousel-controls a {
    width: 5%;
  }
}
@media (max-width: 991px) {
  .cid-staCUhTD9p .title_block {
    margin-bottom: 40px;
  }
  .cid-staCUhTD9p .card_header {
    flex-direction: column;
  }
  .cid-staCUhTD9p .rating {
    margin-bottom: 10px;
    align-self: flex-end;
  }
  .cid-staCUhTD9p .user {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-staCUhTD9p .carousel-controls {
    display: none;
  }
  .cid-staCUhTD9p .carousel-item {
    padding: 0;
  }
  .cid-staCUhTD9p .card_wrap {
    padding: 30px;
    margin-bottom: 50px;
  }
  .cid-staCUhTD9p .card_header {
    margin-bottom: 15px;
  }
  .cid-staCUhTD9p .user_img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  .cid-staCUhTD9p .user_img img {
    width: 50px;
    height: 50px;
  }
}
.cid-staCUjcAFc {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-staCUjcAFc .mbr-overlay {
  background-color: #232323;
  opacity: 0.5;
}
.cid-staCUjcAFc .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #cdba6d;
  margin-bottom: 0.7rem;
}
.cid-staCUjcAFc input,
.cid-staCUjcAFc textarea {
  font-size: 14px;
}
.cid-staCUjcAFc input {
  padding: 1.5rem 1.8rem!important;
  border-radius: 50px;
}
.cid-staCUjcAFc textarea {
  padding: 0.9rem 2rem!important;
  border-radius: 30px;
  height: 100%;
}
.cid-staCUjcAFc .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-staCUjcAFc .col-auto {
  width: 100%;
  text-align: center;
}
.cid-staCUjcAFc img {
  width: 90%;
  border-radius: 8px;
}
.cid-staCUjcAFc .mbr-form .btn {
  margin: .4rem .4rem;
  margin-left: 0rem;
}
.cid-staCUjcAFc .btn {
  padding: 1rem 3.5rem!important;
}
.cid-staCUjcAFc .title-block {
  margin-bottom: 2rem;
}
.cid-staCUjcAFc .form-control,
.cid-staCUjcAFc .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-staCUjcAFc .form-control:hover,
.cid-staCUjcAFc .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-staCUjcAFc .form-control:focus,
.cid-staCUjcAFc .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-staCUjcAFc input::-webkit-input-placeholder,
.cid-staCUjcAFc textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-staCUjcAFc input:-moz-placeholder,
.cid-staCUjcAFc textarea:-moz-placeholder {
  color: #807d78;
}
.cid-staCUjcAFc .jq-selectbox li,
.cid-staCUjcAFc .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-staCUjcAFc .jq-selectbox li:hover,
.cid-staCUjcAFc .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-staCUjcAFc .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-staCUjcAFc .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-staCUjcAFc H5 {
  padding-bottom: 2rem;
  color: #303030;
}
.cid-staCUjcAFc .mbr-text {
  color: #777777;
}
.cid-staCUjcAFc .mbr-form {
  padding: 0rem;
}
.cid-staCUjcAFc .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-staCUjcAFc .form-row {
    margin: 0;
  }
  .cid-staCUjcAFc .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-staCUjcAFc .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-staCUjcAFc img {
    width: 100%;
  }
}
.cid-staCUjcAFc .form-row > [class*=col-] {
  padding: 0 1rem;
}
.cid-staCUjcAFc .sc-7dvmpp-1 {
  display: none;
}
.cid-staCUjAip8 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-staCUjAip8 a {
  transition: 0.3s;
}
.cid-staCUjAip8 h5 {
  margin-bottom: 1.6rem;
}
.cid-staCUjAip8 .card-img2 span {
  padding-top: 6px;
}
.cid-staCUjAip8 .soc-item a {
  padding-top: 5px;
}
.cid-staCUjAip8 .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-staCUjAip8 .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-staCUjAip8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-staCUjAip8 .soc-item {
  width: 35px;
  height: 35px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.4rem;
}
.cid-staCUjAip8 .soc-item span {
  font-size: 1rem;
}
.cid-staCUjAip8 .soc-item:hover span {
  color: #ffffff !important;
}
.cid-staCUjAip8 .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-staCUjAip8 .item h4 {
  margin: 0;
}
.cid-staCUjAip8 .media-wrap {
  margin-bottom: 1rem;
}
.cid-staCUjAip8 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-staCUjAip8 img {
  width: 80%;
}
.cid-staCUjAip8 .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-staCUjAip8 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-staCUjAip8 .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-staCUjAip8 .container {
  padding: 0;
}
.cid-staCUjAip8 .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-tnagtUL9rT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tnagtUL9rT nav.navbar {
  position: fixed;
}
.cid-tnagtUL9rT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tnagtUL9rT .dropdown-menu {
  padding: 0;
}
.cid-tnagtUL9rT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tnagtUL9rT .dropdown-item:hover,
.cid-tnagtUL9rT .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-tnagtUL9rT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tnagtUL9rT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tnagtUL9rT .nav-link {
  position: relative;
}
.cid-tnagtUL9rT .container {
  display: flex;
  margin: auto;
}
.cid-tnagtUL9rT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tnagtUL9rT .navbar-caption {
  padding-right: 4rem;
}
.cid-tnagtUL9rT .dropdown-menu,
.cid-tnagtUL9rT .navbar.opened {
  background: #ffffff !important;
}
.cid-tnagtUL9rT .nav-item:focus,
.cid-tnagtUL9rT .nav-link:focus {
  outline: none;
}
.cid-tnagtUL9rT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tnagtUL9rT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tnagtUL9rT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tnagtUL9rT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tnagtUL9rT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tnagtUL9rT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tnagtUL9rT .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tnagtUL9rT .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tnagtUL9rT .navbar.opened {
  transition: all .3s;
}
.cid-tnagtUL9rT .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tnagtUL9rT .navbar .navbar-logo img {
  width: auto;
}
.cid-tnagtUL9rT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tnagtUL9rT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tnagtUL9rT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tnagtUL9rT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-tnagtUL9rT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tnagtUL9rT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tnagtUL9rT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tnagtUL9rT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tnagtUL9rT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tnagtUL9rT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tnagtUL9rT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tnagtUL9rT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tnagtUL9rT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tnagtUL9rT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tnagtUL9rT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tnagtUL9rT .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tnagtUL9rT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tnagtUL9rT .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tnagtUL9rT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tnagtUL9rT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tnagtUL9rT .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tnagtUL9rT .navbar.navbar-short {
  min-height: 60px;
}
.cid-tnagtUL9rT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tnagtUL9rT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tnagtUL9rT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tnagtUL9rT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tnagtUL9rT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tnagtUL9rT .dropdown-item.active,
.cid-tnagtUL9rT .dropdown-item:active {
  background-color: transparent;
}
.cid-tnagtUL9rT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tnagtUL9rT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tnagtUL9rT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tnagtUL9rT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tnagtUL9rT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tnagtUL9rT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tnagtUL9rT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tnagtUL9rT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tnagtUL9rT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tnagtUL9rT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tnagtUL9rT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tnagtUL9rT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tnagtUL9rT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tnagtUL9rT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tnagtUL9rT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tnagtUL9rT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tnagtUL9rT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tnagtUL9rT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tnagtUL9rT .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tnagtUL9rT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tnagtUL9rT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tnagtUL9rT .navbar {
    height: 77px;
  }
  .cid-tnagtUL9rT .navbar.opened {
    height: auto;
  }
  .cid-tnagtUL9rT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tnagtVhXrr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fcfcfc;
}
.cid-tnagtVhXrr img {
  width: 100%;
  object-fit: cover;
}
.cid-tnagtVhXrr .quote {
  color: #333333;
  font-weight: 700;
}
.cid-tnagtVhXrr .img-card {
  justify-content: center;
}
.cid-tnagtVhXrr .card {
  border-radius: 0;
  background: #fcfcfc;
}
.cid-tnagtVhXrr .card-title {
  margin-bottom: 1.2rem;
}
.cid-tnagtVhXrr .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-tnagtVhXrr .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tnagtVhXrr .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tnagtVhXrr .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tnagtVhXrr .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-tnagtVhXrr .card-title,
.cid-tnagtVhXrr .card-box {
  color: #303030;
}
.cid-tnagtVhXrr H3 {
  color: #cdba6d;
}
.cid-tnagtVhXrr .mbr-text,
.cid-tnagtVhXrr .mbr-section-btn {
  color: #000000;
}
.cid-tnah3bfUoG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-tnah3bfUoG p {
  margin-bottom: 0rem;
}
.cid-tnah3bfUoG .btn {
  margin-bottom: 0rem;
}
.cid-tnah3bfUoG .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tnah3bfUoG .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tnah3bfUoG .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-tnah3bfUoG .mbr-section-btn {
    text-align: left;
  }
  .cid-tnah3bfUoG .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tnah3bfUoG .mbr-section-btn {
    text-align: left;
  }
  .cid-tnah3bfUoG .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tnah3bfUoG .btn {
    margin-top: 0rem;
  }
}
.cid-tnah3bfUoG H3 {
  color: #000000;
}
.cid-tnah3bfUoG .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tnaiR6LThW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tnaiR6LThW p {
  margin-bottom: 0rem;
}
.cid-tnaiR6LThW .btn {
  margin-bottom: 0rem;
}
.cid-tnaiR6LThW .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tnaiR6LThW .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tnaiR6LThW .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-tnaiR6LThW .mbr-section-btn {
    text-align: left;
  }
  .cid-tnaiR6LThW .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tnaiR6LThW .mbr-section-btn {
    text-align: left;
  }
  .cid-tnaiR6LThW .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tnaiR6LThW .btn {
    margin-top: 0rem;
  }
}
.cid-tnaiR6LThW H3 {
  color: #000000;
}
.cid-tnaiR6LThW .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tnaiRzZuu3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-tnaiRzZuu3 p {
  margin-bottom: 0rem;
}
.cid-tnaiRzZuu3 .btn {
  margin-bottom: 0rem;
}
.cid-tnaiRzZuu3 .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tnaiRzZuu3 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tnaiRzZuu3 .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-tnaiRzZuu3 .mbr-section-btn {
    text-align: left;
  }
  .cid-tnaiRzZuu3 .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tnaiRzZuu3 .mbr-section-btn {
    text-align: left;
  }
  .cid-tnaiRzZuu3 .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tnaiRzZuu3 .btn {
    margin-top: 0rem;
  }
}
.cid-tnaiRzZuu3 H3 {
  color: #000000;
}
.cid-tnaiRzZuu3 .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tnaiS2HyJK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tnaiS2HyJK p {
  margin-bottom: 0rem;
}
.cid-tnaiS2HyJK .btn {
  margin-bottom: 0rem;
}
.cid-tnaiS2HyJK .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tnaiS2HyJK .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tnaiS2HyJK .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-tnaiS2HyJK .mbr-section-btn {
    text-align: left;
  }
  .cid-tnaiS2HyJK .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tnaiS2HyJK .mbr-section-btn {
    text-align: left;
  }
  .cid-tnaiS2HyJK .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tnaiS2HyJK .btn {
    margin-top: 0rem;
  }
}
.cid-tnaiS2HyJK H3 {
  color: #000000;
}
.cid-tnaiS2HyJK .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tnaoaekYWQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tnaoaekYWQ p {
  margin-bottom: 0rem;
}
.cid-tnaoaekYWQ .btn {
  margin-bottom: 0rem;
}
.cid-tnaoaekYWQ .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tnaoaekYWQ .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tnaoaekYWQ .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-tnaoaekYWQ .mbr-section-btn {
    text-align: left;
  }
  .cid-tnaoaekYWQ .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tnaoaekYWQ .mbr-section-btn {
    text-align: left;
  }
  .cid-tnaoaekYWQ .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tnaoaekYWQ .btn {
    margin-top: 0rem;
  }
}
.cid-tnaoaekYWQ H3 {
  color: #000000;
}
.cid-tnaoaekYWQ .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tnagtW4h4S {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tnagtW4h4S .mbr-iconfont {
  font-size: 80px;
}
.cid-tnagtW4h4S h3 {
  text-align: center;
}
.cid-tnagtW4h4S .card {
  word-wrap: break-word;
}
@media (min-width: 1200px) {
  .cid-tnagtW4h4S .panel-item {
    padding: 0 2.8rem;
  }
}
.cid-tnagtW4h4S H3 {
  color: #42474c;
  text-align: center;
}
.cid-tnagtW4h4S H4 {
  color: #42474c;
}
.cid-tnagtW4h4S .mbr-section-title {
  color: #000000;
}
.cid-tnagtWCnOo {
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tnagtWCnOo .title_block {
  margin-bottom: 80px;
}
.cid-tnagtWCnOo .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #aa8f20;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-tnagtWCnOo .mbr-section-title {
  color: #333333;
}
.cid-tnagtWCnOo .card_wrap {
  height: 100%;
  z-index: 1;
  overflow: hidden;
  padding: 40px;
  padding-bottom: 60px;
  position: relative;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0px 6px 20px 0px rgba(0, 33, 121, 0.08);
}
.cid-tnagtWCnOo .card_wrap:before {
  content: '';
  bottom: 20px;
  right: 15px;
  width: 65px;
  height: 65px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}
.cid-tnagtWCnOo .card_wrap:after {
  content: '';
  bottom: -24px;
  right: -20px;
  width: 80px;
  height: 80px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}
.cid-tnagtWCnOo .card_header {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
.cid-tnagtWCnOo .user {
  display: flex;
  align-items: center;
}
.cid-tnagtWCnOo .user_img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 50%;
}
.cid-tnagtWCnOo .user_img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.cid-tnagtWCnOo .user_name {
  margin-bottom: 2px;
  display: block;
  color: #4a4c70;
}
.cid-tnagtWCnOo .desk {
  margin-bottom: 0;
}
.cid-tnagtWCnOo .iconfont-wrapper {
  min-width: 115px;
}
.cid-tnagtWCnOo .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  margin-right: 3px;
}
.cid-tnagtWCnOo .carousel-item {
  justify-content: center;
  padding: 0 3rem;
}
.cid-tnagtWCnOo .carousel-item > div {
  width: 100%;
}
.cid-tnagtWCnOo .carousel-item.active,
.cid-tnagtWCnOo .carousel-item-next,
.cid-tnagtWCnOo .carousel-item-prev {
  display: flex;
}
.cid-tnagtWCnOo .carousel-controls a {
  width: 9%;
}
.cid-tnagtWCnOo .carousel-controls a span {
  width: 50px;
  height: 50px;
  font-weight: 700;
  line-height: 50px;
  font-size: 18px;
  color: #917710;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #917710;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tnagtWCnOo .carousel-controls a:hover span {
  background-color: #ffffff;
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tnagtWCnOo .carousel-controls a {
    width: 5%;
  }
}
@media (max-width: 991px) {
  .cid-tnagtWCnOo .title_block {
    margin-bottom: 40px;
  }
  .cid-tnagtWCnOo .card_header {
    flex-direction: column;
  }
  .cid-tnagtWCnOo .rating {
    margin-bottom: 10px;
    align-self: flex-end;
  }
  .cid-tnagtWCnOo .user {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-tnagtWCnOo .carousel-controls {
    display: none;
  }
  .cid-tnagtWCnOo .carousel-item {
    padding: 0;
  }
  .cid-tnagtWCnOo .card_wrap {
    padding: 30px;
    margin-bottom: 50px;
  }
  .cid-tnagtWCnOo .card_header {
    margin-bottom: 15px;
  }
  .cid-tnagtWCnOo .user_img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  .cid-tnagtWCnOo .user_img img {
    width: 50px;
    height: 50px;
  }
}
.cid-tnakYFSpUv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tnakYFSpUv p {
  margin-bottom: 0rem;
}
.cid-tnakYFSpUv .btn {
  margin-bottom: 0rem;
}
.cid-tnakYFSpUv .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tnakYFSpUv .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tnakYFSpUv .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-tnakYFSpUv .mbr-section-btn {
    text-align: left;
  }
  .cid-tnakYFSpUv .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tnakYFSpUv .mbr-section-btn {
    text-align: left;
  }
  .cid-tnakYFSpUv .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tnakYFSpUv .btn {
    margin-top: 0rem;
  }
}
.cid-tnakYFSpUv H3 {
  color: #000000;
}
.cid-tnakYFSpUv .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tnagtYLXR4 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-tnagtYLXR4 a {
  transition: 0.3s;
}
.cid-tnagtYLXR4 h5 {
  margin-bottom: 1.6rem;
}
.cid-tnagtYLXR4 .card-img2 span {
  padding-top: 6px;
}
.cid-tnagtYLXR4 .soc-item a {
  padding-top: 5px;
}
.cid-tnagtYLXR4 .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-tnagtYLXR4 .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-tnagtYLXR4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tnagtYLXR4 .soc-item {
  width: 35px;
  height: 35px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.4rem;
}
.cid-tnagtYLXR4 .soc-item span {
  font-size: 1rem;
}
.cid-tnagtYLXR4 .soc-item:hover span {
  color: #ffffff !important;
}
.cid-tnagtYLXR4 .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-tnagtYLXR4 .item h4 {
  margin: 0;
}
.cid-tnagtYLXR4 .media-wrap {
  margin-bottom: 1rem;
}
.cid-tnagtYLXR4 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tnagtYLXR4 img {
  width: 80%;
}
.cid-tnagtYLXR4 .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-tnagtYLXR4 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tnagtYLXR4 .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-tnagtYLXR4 .container {
  padding: 0;
}
.cid-tnagtYLXR4 .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-tnbvv5JCCh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tnbvv5JCCh nav.navbar {
  position: fixed;
}
.cid-tnbvv5JCCh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tnbvv5JCCh .dropdown-menu {
  padding: 0;
}
.cid-tnbvv5JCCh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tnbvv5JCCh .dropdown-item:hover,
.cid-tnbvv5JCCh .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-tnbvv5JCCh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tnbvv5JCCh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tnbvv5JCCh .nav-link {
  position: relative;
}
.cid-tnbvv5JCCh .container {
  display: flex;
  margin: auto;
}
.cid-tnbvv5JCCh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tnbvv5JCCh .navbar-caption {
  padding-right: 4rem;
}
.cid-tnbvv5JCCh .dropdown-menu,
.cid-tnbvv5JCCh .navbar.opened {
  background: #ffffff !important;
}
.cid-tnbvv5JCCh .nav-item:focus,
.cid-tnbvv5JCCh .nav-link:focus {
  outline: none;
}
.cid-tnbvv5JCCh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tnbvv5JCCh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tnbvv5JCCh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tnbvv5JCCh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tnbvv5JCCh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tnbvv5JCCh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tnbvv5JCCh .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tnbvv5JCCh .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tnbvv5JCCh .navbar.opened {
  transition: all .3s;
}
.cid-tnbvv5JCCh .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tnbvv5JCCh .navbar .navbar-logo img {
  width: auto;
}
.cid-tnbvv5JCCh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tnbvv5JCCh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tnbvv5JCCh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tnbvv5JCCh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-tnbvv5JCCh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tnbvv5JCCh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tnbvv5JCCh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tnbvv5JCCh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tnbvv5JCCh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tnbvv5JCCh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tnbvv5JCCh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tnbvv5JCCh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tnbvv5JCCh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tnbvv5JCCh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tnbvv5JCCh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tnbvv5JCCh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tnbvv5JCCh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tnbvv5JCCh .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tnbvv5JCCh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tnbvv5JCCh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tnbvv5JCCh .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tnbvv5JCCh .navbar.navbar-short {
  min-height: 60px;
}
.cid-tnbvv5JCCh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tnbvv5JCCh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tnbvv5JCCh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tnbvv5JCCh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tnbvv5JCCh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tnbvv5JCCh .dropdown-item.active,
.cid-tnbvv5JCCh .dropdown-item:active {
  background-color: transparent;
}
.cid-tnbvv5JCCh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tnbvv5JCCh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tnbvv5JCCh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tnbvv5JCCh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tnbvv5JCCh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tnbvv5JCCh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tnbvv5JCCh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tnbvv5JCCh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tnbvv5JCCh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tnbvv5JCCh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tnbvv5JCCh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tnbvv5JCCh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tnbvv5JCCh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tnbvv5JCCh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tnbvv5JCCh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tnbvv5JCCh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tnbvv5JCCh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tnbvv5JCCh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tnbvv5JCCh .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tnbvv5JCCh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tnbvv5JCCh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tnbvv5JCCh .navbar {
    height: 77px;
  }
  .cid-tnbvv5JCCh .navbar.opened {
    height: auto;
  }
  .cid-tnbvv5JCCh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tnbvv6Ge4b {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tnbvv6Ge4b img {
  width: 100%;
  object-fit: cover;
}
.cid-tnbvv6Ge4b .quote {
  color: #333333;
  font-weight: 700;
  text-align: left;
}
.cid-tnbvv6Ge4b .img-card {
  justify-content: center;
}
.cid-tnbvv6Ge4b .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-tnbvv6Ge4b .card-title {
  margin-bottom: 1.2rem;
}
.cid-tnbvv6Ge4b .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-tnbvv6Ge4b .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tnbvv6Ge4b .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tnbvv6Ge4b .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tnbvv6Ge4b .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-tnbvv6Ge4b .card-title,
.cid-tnbvv6Ge4b .card-box {
  color: #303030;
}
.cid-tnbvv6Ge4b H3 {
  color: #cdba6d;
}
.cid-tnbvv6Ge4b .mbr-text,
.cid-tnbvv6Ge4b .mbr-section-btn {
  color: #000000;
}
.cid-tnbvv77Egi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tnbvv77Egi .nav-tabs .nav-item.open .nav-link:focus,
.cid-tnbvv77Egi .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tnbvv77Egi .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-tnbvv77Egi .nav-tabs .nav-item {
  padding: 0.8rem 3rem 0.8rem 0rem;
  border-bottom: 1px solid #f9f7f6;
}
.cid-tnbvv77Egi .quote {
  padding-top: 0.8rem;
  color: #333;
  font-weight: 700;
}
.cid-tnbvv77Egi .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-tnbvv77Egi .nav {
  flex-direction: column;
}
.cid-tnbvv77Egi .nav-tabs .nav-link {
  padding: 0.2rem 1rem;
  color: #c3c3c3;
  font-style: normal;
  font-weight: 700;
  transition: all 0.5s;
  border: none;
  border-left: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tnbvv77Egi .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #354463;
  border-left: 3px solid #354463;
}
.cid-tnbvv77Egi .nav-tabs .nav-link.active {
  font-weight: 700;
  color: #354463;
  font-style: normal;
  border-left: 3px solid #354463;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-tnbvv77Egi .nav-tabs {
    flex-direction: row;
    border-right: 0px;
    padding-right: 0rem;
  }
  .cid-tnbvv77Egi .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-tnbvv77Egi p {
    padding-left: 0rem;
  }
  .cid-tnbvv77Egi .quote {
    padding-top: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tnbvv77Egi .mbr-text {
    padding-left: 2rem;
  }
}
@media (max-width: 576px) {
  .cid-tnbvv77Egi .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-tnbvv77Egi .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-tnbvv77Egi p {
    padding-left: 0rem;
  }
}
.cid-tnbvv7KTQC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tnbvv7KTQC .mbr-iconfont {
  font-size: 80px;
}
.cid-tnbvv7KTQC h3 {
  text-align: center;
}
.cid-tnbvv7KTQC .card {
  word-wrap: break-word;
}
@media (min-width: 1200px) {
  .cid-tnbvv7KTQC .panel-item {
    padding: 0 2.8rem;
  }
}
.cid-tnbvv7KTQC H3 {
  color: #42474c;
  text-align: center;
}
.cid-tnbvv7KTQC H4 {
  color: #42474c;
}
.cid-tnbvv7KTQC .mbr-section-title {
  color: #000000;
}
.cid-tnbvv8qgsw {
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tnbvv8qgsw .title_block {
  margin-bottom: 80px;
}
.cid-tnbvv8qgsw .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #aa8f20;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-tnbvv8qgsw .mbr-section-title {
  color: #333333;
}
.cid-tnbvv8qgsw .card_wrap {
  height: 100%;
  z-index: 1;
  overflow: hidden;
  padding: 40px;
  padding-bottom: 60px;
  position: relative;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0px 6px 20px 0px rgba(0, 33, 121, 0.08);
}
.cid-tnbvv8qgsw .card_wrap:before {
  content: '';
  bottom: 20px;
  right: 15px;
  width: 65px;
  height: 65px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}
.cid-tnbvv8qgsw .card_wrap:after {
  content: '';
  bottom: -24px;
  right: -20px;
  width: 80px;
  height: 80px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}
.cid-tnbvv8qgsw .card_header {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
.cid-tnbvv8qgsw .user {
  display: flex;
  align-items: center;
}
.cid-tnbvv8qgsw .user_img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 50%;
}
.cid-tnbvv8qgsw .user_img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.cid-tnbvv8qgsw .user_name {
  margin-bottom: 2px;
  display: block;
  color: #4a4c70;
}
.cid-tnbvv8qgsw .desk {
  margin-bottom: 0;
}
.cid-tnbvv8qgsw .iconfont-wrapper {
  min-width: 115px;
}
.cid-tnbvv8qgsw .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  margin-right: 3px;
}
.cid-tnbvv8qgsw .carousel-item {
  justify-content: center;
  padding: 0 3rem;
}
.cid-tnbvv8qgsw .carousel-item > div {
  width: 100%;
}
.cid-tnbvv8qgsw .carousel-item.active,
.cid-tnbvv8qgsw .carousel-item-next,
.cid-tnbvv8qgsw .carousel-item-prev {
  display: flex;
}
.cid-tnbvv8qgsw .carousel-controls a {
  width: 9%;
}
.cid-tnbvv8qgsw .carousel-controls a span {
  width: 50px;
  height: 50px;
  font-weight: 700;
  line-height: 50px;
  font-size: 18px;
  color: #917710;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #917710;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tnbvv8qgsw .carousel-controls a:hover span {
  background-color: #ffffff;
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tnbvv8qgsw .carousel-controls a {
    width: 5%;
  }
}
@media (max-width: 991px) {
  .cid-tnbvv8qgsw .title_block {
    margin-bottom: 40px;
  }
  .cid-tnbvv8qgsw .card_header {
    flex-direction: column;
  }
  .cid-tnbvv8qgsw .rating {
    margin-bottom: 10px;
    align-self: flex-end;
  }
  .cid-tnbvv8qgsw .user {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-tnbvv8qgsw .carousel-controls {
    display: none;
  }
  .cid-tnbvv8qgsw .carousel-item {
    padding: 0;
  }
  .cid-tnbvv8qgsw .card_wrap {
    padding: 30px;
    margin-bottom: 50px;
  }
  .cid-tnbvv8qgsw .card_header {
    margin-bottom: 15px;
  }
  .cid-tnbvv8qgsw .user_img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  .cid-tnbvv8qgsw .user_img img {
    width: 50px;
    height: 50px;
  }
}
.cid-tnbvv9PSCQ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tnbvv9PSCQ .mbr-overlay {
  background-color: #232323;
  opacity: 0.5;
}
.cid-tnbvv9PSCQ .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #cdba6d;
  margin-bottom: 0.7rem;
}
.cid-tnbvv9PSCQ input,
.cid-tnbvv9PSCQ textarea {
  font-size: 14px;
}
.cid-tnbvv9PSCQ input {
  padding: 1.5rem 1.8rem!important;
  border-radius: 50px;
}
.cid-tnbvv9PSCQ textarea {
  padding: 0.9rem 2rem!important;
  border-radius: 30px;
  height: 100%;
}
.cid-tnbvv9PSCQ .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-tnbvv9PSCQ .col-auto {
  width: 100%;
  text-align: center;
}
.cid-tnbvv9PSCQ img {
  width: 90%;
  border-radius: 8px;
}
.cid-tnbvv9PSCQ .mbr-form .btn {
  margin: .4rem .4rem;
  margin-left: 0rem;
}
.cid-tnbvv9PSCQ .btn {
  padding: 1rem 3.5rem!important;
}
.cid-tnbvv9PSCQ .title-block {
  margin-bottom: 2rem;
}
.cid-tnbvv9PSCQ .form-control,
.cid-tnbvv9PSCQ .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tnbvv9PSCQ .form-control:hover,
.cid-tnbvv9PSCQ .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tnbvv9PSCQ .form-control:focus,
.cid-tnbvv9PSCQ .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tnbvv9PSCQ input::-webkit-input-placeholder,
.cid-tnbvv9PSCQ textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-tnbvv9PSCQ input:-moz-placeholder,
.cid-tnbvv9PSCQ textarea:-moz-placeholder {
  color: #807d78;
}
.cid-tnbvv9PSCQ .jq-selectbox li,
.cid-tnbvv9PSCQ .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-tnbvv9PSCQ .jq-selectbox li:hover,
.cid-tnbvv9PSCQ .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-tnbvv9PSCQ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-tnbvv9PSCQ .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-tnbvv9PSCQ H5 {
  padding-bottom: 2rem;
  color: #303030;
}
.cid-tnbvv9PSCQ .mbr-text {
  color: #777777;
}
.cid-tnbvv9PSCQ .mbr-form {
  padding: 0rem;
}
.cid-tnbvv9PSCQ .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-tnbvv9PSCQ .form-row {
    margin: 0;
  }
  .cid-tnbvv9PSCQ .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-tnbvv9PSCQ .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-tnbvv9PSCQ img {
    width: 100%;
  }
}
.cid-tnbvv9PSCQ .form-row > [class*=col-] {
  padding: 0 1rem;
}
.cid-tnbvv9PSCQ .sc-7dvmpp-1 {
  display: none;
}
.cid-tnbvvajm3j {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-tnbvvajm3j a {
  transition: 0.3s;
}
.cid-tnbvvajm3j h5 {
  margin-bottom: 1.6rem;
}
.cid-tnbvvajm3j .card-img2 span {
  padding-top: 6px;
}
.cid-tnbvvajm3j .soc-item a {
  padding-top: 5px;
}
.cid-tnbvvajm3j .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-tnbvvajm3j .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-tnbvvajm3j .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tnbvvajm3j .soc-item {
  width: 35px;
  height: 35px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.4rem;
}
.cid-tnbvvajm3j .soc-item span {
  font-size: 1rem;
}
.cid-tnbvvajm3j .soc-item:hover span {
  color: #ffffff !important;
}
.cid-tnbvvajm3j .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-tnbvvajm3j .item h4 {
  margin: 0;
}
.cid-tnbvvajm3j .media-wrap {
  margin-bottom: 1rem;
}
.cid-tnbvvajm3j .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tnbvvajm3j img {
  width: 80%;
}
.cid-tnbvvajm3j .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-tnbvvajm3j .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tnbvvajm3j .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-tnbvvajm3j .container {
  padding: 0;
}
.cid-tnbvvajm3j .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
.cid-tnbBE6HnqO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tnbBE6HnqO nav.navbar {
  position: fixed;
}
.cid-tnbBE6HnqO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tnbBE6HnqO .dropdown-menu {
  padding: 0;
}
.cid-tnbBE6HnqO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tnbBE6HnqO .dropdown-item:hover,
.cid-tnbBE6HnqO .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-tnbBE6HnqO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tnbBE6HnqO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tnbBE6HnqO .nav-link {
  position: relative;
}
.cid-tnbBE6HnqO .container {
  display: flex;
  margin: auto;
}
.cid-tnbBE6HnqO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tnbBE6HnqO .navbar-caption {
  padding-right: 4rem;
}
.cid-tnbBE6HnqO .dropdown-menu,
.cid-tnbBE6HnqO .navbar.opened {
  background: #ffffff !important;
}
.cid-tnbBE6HnqO .nav-item:focus,
.cid-tnbBE6HnqO .nav-link:focus {
  outline: none;
}
.cid-tnbBE6HnqO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tnbBE6HnqO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tnbBE6HnqO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tnbBE6HnqO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tnbBE6HnqO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tnbBE6HnqO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tnbBE6HnqO .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tnbBE6HnqO .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tnbBE6HnqO .navbar.opened {
  transition: all .3s;
}
.cid-tnbBE6HnqO .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tnbBE6HnqO .navbar .navbar-logo img {
  width: auto;
}
.cid-tnbBE6HnqO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tnbBE6HnqO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tnbBE6HnqO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tnbBE6HnqO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-tnbBE6HnqO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tnbBE6HnqO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tnbBE6HnqO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tnbBE6HnqO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tnbBE6HnqO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tnbBE6HnqO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tnbBE6HnqO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tnbBE6HnqO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tnbBE6HnqO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tnbBE6HnqO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tnbBE6HnqO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tnbBE6HnqO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tnbBE6HnqO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tnbBE6HnqO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tnbBE6HnqO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tnbBE6HnqO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tnbBE6HnqO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tnbBE6HnqO .navbar.navbar-short {
  min-height: 60px;
}
.cid-tnbBE6HnqO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tnbBE6HnqO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tnbBE6HnqO .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tnbBE6HnqO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tnbBE6HnqO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tnbBE6HnqO .dropdown-item.active,
.cid-tnbBE6HnqO .dropdown-item:active {
  background-color: transparent;
}
.cid-tnbBE6HnqO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tnbBE6HnqO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tnbBE6HnqO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tnbBE6HnqO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tnbBE6HnqO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tnbBE6HnqO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tnbBE6HnqO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tnbBE6HnqO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tnbBE6HnqO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tnbBE6HnqO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tnbBE6HnqO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tnbBE6HnqO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tnbBE6HnqO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tnbBE6HnqO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tnbBE6HnqO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tnbBE6HnqO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tnbBE6HnqO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tnbBE6HnqO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tnbBE6HnqO .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tnbBE6HnqO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tnbBE6HnqO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tnbBE6HnqO .navbar {
    height: 77px;
  }
  .cid-tnbBE6HnqO .navbar.opened {
    height: auto;
  }
  .cid-tnbBE6HnqO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tnbBE7ypIj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tnbBE7ypIj img {
  width: 100%;
  object-fit: cover;
}
.cid-tnbBE7ypIj .quote {
  color: #333333;
  font-weight: 700;
}
.cid-tnbBE7ypIj .img-card {
  justify-content: center;
}
.cid-tnbBE7ypIj .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-tnbBE7ypIj .card-title {
  margin-bottom: 1.2rem;
}
.cid-tnbBE7ypIj .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-tnbBE7ypIj .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tnbBE7ypIj .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tnbBE7ypIj .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tnbBE7ypIj .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-tnbBE7ypIj .card-title,
.cid-tnbBE7ypIj .card-box {
  color: #303030;
}
.cid-tnbBE7ypIj H3 {
  color: #cdba6d;
}
.cid-tnbBE7ypIj .mbr-text,
.cid-tnbBE7ypIj .mbr-section-btn {
  color: #000000;
}
.cid-tnbBE87BFa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tnbBE87BFa .nav-tabs .nav-item.open .nav-link:focus,
.cid-tnbBE87BFa .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tnbBE87BFa .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-tnbBE87BFa .nav-tabs .nav-item {
  padding: 0.8rem 3rem 0.8rem 0rem;
  border-bottom: 1px solid #f9f7f6;
}
.cid-tnbBE87BFa .quote {
  padding-top: 0.8rem;
  color: #333;
  font-weight: 700;
}
.cid-tnbBE87BFa .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-tnbBE87BFa .nav {
  flex-direction: column;
}
.cid-tnbBE87BFa .nav-tabs .nav-link {
  padding: 0.2rem 1rem;
  color: #c3c3c3;
  font-style: normal;
  font-weight: 700;
  transition: all 0.5s;
  border: none;
  border-left: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tnbBE87BFa .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #354463;
  border-left: 3px solid #354463;
}
.cid-tnbBE87BFa .nav-tabs .nav-link.active {
  font-weight: 700;
  color: #354463;
  font-style: normal;
  border-left: 3px solid #354463;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-tnbBE87BFa .nav-tabs {
    flex-direction: row;
    border-right: 0px;
    padding-right: 0rem;
  }
  .cid-tnbBE87BFa .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-tnbBE87BFa p {
    padding-left: 0rem;
  }
  .cid-tnbBE87BFa .quote {
    padding-top: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tnbBE87BFa .mbr-text {
    padding-left: 2rem;
  }
}
@media (max-width: 576px) {
  .cid-tnbBE87BFa .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-tnbBE87BFa .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-tnbBE87BFa p {
    padding-left: 0rem;
  }
}
.cid-tnbBE87BFa P {
  color: #555555;
}
.cid-tnbBE8K5QE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tnbBE8K5QE .mbr-iconfont {
  font-size: 80px;
}
.cid-tnbBE8K5QE h3 {
  text-align: center;
}
.cid-tnbBE8K5QE .card {
  word-wrap: break-word;
}
@media (min-width: 1200px) {
  .cid-tnbBE8K5QE .panel-item {
    padding: 0 2.8rem;
  }
}
.cid-tnbBE8K5QE H3 {
  color: #42474c;
  text-align: center;
}
.cid-tnbBE8K5QE H4 {
  color: #42474c;
}
.cid-tnbBE8K5QE .mbr-section-title {
  color: #000000;
}
.cid-tnbBE9q5FC {
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tnbBE9q5FC .title_block {
  margin-bottom: 80px;
}
.cid-tnbBE9q5FC .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #aa8f20;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-tnbBE9q5FC .mbr-section-title {
  color: #333333;
}
.cid-tnbBE9q5FC .card_wrap {
  height: 100%;
  z-index: 1;
  overflow: hidden;
  padding: 40px;
  padding-bottom: 60px;
  position: relative;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0px 6px 20px 0px rgba(0, 33, 121, 0.08);
}
.cid-tnbBE9q5FC .card_wrap:before {
  content: '';
  bottom: 20px;
  right: 15px;
  width: 65px;
  height: 65px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}
.cid-tnbBE9q5FC .card_wrap:after {
  content: '';
  bottom: -24px;
  right: -20px;
  width: 80px;
  height: 80px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}
.cid-tnbBE9q5FC .card_header {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
.cid-tnbBE9q5FC .user {
  display: flex;
  align-items: center;
}
.cid-tnbBE9q5FC .user_img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 50%;
}
.cid-tnbBE9q5FC .user_img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.cid-tnbBE9q5FC .user_name {
  margin-bottom: 2px;
  display: block;
  color: #4a4c70;
}
.cid-tnbBE9q5FC .desk {
  margin-bottom: 0;
}
.cid-tnbBE9q5FC .iconfont-wrapper {
  min-width: 115px;
}
.cid-tnbBE9q5FC .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  margin-right: 3px;
}
.cid-tnbBE9q5FC .carousel-item {
  justify-content: center;
  padding: 0 3rem;
}
.cid-tnbBE9q5FC .carousel-item > div {
  width: 100%;
}
.cid-tnbBE9q5FC .carousel-item.active,
.cid-tnbBE9q5FC .carousel-item-next,
.cid-tnbBE9q5FC .carousel-item-prev {
  display: flex;
}
.cid-tnbBE9q5FC .carousel-controls a {
  width: 9%;
}
.cid-tnbBE9q5FC .carousel-controls a span {
  width: 50px;
  height: 50px;
  font-weight: 700;
  line-height: 50px;
  font-size: 18px;
  color: #917710;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #917710;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tnbBE9q5FC .carousel-controls a:hover span {
  background-color: #ffffff;
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tnbBE9q5FC .carousel-controls a {
    width: 5%;
  }
}
@media (max-width: 991px) {
  .cid-tnbBE9q5FC .title_block {
    margin-bottom: 40px;
  }
  .cid-tnbBE9q5FC .card_header {
    flex-direction: column;
  }
  .cid-tnbBE9q5FC .rating {
    margin-bottom: 10px;
    align-self: flex-end;
  }
  .cid-tnbBE9q5FC .user {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-tnbBE9q5FC .carousel-controls {
    display: none;
  }
  .cid-tnbBE9q5FC .carousel-item {
    padding: 0;
  }
  .cid-tnbBE9q5FC .card_wrap {
    padding: 30px;
    margin-bottom: 50px;
  }
  .cid-tnbBE9q5FC .card_header {
    margin-bottom: 15px;
  }
  .cid-tnbBE9q5FC .user_img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  .cid-tnbBE9q5FC .user_img img {
    width: 50px;
    height: 50px;
  }
}
.cid-tnbBEaZYzX {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tnbBEaZYzX .mbr-overlay {
  background-color: #232323;
  opacity: 0.5;
}
.cid-tnbBEaZYzX .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #cdba6d;
  margin-bottom: 0.7rem;
}
.cid-tnbBEaZYzX input,
.cid-tnbBEaZYzX textarea {
  font-size: 14px;
}
.cid-tnbBEaZYzX input {
  padding: 1.5rem 1.8rem!important;
  border-radius: 50px;
}
.cid-tnbBEaZYzX textarea {
  padding: 0.9rem 2rem!important;
  border-radius: 30px;
  height: 100%;
}
.cid-tnbBEaZYzX .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-tnbBEaZYzX .col-auto {
  width: 100%;
  text-align: center;
}
.cid-tnbBEaZYzX img {
  width: 90%;
  border-radius: 8px;
}
.cid-tnbBEaZYzX .mbr-form .btn {
  margin: .4rem .4rem;
  margin-left: 0rem;
}
.cid-tnbBEaZYzX .btn {
  padding: 1rem 3.5rem!important;
}
.cid-tnbBEaZYzX .title-block {
  margin-bottom: 2rem;
}
.cid-tnbBEaZYzX .form-control,
.cid-tnbBEaZYzX .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tnbBEaZYzX .form-control:hover,
.cid-tnbBEaZYzX .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tnbBEaZYzX .form-control:focus,
.cid-tnbBEaZYzX .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tnbBEaZYzX input::-webkit-input-placeholder,
.cid-tnbBEaZYzX textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-tnbBEaZYzX input:-moz-placeholder,
.cid-tnbBEaZYzX textarea:-moz-placeholder {
  color: #807d78;
}
.cid-tnbBEaZYzX .jq-selectbox li,
.cid-tnbBEaZYzX .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-tnbBEaZYzX .jq-selectbox li:hover,
.cid-tnbBEaZYzX .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-tnbBEaZYzX .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-tnbBEaZYzX .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-tnbBEaZYzX H5 {
  padding-bottom: 2rem;
  color: #303030;
}
.cid-tnbBEaZYzX .mbr-text {
  color: #777777;
}
.cid-tnbBEaZYzX .mbr-form {
  padding: 0rem;
}
.cid-tnbBEaZYzX .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-tnbBEaZYzX .form-row {
    margin: 0;
  }
  .cid-tnbBEaZYzX .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-tnbBEaZYzX .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-tnbBEaZYzX img {
    width: 100%;
  }
}
.cid-tnbBEaZYzX .form-row > [class*=col-] {
  padding: 0 1rem;
}
.cid-tnbBEaZYzX .sc-7dvmpp-1 {
  display: none;
}
.cid-tnbBEbshzE {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-tnbBEbshzE a {
  transition: 0.3s;
}
.cid-tnbBEbshzE h5 {
  margin-bottom: 1.6rem;
}
.cid-tnbBEbshzE .card-img2 span {
  padding-top: 6px;
}
.cid-tnbBEbshzE .soc-item a {
  padding-top: 5px;
}
.cid-tnbBEbshzE .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-tnbBEbshzE .link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-tnbBEbshzE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tnbBEbshzE .soc-item {
  width: 35px;
  height: 35px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.4rem;
}
.cid-tnbBEbshzE .soc-item span {
  font-size: 1rem;
}
.cid-tnbBEbshzE .soc-item:hover span {
  color: #ffffff !important;
}
.cid-tnbBEbshzE .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-tnbBEbshzE .item h4 {
  margin: 0;
}
.cid-tnbBEbshzE .media-wrap {
  margin-bottom: 1rem;
}
.cid-tnbBEbshzE .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tnbBEbshzE img {
  width: 80%;
}
.cid-tnbBEbshzE .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-tnbBEbshzE .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tnbBEbshzE .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-tnbBEbshzE .container {
  padding: 0;
}
.cid-tnbBEbshzE .btn-primary:hover {
  background-color: #e6e6e6 !important;
}
