body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 3.125rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.375rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.2rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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: 2.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1875rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* 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: 20px 30px;
  border-radius: 8px;
}
.bg-primary {
  background-color: #848abd !important;
}
.bg-success {
  background-color: #006836 !important;
}
.bg-info {
  background-color: #999999 !important;
}
.bg-warning {
  background-color: #b97ecd !important;
}
.bg-danger {
  background-color: #f36e21 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #848abd !important;
  border-color: #848abd !important;
  color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #555d9f !important;
  border-color: #555d9f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3c71d3 !important;
  border-color: #3c71d3 !important;
  color: #ffffff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #244f9f !important;
  border-color: #244f9f !important;
}
.btn-info,
.btn-info:active {
  background-color: #999999 !important;
  border-color: #999999 !important;
  color: #ffffff !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #737373 !important;
  border-color: #737373 !important;
}
.btn-success,
.btn-success:active {
  background-color: #006836 !important;
  border-color: #006836 !important;
  color: #ffffff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #001c0e !important;
  border-color: #001c0e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b97ecd !important;
  border-color: #b97ecd !important;
  color: #ffffff !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b47b7 !important;
  border-color: #9b47b7 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f36e21 !important;
  border-color: #f36e21 !important;
  color: #ffffff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #bd4c0a !important;
  border-color: #bd4c0a !important;
}
.btn-white {
  color: #404040 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #848abd;
  color: #848abd;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #848abd;
  border-color: #848abd;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #848abd !important;
  border-color: #848abd !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #3c71d3;
  color: #3c71d3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #3c71d3;
  border-color: #3c71d3;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3c71d3 !important;
  border-color: #3c71d3 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #999999 !important;
  border-color: #999999 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #006836;
  color: #006836;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #006836;
  border-color: #006836;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #006836 !important;
  border-color: #006836 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #b97ecd;
  color: #b97ecd;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #b97ecd;
  border-color: #b97ecd;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b97ecd !important;
  border-color: #b97ecd !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #f36e21;
  color: #f36e21;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #f36e21;
  border-color: #f36e21;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f36e21 !important;
  border-color: #f36e21 !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,
.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: #848abd !important;
}
.text-secondary {
  color: #3c71d3 !important;
}
.text-success {
  color: #006836 !important;
}
.text-info {
  color: #999999 !important;
}
.text-warning {
  color: #b97ecd !important;
}
.text-danger {
  color: #f36e21 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #c6c9e1 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #8faee6 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #00ce6b !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #e1c8e9 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #f8ad82 !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: #999999;
}
.alert-warning {
  background-color: #b97ecd;
}
.alert-danger {
  background-color: #f36e21;
}
.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 0 0 5px rgba(132, 138, 189, 0.5) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #848abd;
  border-color: #848abd;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #848abd;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d7d9ea;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #00e878;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d9d9d9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdece3;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #848abd;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5);
}
.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 0 0 5px rgba(132, 138, 189, 0.5);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #848abd;
  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: #848abd;
  border-bottom-color: #848abd;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #848abd !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: #3c71d3 !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='%23848abd' %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-rVs1JRXiBo .dropdown-menu {
  padding: 12px 0;
}
.cid-rVs1JRXiBo .dropdown-item:hover,
.cid-rVs1JRXiBo .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-rVs1JRXiBo .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-rVs1JRXiBo .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-rVs1JRXiBo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rVs1JRXiBo .nav-link {
  position: relative;
}
.cid-rVs1JRXiBo .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-rVs1JRXiBo .mbr-iconfont {
  color: #f36e21;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-rVs1JRXiBo .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-rVs1JRXiBo .dropdown-menu,
.cid-rVs1JRXiBo .navbar.opened {
  background: #ffffff !important;
}
.cid-rVs1JRXiBo .nav-item:focus,
.cid-rVs1JRXiBo .nav-link:focus {
  outline: none;
}
.cid-rVs1JRXiBo .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-rVs1JRXiBo .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-rVs1JRXiBo .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-rVs1JRXiBo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rVs1JRXiBo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rVs1JRXiBo .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-rVs1JRXiBo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rVs1JRXiBo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rVs1JRXiBo .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-rVs1JRXiBo .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-rVs1JRXiBo .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-rVs1JRXiBo .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-rVs1JRXiBo .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-rVs1JRXiBo .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-rVs1JRXiBo .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-rVs1JRXiBo .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-rVs1JRXiBo .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-rVs1JRXiBo .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-rVs1JRXiBo .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-rVs1JRXiBo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rVs1JRXiBo .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-rVs1JRXiBo .navbar.collapsed.opened {
  position: fixed;
}
.cid-rVs1JRXiBo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-rVs1JRXiBo .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-rVs1JRXiBo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rVs1JRXiBo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rVs1JRXiBo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rVs1JRXiBo .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-rVs1JRXiBo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rVs1JRXiBo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-rVs1JRXiBo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-rVs1JRXiBo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rVs1JRXiBo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rVs1JRXiBo .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-rVs1JRXiBo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rVs1JRXiBo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rVs1JRXiBo .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: 41%;
  }
  .cid-rVs1JRXiBo .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-rVs1JRXiBo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rVs1JRXiBo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rVs1JRXiBo .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-rVs1JRXiBo .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-rVs1JRXiBo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-rVs1JRXiBo .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rVs1JRXiBo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rVs1JRXiBo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rVs1JRXiBo .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rVs1JRXiBo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rVs1JRXiBo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rVs1JRXiBo .dropdown-item.active,
.cid-rVs1JRXiBo .dropdown-item:active {
  background-color: transparent;
}
.cid-rVs1JRXiBo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rVs1JRXiBo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rVs1JRXiBo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rVs1JRXiBo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rVs1JRXiBo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rVs1JRXiBo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rVs1JRXiBo ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rVs1JRXiBo .navbar-buttons {
  text-align: center;
}
.cid-rVs1JRXiBo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVs1JRXiBo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f36e21;
}
.cid-rVs1JRXiBo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-rVs1JRXiBo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rVs1JRXiBo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rVs1JRXiBo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-rVs1JRXiBo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rVs1JRXiBo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-rVs1JRXiBo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-rVs1JRXiBo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rVs1JRXiBo .navbar-dropdown {
  position: fixed;
}
.cid-rVs1JRXiBo a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVs1JRXiBo .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-rVs1JRXiBo .icons-menu span {
  font-size: 22px;
  color: #f36e21;
  transition: all 200ms ease-in-out;
}
.cid-rVs1JRXiBo .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rVs1JRXiBo .navbar {
    height: 77px;
  }
  .cid-rVs1JRXiBo .navbar.opened {
    height: auto;
  }
  .cid-rVs1JRXiBo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-trBC9fSVzs {
  padding-top: 225px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/aeq-atrium-detail-1080x720.webp");
}
.cid-trBC9fSVzs .mbr-section-title.display-2 {
  font-size: 40px;
  line-height: 1.25;
}
.cid-trBC9fSVzs .mbr-section-subtitle.display-5 {
  font-size: 26px;
  line-height: 1.385;
}
.cid-trBC9fSVzs .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-trBC9fSVzs .mbr-section-btn .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.cid-trBC9fSVzs .mbr-section-title,
.cid-trBC9fSVzs .mbr-section-btn {
  color: #006836;
}
.cid-trBC9fSVzs .mbr-section-subtitle,
.cid-trBC9fSVzs .mbr-section-btn {
  color: #006836;
}
.cid-tr3kqF4LjZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tr3kqF4LjZ .slider__content {
  padding-top: 52px;
  text-align: left;
}
.cid-tr3kqF4LjZ .mbr-section-subtitle {
  color: #f36e21;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-tr3kqF4LjZ .mbr-section-title {
  margin-bottom: 33px;
}
.cid-tr3kqF4LjZ .slider__image {
  margin-left: 11.8%;
}
.cid-tr3kqF4LjZ .img-wrap {
  max-width: 100%;
}
.cid-tr3kqF4LjZ .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-tr3kqF4LjZ .carousel-indicators {
  flex-direction: column;
  margin: 0;
  width: fit-content;
  transition: all 0.25s;
  height: 100%;
  left: 44.5%;
}
.cid-tr3kqF4LjZ .carousel-indicators .active {
  background: #f36e21;
  opacity: 1;
  border: none;
}
.cid-tr3kqF4LjZ .carousel-indicators .active:before {
  content: '';
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: 0.2;
}
.cid-tr3kqF4LjZ .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 30px;
  box-sizing: border-box;
  background-color: #f36e21;
  border-radius: 50%;
  position: relative;
  opacity: 0.2;
}
.cid-tr3kqF4LjZ .carousel-indicators li:last-child {
  margin-bottom: 0px;
}
.cid-tr3kqF4LjZ .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #f36e21;
  background-color: transparent;
}
.cid-tr3kqF4LjZ .carousel-controls a span {
  transition: all 0.3s;
  color: #f36e21;
  font-size: 18px;
}
.cid-tr3kqF4LjZ .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tr3kqF4LjZ .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tr3kqF4LjZ .carousel-controls .carousel-control-next,
.cid-tr3kqF4LjZ .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tr3kqF4LjZ .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-tr3kqF4LjZ .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tr3kqF4LjZ .image-element {
    min-width: 50%;
  }
  .cid-tr3kqF4LjZ .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tr3kqF4LjZ .two__background:before {
    max-width: 90%;
  }
  .cid-tr3kqF4LjZ .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-tr3kqF4LjZ .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-tr3kqF4LjZ .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-tr3kqF4LjZ .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-tr3kqF4LjZ .mbr-section-subtitle:after {
    content: none;
  }
  .cid-tr3kqF4LjZ .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tr3kqF4LjZ .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-tr3kqF4LjZ .img-wrap {
    width: 100%;
  }
  .cid-tr3kqF4LjZ .carousel-controls {
    display: none;
  }
  .cid-tr3kqF4LjZ .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-tr3kqF4LjZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tr3kqF4LjZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rVs1LQNK3C {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rVs1LQNK3C .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rVs1LQNK3C img {
  width: 100%;
}
.cid-rVs1LQNK3C .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-rVs1LQNK3C .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-rVs1LQNK3C .main-title {
  color: #404040;
}
.cid-rVs1LQNK3C .mbr-section-subtitle {
  color: #000000;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-rVs1LQNK3C .mbr-text {
  color: #606060;
}
.cid-rVs1LQNK3C .cards .card {
  margin-bottom: 34px;
}
.cid-rVs1LQNK3C .cards .card .card-title {
  font-weight: 600;
  color: #404040;
  margin-bottom: 16px;
}
.cid-rVs1LQNK3C .cards .card .mbr-text {
  color: #606060;
}
@media (max-width: 768px) {
  .cid-rVs1LQNK3C .card {
    text-align: left;
  }
  .cid-rVs1LQNK3C .card .card-title {
    text-align: left;
  }
}
.cid-rVs1LQNK3C .cards .card .mbr-text,
.cid-rVs1LQNK3C .mbr-section-btn {
  text-align: left;
}
.cid-rVs1KWs4Qc {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rVs1KWs4Qc .mbr-section-subtitle {
  color: #999999;
  text-align: center;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-rVs1KWs4Qc .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-rVs1KWs4Qc .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-rVs1KWs4Qc .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-rVs1KWs4Qc .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-rVs1KWs4Qc .main-wrapper {
  padding: 56px 0 0 0;
}
.cid-rVs1KWs4Qc .main-wrapper .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon,
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon .wrapper,
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon-without-before .wrapper,
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon .wrapper-without-before,
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before {
  position: relative;
  margin-bottom: 20px;
}
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon .wrapper .icon-container,
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container,
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container,
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon .wrapper .icon-container a,
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a,
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a,
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a {
  display: inherit;
}
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper,
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper,
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper,
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 24px;
  height: 80px;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
  font-weight: normal;
  width: 80px;
}
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon1,
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon1,
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon1,
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon1 {
  background-color: rgba(209, 107, 134, 0.3);
  color: #d16b86;
}
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon2,
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon2,
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon2,
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon2 {
  background-color: rgba(92, 167, 219, 0.3);
  color: #5ca7db;
}
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon3,
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon3,
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon3,
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon3 {
  background-color: rgba(156, 205, 126, 0.3);
  color: #9ccd7e;
}
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon4,
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon4,
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon4,
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon4 {
  background-color: rgba(132, 138, 189, 0.3);
  color: #848abd;
}
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon .wrapper .icon-container .step,
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step,
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step,
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step {
  position: absolute;
  bottom: -3px;
  left: 11px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 11px;
  line-height: normal;
  font-weight: 500;
  z-index: 2;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
}
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_1,
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_1,
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_1,
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_1 {
  background: #d16b86;
}
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_2,
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_2,
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_2,
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_2 {
  background: #5ca7db;
}
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_3,
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_3,
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_3,
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_3 {
  background: #9ccd7e;
}
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_4,
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_4,
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_4,
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_4 {
  background: #848abd;
}
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon .subicon-title,
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon-without-before .subicon-title {
  color: #404040;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon .subicon-text,
.cid-rVs1KWs4Qc .main-wrapper .icon-main .process-icon-without-before .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #606060;
  font-weight: 600;
}
@media (max-width: 767px) {
  .cid-rVs1KWs4Qc .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-rVs1KWs4Qc .third-elem .wrapper:before {
    display: none;
  }
}
.cid-toIiaWyQZf {
  padding-top: 45px;
  padding-bottom: 90px;
  overflow: hidden;
  background-color: #006836;
}
.cid-toIiaWyQZf svg {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%) scale(1.5, 1.4);
  overflow: hidden;
  pointer-events: none;
}
.cid-toIiaWyQZf #e2_shape {
  fill: #ffffff !important;
}
.cid-toIiaWyQZf .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(255, 255, 255, 0.15);
  margin-bottom: 26px;
}
.cid-toIiaWyQZf .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-toIiaWyQZf .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-toIiaWyQZf .mbr-section-title {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 21px;
}
.cid-toIiaWyQZf .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-toIiaWyQZf .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-toIiaWyQZf .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 25px;
}
.cid-toIiaWyQZf .card .card-box .card-title {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-toIiaWyQZf .card .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-toIiaWyQZf .card .card-box .mbr-text {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-toIiaWyQZf .card .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-toIiaWyQZf .card .card-img span {
  color: #f36e21;
  font-size: 38px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .cid-toIiaWyQZf .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-toIiaWyQZf .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-toIiaWyQZf .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-toIiaWyQZf .card .card-box .card-title,
  .cid-toIiaWyQZf .card .card-box .mbr-text,
  .cid-toIiaWyQZf .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-toIiaWyQZf .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-toIiaWyQZf .card .card-img {
    text-align: right !important;
  }
}
.cid-toIiaWyQZf .card .card-box .mbr-text,
.cid-toIiaWyQZf .link {
  text-align: left;
}
.cid-rVs1MBHQrj {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #f9fafb;
}
.cid-rVs1MBHQrj .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #3c71d3;
  background-color: rgba(60, 113, 211, 0.15);
  margin-bottom: 26px;
}
.cid-rVs1MBHQrj .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-rVs1MBHQrj .mbr-section-subtitle {
  color: #f36e21;
}
.cid-rVs1MBHQrj img {
  width: 120px;
  margin: auto;
}
.cid-rVs1MBHQrj .card {
  transition: all 200ms ease-in-out;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
.cid-rVs1MBHQrj .card:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-rVs1MBHQrj .card {
    max-width: 14.28%;
    margin: auto;
  }
}
.cid-tti4nZfCCO {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #006836;
}
.cid-tti4nZfCCO .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tti4nZfCCO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tti4nZfCCO .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tti4nZfCCO .row {
    text-align: center;
  }
}
.cid-tti4nZfCCO li {
  padding-bottom: 5px;
}
.cid-tti4nZfCCO .row {
  padding-top: 2rem;
  border-top: 2px solid rgba(255, 255, 255, 0.15);
}
.cid-tti4nZfCCO .soc-wrapper {
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tti4nZfCCO div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tti4nZfCCO .mbr-iconfont {
  padding-right: 6px;
}
.cid-tti4nZfCCO .copyright {
  color: #bbbbbb;
}
.cid-tti4nZfCCO .soc-link,
.cid-tti4nZfCCO .soc-wrapper {
  color: #ffffff;
}
.cid-rVs1NQEant {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #006836;
}
@media (min-width: 1500px) {
  .cid-rVs1NQEant .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-rVs1NQEant .copyright {
    margin-bottom: 1rem;
  }
}
.cid-rVs1NQEant p {
  color: #ffffff;
}
.cid-rVs1NQEant .mbr-text {
  color: #ffffff;
}
.cid-tr3tq6XI3m .dropdown-menu {
  padding: 12px 0;
}
.cid-tr3tq6XI3m .dropdown-item:hover,
.cid-tr3tq6XI3m .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-tr3tq6XI3m .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tr3tq6XI3m .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-tr3tq6XI3m .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tr3tq6XI3m .nav-link {
  position: relative;
}
.cid-tr3tq6XI3m .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-tr3tq6XI3m .mbr-iconfont {
  color: #f36e21;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tr3tq6XI3m .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-tr3tq6XI3m .dropdown-menu,
.cid-tr3tq6XI3m .navbar.opened {
  background: #ffffff !important;
}
.cid-tr3tq6XI3m .nav-item:focus,
.cid-tr3tq6XI3m .nav-link:focus {
  outline: none;
}
.cid-tr3tq6XI3m .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-tr3tq6XI3m .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-tr3tq6XI3m .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-tr3tq6XI3m .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tr3tq6XI3m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tr3tq6XI3m .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-tr3tq6XI3m .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tr3tq6XI3m .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tr3tq6XI3m .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-tr3tq6XI3m .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-tr3tq6XI3m .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-tr3tq6XI3m .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-tr3tq6XI3m .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-tr3tq6XI3m .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-tr3tq6XI3m .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-tr3tq6XI3m .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-tr3tq6XI3m .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-tr3tq6XI3m .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-tr3tq6XI3m .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tr3tq6XI3m .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tr3tq6XI3m .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-tr3tq6XI3m .navbar.collapsed.opened {
  position: fixed;
}
.cid-tr3tq6XI3m .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-tr3tq6XI3m .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tr3tq6XI3m .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tr3tq6XI3m .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tr3tq6XI3m .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tr3tq6XI3m .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-tr3tq6XI3m .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tr3tq6XI3m .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tr3tq6XI3m .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tr3tq6XI3m .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tr3tq6XI3m .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tr3tq6XI3m .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-tr3tq6XI3m .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tr3tq6XI3m .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tr3tq6XI3m .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: 41%;
  }
  .cid-tr3tq6XI3m .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-tr3tq6XI3m .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tr3tq6XI3m .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tr3tq6XI3m .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tr3tq6XI3m .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-tr3tq6XI3m .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tr3tq6XI3m .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tr3tq6XI3m .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tr3tq6XI3m .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tr3tq6XI3m .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tr3tq6XI3m .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tr3tq6XI3m .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tr3tq6XI3m .dropdown-item.active,
.cid-tr3tq6XI3m .dropdown-item:active {
  background-color: transparent;
}
.cid-tr3tq6XI3m .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tr3tq6XI3m .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tr3tq6XI3m .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tr3tq6XI3m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tr3tq6XI3m .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tr3tq6XI3m .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tr3tq6XI3m ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tr3tq6XI3m .navbar-buttons {
  text-align: center;
}
.cid-tr3tq6XI3m button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tr3tq6XI3m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f36e21;
}
.cid-tr3tq6XI3m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tr3tq6XI3m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tr3tq6XI3m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tr3tq6XI3m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tr3tq6XI3m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tr3tq6XI3m nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tr3tq6XI3m nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tr3tq6XI3m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tr3tq6XI3m .navbar-dropdown {
  position: fixed;
}
.cid-tr3tq6XI3m a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tr3tq6XI3m .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tr3tq6XI3m .icons-menu span {
  font-size: 22px;
  color: #f36e21;
  transition: all 200ms ease-in-out;
}
.cid-tr3tq6XI3m .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tr3tq6XI3m .navbar {
    height: 77px;
  }
  .cid-tr3tq6XI3m .navbar.opened {
    height: auto;
  }
  .cid-tr3tq6XI3m .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tr3tq86mWu {
  padding-top: 150px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/aeq-atrium-detail-1080x720.webp");
  overflow: hidden;
}
.cid-tr3tq86mWu svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tr3tq86mWu #e2_shape {
  fill: #ffffff !important;
}
.cid-tr3tq86mWu .mbr-text.display-5 {
  font-size: 26px;
}
.cid-tr3tq86mWu .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tr3tq86mWu img {
  margin-left: auto;
  margin-right: auto;
}
.cid-tr3tq86mWu .mbr-section-title,
.cid-tr3tq86mWu .icon-wrap {
  color: #f36e21;
}
.cid-tr3tq86mWu .mbr-text,
.cid-tr3tq86mWu .mbr-section-btn {
  color: #f36e21;
  text-align: center;
}
.cid-tr3tF81vho {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tr3tF81vho .mbr-text {
  margin-top: 1rem;
}
.cid-tr3tF81vho .text-element {
  background-color: #006836;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  height: 100%;
}
.cid-tr3tF81vho .row-element,
.cid-tr3tF81vho .image-element {
  padding: 0;
}
.cid-tr3tF81vho .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tr3tF81vho .image-element .img-wrap {
  width: 100% !important;
  position: relative;
}
.cid-tr3tF81vho .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tr3tF81vho .mbr-subtitle {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 0.2rem 1rem;
}
.cid-tr3tF81vho .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tr3tF81vho .carousel-item.active,
.cid-tr3tF81vho .carousel-item-next,
.cid-tr3tF81vho .carousel-item-prev {
  display: flex;
}
.cid-tr3tF81vho .carousel-control-next,
.cid-tr3tF81vho .carousel-control-prev {
  opacity: 1;
  width: 45px;
  height: 45px;
}
.cid-tr3tF81vho .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tr3tF81vho .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-tr3tF81vho .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #848abd;
}
.cid-tr3tF81vho .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-tr3tF81vho .carousel-indicators li:hover {
  opacity: 1;
}
.cid-tr3tF81vho .mbri-arrow-prev::before {
  content: "\f053" !important;
}
.cid-tr3tF81vho .mbri-arrow-next::before {
  content: "\f054" !important;
}
.cid-tr3tF81vho .carousel-controls a {
  transition: 0.3s;
  border-radius: 50%;
  border: 2px solid #848abd;
  background-color: transparent;
}
.cid-tr3tF81vho .carousel-controls a span {
  color: #ffffff;
  font-size: 1.1rem;
}
.cid-tr3tF81vho .carousel-controls a:hover {
  background: #848abd;
}
.cid-tr3tF81vho .carousel-controls a:hover span {
  color: #999999;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tr3tF81vho .image-element {
    min-width: 50%;
  }
  .cid-tr3tF81vho .media-container-row {
    width: 100%;
  }
}
.cid-tr3tF81vho .date-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.1rem;
}
.cid-tr3tF81vho .mbr-title {
  margin-top: 1rem;
}
.cid-tr3tF81vho .btn {
  margin-left: 0rem;
}
.cid-tr3tF81vho .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .cid-tr3tF81vho .text-element {
    padding: 2.3rem 1rem;
  }
  .cid-tr3tF81vho .carousel-control-next,
  .cid-tr3tF81vho .carousel-control-prev {
    bottom: auto;
    top: 9.8rem;
  }
  .cid-tr3tF81vho .carousel-control-prev {
    right: 4.8rem;
    left: auto;
  }
  .cid-tr3tF81vho .carousel-control-next {
    right: 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tr3tF81vho .text-element {
    padding: 2.3rem 1rem;
  }
  .cid-tr3tF81vho .carousel-control-next,
  .cid-tr3tF81vho .carousel-control-prev {
    bottom: auto;
    top: 46.8%;
  }
  .cid-tr3tF81vho .carousel-control-prev {
    right: 5.8rem;
    left: auto;
  }
  .cid-tr3tF81vho .carousel-control-next {
    right: 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-tr3tF81vho .text-element {
    padding: 6.2rem 3.8rem;
  }
  .cid-tr3tF81vho .carousel-control-next,
  .cid-tr3tF81vho .carousel-control-prev {
    bottom: 2.3rem;
    top: auto;
  }
  .cid-tr3tF81vho .carousel-control-prev {
    left: 2.3rem;
  }
  .cid-tr3tF81vho .carousel-control-next {
    left: 6.2rem;
  }
}
.cid-tr3tF81vho .progress_value {
  display: flex;
  position: relative;
}
.cid-tr3tF81vho .progress_elements {
  margin-top: 1.5rem;
  margin-bottom: 1.4rem;
}
.cid-tr3tF81vho .progress {
  width: 100%;
  position: relative;
  height: 13px;
  background-color: #f9f7f6;
  border-radius: 50px;
}
.cid-tr3tF81vho progress {
  height: 8px;
}
.cid-tr3tF81vho .title-wrap {
  display: flex;
  justify-content: flex-end;
}
.cid-tr3tF81vho .progress1 .progressbar-number:before,
.cid-tr3tF81vho .progress2 .progressbar-number:before,
.cid-tr3tF81vho .progress3 .progressbar-number:before,
.cid-tr3tF81vho .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-tr3tF81vho progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-tr3tF81vho progress::-webkit-progress-value {
  background: #ffffff;
  background-image: linear-gradient(to right, #f36e21, #f36e21);
  border-radius: 50px;
}
.cid-tr3tF81vho progress[value]::-moz-progress-bar {
  background: #ffffff;
}
.cid-tr3tF81vho progress::-ms-fill {
  background: #ffffff;
}
.cid-tr3tF81vho .progress1 .progressbar-number:before {
  content: "100";
}
.cid-tr3tF81vho .progress2 .progressbar-number:before {
  content: "100";
}
.cid-tr3tF81vho .progress3 .progressbar-number:before {
  content: "100";
}
.cid-tr3tF81vho .progress4 .progressbar-number:before {
  content: "100";
}
.cid-tr3tF81vho .progress5 .progressbar-number:before {
  content: "99";
}
.cid-tr3tF81vho .progress6 .progressbar-number:before {
  content: "100";
}
.cid-tr3tF81vho .progress7 .progressbar-number:before {
  content: "90";
}
.cid-tr3tF81vho .progress8 .progressbar-number:before {
  content: "100";
}
.cid-tr3tF81vho .progressbar-number {
  margin-left: 3rem;
}
.cid-tr3tF81vho .progressbar-number + span {
  line-height: inherit !important;
}
.cid-tr3tF81vho .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-tr3tF81vho .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-tr3tF81vho .progress_value span {
  padding-left: 2px;
}
.cid-tr3tF81vho .icon-left {
  margin-right: 0.1rem;
}
.cid-tr3tF81vho .icon-right {
  margin-left: 0.1rem;
}
.cid-tuDl7qelmL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tuDl7qelmL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuDl7qelmL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuDl7qelmL .mbr-section-title {
  color: #102a23;
  margin-bottom: 0;
}
.cid-tuDl7qelmL .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-tuDl7qelmL .mbr-section-subtitle {
  color: #102a23;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.cid-tuDl7qelmL .mbr-section-btn {
  margin-top: 2rem;
}
.cid-tuDl7qelmL .mbr-section-subtitle,
.cid-tuDl7qelmL .mbr-section-btn {
  color: #f36e21;
  text-align: center;
}
.cid-tuDeuYgSAm {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tuDeuYgSAm .item:focus,
.cid-tuDeuYgSAm span:focus {
  outline: none;
}
.cid-tuDeuYgSAm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 143px;
  max-width: 143px;
  padding: 0 9px;
}
@media (max-width: 768px) {
  .cid-tuDeuYgSAm .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tuDeuYgSAm .embla__slide .slide-content .image-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tuDeuYgSAm .embla__slide .slide-content .image-wrapper img {
  transition: all 200ms ease-in-out;
  opacity: 0.7;
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tuDeuYgSAm .embla__slide .slide-content .image-wrapper img:hover {
  opacity: 1;
  filter: grayscale(0%);
}
.cid-tuDeuYgSAm .embla__slide .slide-content .image-wrapper img:first-child {
  margin-bottom: 40px;
}
.cid-tuDeuYgSAm .embla__button--next,
.cid-tuDeuYgSAm .embla__button--prev {
  display: flex;
}
.cid-tuDeuYgSAm .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #3c71d3;
  border: 2px solid #848abd;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-tuDeuYgSAm .embla__button {
    display: none;
  }
}
.cid-tuDeuYgSAm .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tuDeuYgSAm .embla__button:hover {
  background: transparent;
  color: #3c71d3;
  opacity: .7;
}
.cid-tuDeuYgSAm .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tuDeuYgSAm .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tuDeuYgSAm .embla__button {
    top: auto;
  }
}
.cid-tuDeuYgSAm .embla {
  position: relative;
  width: 100%;
}
.cid-tuDeuYgSAm .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tuDeuYgSAm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tuDeuYgSAm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tuDeuYgSAm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tr3tqfcfQP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #006836;
}
@media (min-width: 1500px) {
  .cid-tr3tqfcfQP .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-tr3tqfcfQP .copyright {
    margin-bottom: 1rem;
  }
}
.cid-tr3tqfcfQP p {
  color: #ffffff;
}
.cid-tr3tqfcfQP .mbr-text {
  color: #ffffff;
}
.cid-tvWQSuH2tp {
  padding-top: 9rem;
  padding-bottom: 1rem;
  background-color: #f9fafb;
  background: linear-gradient(180deg, #f9fafb, #f3f4f7);
  background: linear-gradient(90deg, #f9fafb, #f3f4f7) !important;
}
.cid-tvWQSuH2tp .row {
  flex-direction: row-reverse;
}
.cid-tvWQSuH2tp .row {
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cid-tvWQSuH2tp .row {
    padding-bottom: 40px;
  }
}
.cid-tvWQSuH2tp .mbr-section-head {
  display: flex;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .cid-tvWQSuH2tp .mbr-section-head {
    margin-top: 0;
    padding-right: 20px;
  }
}
.cid-tvWQSuH2tp .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tvWQSuH2tp .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tvWQSuH2tp .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-tvWQSuH2tp .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 2;
}
.cid-tvWQSuH2tp .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  z-index: -1;
}
.cid-tvWQSuH2tp .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tvWQSuH2tp .text-container {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.08);
  text-align: left;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}
@media (min-width: 992px) {
  .cid-tvWQSuH2tp .text-container {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-tvWQSuH2tp .text-container {
    padding: 60px;
  }
}
@media (max-width: 575px) {
  .cid-tvWQSuH2tp .text-container {
    text-align: center!important;
  }
}
.cid-tvWQSuH2tp .mbr-section-title {
  color: #006836;
  text-align: left;
}
.cid-tvWQSuH2tp .mbr-section-subtitle {
  margin-top: 20px;
  color: #000000;
  opacity: 0.5;
}
.cid-tvWQSuH2tp .mbr-section-btn {
  margin-top: 10px;
  text-align: left;
}
.cid-tvWQSuH2tp .mbr-section-btn .btn {
  min-height: 52px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px 0, rgba(0, 0, 0, 0.08) 0 2px 10px 0;
}
.cid-tvWQSuH2tp .mbr-section-btn .btn-white {
  border: none !important;
}
.cid-tvWQSuH2tp .mbr-section-btn .btn-white:hover,
.cid-tvWQSuH2tp .mbr-section-btn .btn-white:focus {
  color: #808080 !important;
  background: #ffffff !important;
  opacity: 0.75 !important;
  border: none !important;
}
@media (max-width: 575px) {
  .cid-tvWQSuH2tp .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tvWQSuH2tp .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tvWQSuH2tp .col-video {
  height: auto;
  display: flex;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .cid-tvWQSuH2tp .col-video {
    margin-bottom: 0;
    padding-left: 20px;
  }
}
.cid-tvWQSuH2tp .col-video .box {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
}
.cid-tvWQSuH2tp .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  border-radius: 1rem;
}
.cid-tvWQSuH2tp .col-video .mbr-media img {
  flex-grow: 1;
  border-radius: 1rem;
}
.cid-tvWQSuH2tp .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-tvWQSuH2tp .mbr-media {
  position: relative;
}
.cid-tvWQSuH2tp .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tvWQSuH2tp .toggle-panel,
.cid-tvWQSuH2tp .panel-group {
  width: 100%;
  border-radius: 1rem;
}
.cid-tvWQSuH2tp .card {
  margin-bottom: 0;
  padding: 0 40px;
  position: relative;
  border-radius: 1rem;
}
.cid-tvWQSuH2tp .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none;
  padding: 20px 0;
  transition: 0.5s all;
}
.cid-tvWQSuH2tp .card .card-header .collapsed {
  opacity: 0.3;
}
.cid-tvWQSuH2tp .card .card-header .collapsed:hover {
  opacity: 0.5;
}
.cid-tvWQSuH2tp .panel-title {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  transition: 0.5s all;
  position: relative;
  z-index: 1;
}
.cid-tvWQSuH2tp .panel-title + .show-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  left: 0;
  top: 0;
  z-index: 0;
}
.cid-tvWQSuH2tp .collapsed {
  padding-top: 0;
}
.cid-tvWQSuH2tp .collapsed + .show-bg {
  display: none;
}
.cid-tvWQSuH2tp .panel-text {
  text-align: left;
  opacity: 0.5;
  margin-bottom: 0;
}
.cid-tvWQSuH2tp .sign {
  display: none;
}
.cid-tvWQSuH2tp .panel-body {
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-tvWQSuH2tp .panel-title-edit {
  width: 100%;
  color: #006836;
  text-align: left;
}
.cid-tvWQSuH2tp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvWQSuH2tp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvWQSuH2tp .mbr-text {
  text-align: left;
  color: #404040;
}
.cid-tvWQSuH2tp .panel-text,
.cid-tvWQSuH2tp .mbr-section-btn {
  text-align: left;
}
.cid-tr7heoIgcF .dropdown-menu {
  padding: 12px 0;
}
.cid-tr7heoIgcF .dropdown-item:hover,
.cid-tr7heoIgcF .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-tr7heoIgcF .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tr7heoIgcF .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-tr7heoIgcF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tr7heoIgcF .nav-link {
  position: relative;
}
.cid-tr7heoIgcF .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-tr7heoIgcF .mbr-iconfont {
  color: #f36e21;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tr7heoIgcF .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-tr7heoIgcF .dropdown-menu,
.cid-tr7heoIgcF .navbar.opened {
  background: #ffffff !important;
}
.cid-tr7heoIgcF .nav-item:focus,
.cid-tr7heoIgcF .nav-link:focus {
  outline: none;
}
.cid-tr7heoIgcF .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-tr7heoIgcF .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-tr7heoIgcF .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-tr7heoIgcF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tr7heoIgcF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tr7heoIgcF .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-tr7heoIgcF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tr7heoIgcF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tr7heoIgcF .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-tr7heoIgcF .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-tr7heoIgcF .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-tr7heoIgcF .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-tr7heoIgcF .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-tr7heoIgcF .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-tr7heoIgcF .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-tr7heoIgcF .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-tr7heoIgcF .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-tr7heoIgcF .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-tr7heoIgcF .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tr7heoIgcF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tr7heoIgcF .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-tr7heoIgcF .navbar.collapsed.opened {
  position: fixed;
}
.cid-tr7heoIgcF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-tr7heoIgcF .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tr7heoIgcF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tr7heoIgcF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tr7heoIgcF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tr7heoIgcF .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-tr7heoIgcF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tr7heoIgcF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tr7heoIgcF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tr7heoIgcF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tr7heoIgcF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tr7heoIgcF .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-tr7heoIgcF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tr7heoIgcF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tr7heoIgcF .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: 41%;
  }
  .cid-tr7heoIgcF .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-tr7heoIgcF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tr7heoIgcF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tr7heoIgcF .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tr7heoIgcF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-tr7heoIgcF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tr7heoIgcF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tr7heoIgcF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tr7heoIgcF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tr7heoIgcF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tr7heoIgcF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tr7heoIgcF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tr7heoIgcF .dropdown-item.active,
.cid-tr7heoIgcF .dropdown-item:active {
  background-color: transparent;
}
.cid-tr7heoIgcF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tr7heoIgcF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tr7heoIgcF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tr7heoIgcF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tr7heoIgcF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tr7heoIgcF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tr7heoIgcF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tr7heoIgcF .navbar-buttons {
  text-align: center;
}
.cid-tr7heoIgcF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tr7heoIgcF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f36e21;
}
.cid-tr7heoIgcF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tr7heoIgcF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tr7heoIgcF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tr7heoIgcF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tr7heoIgcF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tr7heoIgcF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tr7heoIgcF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tr7heoIgcF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tr7heoIgcF .navbar-dropdown {
  position: fixed;
}
.cid-tr7heoIgcF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tr7heoIgcF .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tr7heoIgcF .icons-menu span {
  font-size: 22px;
  color: #f36e21;
  transition: all 200ms ease-in-out;
}
.cid-tr7heoIgcF .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tr7heoIgcF .navbar {
    height: 77px;
  }
  .cid-tr7heoIgcF .navbar.opened {
    height: auto;
  }
  .cid-tr7heoIgcF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-trBF7RpKsy {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #f9fafb;
  background: linear-gradient(0deg, #f9fafb, #f4f8fa);
}
.cid-trBF7RpKsy .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(0, 0, 0, 0.15);
  margin-bottom: 26px;
}
.cid-trBF7RpKsy .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-trBF7RpKsy .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-trBF7RpKsy .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-trBF7RpKsy .mbr-section-title {
  color: #404040;
  font-weight: 600;
}
.cid-trBF7RpKsy .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-trBF7RpKsy .nav-tabs {
  width: 100%;
}
.cid-trBF7RpKsy .nav-tabs .nav-item {
  margin-bottom: 25px;
  width: 100%;
}
.cid-trBF7RpKsy .nav-tabs .nav-item .nav-link {
  display: flex;
  flex-direction: column;
  font-style: normal;
  background: #ffffff;
  padding: 24px 28px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 5px 20px 0px;
  margin: 0px;
  border-radius: 0px !important;
  transition: all 0.3s;
}
.cid-trBF7RpKsy .nav-tabs .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-trBF7RpKsy .nav-tabs .nav-item .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
}
.cid-trBF7RpKsy .nav-tabs .nav-item .nav-link .tab-title {
  color: #404040;
  margin-bottom: 5px;
}
.cid-trBF7RpKsy .nav-tabs .nav-item .nav-link .tab-title.display-4 {
  font-size: 20px;
}
.cid-trBF7RpKsy .nav-tabs .nav-item .nav-link .mbr-text {
  color: #606060;
  margin-bottom: 0;
}
.cid-trBF7RpKsy .nav-tabs .nav-item .nav-link.display-4 .tab-title {
  font-size: 19px !important;
  line-height: 1.316;
}
.cid-trBF7RpKsy .nav-tabs .nav-item .nav-link.display-4 .mbr-text {
  line-height: 1.5625;
}
.cid-trBF7RpKsy .tab-pane .card-img {
  overflow: hidden;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(153, 153, 153, 0.3);
  box-shadow: 0px 0px 30px rgba(153, 153, 153, 0.3);
}
.cid-trBF7RpKsy .tab-pane .mbr-text {
  color: #8d97ad;
}
.cid-trBF7RpKsy .tab-pane .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-trBF7RpKsy .nav-item {
    display: table-row !important;
  }
}
.cid-trBF7RpKsy .tab-pane .mbr-text,
.cid-trBF7RpKsy .mbr-section-btn {
  color: #404040;
}
.cid-trBYgmhkXi {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #f9fafb;
  background: linear-gradient(0deg, #f9fafb, #f4f8fa);
}
.cid-trBYgmhkXi .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(0, 0, 0, 0.15);
  margin-bottom: 26px;
}
.cid-trBYgmhkXi .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-trBYgmhkXi .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-trBYgmhkXi .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-trBYgmhkXi .mbr-section-title {
  color: #404040;
  font-weight: 600;
}
.cid-trBYgmhkXi .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-trBYgmhkXi .nav-tabs {
  width: 100%;
}
.cid-trBYgmhkXi .nav-tabs .nav-item {
  margin-bottom: 25px;
  width: 100%;
}
.cid-trBYgmhkXi .nav-tabs .nav-item .nav-link {
  display: flex;
  flex-direction: column;
  font-style: normal;
  background: #ffffff;
  padding: 24px 28px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 5px 20px 0px;
  margin: 0px;
  border-radius: 0px !important;
  transition: all 0.3s;
}
.cid-trBYgmhkXi .nav-tabs .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-trBYgmhkXi .nav-tabs .nav-item .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
}
.cid-trBYgmhkXi .nav-tabs .nav-item .nav-link .tab-title {
  color: #404040;
  margin-bottom: 5px;
}
.cid-trBYgmhkXi .nav-tabs .nav-item .nav-link .tab-title.display-4 {
  font-size: 20px;
}
.cid-trBYgmhkXi .nav-tabs .nav-item .nav-link .mbr-text {
  color: #606060;
  margin-bottom: 0;
}
.cid-trBYgmhkXi .nav-tabs .nav-item .nav-link.display-4 .tab-title {
  font-size: 19px !important;
  line-height: 1.316;
}
.cid-trBYgmhkXi .nav-tabs .nav-item .nav-link.display-4 .mbr-text {
  line-height: 1.5625;
}
.cid-trBYgmhkXi .tab-pane .card-img {
  overflow: hidden;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(153, 153, 153, 0.3);
  box-shadow: 0px 0px 30px rgba(153, 153, 153, 0.3);
}
.cid-trBYgmhkXi .tab-pane .mbr-text {
  color: #8d97ad;
}
.cid-trBYgmhkXi .tab-pane .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-trBYgmhkXi .nav-item {
    display: table-row !important;
  }
}
.cid-trBYgmhkXi .tab-pane .mbr-text,
.cid-trBYgmhkXi .mbr-section-btn {
  color: #404040;
}
.cid-trC6jDraT8 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #f9fafb;
  background: linear-gradient(0deg, #f9fafb, #f4f8fa);
}
.cid-trC6jDraT8 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(0, 0, 0, 0.15);
  margin-bottom: 26px;
}
.cid-trC6jDraT8 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-trC6jDraT8 .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-trC6jDraT8 .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-trC6jDraT8 .mbr-section-title {
  color: #404040;
  font-weight: 600;
}
.cid-trC6jDraT8 .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-trC6jDraT8 .nav-tabs {
  width: 100%;
}
.cid-trC6jDraT8 .nav-tabs .nav-item {
  margin-bottom: 25px;
  width: 100%;
}
.cid-trC6jDraT8 .nav-tabs .nav-item .nav-link {
  display: flex;
  flex-direction: column;
  font-style: normal;
  background: #ffffff;
  padding: 24px 28px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 5px 20px 0px;
  margin: 0px;
  border-radius: 0px !important;
  transition: all 0.3s;
}
.cid-trC6jDraT8 .nav-tabs .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-trC6jDraT8 .nav-tabs .nav-item .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
}
.cid-trC6jDraT8 .nav-tabs .nav-item .nav-link .tab-title {
  color: #404040;
  margin-bottom: 5px;
}
.cid-trC6jDraT8 .nav-tabs .nav-item .nav-link .tab-title.display-4 {
  font-size: 20px;
}
.cid-trC6jDraT8 .nav-tabs .nav-item .nav-link .mbr-text {
  color: #606060;
  margin-bottom: 0;
}
.cid-trC6jDraT8 .nav-tabs .nav-item .nav-link.display-4 .tab-title {
  font-size: 19px !important;
  line-height: 1.316;
}
.cid-trC6jDraT8 .nav-tabs .nav-item .nav-link.display-4 .mbr-text {
  line-height: 1.5625;
}
.cid-trC6jDraT8 .tab-pane .card-img {
  overflow: hidden;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(153, 153, 153, 0.3);
  box-shadow: 0px 0px 30px rgba(153, 153, 153, 0.3);
}
.cid-trC6jDraT8 .tab-pane .mbr-text {
  color: #8d97ad;
}
.cid-trC6jDraT8 .tab-pane .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-trC6jDraT8 .nav-item {
    display: table-row !important;
  }
}
.cid-trC6jDraT8 .tab-pane .mbr-text,
.cid-trC6jDraT8 .mbr-section-btn {
  color: #404040;
}
.cid-trCmhAn4NQ {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #f9fafb;
  background: linear-gradient(0deg, #f9fafb, #f4f8fa);
}
.cid-trCmhAn4NQ .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(0, 0, 0, 0.15);
  margin-bottom: 26px;
}
.cid-trCmhAn4NQ .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-trCmhAn4NQ .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-trCmhAn4NQ .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-trCmhAn4NQ .mbr-section-title {
  color: #404040;
  font-weight: 600;
}
.cid-trCmhAn4NQ .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-trCmhAn4NQ .nav-tabs {
  width: 100%;
}
.cid-trCmhAn4NQ .nav-tabs .nav-item {
  margin-bottom: 25px;
  width: 100%;
}
.cid-trCmhAn4NQ .nav-tabs .nav-item .nav-link {
  display: flex;
  flex-direction: column;
  font-style: normal;
  background: #ffffff;
  padding: 24px 28px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 5px 20px 0px;
  margin: 0px;
  border-radius: 0px !important;
  transition: all 0.3s;
}
.cid-trCmhAn4NQ .nav-tabs .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-trCmhAn4NQ .nav-tabs .nav-item .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
}
.cid-trCmhAn4NQ .nav-tabs .nav-item .nav-link .tab-title {
  color: #404040;
  margin-bottom: 5px;
}
.cid-trCmhAn4NQ .nav-tabs .nav-item .nav-link .tab-title.display-4 {
  font-size: 20px;
}
.cid-trCmhAn4NQ .nav-tabs .nav-item .nav-link .mbr-text {
  color: #606060;
  margin-bottom: 0;
}
.cid-trCmhAn4NQ .nav-tabs .nav-item .nav-link.display-4 .tab-title {
  font-size: 19px !important;
  line-height: 1.316;
}
.cid-trCmhAn4NQ .nav-tabs .nav-item .nav-link.display-4 .mbr-text {
  line-height: 1.5625;
}
.cid-trCmhAn4NQ .tab-pane .card-img {
  overflow: hidden;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(153, 153, 153, 0.3);
  box-shadow: 0px 0px 30px rgba(153, 153, 153, 0.3);
}
.cid-trCmhAn4NQ .tab-pane .mbr-text {
  color: #8d97ad;
}
.cid-trCmhAn4NQ .tab-pane .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-trCmhAn4NQ .nav-item {
    display: table-row !important;
  }
}
.cid-trCmhAn4NQ .tab-pane .mbr-text,
.cid-trCmhAn4NQ .mbr-section-btn {
  color: #404040;
}
.cid-trCAVwTGWq {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #f9fafb;
  background: linear-gradient(0deg, #f9fafb, #f4f8fa);
}
.cid-trCAVwTGWq .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(0, 0, 0, 0.15);
  margin-bottom: 26px;
}
.cid-trCAVwTGWq .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-trCAVwTGWq .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-trCAVwTGWq .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-trCAVwTGWq .mbr-section-title {
  color: #404040;
  font-weight: 600;
}
.cid-trCAVwTGWq .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-trCAVwTGWq .nav-tabs {
  width: 100%;
}
.cid-trCAVwTGWq .nav-tabs .nav-item {
  margin-bottom: 25px;
  width: 100%;
}
.cid-trCAVwTGWq .nav-tabs .nav-item .nav-link {
  display: flex;
  flex-direction: column;
  font-style: normal;
  background: #ffffff;
  padding: 24px 28px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 5px 20px 0px;
  margin: 0px;
  border-radius: 0px !important;
  transition: all 0.3s;
}
.cid-trCAVwTGWq .nav-tabs .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-trCAVwTGWq .nav-tabs .nav-item .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
}
.cid-trCAVwTGWq .nav-tabs .nav-item .nav-link .tab-title {
  color: #404040;
  margin-bottom: 5px;
}
.cid-trCAVwTGWq .nav-tabs .nav-item .nav-link .tab-title.display-4 {
  font-size: 20px;
}
.cid-trCAVwTGWq .nav-tabs .nav-item .nav-link .mbr-text {
  color: #606060;
  margin-bottom: 0;
}
.cid-trCAVwTGWq .nav-tabs .nav-item .nav-link.display-4 .tab-title {
  font-size: 19px !important;
  line-height: 1.316;
}
.cid-trCAVwTGWq .nav-tabs .nav-item .nav-link.display-4 .mbr-text {
  line-height: 1.5625;
}
.cid-trCAVwTGWq .tab-pane .card-img {
  overflow: hidden;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(153, 153, 153, 0.3);
  box-shadow: 0px 0px 30px rgba(153, 153, 153, 0.3);
}
.cid-trCAVwTGWq .tab-pane .mbr-text {
  color: #8d97ad;
}
.cid-trCAVwTGWq .tab-pane .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-trCAVwTGWq .nav-item {
    display: table-row !important;
  }
}
.cid-trCAVwTGWq .tab-pane .mbr-text,
.cid-trCAVwTGWq .mbr-section-btn {
  color: #404040;
}
.cid-trMM6pS7TN {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #f9fafb;
  background: linear-gradient(0deg, #f9fafb, #f4f8fa);
}
.cid-trMM6pS7TN .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(0, 0, 0, 0.15);
  margin-bottom: 26px;
}
.cid-trMM6pS7TN .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-trMM6pS7TN .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-trMM6pS7TN .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-trMM6pS7TN .mbr-section-title {
  color: #404040;
  font-weight: 600;
}
.cid-trMM6pS7TN .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-trMM6pS7TN .nav-tabs {
  width: 100%;
}
.cid-trMM6pS7TN .nav-tabs .nav-item {
  margin-bottom: 25px;
  width: 100%;
}
.cid-trMM6pS7TN .nav-tabs .nav-item .nav-link {
  display: flex;
  flex-direction: column;
  font-style: normal;
  background: #ffffff;
  padding: 24px 28px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 5px 20px 0px;
  margin: 0px;
  border-radius: 0px !important;
  transition: all 0.3s;
}
.cid-trMM6pS7TN .nav-tabs .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-trMM6pS7TN .nav-tabs .nav-item .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
}
.cid-trMM6pS7TN .nav-tabs .nav-item .nav-link .tab-title {
  color: #404040;
  margin-bottom: 5px;
}
.cid-trMM6pS7TN .nav-tabs .nav-item .nav-link .tab-title.display-4 {
  font-size: 20px;
}
.cid-trMM6pS7TN .nav-tabs .nav-item .nav-link .mbr-text {
  color: #606060;
  margin-bottom: 0;
}
.cid-trMM6pS7TN .nav-tabs .nav-item .nav-link.display-4 .tab-title {
  font-size: 19px !important;
  line-height: 1.316;
}
.cid-trMM6pS7TN .nav-tabs .nav-item .nav-link.display-4 .mbr-text {
  line-height: 1.5625;
}
.cid-trMM6pS7TN .tab-pane .card-img {
  overflow: hidden;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(153, 153, 153, 0.3);
  box-shadow: 0px 0px 30px rgba(153, 153, 153, 0.3);
}
.cid-trMM6pS7TN .tab-pane .mbr-text {
  color: #8d97ad;
}
.cid-trMM6pS7TN .tab-pane .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-trMM6pS7TN .nav-item {
    display: table-row !important;
  }
}
.cid-trMM6pS7TN .tab-pane .mbr-text,
.cid-trMM6pS7TN .mbr-section-btn {
  color: #404040;
}
.cid-tr7hesFJwI {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #f9fafb;
}
.cid-tr7hesFJwI .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #3c71d3;
  background-color: rgba(60, 113, 211, 0.15);
  margin-bottom: 26px;
}
.cid-tr7hesFJwI .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tr7hesFJwI .mbr-section-subtitle {
  color: #f36e21;
}
.cid-tr7hesFJwI img {
  width: 120px;
  margin: auto;
}
.cid-tr7hesFJwI .card {
  transition: all 200ms ease-in-out;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
.cid-tr7hesFJwI .card:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-tr7hesFJwI .card {
    max-width: 14.28%;
    margin: auto;
  }
}
.cid-trMRpoVHH6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #f4f8fa, #f4f8fa);
}
.cid-trMRpoVHH6 .btn {
  margin: 0 0 .5rem 0;
  margin-left: 0 !important;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.cid-tr7hetGg2z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #006836;
}
@media (min-width: 1500px) {
  .cid-tr7hetGg2z .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-tr7hetGg2z .copyright {
    margin-bottom: 1rem;
  }
}
.cid-tr7hetGg2z p {
  color: #ffffff;
}
.cid-tr7hetGg2z .mbr-text {
  color: #ffffff;
}
.cid-tthUgCACGE .dropdown-menu {
  padding: 12px 0;
}
.cid-tthUgCACGE .dropdown-item:hover,
.cid-tthUgCACGE .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-tthUgCACGE .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tthUgCACGE .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-tthUgCACGE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tthUgCACGE .nav-link {
  position: relative;
}
.cid-tthUgCACGE .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-tthUgCACGE .mbr-iconfont {
  color: #f36e21;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tthUgCACGE .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-tthUgCACGE .dropdown-menu,
.cid-tthUgCACGE .navbar.opened {
  background: #ffffff !important;
}
.cid-tthUgCACGE .nav-item:focus,
.cid-tthUgCACGE .nav-link:focus {
  outline: none;
}
.cid-tthUgCACGE .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-tthUgCACGE .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-tthUgCACGE .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-tthUgCACGE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tthUgCACGE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tthUgCACGE .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-tthUgCACGE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tthUgCACGE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tthUgCACGE .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-tthUgCACGE .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-tthUgCACGE .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-tthUgCACGE .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-tthUgCACGE .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-tthUgCACGE .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-tthUgCACGE .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-tthUgCACGE .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-tthUgCACGE .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-tthUgCACGE .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-tthUgCACGE .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tthUgCACGE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tthUgCACGE .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-tthUgCACGE .navbar.collapsed.opened {
  position: fixed;
}
.cid-tthUgCACGE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-tthUgCACGE .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tthUgCACGE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tthUgCACGE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tthUgCACGE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tthUgCACGE .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-tthUgCACGE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tthUgCACGE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tthUgCACGE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tthUgCACGE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tthUgCACGE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tthUgCACGE .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-tthUgCACGE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tthUgCACGE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tthUgCACGE .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: 41%;
  }
  .cid-tthUgCACGE .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-tthUgCACGE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tthUgCACGE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tthUgCACGE .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tthUgCACGE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-tthUgCACGE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tthUgCACGE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tthUgCACGE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tthUgCACGE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tthUgCACGE .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tthUgCACGE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tthUgCACGE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tthUgCACGE .dropdown-item.active,
.cid-tthUgCACGE .dropdown-item:active {
  background-color: transparent;
}
.cid-tthUgCACGE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tthUgCACGE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tthUgCACGE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tthUgCACGE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tthUgCACGE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tthUgCACGE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tthUgCACGE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tthUgCACGE .navbar-buttons {
  text-align: center;
}
.cid-tthUgCACGE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tthUgCACGE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f36e21;
}
.cid-tthUgCACGE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tthUgCACGE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tthUgCACGE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tthUgCACGE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tthUgCACGE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tthUgCACGE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tthUgCACGE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tthUgCACGE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tthUgCACGE .navbar-dropdown {
  position: fixed;
}
.cid-tthUgCACGE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tthUgCACGE .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tthUgCACGE .icons-menu span {
  font-size: 22px;
  color: #f36e21;
  transition: all 200ms ease-in-out;
}
.cid-tthUgCACGE .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tthUgCACGE .navbar {
    height: 77px;
  }
  .cid-tthUgCACGE .navbar.opened {
    height: auto;
  }
  .cid-tthUgCACGE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tthUSP40y0 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tthUSP40y0 .google-map {
  height: 30rem;
  position: relative;
}
.cid-tthUSP40y0 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tthUSP40y0 .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-tthUSP40y0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tthUSP40y0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tthUSP40y0 .wrapper {
  margin-top: -10rem;
  background: #f7a373;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-tthUSP40y0 .wrapper .row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
}
.cid-tthUSP40y0 .wrapper .row .btn {
  border-radius: 30px;
  padding: 0.8rem 3rem !important;
}
.cid-tthUSP40y0 .wrapper .row .title {
  color: #848abd;
}
.cid-tthUSP40y0 .wrapper .form-container {
  padding: 3rem;
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-tthUSP40y0 .content-panel {
  padding: 3rem;
  background: linear-gradient(45deg, #006836, #006836);
  height: 100%;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  overflow: hidden;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cid-tthUSP40y0 .mbr-text {
  color: #c3dcd0;
}
.cid-tthUSP40y0 .form-control {
  border-radius: 10px !important;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-tthUSP40y0 textarea.form-control {
  min-height: 170px;
}
.cid-tthUSP40y0 .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.cid-tthUSP40y0 .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-tthUSP40y0 .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
  border-style: dotted;
}
.cid-tthUSP40y0 .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-tthUSP40y0 .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tthUSP40y0 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tthUSP40y0 .container {
    max-width: 80% !important;
  }
  .cid-tthUSP40y0 .wrapper {
    margin-top: 0;
    border-radius: 40px;
  }
  .cid-tthUSP40y0 .wrapper .main-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tthUSP40y0 .wrapper .main-row .text-block .content-panel {
    border-radius: 0 0 30px 30px !important;
  }
  .cid-tthUSP40y0 .wrapper .main-row .text-block .content-panel .social-list {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-tthUSP40y0 .form-container {
    border-radius: 30px 30px 0 0 !important;
  }
}
.cid-tthUSP40y0 .mbr-title {
  color: #ffffff;
}
.cid-tthUSP40y0 .wrapper .row .title {
  color: #006836;
}
.cid-tthUgJFHNm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #006836;
}
@media (min-width: 1500px) {
  .cid-tthUgJFHNm .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-tthUgJFHNm .copyright {
    margin-bottom: 1rem;
  }
}
.cid-tthUgJFHNm p {
  color: #ffffff;
}
.cid-tthUgJFHNm .mbr-text {
  color: #ffffff;
}
.cid-tti6GJeHKp .dropdown-menu {
  padding: 12px 0;
}
.cid-tti6GJeHKp .dropdown-item:hover,
.cid-tti6GJeHKp .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-tti6GJeHKp .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tti6GJeHKp .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-tti6GJeHKp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tti6GJeHKp .nav-link {
  position: relative;
}
.cid-tti6GJeHKp .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-tti6GJeHKp .mbr-iconfont {
  color: #f36e21;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tti6GJeHKp .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-tti6GJeHKp .dropdown-menu,
.cid-tti6GJeHKp .navbar.opened {
  background: #ffffff !important;
}
.cid-tti6GJeHKp .nav-item:focus,
.cid-tti6GJeHKp .nav-link:focus {
  outline: none;
}
.cid-tti6GJeHKp .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-tti6GJeHKp .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-tti6GJeHKp .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-tti6GJeHKp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tti6GJeHKp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tti6GJeHKp .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-tti6GJeHKp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tti6GJeHKp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tti6GJeHKp .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-tti6GJeHKp .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-tti6GJeHKp .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-tti6GJeHKp .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-tti6GJeHKp .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-tti6GJeHKp .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-tti6GJeHKp .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-tti6GJeHKp .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-tti6GJeHKp .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-tti6GJeHKp .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-tti6GJeHKp .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tti6GJeHKp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tti6GJeHKp .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-tti6GJeHKp .navbar.collapsed.opened {
  position: fixed;
}
.cid-tti6GJeHKp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-tti6GJeHKp .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tti6GJeHKp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tti6GJeHKp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tti6GJeHKp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tti6GJeHKp .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-tti6GJeHKp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tti6GJeHKp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tti6GJeHKp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tti6GJeHKp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tti6GJeHKp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tti6GJeHKp .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-tti6GJeHKp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tti6GJeHKp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tti6GJeHKp .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: 41%;
  }
  .cid-tti6GJeHKp .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-tti6GJeHKp .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tti6GJeHKp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tti6GJeHKp .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tti6GJeHKp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-tti6GJeHKp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tti6GJeHKp .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tti6GJeHKp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tti6GJeHKp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tti6GJeHKp .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tti6GJeHKp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tti6GJeHKp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tti6GJeHKp .dropdown-item.active,
.cid-tti6GJeHKp .dropdown-item:active {
  background-color: transparent;
}
.cid-tti6GJeHKp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tti6GJeHKp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tti6GJeHKp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tti6GJeHKp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tti6GJeHKp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tti6GJeHKp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tti6GJeHKp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tti6GJeHKp .navbar-buttons {
  text-align: center;
}
.cid-tti6GJeHKp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tti6GJeHKp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f36e21;
}
.cid-tti6GJeHKp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tti6GJeHKp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tti6GJeHKp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tti6GJeHKp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tti6GJeHKp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tti6GJeHKp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tti6GJeHKp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tti6GJeHKp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tti6GJeHKp .navbar-dropdown {
  position: fixed;
}
.cid-tti6GJeHKp a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tti6GJeHKp .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tti6GJeHKp .icons-menu span {
  font-size: 22px;
  color: #f36e21;
  transition: all 200ms ease-in-out;
}
.cid-tti6GJeHKp .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tti6GJeHKp .navbar {
    height: 77px;
  }
  .cid-tti6GJeHKp .navbar.opened {
    height: auto;
  }
  .cid-tti6GJeHKp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tti6GKAhHH {
  padding-top: 150px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/aeq-atrium-detail-1080x720.webp");
  overflow: hidden;
}
.cid-tti6GKAhHH svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tti6GKAhHH #e2_shape {
  fill: #f9fafb !important;
}
.cid-tti6GKAhHH .mbr-text.display-5 {
  font-size: 26px;
}
.cid-tti6GKAhHH .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tti6GKAhHH img {
  margin-left: auto;
  margin-right: auto;
}
.cid-tti6GKAhHH .mbr-section-title,
.cid-tti6GKAhHH .icon-wrap {
  color: #f36e21;
}
.cid-tti6GKAhHH .mbr-text,
.cid-tti6GKAhHH .mbr-section-btn {
  color: #f36e21;
  text-align: center;
}
.cid-tti6GOjGrr {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #f9fafb;
  background: linear-gradient(0deg, #f9fafb, #f4f8fa);
}
.cid-tti6GOjGrr .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(0, 0, 0, 0.15);
  margin-bottom: 26px;
}
.cid-tti6GOjGrr .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tti6GOjGrr .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tti6GOjGrr .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-tti6GOjGrr .mbr-section-title {
  color: #404040;
  font-weight: 600;
}
.cid-tti6GOjGrr .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tti6GOjGrr .nav-tabs {
  width: 100%;
}
.cid-tti6GOjGrr .nav-tabs .nav-item {
  margin-bottom: 25px;
  width: 100%;
}
.cid-tti6GOjGrr .nav-tabs .nav-item .nav-link {
  display: flex;
  flex-direction: column;
  font-style: normal;
  background: #ffffff;
  padding: 24px 28px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 5px 20px 0px;
  margin: 0px;
  border-radius: 0px !important;
  transition: all 0.3s;
}
.cid-tti6GOjGrr .nav-tabs .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-tti6GOjGrr .nav-tabs .nav-item .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
}
.cid-tti6GOjGrr .nav-tabs .nav-item .nav-link .tab-title {
  color: #404040;
  margin-bottom: 5px;
}
.cid-tti6GOjGrr .nav-tabs .nav-item .nav-link .tab-title.display-4 {
  font-size: 20px;
}
.cid-tti6GOjGrr .nav-tabs .nav-item .nav-link .mbr-text {
  color: #606060;
  margin-bottom: 0;
}
.cid-tti6GOjGrr .nav-tabs .nav-item .nav-link.display-4 .tab-title {
  font-size: 19px !important;
  line-height: 1.316;
}
.cid-tti6GOjGrr .nav-tabs .nav-item .nav-link.display-4 .mbr-text {
  line-height: 1.5625;
}
.cid-tti6GOjGrr .tab-pane .card-img {
  overflow: hidden;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(153, 153, 153, 0.3);
  box-shadow: 0px 0px 30px rgba(153, 153, 153, 0.3);
}
.cid-tti6GOjGrr .tab-pane .mbr-text {
  color: #8d97ad;
}
.cid-tti6GOjGrr .tab-pane .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tti6GOjGrr .nav-item {
    display: table-row !important;
  }
}
.cid-tti6GOjGrr .tab-pane .mbr-text,
.cid-tti6GOjGrr .mbr-section-btn {
  color: #404040;
}
.cid-tti6GQFOHD {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #f9fafb;
}
.cid-tti6GQFOHD .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #3c71d3;
  background-color: rgba(60, 113, 211, 0.15);
  margin-bottom: 26px;
}
.cid-tti6GQFOHD .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tti6GQFOHD .mbr-section-subtitle {
  color: #f36e21;
}
.cid-tti6GQFOHD img {
  width: 120px;
  margin: auto;
}
.cid-tti6GQFOHD .card {
  transition: all 200ms ease-in-out;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
.cid-tti6GQFOHD .card:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-tti6GQFOHD .card {
    max-width: 14.28%;
    margin: auto;
  }
}
.cid-tti6GRjrwQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-tti6GRjrwQ .btn {
  margin: 0 0 .5rem 0;
  margin-left: 0 !important;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.cid-tti6GRQJp6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #006836;
}
@media (min-width: 1500px) {
  .cid-tti6GRQJp6 .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-tti6GRQJp6 .copyright {
    margin-bottom: 1rem;
  }
}
.cid-tti6GRQJp6 p {
  color: #ffffff;
}
.cid-tti6GRQJp6 .mbr-text {
  color: #ffffff;
}
.cid-tuZzTBW2yw .dropdown-menu {
  padding: 12px 0;
}
.cid-tuZzTBW2yw .dropdown-item:hover,
.cid-tuZzTBW2yw .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-tuZzTBW2yw .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tuZzTBW2yw .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-tuZzTBW2yw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tuZzTBW2yw .nav-link {
  position: relative;
}
.cid-tuZzTBW2yw .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-tuZzTBW2yw .mbr-iconfont {
  color: #f36e21;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tuZzTBW2yw .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-tuZzTBW2yw .dropdown-menu,
.cid-tuZzTBW2yw .navbar.opened {
  background: #ffffff !important;
}
.cid-tuZzTBW2yw .nav-item:focus,
.cid-tuZzTBW2yw .nav-link:focus {
  outline: none;
}
.cid-tuZzTBW2yw .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-tuZzTBW2yw .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-tuZzTBW2yw .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-tuZzTBW2yw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tuZzTBW2yw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tuZzTBW2yw .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-tuZzTBW2yw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tuZzTBW2yw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tuZzTBW2yw .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-tuZzTBW2yw .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-tuZzTBW2yw .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-tuZzTBW2yw .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-tuZzTBW2yw .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-tuZzTBW2yw .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-tuZzTBW2yw .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-tuZzTBW2yw .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-tuZzTBW2yw .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-tuZzTBW2yw .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-tuZzTBW2yw .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tuZzTBW2yw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tuZzTBW2yw .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-tuZzTBW2yw .navbar.collapsed.opened {
  position: fixed;
}
.cid-tuZzTBW2yw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-tuZzTBW2yw .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tuZzTBW2yw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tuZzTBW2yw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuZzTBW2yw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tuZzTBW2yw .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-tuZzTBW2yw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tuZzTBW2yw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tuZzTBW2yw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tuZzTBW2yw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tuZzTBW2yw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuZzTBW2yw .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-tuZzTBW2yw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuZzTBW2yw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tuZzTBW2yw .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: 41%;
  }
  .cid-tuZzTBW2yw .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-tuZzTBW2yw .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tuZzTBW2yw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tuZzTBW2yw .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tuZzTBW2yw .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-tuZzTBW2yw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tuZzTBW2yw .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tuZzTBW2yw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tuZzTBW2yw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tuZzTBW2yw .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tuZzTBW2yw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tuZzTBW2yw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tuZzTBW2yw .dropdown-item.active,
.cid-tuZzTBW2yw .dropdown-item:active {
  background-color: transparent;
}
.cid-tuZzTBW2yw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tuZzTBW2yw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tuZzTBW2yw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tuZzTBW2yw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tuZzTBW2yw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tuZzTBW2yw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tuZzTBW2yw ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tuZzTBW2yw .navbar-buttons {
  text-align: center;
}
.cid-tuZzTBW2yw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tuZzTBW2yw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f36e21;
}
.cid-tuZzTBW2yw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tuZzTBW2yw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuZzTBW2yw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuZzTBW2yw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tuZzTBW2yw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuZzTBW2yw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tuZzTBW2yw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tuZzTBW2yw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuZzTBW2yw .navbar-dropdown {
  position: fixed;
}
.cid-tuZzTBW2yw a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tuZzTBW2yw .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tuZzTBW2yw .icons-menu span {
  font-size: 22px;
  color: #f36e21;
  transition: all 200ms ease-in-out;
}
.cid-tuZzTBW2yw .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tuZzTBW2yw .navbar {
    height: 77px;
  }
  .cid-tuZzTBW2yw .navbar.opened {
    height: auto;
  }
  .cid-tuZzTBW2yw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuZzTDa1cg {
  padding-top: 150px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/aeq-atrium-detail-1080x720.webp");
  overflow: hidden;
}
.cid-tuZzTDa1cg svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tuZzTDa1cg #e2_shape {
  fill: #f9fafb !important;
}
.cid-tuZzTDa1cg .mbr-text.display-5 {
  font-size: 26px;
}
.cid-tuZzTDa1cg .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tuZzTDa1cg img {
  margin-left: auto;
  margin-right: auto;
}
.cid-tuZzTDa1cg .mbr-section-title,
.cid-tuZzTDa1cg .icon-wrap {
  color: #f36e21;
}
.cid-tuZzTDa1cg .mbr-text,
.cid-tuZzTDa1cg .mbr-section-btn {
  color: #f36e21;
  text-align: center;
}
.cid-tuZzTEbpGZ {
  background-color: #f4efe8;
}
.cid-tuZzTEbpGZ .row {
  position: relative;
}
.cid-tuZzTEbpGZ .row .blur-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffb639 50%, #ca41ec);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  left: auto;
  right: 0;
}
@media (max-width: 768px) {
  .cid-tuZzTEbpGZ .row .blur-circle {
    display: none;
  }
}
.cid-tuZzTEbpGZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuZzTEbpGZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuZzTEbpGZ .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tuZzTEbpGZ .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-tuZzTEbpGZ .row {
    padding: 0 24px;
  }
}
.cid-tuZzTEbpGZ .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tuZzTEbpGZ .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tuZzTEbpGZ .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-tuZzTEbpGZ .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tuZzTEbpGZ .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ffb639;
  z-index: -1;
}
.cid-tuZzTEbpGZ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tuZzTEbpGZ .nav.nav-tabs {
  position: relative;
  z-index: 1;
  width: fit-content;
  padding: 10px;
  border: 2px solid #006836;
  border-radius: 8px;
  margin-bottom: 64px;
  justify-content: center;
}
.cid-tuZzTEbpGZ .nav.nav-tabs .nav-item .nav-link {
  background-color: transparent;
  border-radius: 4px;
  padding: 16px 25px 6px;
  color: #006836;
  border: none;
}
.cid-tuZzTEbpGZ .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #006836;
  color: #f4efe8;
  border: none;
}
.cid-tuZzTEbpGZ .tab-content {
  position: relative;
  z-index: 1;
}
.cid-tuZzTEbpGZ .tab-content .tab-pane .text-wrapper .list-text {
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
  border-bottom: 1px dashed #006836;
}
.cid-tuZzTEbpGZ .tab-content .tab-pane .text-wrapper .list-text .mbr-time {
  margin: 0;
}
.cid-tuZzTEbpGZ .tab-content .tab-pane .text-wrapper .list-text .mbr-desc {
  margin: 0;
}
.cid-tuZzTEbpGZ .tab-content .tab-pane .text-wrapper .list {
  padding: 18px 0 18px 40px;
  margin: 0;
  border-bottom: 1px dashed #006836;
  list-style-position: inside;
}
@media (max-width: 768px) {
  .cid-tuZzTEbpGZ .tab-content .tab-pane .text-wrapper .list {
    padding-left: 0;
  }
}
.cid-tuZzTEbpGZ .tab-content .tab-pane .text-wrapper .mbr-tabs-text {
  padding: 18px 0 18px 40px;
  margin: 0;
  border-bottom: 1px dashed #006836;
}
@media (max-width: 768px) {
  .cid-tuZzTEbpGZ .tab-content .tab-pane .text-wrapper .mbr-tabs-text {
    padding-left: 0;
  }
}
.cid-tuZzTEbpGZ .mbr-section-title {
  color: #111111;
}
.cid-tuZzTEbpGZ .mbr-text {
  color: #111111;
}
.cid-tuZzTEbpGZ .mbr-time {
  color: #111111;
}
.cid-tuZzTEbpGZ .mbr-desc {
  color: #111111;
}
.cid-tuZzTEbpGZ .list {
  color: #111111;
}
.cid-tuZzTEbpGZ .mbr-tabs-text {
  color: #111111;
}
.cid-tuZzTFnMPn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf5e6;
}
.cid-tuZzTFnMPn .nav-tabs .nav-item.open .nav-link:focus,
.cid-tuZzTFnMPn .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tuZzTFnMPn .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 1vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-tuZzTFnMPn .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tuZzTFnMPn .nav-item {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.cid-tuZzTFnMPn .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  height: 100%;
  border-radius: 0 !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  text-align: center;
  background-color: #006836;
}
.cid-tuZzTFnMPn .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tuZzTFnMPn .nav-tabs .nav-link {
    text-align: left;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-tuZzTFnMPn .nav-tabs .nav-item {
  width: 100%;
}
.cid-tuZzTFnMPn .nav-link,
.cid-tuZzTFnMPn .nav-link.active {
  padding: 1rem auto;
  background: #ffffff;
}
.cid-tuZzTFnMPn .nav-tabs .nav-link.active {
  color: #006836;
}
.cid-tuZzTFnMPn .tab-content {
  background: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .cid-tuZzTFnMPn .tab-content {
    border-radius: 30px !important;
  }
}
.cid-tuZzTFnMPn .logo-container img {
  max-width: 180px;
}
@media screen and (min-width: 767px) {
  .cid-tuZzTFnMPn .logo-container {
    border-right: 1px solid #006836;
  }
}
.cid-tuZzTFnMPn H4 {
  text-align: center;
}
.cid-tuZzTFnMPn H3 {
  text-align: center;
}
@media (max-width: 992px) and (min-width: 768px) {
  .cid-tuZzTFnMPn .nav-link {
    font-size: 1.2rem;
  }
}
.cid-tuZzTGv02d {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #f9fafb;
  background: linear-gradient(0deg, #f9fafb, #f4f8fa);
}
.cid-tuZzTGv02d .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(0, 0, 0, 0.15);
  margin-bottom: 26px;
}
.cid-tuZzTGv02d .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tuZzTGv02d .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tuZzTGv02d .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-tuZzTGv02d .mbr-section-title {
  color: #404040;
  font-weight: 600;
}
.cid-tuZzTGv02d .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tuZzTGv02d .nav-tabs {
  width: 100%;
}
.cid-tuZzTGv02d .nav-tabs .nav-item {
  margin-bottom: 25px;
  width: 100%;
}
.cid-tuZzTGv02d .nav-tabs .nav-item .nav-link {
  display: flex;
  flex-direction: column;
  font-style: normal;
  background: #ffffff;
  padding: 24px 28px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 5px 20px 0px;
  margin: 0px;
  border-radius: 0px !important;
  transition: all 0.3s;
}
.cid-tuZzTGv02d .nav-tabs .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-tuZzTGv02d .nav-tabs .nav-item .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
}
.cid-tuZzTGv02d .nav-tabs .nav-item .nav-link .tab-title {
  color: #404040;
  margin-bottom: 5px;
}
.cid-tuZzTGv02d .nav-tabs .nav-item .nav-link .tab-title.display-4 {
  font-size: 20px;
}
.cid-tuZzTGv02d .nav-tabs .nav-item .nav-link .mbr-text {
  color: #606060;
  margin-bottom: 0;
}
.cid-tuZzTGv02d .nav-tabs .nav-item .nav-link.display-4 .tab-title {
  font-size: 19px !important;
  line-height: 1.316;
}
.cid-tuZzTGv02d .nav-tabs .nav-item .nav-link.display-4 .mbr-text {
  line-height: 1.5625;
}
.cid-tuZzTGv02d .tab-pane .card-img {
  overflow: hidden;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(153, 153, 153, 0.3);
  box-shadow: 0px 0px 30px rgba(153, 153, 153, 0.3);
}
.cid-tuZzTGv02d .tab-pane .mbr-text {
  color: #8d97ad;
}
.cid-tuZzTGv02d .tab-pane .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tuZzTGv02d .nav-item {
    display: table-row !important;
  }
}
.cid-tuZzTGv02d .tab-pane .mbr-text,
.cid-tuZzTGv02d .mbr-section-btn {
  color: #404040;
}
.cid-tuZzTJ4izu {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #f9fafb;
  background: linear-gradient(0deg, #f9fafb, #f4f8fa);
}
.cid-tuZzTJ4izu .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(0, 0, 0, 0.15);
  margin-bottom: 26px;
}
.cid-tuZzTJ4izu .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tuZzTJ4izu .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tuZzTJ4izu .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-tuZzTJ4izu .mbr-section-title {
  color: #404040;
  font-weight: 600;
}
.cid-tuZzTJ4izu .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tuZzTJ4izu .nav-tabs {
  width: 100%;
}
.cid-tuZzTJ4izu .nav-tabs .nav-item {
  margin-bottom: 25px;
  width: 100%;
}
.cid-tuZzTJ4izu .nav-tabs .nav-item .nav-link {
  display: flex;
  flex-direction: column;
  font-style: normal;
  background: #ffffff;
  padding: 24px 28px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 5px 20px 0px;
  margin: 0px;
  border-radius: 0px !important;
  transition: all 0.3s;
}
.cid-tuZzTJ4izu .nav-tabs .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-tuZzTJ4izu .nav-tabs .nav-item .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
}
.cid-tuZzTJ4izu .nav-tabs .nav-item .nav-link .tab-title {
  color: #404040;
  margin-bottom: 5px;
}
.cid-tuZzTJ4izu .nav-tabs .nav-item .nav-link .tab-title.display-4 {
  font-size: 20px;
}
.cid-tuZzTJ4izu .nav-tabs .nav-item .nav-link .mbr-text {
  color: #606060;
  margin-bottom: 0;
}
.cid-tuZzTJ4izu .nav-tabs .nav-item .nav-link.display-4 .tab-title {
  font-size: 19px !important;
  line-height: 1.316;
}
.cid-tuZzTJ4izu .nav-tabs .nav-item .nav-link.display-4 .mbr-text {
  line-height: 1.5625;
}
.cid-tuZzTJ4izu .tab-pane .card-img {
  overflow: hidden;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(153, 153, 153, 0.3);
  box-shadow: 0px 0px 30px rgba(153, 153, 153, 0.3);
}
.cid-tuZzTJ4izu .tab-pane .mbr-text {
  color: #8d97ad;
}
.cid-tuZzTJ4izu .tab-pane .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tuZzTJ4izu .nav-item {
    display: table-row !important;
  }
}
.cid-tuZzTJ4izu .tab-pane .mbr-text,
.cid-tuZzTJ4izu .mbr-section-btn {
  color: #404040;
}
.cid-tuZzTLEJl3 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #f9fafb;
  background: linear-gradient(0deg, #f9fafb, #f4f8fa);
}
.cid-tuZzTLEJl3 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(0, 0, 0, 0.15);
  margin-bottom: 26px;
}
.cid-tuZzTLEJl3 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tuZzTLEJl3 .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tuZzTLEJl3 .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-tuZzTLEJl3 .mbr-section-title {
  color: #404040;
  font-weight: 600;
}
.cid-tuZzTLEJl3 .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tuZzTLEJl3 .nav-tabs {
  width: 100%;
}
.cid-tuZzTLEJl3 .nav-tabs .nav-item {
  margin-bottom: 25px;
  width: 100%;
}
.cid-tuZzTLEJl3 .nav-tabs .nav-item .nav-link {
  display: flex;
  flex-direction: column;
  font-style: normal;
  background: #ffffff;
  padding: 24px 28px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 5px 20px 0px;
  margin: 0px;
  border-radius: 0px !important;
  transition: all 0.3s;
}
.cid-tuZzTLEJl3 .nav-tabs .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-tuZzTLEJl3 .nav-tabs .nav-item .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
}
.cid-tuZzTLEJl3 .nav-tabs .nav-item .nav-link .tab-title {
  color: #404040;
  margin-bottom: 5px;
}
.cid-tuZzTLEJl3 .nav-tabs .nav-item .nav-link .tab-title.display-4 {
  font-size: 20px;
}
.cid-tuZzTLEJl3 .nav-tabs .nav-item .nav-link .mbr-text {
  color: #606060;
  margin-bottom: 0;
}
.cid-tuZzTLEJl3 .nav-tabs .nav-item .nav-link.display-4 .tab-title {
  font-size: 19px !important;
  line-height: 1.316;
}
.cid-tuZzTLEJl3 .nav-tabs .nav-item .nav-link.display-4 .mbr-text {
  line-height: 1.5625;
}
.cid-tuZzTLEJl3 .tab-pane .card-img {
  overflow: hidden;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(153, 153, 153, 0.3);
  box-shadow: 0px 0px 30px rgba(153, 153, 153, 0.3);
}
.cid-tuZzTLEJl3 .tab-pane .mbr-text {
  color: #8d97ad;
}
.cid-tuZzTLEJl3 .tab-pane .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tuZzTLEJl3 .nav-item {
    display: table-row !important;
  }
}
.cid-tuZzTLEJl3 .tab-pane .mbr-text,
.cid-tuZzTLEJl3 .mbr-section-btn {
  color: #404040;
}
.cid-tuZzTNjbl0 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #f9fafb;
  background: linear-gradient(0deg, #f9fafb, #f4f8fa);
}
.cid-tuZzTNjbl0 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(0, 0, 0, 0.15);
  margin-bottom: 26px;
}
.cid-tuZzTNjbl0 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tuZzTNjbl0 .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tuZzTNjbl0 .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-tuZzTNjbl0 .mbr-section-title {
  color: #404040;
  font-weight: 600;
}
.cid-tuZzTNjbl0 .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tuZzTNjbl0 .nav-tabs {
  width: 100%;
}
.cid-tuZzTNjbl0 .nav-tabs .nav-item {
  margin-bottom: 25px;
  width: 100%;
}
.cid-tuZzTNjbl0 .nav-tabs .nav-item .nav-link {
  display: flex;
  flex-direction: column;
  font-style: normal;
  background: #ffffff;
  padding: 24px 28px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 5px 20px 0px;
  margin: 0px;
  border-radius: 0px !important;
  transition: all 0.3s;
}
.cid-tuZzTNjbl0 .nav-tabs .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-tuZzTNjbl0 .nav-tabs .nav-item .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
}
.cid-tuZzTNjbl0 .nav-tabs .nav-item .nav-link .tab-title {
  color: #404040;
  margin-bottom: 5px;
}
.cid-tuZzTNjbl0 .nav-tabs .nav-item .nav-link .tab-title.display-4 {
  font-size: 20px;
}
.cid-tuZzTNjbl0 .nav-tabs .nav-item .nav-link .mbr-text {
  color: #606060;
  margin-bottom: 0;
}
.cid-tuZzTNjbl0 .nav-tabs .nav-item .nav-link.display-4 .tab-title {
  font-size: 19px !important;
  line-height: 1.316;
}
.cid-tuZzTNjbl0 .nav-tabs .nav-item .nav-link.display-4 .mbr-text {
  line-height: 1.5625;
}
.cid-tuZzTNjbl0 .tab-pane .card-img {
  overflow: hidden;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(153, 153, 153, 0.3);
  box-shadow: 0px 0px 30px rgba(153, 153, 153, 0.3);
}
.cid-tuZzTNjbl0 .tab-pane .mbr-text {
  color: #8d97ad;
}
.cid-tuZzTNjbl0 .tab-pane .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tuZzTNjbl0 .nav-item {
    display: table-row !important;
  }
}
.cid-tuZzTNjbl0 .tab-pane .mbr-text,
.cid-tuZzTNjbl0 .mbr-section-btn {
  color: #404040;
}
.cid-tuZzTOz7VL {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #f9fafb;
  background: linear-gradient(0deg, #f9fafb, #f4f8fa);
}
.cid-tuZzTOz7VL .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(0, 0, 0, 0.15);
  margin-bottom: 26px;
}
.cid-tuZzTOz7VL .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tuZzTOz7VL .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tuZzTOz7VL .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-tuZzTOz7VL .mbr-section-title {
  color: #404040;
  font-weight: 600;
}
.cid-tuZzTOz7VL .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tuZzTOz7VL .nav-tabs {
  width: 100%;
}
.cid-tuZzTOz7VL .nav-tabs .nav-item {
  margin-bottom: 25px;
  width: 100%;
}
.cid-tuZzTOz7VL .nav-tabs .nav-item .nav-link {
  display: flex;
  flex-direction: column;
  font-style: normal;
  background: #ffffff;
  padding: 24px 28px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 5px 20px 0px;
  margin: 0px;
  border-radius: 0px !important;
  transition: all 0.3s;
}
.cid-tuZzTOz7VL .nav-tabs .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-tuZzTOz7VL .nav-tabs .nav-item .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
}
.cid-tuZzTOz7VL .nav-tabs .nav-item .nav-link .tab-title {
  color: #404040;
  margin-bottom: 5px;
}
.cid-tuZzTOz7VL .nav-tabs .nav-item .nav-link .tab-title.display-4 {
  font-size: 20px;
}
.cid-tuZzTOz7VL .nav-tabs .nav-item .nav-link .mbr-text {
  color: #606060;
  margin-bottom: 0;
}
.cid-tuZzTOz7VL .nav-tabs .nav-item .nav-link.display-4 .tab-title {
  font-size: 19px !important;
  line-height: 1.316;
}
.cid-tuZzTOz7VL .nav-tabs .nav-item .nav-link.display-4 .mbr-text {
  line-height: 1.5625;
}
.cid-tuZzTOz7VL .tab-pane .card-img {
  overflow: hidden;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(153, 153, 153, 0.3);
  box-shadow: 0px 0px 30px rgba(153, 153, 153, 0.3);
}
.cid-tuZzTOz7VL .tab-pane .mbr-text {
  color: #8d97ad;
}
.cid-tuZzTOz7VL .tab-pane .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tuZzTOz7VL .nav-item {
    display: table-row !important;
  }
}
.cid-tuZzTOz7VL .tab-pane .mbr-text,
.cid-tuZzTOz7VL .mbr-section-btn {
  color: #404040;
}
.cid-tuZzTPR26Y {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #f9fafb;
  background: linear-gradient(0deg, #f9fafb, #f4f8fa);
}
.cid-tuZzTPR26Y .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(0, 0, 0, 0.15);
  margin-bottom: 26px;
}
.cid-tuZzTPR26Y .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tuZzTPR26Y .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tuZzTPR26Y .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-tuZzTPR26Y .mbr-section-title {
  color: #404040;
  font-weight: 600;
}
.cid-tuZzTPR26Y .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tuZzTPR26Y .nav-tabs {
  width: 100%;
}
.cid-tuZzTPR26Y .nav-tabs .nav-item {
  margin-bottom: 25px;
  width: 100%;
}
.cid-tuZzTPR26Y .nav-tabs .nav-item .nav-link {
  display: flex;
  flex-direction: column;
  font-style: normal;
  background: #ffffff;
  padding: 24px 28px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 5px 20px 0px;
  margin: 0px;
  border-radius: 0px !important;
  transition: all 0.3s;
}
.cid-tuZzTPR26Y .nav-tabs .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-tuZzTPR26Y .nav-tabs .nav-item .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
}
.cid-tuZzTPR26Y .nav-tabs .nav-item .nav-link .tab-title {
  color: #404040;
  margin-bottom: 5px;
}
.cid-tuZzTPR26Y .nav-tabs .nav-item .nav-link .tab-title.display-4 {
  font-size: 20px;
}
.cid-tuZzTPR26Y .nav-tabs .nav-item .nav-link .mbr-text {
  color: #606060;
  margin-bottom: 0;
}
.cid-tuZzTPR26Y .nav-tabs .nav-item .nav-link.display-4 .tab-title {
  font-size: 19px !important;
  line-height: 1.316;
}
.cid-tuZzTPR26Y .nav-tabs .nav-item .nav-link.display-4 .mbr-text {
  line-height: 1.5625;
}
.cid-tuZzTPR26Y .tab-pane .card-img {
  overflow: hidden;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(153, 153, 153, 0.3);
  box-shadow: 0px 0px 30px rgba(153, 153, 153, 0.3);
}
.cid-tuZzTPR26Y .tab-pane .mbr-text {
  color: #8d97ad;
}
.cid-tuZzTPR26Y .tab-pane .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tuZzTPR26Y .nav-item {
    display: table-row !important;
  }
}
.cid-tuZzTPR26Y .tab-pane .mbr-text,
.cid-tuZzTPR26Y .mbr-section-btn {
  color: #404040;
}
.cid-tuZzTR4izS {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #f9fafb;
}
.cid-tuZzTR4izS .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #3c71d3;
  background-color: rgba(60, 113, 211, 0.15);
  margin-bottom: 26px;
}
.cid-tuZzTR4izS .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tuZzTR4izS .mbr-section-subtitle {
  color: #f36e21;
}
.cid-tuZzTR4izS img {
  width: 120px;
  margin: auto;
}
.cid-tuZzTR4izS .card {
  transition: all 200ms ease-in-out;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
.cid-tuZzTR4izS .card:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-tuZzTR4izS .card {
    max-width: 14.28%;
    margin: auto;
  }
}
.cid-tuZzTSiXja {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-tuZzTSiXja .btn {
  margin: 0 0 .5rem 0;
  margin-left: 0 !important;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.cid-tuZzTTfBr6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #006836;
}
@media (min-width: 1500px) {
  .cid-tuZzTTfBr6 .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-tuZzTTfBr6 .copyright {
    margin-bottom: 1rem;
  }
}
.cid-tuZzTTfBr6 p {
  color: #ffffff;
}
.cid-tuZzTTfBr6 .mbr-text {
  color: #ffffff;
}
