body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Be Vietnam';
  font-size: 3.5rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Be Vietnam';
  font-size: 2.4rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Be Vietnam';
  font-size: 0.9rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Be Vietnam';
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Be Vietnam';
  font-size: 1.1rem;
  line-height: 2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.81rem !important;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.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: #f37522 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f37522 !important;
  border-color: #f37522 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #be520a !important;
  border-color: #be520a !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #be520a !important;
  border-color: #be520a !important;
}
.btn-primary:hover {
  background-color: #f37522 !important;
  border-color: #f37522 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3d6657 !important;
  border-color: #3d6657 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #20362e !important;
  border-color: #20362e !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #20362e !important;
  border-color: #20362e !important;
}
.btn-secondary:hover {
  background-color: #f37522 !important;
  border-color: #f37522 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info:hover {
  background-color: #f37522 !important;
  border-color: #f37522 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success:hover {
  background-color: #f37522 !important;
  border-color: #f37522 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning:hover {
  background-color: #f37522 !important;
  border-color: #f37522 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger:hover {
  background-color: #f37522 !important;
  border-color: #f37522 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #f37522 !important;
  border-color: #f37522 !important;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #f37522 !important;
  border-color: #f37522 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #f37522;
  color: #f37522;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #f37522;
  border-color: #f37522;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f37522 !important;
  border-color: #f37522 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #3d6657;
  color: #3d6657;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #3d6657;
  border-color: #3d6657;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3d6657 !important;
  border-color: #3d6657 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #82786e;
  color: #82786e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #f7ed4a;
  color: #f7ed4a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !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-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b1a374;
  color: #b1a374;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !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-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.text-primary {
  color: #f37522 !important;
}
.text-secondary {
  color: #3d6657 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #f8b183 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #66a38d !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fbf7ac !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.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: #f37522;
  border-color: #f37522;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f37522;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #feeee3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
blockquote {
  border-color: #f37522;
}
/* 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: #f37522;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f37522;
  border-bottom-color: #f37522;
}
.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: #f37522 !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: #3d6657 !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='%23f37522' %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-rVtZLIAGc8 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVtZLIAGc8 .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-rVtZLIAGc8 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-rVtZLIAGc8 .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-rVtZLIAGc8 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rVtZLIAGc8 .navbar.opened {
  transition: all .3s;
}
.cid-rVtZLIAGc8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-rVtZLIAGc8 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-rVtZLIAGc8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rVtZLIAGc8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rVtZLIAGc8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-rVtZLIAGc8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rVtZLIAGc8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rVtZLIAGc8 .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-rVtZLIAGc8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rVtZLIAGc8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rVtZLIAGc8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rVtZLIAGc8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rVtZLIAGc8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rVtZLIAGc8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rVtZLIAGc8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rVtZLIAGc8 .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-rVtZLIAGc8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rVtZLIAGc8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rVtZLIAGc8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rVtZLIAGc8 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-rVtZLIAGc8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rVtZLIAGc8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rVtZLIAGc8 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rVtZLIAGc8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rVtZLIAGc8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rVtZLIAGc8 .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-rVtZLIAGc8 .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-rVtZLIAGc8 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-rVtZLIAGc8 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-rVtZLIAGc8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-rVtZLIAGc8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rVtZLIAGc8 .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rVtZLIAGc8 .navbar-caption {
  padding-right: 4rem;
}
.cid-rVtZLIAGc8 .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-rVtZLIAGc8 .dropdown-menu,
.cid-rVtZLIAGc8 .navbar.opened {
  background: #ffffff !important;
}
.cid-rVtZLIAGc8 .nav-item:focus,
.cid-rVtZLIAGc8 .nav-link:focus {
  outline: none;
}
.cid-rVtZLIAGc8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVtZLIAGc8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rVtZLIAGc8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rVtZLIAGc8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVtZLIAGc8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rVtZLIAGc8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rVtZLIAGc8 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rVtZLIAGc8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rVtZLIAGc8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rVtZLIAGc8 .dropdown-item.active,
.cid-rVtZLIAGc8 .dropdown-item:active {
  background-color: transparent;
}
.cid-rVtZLIAGc8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rVtZLIAGc8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rVtZLIAGc8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rVtZLIAGc8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rVtZLIAGc8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rVtZLIAGc8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rVtZLIAGc8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rVtZLIAGc8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-rVtZLIAGc8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVtZLIAGc8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rVtZLIAGc8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rVtZLIAGc8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rVtZLIAGc8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rVtZLIAGc8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rVtZLIAGc8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVtZLIAGc8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rVtZLIAGc8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rVtZLIAGc8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVtZLIAGc8 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rVtZLIAGc8 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVtZLIAGc8 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-rVtZLIAGc8 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rVtZLIAGc8 .navbar {
    height: 77px;
  }
  .cid-rVtZLIAGc8 .navbar.opened {
    height: auto;
  }
  .cid-rVtZLIAGc8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rVue0PFQmz {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/sentient-blank-1920x1163.jpg-1920x1163.jpg");
}
.cid-rVue0PFQmz .link-align {
  width: 100%;
}
.cid-rVue0PFQmz .link-wrap {
  display: inline-block;
}
@keyframes hover {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.cid-rVue0PFQmz .mbr-text,
.cid-rVue0PFQmz .link-align {
  color: #e5e5e5;
}
.cid-rVue0PFQmz .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.cid-rVue0PFQmz .icon-wrap:hover {
  animation: 0.6s hover;
}
.cid-rVue0PFQmz .icon-wrap span {
  padding-left: 4px;
}
.cid-rVue0PFQmz .mbr-media span {
  font-size: 1.6rem;
  border: 2px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-rVue0PFQmz .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rVue0PFQmz .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rVue0PFQmz .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rVue0PFQmz .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rVue0PFQmz a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rVue0PFQmz a.close:hover {
  color: #ffffff;
}
.cid-rVue0PFQmz H2 {
  color: #f37522;
}
.cid-rVue0PFQmz H1 {
  color: #e5e5e5;
}
.cid-sRMlzhLXIn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #3d6657;
}
.cid-sRMlzhLXIn a:hover {
  background-image: none !important;
}
.cid-sRMlzhLXIn .mbr-section-title {
  text-indent: -0.07em;
  color: #ffffff;
}
.cid-sRMlzhLXIn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sRMlzhLXIn .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-sRMlzhLXIn .colored-text {
  color: #f37522 !important;
}
.cid-sRMmyKUKUh {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #eae8e4;
}
.cid-sRMmyKUKUh .row {
  flex-direction: row-reverse;
}
.cid-sRMmyKUKUh .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #f37522;
}
.cid-sRMmyKUKUh .svg-top .st0 {
  fill: #eae8e4;
}
@media (max-width: 992px) {
  .cid-sRMmyKUKUh .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-sRMmyKUKUh .mbr-section-title {
  color: #f37522;
  text-align: left;
}
@media (min-width: 1400px) {
  .cid-sRMmyKUKUh .col-12 {
    padding: 0 2rem;
  }
  .cid-sRMmyKUKUh .row {
    margin: 0 -2rem;
  }
}
.cid-sRMmyKUKUh .mbr-text,
.cid-sRMmyKUKUh .mbr-section-btn {
  color: #3d6657;
}
.cid-sRMvm8saoH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eae8e4;
}
.cid-sRMvm8saoH .row {
  align-items: center;
}
.cid-sRMvm8saoH .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-sRMvm8saoH .mbr-text {
  margin-bottom: 2rem;
}
.cid-sRMvm8saoH .image-wrapper,
.cid-sRMvm8saoH img {
  width: 100%;
}
.cid-sRMvm8saoH .image-wrapper {
  overflow: hidden;
}
.cid-sRMvm8saoH .image-wrapper img {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sRMvm8saoH .image-wrapper img:hover {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-sRMvm8saoH .content_box {
    padding-right: 1rem;
    padding-left: 5rem;
  }
}
@media (max-width: 991px) {
  .cid-sRMvm8saoH .row {
    flex-direction: column-reverse;
  }
  .cid-sRMvm8saoH .content_box,
  .cid-sRMvm8saoH .mbr-text {
    padding: 0;
  }
  .cid-sRMvm8saoH .mbr-section-title {
    margin-bottom: 1rem;
  }
  .cid-sRMvm8saoH .mbr-text {
    margin-bottom: 1.25rem;
  }
  .cid-sRMvm8saoH .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sRMvm8saoH .flash:hover {
  opacity: 1;
  -webkit-animation: flash 1s;
  animation: flash 1s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
.cid-sW7xU9EpfB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sW7xU9EpfB .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-sW7xU9EpfB .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sW7xU9EpfB .first-card {
  display: block;
}
.cid-sW7xU9EpfB .first-card .card-wrapper {
  height: 100%;
}
.cid-sW7xU9EpfB .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-sW7xU9EpfB .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sW7xU9EpfB .first-card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-sW7xU9EpfB .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-sW7xU9EpfB .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-sW7xU9EpfB .first-row,
.cid-sW7xU9EpfB .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-sW7xU9EpfB .first-row .card .card-wrapper,
.cid-sW7xU9EpfB .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-sW7xU9EpfB .first-row .card .card-wrapper .card-img,
.cid-sW7xU9EpfB .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-sW7xU9EpfB .first-row .card .card-wrapper .card-img img,
.cid-sW7xU9EpfB .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-sW7xU9EpfB .first-row,
  .cid-sW7xU9EpfB .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sW7xU9EpfB .first-row .card .card-wrapper .card-img,
  .cid-sW7xU9EpfB .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sW7xU9EpfB .first-row .card .card-wrapper .card-img img,
  .cid-sW7xU9EpfB .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-sW7xU9EpfB .first-row .caption,
.cid-sW7xU9EpfB .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-sW7xU9EpfB .first-row .caption .price,
.cid-sW7xU9EpfB .second-row .caption .price {
  background: #c19b76;
  padding: 0 0.5rem;
}
.cid-sW7xU9EpfB .first-row {
  padding-bottom: 1rem;
}
.cid-sW7xU9EpfB .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-sW7xU9EpfB .first-card,
  .cid-sW7xU9EpfB .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sW7xU9EpfB .first-card {
    padding-bottom: 2rem;
  }
  .cid-sW7xU9EpfB .only-first-row {
    height: 100%;
  }
}
.cid-sW7xU9EpfB .first-card-text,
.cid-sW7xU9EpfB .card-btn {
  text-align: left;
}
.cid-sW7xU9EpfB .card-title {
  color: #ffffff;
}
.cid-sRMUe66Hdr {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eae8e4;
}
.cid-sRMUe66Hdr .features-button {
  line-height: 1.72;
  font-weight: 300;
}
@media (max-width: 768px) {
  .cid-sRMUe66Hdr .features-button {
    width: 100%;
  }
}
.cid-sRMUe66Hdr .image {
  width: 50%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-sRMUe66Hdr .image {
    align-self: center;
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-sRMUe66Hdr .image-1 {
  border-radius: 10px;
}
@media (min-width: 992px) {
  .cid-sRMUe66Hdr .image-1 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0;
  }
}
.cid-sRMUe66Hdr .image-2 {
  border-radius: 10px;
}
@media (min-width: 992px) {
  .cid-sRMUe66Hdr .image-2 {
    border-top-right-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
.cid-sRMUe66Hdr .features-container {
  background-color: #b8c6c1;
  padding: 1rem;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .cid-sRMUe66Hdr .features-container {
    padding: 3rem;
  }
}
.cid-sRMUe66Hdr .mbr-section-subtitle {
  line-height: 1.2;
}
.cid-sRMUe66Hdr .mbr-text {
  line-height: 1.72;
}
.cid-sRMUe66Hdr .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-sRMUe66Hdr .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-sRMUe66Hdr .investment-item {
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-sRMUe66Hdr .investment-item {
    padding: 3rem;
  }
}
.cid-sWm91nNcqj {
  background-color: #ffffff;
}
.cid-sWm91nNcqj H2 {
  color: #e7272d;
  text-align: center;
}
.cid-sWm91nNcqj .mbr-text,
.cid-sWm91nNcqj .mbr-section-btn {
  color: #808080;
}
.cid-sWm91nNcqj img {
  max-width: 300px;
  margin: auto;
}
.cid-sWm91nNcqj .btn span {
  font-size: 2.4rem !important;
  margin-top: 0.6rem !important;
  margin-bottom: 0rem !important;
}
.cid-sWm91nNcqj .btn {
  padding: 0.4rem 2.2rem;
  text-align: left;
  line-height: 1.3;
}
.cid-sWm91nNcqj H1 {
  text-align: center;
}
.cid-sWnCz6Gj7P {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-sWnCz6Gj7P .card-header {
  background: transparent;
}
.cid-sWnCz6Gj7P img {
  width: 90%;
  box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
  margin: auto;
}
@media (max-width: 992px) {
  .cid-sWnCz6Gj7P .wrapper {
    padding: 0;
  }
  .cid-sWnCz6Gj7P img {
    width: 100%;
    padding: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-sWnCz6Gj7P .mbr-iconfont {
  font-size: 1rem !important;
  font-family: "Moririse2" !important;
}
.cid-sWnCz6Gj7P .mbr-iconfont:before {
  content: "\e960";
}
.cid-sWnCz6Gj7P .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sWnCz6Gj7P .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sWnCz6Gj7P .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sWnCz6Gj7P .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sWnCz6Gj7P .card .card-header a.panel-title h5 .sign {
  padding-right: 1rem;
}
.cid-sWnCz6Gj7P .card .panel-body {
  color: #767676;
  padding-top: 1rem;
}
.cid-sWnCz6Gj7P h5 {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0rem;
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 0rem;
}
@media (max-width: 767px) {
  .cid-sWnCz6Gj7P .wrapper {
    padding: 2rem 1rem;
  }
  .cid-sWnCz6Gj7P h5 {
    padding: 1rem 0rem;
  }
}
.cid-sWnCz6Gj7P .mbr-text,
.cid-sWnCz6Gj7P .mbr-section-btn {
  color: #ffffff;
}
.cid-sWnCz6Gj7P .panel-text {
  color: #555555;
}
.cid-sWnCz6Gj7P H4 {
  color: #ffffff;
}
.cid-sWnCz6Gj7P H5 {
  color: #000000;
}
.cid-sWnCz6Gj7P H3 {
  color: #000000;
}
.cid-sW7UCqEsyn {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-sW7UCqEsyn H1 {
  color: #e5e5e5;
}
.cid-sW7NdIClil {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sW7NdIClil .container {
    max-width: 1400px;
  }
}
@media (min-width: 767px) {
  .cid-sW7NdIClil .container-fluid {
    padding: 0 3rem;
  }
}
.cid-sW7NdIClil .card1 {
  background: #fe6571;
}
.cid-sW7NdIClil .card2 {
  background: #ffcc00;
}
.cid-sW7NdIClil .card3 {
  background: #22a5e5;
}
.cid-sW7NdIClil .card4 {
  background: #f49846;
}
.cid-sW7NdIClil .card5 {
  background: #3d6657;
}
.cid-sW7NdIClil .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #082c4e;
  margin-bottom: 2rem;
}
.cid-sW7NdIClil .card-wrapper {
  padding: 3rem 2rem;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .cid-sW7NdIClil .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-sW7NdIClil .row {
  justify-content: center;
}
@media (min-width: 1400px) {
  .cid-sW7NdIClil .col-lg-3 {
    max-width: 20%;
  }
}
.cid-sW7NdIClil .mbr-section-title {
  color: #082c4e;
}
.cid-sW7NdIClil .mbr-section-subtitle {
  color: #555555;
}
.cid-sW7NdIClil .card-title,
.cid-sW7NdIClil .iconfont-wrapper {
  color: #082c4e;
  text-align: center;
}
.cid-sW7NdIClil .card-text {
  color: #082c4e;
}
.cid-sW7NdIClil .card-text,
.cid-sW7NdIClil .link {
  text-align: center;
  color: #465052;
}
.cid-sW7RMKLS2Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4f4943;
}
.cid-sW7RMKLS2Z .mbr-section-title {
  color: #f37522;
}
.cid-sW7RMKLS2Z .mbr-text,
.cid-sW7RMKLS2Z .mbr-section-btn {
  color: #cccccc;
}
.cid-sW7RMKLS2Z .btn {
  color: white!important;
  border-color: white!important;
}
.cid-sRNw2lhuVj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sRNw2lhuVj H1 {
  color: #000000;
}
.cid-sRNw2lhuVj .mbr-text,
.cid-sRNw2lhuVj .mbr-section-btn {
  color: #000000;
}
.cid-sRNw2lhuVj .mbr-subtitle {
  color: #000000;
}
.cid-sRNw2lhuVj .mbr-text {
  margin-top: 1.5rem;
}
.cid-sRNw2lhuVj .mbr-section-btn {
  margin-top: 2rem;
}
.cid-sRMybSU1ok {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sRMybSU1ok .carousel {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-sRMybSU1ok .carousel {
    height: 940px;
  }
}
@media (max-width: 768px) {
  .cid-sRMybSU1ok .carousel {
    height: 400px;
  }
}
.cid-sRMybSU1ok .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sRMybSU1ok .carousel .carousel-item,
.cid-sRMybSU1ok .carousel .carousel-inner {
  height: 100%;
}
.cid-sRMybSU1ok .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sRMybSU1ok .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sRMybSU1ok .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sRMybSU1ok .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-sRMybSU1ok .item-wrapper {
  position: relative;
  text-align: start;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sRMybSU1ok .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sRMybSU1ok .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sRMybSU1ok .row {
  position: relative;
}
.cid-sRMybSU1ok .container {
  margin-bottom: 3px;
}
.cid-sRMybSU1ok .carousel-control {
  color: #f37522;
  top: 50%;
  width: 100px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 40px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: .8;
}
.cid-sRMybSU1ok .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sRMybSU1ok .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sRMybSU1ok .carousel-control {
    top: 70%;
  }
  .cid-sRMybSU1ok .carousel-control.carousel-control-prev {
    margin-left: .5rem;
  }
  .cid-sRMybSU1ok .carousel-control.carousel-control-next {
    margin-right: .5rem;
  }
}
.cid-sRMybSU1ok .buttons-wrap {
  justify-content: start;
}
.cid-sRMybSU1ok .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-sRMybSU1ok .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-sRMybSU1ok .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .cid-sRMybSU1ok .buttons-wrap .mbr-section-btn {
    margin-bottom: 10px;
  }
}
.cid-sRMybSU1ok .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sRMybSU1ok .wrap {
  z-index: 9999;
}
.cid-sRMybSU1ok .btnHeader {
  font-family: 'Cormorant Garamond';
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  cursor: pointer;
  left: 50%;
  top: 70%;
  border: 1px solid #9a948d;
  justify-content: center;
  transition: border 0.5s ease;
  transform: translateX(-50%);
}
.cid-sRMybSU1ok .btnHeader::before,
.cid-sRMybSU1ok .btnHeader::after {
  content: '';
  width: 102%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: -1%;
}
.cid-sRMybSU1ok .btnHeader::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-sRMybSU1ok .btnHeader:hover::before {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sRMybSU1ok .btnHeader::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-sRMybSU1ok .btnHeader:hover::after {
  border-top: 1px solid #ffffff;
  border-left-color: #ffffff;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-sRMybSU1ok .img {
  position: relative;
}
.cid-rVtZQNjyPM {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rVtZQNjyPM .icon-title {
  margin: 0;
  padding: 0;
}
@media (min-width: 1400px) {
  .cid-rVtZQNjyPM .text {
    max-width: 360px;
  }
}
@media (max-width: 992px) {
  .cid-rVtZQNjyPM .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-rVtZQNjyPM .google-map {
  height: 18rem;
  position: relative;
  margin-bottom: 2rem;
}
.cid-rVtZQNjyPM .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rVtZQNjyPM .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-rVtZQNjyPM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rVtZQNjyPM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rVtZQNjyPM .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #232323;
  text-align: right;
}
.cid-rVtZQNjyPM .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-rVtZQNjyPM .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-rVtZQNjyPM .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-rVtZQNjyPM .mbr-text,
.cid-rVtZQNjyPM .mbr-section-btn {
  color: #999999;
}
.cid-rVtZQNjyPM .icon-title,
.cid-rVtZQNjyPM .align-wrap {
  color: #999999;
}
.cid-rVtZRboH4T {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #3d6657;
}
.cid-rVtZRboH4T .copyright {
  display: flex;
}
.cid-rVtZRboH4T .item {
  padding-right: 1.5rem;
  color: #999999;
  cursor: pointer;
  transition: all 0.3s;
}
.cid-rVtZRboH4T .item:hover a,
.cid-rVtZRboH4T .item:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-rVtZRboH4T .copyright,
  .cid-rVtZRboH4T .col-lg-1 {
    margin-bottom: 1rem;
  }
  .cid-rVtZRboH4T .align-left,
  .cid-rVtZRboH4T .align-right {
    text-align: center;
  }
  .cid-rVtZRboH4T .copyright {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-rVtZRboH4T .copyright {
    flex-direction: column;
  }
  .cid-rVtZRboH4T .item {
    padding-right: 0rem;
    padding-bottom: 0.4rem;
  }
}
.cid-rVtZRboH4T .col-lg-1 {
  max-width: fit-content;
  padding: 0;
}
.cid-rVtZRboH4T .mbr-text {
  color: #cccccc;
  text-align: right;
}
.cid-sRMIK7d9Mj .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRMIK7d9Mj .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-sRMIK7d9Mj .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sRMIK7d9Mj .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-sRMIK7d9Mj .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-sRMIK7d9Mj .navbar.opened {
  transition: all .3s;
}
.cid-sRMIK7d9Mj .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sRMIK7d9Mj .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sRMIK7d9Mj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRMIK7d9Mj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRMIK7d9Mj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sRMIK7d9Mj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRMIK7d9Mj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRMIK7d9Mj .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-sRMIK7d9Mj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRMIK7d9Mj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sRMIK7d9Mj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sRMIK7d9Mj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRMIK7d9Mj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRMIK7d9Mj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRMIK7d9Mj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRMIK7d9Mj .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-sRMIK7d9Mj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sRMIK7d9Mj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRMIK7d9Mj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRMIK7d9Mj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRMIK7d9Mj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sRMIK7d9Mj .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sRMIK7d9Mj .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sRMIK7d9Mj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sRMIK7d9Mj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sRMIK7d9Mj .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sRMIK7d9Mj .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-sRMIK7d9Mj .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sRMIK7d9Mj .dropdown-menu {
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sRMIK7d9Mj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-sRMIK7d9Mj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRMIK7d9Mj .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sRMIK7d9Mj .navbar-caption {
  padding-right: 4rem;
}
.cid-sRMIK7d9Mj .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-sRMIK7d9Mj .dropdown-menu,
.cid-sRMIK7d9Mj .navbar.opened {
  background: #ffffff !important;
}
.cid-sRMIK7d9Mj .nav-item:focus,
.cid-sRMIK7d9Mj .nav-link:focus {
  outline: none;
}
.cid-sRMIK7d9Mj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRMIK7d9Mj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRMIK7d9Mj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sRMIK7d9Mj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sRMIK7d9Mj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRMIK7d9Mj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRMIK7d9Mj .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRMIK7d9Mj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRMIK7d9Mj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRMIK7d9Mj .dropdown-item.active,
.cid-sRMIK7d9Mj .dropdown-item:active {
  background-color: transparent;
}
.cid-sRMIK7d9Mj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRMIK7d9Mj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRMIK7d9Mj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRMIK7d9Mj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sRMIK7d9Mj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRMIK7d9Mj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRMIK7d9Mj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sRMIK7d9Mj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sRMIK7d9Mj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sRMIK7d9Mj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sRMIK7d9Mj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sRMIK7d9Mj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sRMIK7d9Mj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sRMIK7d9Mj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sRMIK7d9Mj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRMIK7d9Mj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sRMIK7d9Mj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sRMIK7d9Mj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRMIK7d9Mj .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sRMIK7d9Mj a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRMIK7d9Mj .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sRMIK7d9Mj .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRMIK7d9Mj .navbar {
    height: 77px;
  }
  .cid-sRMIK7d9Mj .navbar.opened {
    height: auto;
  }
  .cid-sRMIK7d9Mj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRMYi4lF9v {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sRMYi4lF9v .mbr-section-subtitle {
  color: #767676;
}
.cid-sRMYi4lF9v .mbr-section-title {
  color: #3d6657;
}
.cid-sRN0wj3OUQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRN0wj3OUQ .item-img {
  overflow-x: hidden;
  overflow-y: hidden;
}
.cid-sRN0wj3OUQ img,
.cid-sRN0wj3OUQ .item-img {
  width: 100%;
  filter: grayscale(0);
  transition: all 1s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-sRN0wj3OUQ h5 {
  margin: 0;
}
.cid-sRN0wj3OUQ .item:focus,
.cid-sRN0wj3OUQ span:focus {
  outline: none;
}
.cid-sRN0wj3OUQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sRN0wj3OUQ .item:hover img,
.cid-sRN0wj3OUQ .item:hover .item-img {
  filter: grayscale(0);
}
.cid-sRN0wj3OUQ .item:hover img {
  transform: scale(1.05);
}
.cid-sRN0wj3OUQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sRN0wj3OUQ .item-content {
  padding-top: 2rem;
}
.cid-sRN0wj3OUQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-sRN0wj3OUQ .item-title {
  color: #666666;
}
.cid-sRN0wj3OUQ .item-subtitle {
  text-align: center;
}
.cid-sRN1Wfgujz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRN1Wfgujz .item-img {
  overflow: hidden;
}
.cid-sRN1Wfgujz img,
.cid-sRN1Wfgujz .item-img {
  width: 100%;
  filter: grayscale(0);
  transition: all 1s;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sRN1Wfgujz h5 {
  margin: 0;
}
.cid-sRN1Wfgujz .item:focus,
.cid-sRN1Wfgujz span:focus {
  outline: none;
}
.cid-sRN1Wfgujz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sRN1Wfgujz .item:hover img,
.cid-sRN1Wfgujz .item:hover .item-img {
  filter: grayscale(0);
}
.cid-sRN1Wfgujz .item:hover img {
  transform: scale(1.05);
}
.cid-sRN1Wfgujz .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sRN1Wfgujz .item-content {
  padding-top: 2rem;
}
.cid-sRN1Wfgujz .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-sRN1Wfgujz .item-title {
  color: #666666;
}
.cid-sRN1Wfgujz .item-subtitle {
  text-align: center;
}
.cid-sRN2Emky1g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRN2Emky1g .item-img {
  overflow: hidden;
}
.cid-sRN2Emky1g img,
.cid-sRN2Emky1g .item-img {
  width: 100%;
  filter: grayscale(0);
  transition: all 1s;
}
.cid-sRN2Emky1g h5 {
  margin: 0;
}
.cid-sRN2Emky1g .item:focus,
.cid-sRN2Emky1g span:focus {
  outline: none;
}
.cid-sRN2Emky1g .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sRN2Emky1g .item:hover img,
.cid-sRN2Emky1g .item:hover .item-img {
  filter: grayscale(0);
}
.cid-sRN2Emky1g .item:hover img {
  transform: scale(1.05);
}
.cid-sRN2Emky1g .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sRN2Emky1g .item-content {
  padding-top: 2rem;
}
.cid-sRN2Emky1g .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-sRN2Emky1g .item-title {
  color: #666666;
}
.cid-sRN2Emky1g .item-subtitle {
  text-align: center;
}
.cid-sRN2PXliSw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRN2PXliSw .item-img {
  overflow: hidden;
}
.cid-sRN2PXliSw img,
.cid-sRN2PXliSw .item-img {
  width: 100%;
  filter: grayscale(0);
  transition: all 1s;
}
.cid-sRN2PXliSw h5 {
  margin: 0;
}
.cid-sRN2PXliSw .item:focus,
.cid-sRN2PXliSw span:focus {
  outline: none;
}
.cid-sRN2PXliSw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sRN2PXliSw .item:hover img,
.cid-sRN2PXliSw .item:hover .item-img {
  filter: grayscale(0);
}
.cid-sRN2PXliSw .item:hover img {
  transform: scale(1.05);
}
.cid-sRN2PXliSw .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sRN2PXliSw .item-content {
  padding-top: 2rem;
}
.cid-sRN2PXliSw .mbr-section-title {
  color: #232323;
}
.cid-sRN2PXliSw .item-title {
  color: #666666;
}
.cid-sRN2PXliSw .item-subtitle {
  text-align: center;
}
.cid-sRN3nrjifp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRN3nrjifp .item-img {
  overflow: hidden;
}
.cid-sRN3nrjifp img,
.cid-sRN3nrjifp .item-img {
  width: 100%;
  filter: grayscale(0);
  transition: all 1s;
}
.cid-sRN3nrjifp h5 {
  margin: 0;
}
.cid-sRN3nrjifp .item:focus,
.cid-sRN3nrjifp span:focus {
  outline: none;
}
.cid-sRN3nrjifp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sRN3nrjifp .item:hover img,
.cid-sRN3nrjifp .item:hover .item-img {
  filter: grayscale(0);
}
.cid-sRN3nrjifp .item:hover img {
  transform: scale(1.05);
}
.cid-sRN3nrjifp .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sRN3nrjifp .item-content {
  padding-top: 2rem;
}
.cid-sRN3nrjifp .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-sRN3nrjifp .item-title {
  color: #666666;
}
.cid-sRN3nrjifp .item-subtitle {
  text-align: center;
}
.cid-sRN3wk5tNX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRN3wk5tNX .item-img {
  overflow: hidden;
}
.cid-sRN3wk5tNX img,
.cid-sRN3wk5tNX .item-img {
  width: 100%;
  filter: grayscale(0);
  transition: all 1s;
}
.cid-sRN3wk5tNX h5 {
  margin: 0;
}
.cid-sRN3wk5tNX .item:focus,
.cid-sRN3wk5tNX span:focus {
  outline: none;
}
.cid-sRN3wk5tNX .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sRN3wk5tNX .item:hover img,
.cid-sRN3wk5tNX .item:hover .item-img {
  filter: grayscale(0);
}
.cid-sRN3wk5tNX .item:hover img {
  transform: scale(1.05);
}
.cid-sRN3wk5tNX .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sRN3wk5tNX .item-content {
  padding-top: 2rem;
}
.cid-sRN3wk5tNX .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-sRN3wk5tNX .item-title {
  color: #666666;
}
.cid-sRN3wk5tNX .item-subtitle {
  text-align: center;
}
.cid-sRNfxVKWam {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sRNfxVKWam .mbr-section-title {
  letter-spacing: 0.1em;
  color: #000000;
  margin-bottom: 2rem;
  text-align: left;
}
.cid-sRNfxVKWam .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sRNfxVKWam .btn {
  margin: 0px !important;
}
.cid-sRNfxVKWam .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRNfxVKWam .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRNfxVKWam .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sRNfxVKWam .carousel-item .wrap-img {
  text-align: center;
}
.cid-sRNfxVKWam .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-sRNfxVKWam .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sRNfxVKWam .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-sRNfxVKWam .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ffffff;
  display: inline-block;
  border: 4px solid #ffffff;
}
.cid-sRNfxVKWam .carousel-indicators li.active {
  border-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-sRNfxVKWam .second-col {
    padding-top: 2rem;
  }
}
.cid-sRNfxVKWam .mbr-section-subtitle,
.cid-sRNfxVKWam .mbr-section-btn {
  text-align: center;
}
.cid-sRMIKb515o {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #3d6657;
}
.cid-sRMIKb515o .copyright {
  display: flex;
}
.cid-sRMIKb515o .item {
  padding-right: 1.5rem;
  color: #999999;
  cursor: pointer;
  transition: all 0.3s;
}
.cid-sRMIKb515o .item:hover a,
.cid-sRMIKb515o .item:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-sRMIKb515o .copyright,
  .cid-sRMIKb515o .col-lg-1 {
    margin-bottom: 1rem;
  }
  .cid-sRMIKb515o .align-left,
  .cid-sRMIKb515o .align-right {
    text-align: center;
  }
  .cid-sRMIKb515o .copyright {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sRMIKb515o .copyright {
    flex-direction: column;
  }
  .cid-sRMIKb515o .item {
    padding-right: 0rem;
    padding-bottom: 0.4rem;
  }
}
.cid-sRMIKb515o .col-lg-1 {
  max-width: fit-content;
  padding: 0;
}
.cid-sRMIKb515o .mbr-text {
  color: #cccccc;
  text-align: right;
}
.cid-sS73Kf20Gi .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sS73Kf20Gi .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-sS73Kf20Gi .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sS73Kf20Gi .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-sS73Kf20Gi .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-sS73Kf20Gi .navbar.opened {
  transition: all .3s;
}
.cid-sS73Kf20Gi .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sS73Kf20Gi .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sS73Kf20Gi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sS73Kf20Gi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sS73Kf20Gi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sS73Kf20Gi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sS73Kf20Gi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sS73Kf20Gi .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-sS73Kf20Gi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sS73Kf20Gi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sS73Kf20Gi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sS73Kf20Gi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sS73Kf20Gi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sS73Kf20Gi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sS73Kf20Gi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sS73Kf20Gi .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-sS73Kf20Gi .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sS73Kf20Gi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sS73Kf20Gi .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sS73Kf20Gi .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sS73Kf20Gi .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sS73Kf20Gi .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sS73Kf20Gi .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sS73Kf20Gi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sS73Kf20Gi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sS73Kf20Gi .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sS73Kf20Gi .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-sS73Kf20Gi .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sS73Kf20Gi .dropdown-menu {
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sS73Kf20Gi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-sS73Kf20Gi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sS73Kf20Gi .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sS73Kf20Gi .navbar-caption {
  padding-right: 4rem;
}
.cid-sS73Kf20Gi .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-sS73Kf20Gi .dropdown-menu,
.cid-sS73Kf20Gi .navbar.opened {
  background: #ffffff !important;
}
.cid-sS73Kf20Gi .nav-item:focus,
.cid-sS73Kf20Gi .nav-link:focus {
  outline: none;
}
.cid-sS73Kf20Gi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sS73Kf20Gi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sS73Kf20Gi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sS73Kf20Gi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sS73Kf20Gi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sS73Kf20Gi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sS73Kf20Gi .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sS73Kf20Gi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sS73Kf20Gi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sS73Kf20Gi .dropdown-item.active,
.cid-sS73Kf20Gi .dropdown-item:active {
  background-color: transparent;
}
.cid-sS73Kf20Gi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sS73Kf20Gi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sS73Kf20Gi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sS73Kf20Gi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sS73Kf20Gi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sS73Kf20Gi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sS73Kf20Gi ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sS73Kf20Gi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sS73Kf20Gi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sS73Kf20Gi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sS73Kf20Gi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sS73Kf20Gi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sS73Kf20Gi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sS73Kf20Gi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sS73Kf20Gi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sS73Kf20Gi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sS73Kf20Gi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sS73Kf20Gi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sS73Kf20Gi .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sS73Kf20Gi a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sS73Kf20Gi .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sS73Kf20Gi .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sS73Kf20Gi .navbar {
    height: 77px;
  }
  .cid-sS73Kf20Gi .navbar.opened {
    height: auto;
  }
  .cid-sS73Kf20Gi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sS767XjP2I {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #999999;
}
.cid-sS767XjP2I .wrapper {
  display: flex;
  flex-direction: column;
}
.cid-sS767XjP2I .animate__fadeInUp:before {
  background: #999999;
}
.cid-sS767XjP2I .mbr-section-title {
  color: #ffffff;
}
.cid-sS767XjP2I .mbr-text,
.cid-sS767XjP2I .mbr-section-btn {
  color: #ffffff;
}
.cid-sS73KiwdO9 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #3d6657;
}
.cid-sS73KiwdO9 .copyright {
  display: flex;
}
.cid-sS73KiwdO9 .item {
  padding-right: 1.5rem;
  color: #999999;
  cursor: pointer;
  transition: all 0.3s;
}
.cid-sS73KiwdO9 .item:hover a,
.cid-sS73KiwdO9 .item:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-sS73KiwdO9 .copyright,
  .cid-sS73KiwdO9 .col-lg-1 {
    margin-bottom: 1rem;
  }
  .cid-sS73KiwdO9 .align-left,
  .cid-sS73KiwdO9 .align-right {
    text-align: center;
  }
  .cid-sS73KiwdO9 .copyright {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sS73KiwdO9 .copyright {
    flex-direction: column;
  }
  .cid-sS73KiwdO9 .item {
    padding-right: 0rem;
    padding-bottom: 0.4rem;
  }
}
.cid-sS73KiwdO9 .col-lg-1 {
  max-width: fit-content;
  padding: 0;
}
.cid-sS73KiwdO9 .mbr-text {
  color: #cccccc;
  text-align: right;
}
