.btn {
  border-width: 2px;
}
body {
  font-family: 'Montserrat', sans-serif;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4.25rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.3125rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.88rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.1rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.975rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.704rem;
    font-size: calc( 0.958rem + (0.88 - 0.958) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.958rem + (0.88 - 0.958) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f7941d !important;
}
.bg-success {
  background-color: #0b1957 !important;
}
.bg-info {
  background-color: #296980 !important;
}
.bg-warning {
  background-color: #6b8e23 !important;
}
.bg-danger {
  background-color: #73460b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f7941d !important;
  border-color: #f7941d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b76706 !important;
  border-color: #b76706 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b76706 !important;
  border-color: #b76706 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #b29414 !important;
  border-color: #b29414 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #64530b !important;
  border-color: #64530b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #64530b !important;
  border-color: #64530b !important;
}
.btn-info,
.btn-info:active {
  background-color: #296980 !important;
  border-color: #296980 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #14333e !important;
  border-color: #14333e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #14333e !important;
  border-color: #14333e !important;
}
.btn-success,
.btn-success:active {
  background-color: #0b1957 !important;
  border-color: #0b1957 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #01030a !important;
  border-color: #01030a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #01030a !important;
  border-color: #01030a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #6b8e23 !important;
  border-color: #6b8e23 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #374812 !important;
  border-color: #374812 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #374812 !important;
  border-color: #374812 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #73460b !important;
  border-color: #73460b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #241603 !important;
  border-color: #241603 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #241603 !important;
  border-color: #241603 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f9f7f5 !important;
  border-color: #f9f7f5 !important;
  color: #95785a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #5f4c39 !important;
  background-color: #d8ccbf !important;
  border-color: #d8ccbf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #95785a !important;
  background-color: #d8ccbf !important;
  border-color: #d8ccbf !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f7941d;
  color: #f7941d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b76706 !important;
  background-color: transparent!important;
  border-color: #b76706 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f7941d !important;
  border-color: #f7941d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #b29414;
  color: #b29414;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #64530b !important;
  background-color: transparent!important;
  border-color: #64530b !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #b29414 !important;
  border-color: #b29414 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #296980;
  color: #296980;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #14333e !important;
  background-color: transparent!important;
  border-color: #14333e !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #296980 !important;
  border-color: #296980 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #0b1957;
  color: #0b1957;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #01030a !important;
  background-color: transparent!important;
  border-color: #01030a !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0b1957 !important;
  border-color: #0b1957 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #6b8e23;
  color: #6b8e23;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #374812 !important;
  background-color: transparent!important;
  border-color: #374812 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #6b8e23 !important;
  border-color: #6b8e23 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #73460b;
  color: #73460b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #241603 !important;
  background-color: transparent!important;
  border-color: #241603 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #73460b !important;
  border-color: #73460b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #222222;
  color: #222222;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #f9f7f5;
  color: #f9f7f5;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d8ccbf !important;
  background-color: transparent!important;
  border-color: #d8ccbf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #95785a !important;
  background-color: #f9f7f5 !important;
  border-color: #f9f7f5 !important;
}
.text-primary {
  color: #f7941d !important;
}
.text-secondary {
  color: #b29414 !important;
}
.text-success {
  color: #0b1957 !important;
}
.text-info {
  color: #296980 !important;
}
.text-warning {
  color: #6b8e23 !important;
}
.text-danger {
  color: #73460b !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a85e06 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #56480a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #102a33 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #2d3c0f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #160d02 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #d3c4b5 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f7941d;
}
.nav-tabs .nav-link:not(.active) {
  color: #222222;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #296980;
}
.alert-warning {
  background-color: #6b8e23;
}
.alert-danger {
  background-color: #73460b;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f7941d;
  border-color: #f7941d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f7941d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef1e2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #193ac8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #5daecb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #aed65a;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e78d16;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.88rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.1rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f7941d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.88rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.1rem;
}
blockquote {
  border-color: #f7941d;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f7941d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f7941d;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f7941d;
  border-bottom-color: #f7941d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f7941d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #b29414 !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='%23f7941d' %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;
}
.container {
  max-width: 1302px;
}
.btn {
  padding: 12px 24px;
  border-radius: 0;
  letter-spacing: 3px;
}
.btn-big {
  padding: 20px 40px !important;
}
.btn-scale {
  transition: 0.3s all;
}
.btn-scale:hover {
  transform: scale(0.9);
}
.cid-uRV3VgYUVy .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uRV3VgYUVy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uRV3VgYUVy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .menu_box .navbar.opened,
  .cid-uRV3VgYUVy .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRV3VgYUVy .navbar-dropdown {
  position: relative !important;
}
.cid-uRV3VgYUVy .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uRV3VgYUVy .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uRV3VgYUVy .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRV3VgYUVy .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uRV3VgYUVy .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uRV3VgYUVy .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uRV3VgYUVy .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uRV3VgYUVy .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uRV3VgYUVy .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uRV3VgYUVy .offcanvas-body .mbr-text,
  .cid-uRV3VgYUVy .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uRV3VgYUVy .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uRV3VgYUVy ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRV3VgYUVy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRV3VgYUVy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uRV3VgYUVy .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRV3VgYUVy li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uRV3VgYUVy .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRV3VgYUVy .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
    flex-wrap: nowrap;
  }
}
.cid-uRV3VgYUVy .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRV3VgYUVy .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .nav-item {
    margin: 0 !important;
  }
}
.cid-uRV3VgYUVy .nav-item .nav-link {
  position: relative;
}
.cid-uRV3VgYUVy .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f7941d;
  transition: all 0.3s ease-out;
}
.cid-uRV3VgYUVy .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uRV3VgYUVy .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRV3VgYUVy .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRV3VgYUVy .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRV3VgYUVy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uRV3VgYUVy .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRV3VgYUVy .offcanvas_box {
    display: none;
  }
}
.cid-uRV3VgYUVy .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRV3VgYUVy .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRV3VgYUVy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRV3VgYUVy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uRV3VgYUVy .container {
    flex-wrap: nowrap;
  }
}
.cid-uRV3VgYUVy .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uRV3VgYUVy .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRV3VgYUVy .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRV3VgYUVy .navbar-caption {
  color: #000000;
}
.cid-uRV3VgYUVy .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRV3VgYUVy .navbar-nav {
    margin: 0;
  }
}
.cid-uRV3VgYUVy .dropdown-menu,
.cid-uRV3VgYUVy .navbar.opened {
  background-color: false !important;
}
.cid-uRV3VgYUVy .nav-item:focus,
.cid-uRV3VgYUVy .nav-link:focus {
  outline: none;
}
.cid-uRV3VgYUVy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRV3VgYUVy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRV3VgYUVy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRV3VgYUVy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRV3VgYUVy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRV3VgYUVy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRV3VgYUVy .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRV3VgYUVy .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRV3VgYUVy .navbar.opened {
  transition: all 0.3s;
}
.cid-uRV3VgYUVy .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRV3VgYUVy .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uRV3VgYUVy .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uRV3VgYUVy .navbar.collapsed {
  justify-content: center;
}
.cid-uRV3VgYUVy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRV3VgYUVy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRV3VgYUVy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRV3VgYUVy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRV3VgYUVy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRV3VgYUVy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRV3VgYUVy .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRV3VgYUVy .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uRV3VgYUVy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRV3VgYUVy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRV3VgYUVy .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRV3VgYUVy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRV3VgYUVy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRV3VgYUVy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRV3VgYUVy .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRV3VgYUVy .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRV3VgYUVy .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRV3VgYUVy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRV3VgYUVy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRV3VgYUVy .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRV3VgYUVy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRV3VgYUVy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRV3VgYUVy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRV3VgYUVy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRV3VgYUVy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uRV3VgYUVy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRV3VgYUVy .dropdown-item.active,
.cid-uRV3VgYUVy .dropdown-item:active {
  background-color: transparent;
}
.cid-uRV3VgYUVy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRV3VgYUVy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRV3VgYUVy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRV3VgYUVy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRV3VgYUVy ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRV3VgYUVy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRV3VgYUVy button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6839;
}
.cid-uRV3VgYUVy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRV3VgYUVy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRV3VgYUVy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRV3VgYUVy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRV3VgYUVy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRV3VgYUVy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRV3VgYUVy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRV3VgYUVy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRV3VgYUVy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRV3VgYUVy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRV3VgYUVy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRV3VgYUVy .navbar {
    height: 70px;
  }
  .cid-uRV3VgYUVy .navbar.opened {
    height: auto;
  }
  .cid-uRV3VgYUVy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRV3VgYUVy .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uRV3VgYUVy .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uRV3VgYUVy .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uRV3VgYUVy .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uRV3VgYUVy .navbar-caption:hover {
  color: #f7941d;
}
@media (min-width: 992px) {
  .cid-uRV3VgYUVy .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRV3VgYUVy .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uRV3VgYUVy .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRV3VgYUVy .text_widget a:hover {
  color: #b29414 !important;
}
.cid-uRV3VgYUVy .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uRV3VgYUVy .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uRV3VgYUVy .mbr-section-subtitle,
.cid-uRV3VgYUVy .text_widget,
.cid-uRV3VgYUVy .mbr-section-btn {
  text-align: left;
}
.cid-uRV3VgYUVy a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRYPv0ODu5 {
  background-image: url("../../../assets/images/chatgpt-image-25-07-2025-16-4.png");
}
.cid-uRYPv0ODu5 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRYPv0ODu5 .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uRYPv0ODu5 .col-text {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uRYPv0ODu5 .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uRYPv0ODu5 .col-form {
    padding: 30px;
  }
}
.cid-uRYPv0ODu5 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-uRYPv0ODu5 .text-wrapper {
    text-align: center !important;
  }
}
.cid-uRYPv0ODu5 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-uRYPv0ODu5 .label-text {
    text-align: center !important;
  }
}
.cid-uRYPv0ODu5 .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-uRYPv0ODu5 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uRYPv0ODu5 .mbr-text {
  letter-spacing: inherit;
  color: #000000;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uRYPv0ODu5 .mbr-text {
    text-align: center !important;
  }
}
.cid-uRYPv0ODu5 .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-uRYPv0ODu5 .btn-container {
  width: 100%;
  margin-top: 22px;
}
@media (max-width: 767px) {
  .cid-uRYPv0ODu5 .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-uRYPv0ODu5 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uRYPv0ODu5 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uRYPv0ODu5 .form-container {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 768px) {
  .cid-uRYPv0ODu5 .form-container {
    max-width: 22rem;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-uRYPv0ODu5 .form-container {
    text-align: center !important;
  }
}
.cid-uRYPv0ODu5 .form-title {
  color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uRYPv0ODu5 .form-title {
    text-align: center !important;
  }
}
.cid-uRYPv0ODu5 .form-control {
  font-size: 1rem;
}
.cid-uRYPv0ODu5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYPv0ODu5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYPv0ODu5 .mbr-section-title,
.cid-uRYPv0ODu5 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uRYPv0ODu5 .label-text P {
  text-align: center;
}
.cid-uRTA0hmEbn {
  display: flex;
  padding-top: 105px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #fffbd8, #f7f0b9);
}
@media (min-width: 768px) {
  .cid-uRTA0hmEbn {
    align-items: flex-start;
  }
  .cid-uRTA0hmEbn .row {
    justify-content: flex-start;
  }
}
.cid-uRTA0hmEbn .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uRTA0hmEbn .mbr-text,
.cid-uRTA0hmEbn .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uRTA0hmEbn .mbr-section-title,
.cid-uRTA0hmEbn .line {
  color: #296980;
}
.cid-uRTA0hmEbn h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uRTA0hmEbn h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uRTA0hmEbn .mbr-section-subtitle,
.cid-uRTA0hmEbn .align {
  text-align: left;
  color: #232323;
}
.cid-uRTA0hmEbn .mbr-section-title,
.cid-uRTA0hmEbn .line DIV {
  text-align: center;
}
.cid-uRJjTpv042 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f7f0b9;
}
.cid-uRJjTpv042 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRJjTpv042 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRJjTpv042 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: left;
}
.cid-uRJjTpv042 .item-title {
  border-bottom: 1px solid currentColor;
  color: #232323;
  padding-bottom: 1rem;
  margin-top: 1rem;
}
.cid-uRJjTpv042 img,
.cid-uRJjTpv042 .item-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-uRJjTpv042 .item:focus,
.cid-uRJjTpv042 span:focus {
  outline: none;
}
.cid-uRJjTpv042 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRJjTpv042 .item {
    margin-bottom: 1rem;
  }
}
.cid-uRJjTpv042 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uRJjTpv042 .mbr-section-title {
  color: #232323;
}
.cid-uRJjTpv042 .mbr-text,
.cid-uRJjTpv042 .mbr-section-btn {
  color: #232323;
}
.cid-uRJjTpv042 .content-head {
  max-width: 800px;
}
.cid-uRJjTpv042 .item-subtitle DIV {
  text-align: left;
}
.cid-uRJjTpv042 .item-subtitle div::before {
  content: "✓";
  color: #004d50;
  font-weight: bold;
  margin-right: 0.6em;
}
.cid-uRJjTpv042 .item-subtitle div {
  margin-bottom: 0.5em;
  display: flex;
  align-items: flex-start;
}
.cid-uRTAmoGiSu {
  display: flex;
  padding-top: 105px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #f7f0b9, #cee6d9);
}
@media (min-width: 768px) {
  .cid-uRTAmoGiSu {
    align-items: flex-start;
  }
  .cid-uRTAmoGiSu .row {
    justify-content: flex-start;
  }
}
.cid-uRTAmoGiSu .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uRTAmoGiSu .mbr-text,
.cid-uRTAmoGiSu .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uRTAmoGiSu .mbr-section-title,
.cid-uRTAmoGiSu .line {
  color: #296980;
}
.cid-uRTAmoGiSu h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uRTAmoGiSu h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uRTAmoGiSu .mbr-section-subtitle,
.cid-uRTAmoGiSu .align {
  text-align: left;
  color: #232323;
}
.cid-uRTAmoGiSu .mbr-section-title,
.cid-uRTAmoGiSu .line DIV {
  text-align: center;
}
.cid-uRTC1i9A5z {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #cee6d9;
  position: relative;
  overflow: hidden;
}
.cid-uRTC1i9A5z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTC1i9A5z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRTC1i9A5z .col-title {
  margin-bottom: 64px;
}
.cid-uRTC1i9A5z .mbr-section-title {
  color: #296980;
}
.cid-uRTC1i9A5z .mbr-section-subtitle {
  color: #1F1D1A;
  margin-top: 1.5rem;
}
.cid-uRTC1i9A5z .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
}
@media (max-width: 991px) {
  .cid-uRTC1i9A5z .cards-container {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uRTC1i9A5z .cards-container {
    max-width: 482px;
    margin: 0 auto;
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uRTC1i9A5z .image-wrapper {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uRTC1i9A5z .image-wrapper {
    justify-content: center;
  }
}
.cid-uRTC1i9A5z .image-wrapper img {
  width: 100%;
  max-width: 300px;
  height: 300px;
  object-fit: contain;
}
.cid-uRTC1i9A5z .card-title-container {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .cid-uRTC1i9A5z .card-title-container {
    justify-content: center;
  }
}
.cid-uRTC1i9A5z .card-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 0.75rem;
  font-size: 20px;
  background-color: #7cbf24;
  color: #ffffff;
  flex-shrink: 0;
}
.cid-uRTC1i9A5z .card-title {
  color: #296980;
  margin-bottom: 0;
  text-align: left;
}
.cid-uRTC1i9A5z .card-text {
  color: #1F1D1A;
  margin-bottom: 0;
  padding-left: 1.2rem;
  list-style-type: disc;
}
@media (max-width: 767px) {
  .cid-uRTC1i9A5z .card-text {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uRTC1i9A5z .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uRTC1i9A5z .bg-img {
  position: absolute;
  width: 100%;
  background-color: #cee6d9;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
}
.cid-uRTC1i9A5z .card-text li {
  margin-bottom: 0.5rem;
}
.cid-uRTC1i9A5z .card-number-bottom {
  width: 48px;
  height: 48px;
  margin: 1rem auto;
  font-size: 20px;
  font-weight: bold;
  background-color: #7cbf24;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-uQ1w88ur1b {
  display: flex;
  padding-top: 45px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #cee6d9, #fbf7d9);
}
@media (min-width: 768px) {
  .cid-uQ1w88ur1b {
    align-items: flex-start;
  }
  .cid-uQ1w88ur1b .row {
    justify-content: flex-start;
  }
}
.cid-uQ1w88ur1b .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uQ1w88ur1b .mbr-text,
.cid-uQ1w88ur1b .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQ1w88ur1b .mbr-section-title,
.cid-uQ1w88ur1b .line {
  color: #296980;
}
.cid-uQ1w88ur1b h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uQ1w88ur1b h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uQ1w88ur1b .mbr-section-subtitle,
.cid-uQ1w88ur1b .align {
  text-align: left;
  color: #232323;
}
.cid-uQ1w88ur1b .mbr-section-title,
.cid-uQ1w88ur1b .line DIV {
  text-align: center;
}
.cid-uMwKqCWJux {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fbf7d9;
}
.cid-uMwKqCWJux img {
  border-radius: 0px;
}
.cid-uMwKqCWJux .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uMwKqCWJux .date {
  text-transform: uppercase;
  color: #f7941d;
  text-align: left;
  padding-top: 1rem;
}
.cid-uMwKqCWJux .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uMwKqCWJux .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uMwKqCWJux .right {
  display: flex;
  flex-direction: column;
}
.cid-uMwKqCWJux .mbr-section-btn {
  border: 2px solid #f7941d;
  width: auto;
}
.cid-uMwKqCWJux .mbr-section-btn:hover {
  background-color: #f7941d;
  border: 2px solid #f7941d;
}
.cid-uMwKqCWJux .card-heading {
  padding-top: 0;
}
.cid-uMwKqCWJux .mbr-text {
  padding-top: 10px;
  text-align: center;
  color: #296980;
}
.cid-uMwITefVC1 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #fbf7d9;
}
.cid-uMwITefVC1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMwITefVC1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMwITefVC1 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uMwITefVC1 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uMwITefVC1 .container {
    padding: 0 30px;
  }
}
.cid-uMwITefVC1 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uMwITefVC1 .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 50px;
}
.cid-uMwITefVC1 .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uMwITefVC1 .content-wrapper .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uMwITefVC1 .content-wrapper .content-wrap .text-wrapper {
  margin-bottom: 50px;
}
.cid-uMwITefVC1 .content-wrapper .content-wrap .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uMwITefVC1 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMwITefVC1 .embla__slide {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-uMwITefVC1 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uMwITefVC1 .embla__slide .card-wrap {
  width: 100%;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-uMwITefVC1 .embla__slide .card-wrap {
    padding: 0;
  }
}
.cid-uMwITefVC1 .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 560px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMwITefVC1 .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uMwITefVC1 .embla__button--next,
.cid-uMwITefVC1 .embla__button--prev {
  display: flex;
}
.cid-uMwITefVC1 .embla__button {
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -1.5rem;
  font-size: 12px;
  background-color: #0b1957;
  color: #b29414;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .75;
}
.cid-uMwITefVC1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uMwITefVC1 .embla__button:hover {
  background: #0b1957;
  color: #b29414;
  opacity: 1;
}
.cid-uMwITefVC1 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-uMwITefVC1 .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
.cid-uMwITefVC1 .slider-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-uMwITefVC1 .slider-wrapper {
    padding: 0;
  }
}
.cid-uMwITefVC1 .embla {
  position: relative;
  width: 100%;
}
.cid-uMwITefVC1 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uMwITefVC1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uMwITefVC1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uMwITefVC1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uMwITefVC1 .list-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMwITefVC1 .list-wrapper {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uMwITefVC1 .list-wrapper {
    display: block;
  }
}
.cid-uMwITefVC1 .list-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uMwITefVC1 .list-wrapper .list-wrap .list_1 {
  padding-left: 40px;
  margin-bottom: 50px;
  list-style-position: inside;
}
.cid-uMwITefVC1 .list-wrapper .list-wrap .list_1 .item-wrap {
  margin-bottom: 10px;
}
.cid-uMwITefVC1 .list-wrapper .list-wrap .list_2 {
  padding-left: 0;
  margin-bottom: 50px;
  list-style-type: none;
}
.cid-uMwITefVC1 .list-wrapper .list-wrap .list_2 .item-wrap {
  margin-bottom: 10px;
}
.cid-uMwITefVC1 .mbr-section-btn {
  padding: 0 30px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uMwITefVC1 .mbr-section-btn {
    padding: 0;
  }
}
.cid-uMwITefVC1 .mbr-section-title {
  color: #212529;
}
.cid-uMwITefVC1 .mbr-desc {
  color: #212529;
}
.cid-uMwITefVC1 .mbr-section-subtitle {
  color: #212529;
}
.cid-uMwITefVC1 .mbr-text {
  color: #0b1957;
}
.cid-uMwITefVC1 .mbr-list-title {
  color: #212529;
}
.cid-uMwITefVC1 .list_1 {
  color: #212529;
}
.cid-uMwITefVC1 .list_2 {
  color: #212529;
}
.cid-uKmKQL8iKX {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img-3.webp");
}
.cid-uKmKQL8iKX .mbr-section-title {
  color: #e6c63b;
}
.cid-uKmKQL8iKX .mbr-text,
.cid-uKmKQL8iKX .mbr-section-btn {
  color: #fafafa;
}
.cid-uLUhwWcN2I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf7d9;
}
.cid-uLUhwWcN2I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLUhwWcN2I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLUhwWcN2I .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-uLUhwWcN2I .col-title {
    margin-bottom: 30px;
  }
}
.cid-uLUhwWcN2I .mbr-section-title {
  color: #184e62;
}
@media (max-width: 991px) {
  .cid-uLUhwWcN2I .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uLUhwWcN2I .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-uLUhwWcN2I .mbr-section-subtitle {
    margin-top: 16px;
    text-align: center !important;
  }
}
.cid-uLUhwWcN2I .panel-group {
  border: none;
  padding: 0 !important;
}
.cid-uLUhwWcN2I .card {
  padding: 0 20px !important;
}
.cid-uLUhwWcN2I .card-border {
  height: 2px;
  width: 100%;
  background-color: #555555;
  margin-top: auto;
}
.cid-uLUhwWcN2I .card-border-top {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uLUhwWcN2I .card-border-top2 {
    display: none;
  }
}
.cid-uLUhwWcN2I .mbr-iconfont {
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin-left: 1rem;
  padding: 8px;
  background-color: #4b4e54;
  transition: all ease-in-out 0.3s;
  border-radius: 50%;
}
.cid-uLUhwWcN2I .card-header {
  border-bottom: none !important;
  padding: 15px 0 !important;
}
.cid-uLUhwWcN2I .card-header:hover .mbr-iconfont {
  background-color: #cecec1 !important;
}
.cid-uLUhwWcN2I .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uLUhwWcN2I .panel-body {
  padding-bottom: 20px;
}
.cid-uLUhwWcN2I .panel-text {
  margin-bottom: 20px !important;
  color: #646464;
}
.cid-uLUhwWcN2I .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uLUhwWcN2I .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uLUhwWcN2I .panel-title-edit {
  color: #2B2B2B;
}
.cid-uQ1LD0iKhW {
  display: flex;
  padding-top: 45px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #fbf7d9, #f7f0b9);
}
@media (min-width: 768px) {
  .cid-uQ1LD0iKhW {
    align-items: flex-start;
  }
  .cid-uQ1LD0iKhW .row {
    justify-content: flex-start;
  }
}
.cid-uQ1LD0iKhW .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uQ1LD0iKhW .mbr-text,
.cid-uQ1LD0iKhW .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQ1LD0iKhW .mbr-section-title,
.cid-uQ1LD0iKhW .line {
  color: #232323;
}
.cid-uQ1LD0iKhW h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uQ1LD0iKhW h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uQ1LD0iKhW .mbr-section-subtitle,
.cid-uQ1LD0iKhW .align {
  text-align: left;
  color: #232323;
}
.cid-uQ1LD0iKhW .mbr-section-title,
.cid-uQ1LD0iKhW .line DIV {
  text-align: center;
}
.cid-uHOSZ0BsQr {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f7f0b9;
}
.cid-uHOSZ0BsQr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHOSZ0BsQr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHOSZ0BsQr .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uHOSZ0BsQr .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uHOSZ0BsQr .container {
    padding: 0 25px;
  }
}
.cid-uHOSZ0BsQr .row {
  justify-content: space-between;
}
.cid-uHOSZ0BsQr .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uHOSZ0BsQr .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uHOSZ0BsQr .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uHOSZ0BsQr .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-uHOSZ0BsQr .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHOSZ0BsQr .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-uHOSZ0BsQr .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-uHOSZ0BsQr .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uHOSZ0BsQr .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHOSZ0BsQr .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uHOSZ0BsQr .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #296980;
  transition: all 0.3s ease-in-out;
}
.cid-uHOSZ0BsQr .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uHOSZ0BsQr .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-uHOSZ0BsQr .list-content {
    display: block;
  }
}
.cid-uHOSZ0BsQr .list-content .nav-wrapper,
.cid-uHOSZ0BsQr .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uHOSZ0BsQr .list-content .nav-wrapper,
  .cid-uHOSZ0BsQr .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-uHOSZ0BsQr .list-content .nav-wrapper .mbr-list-title,
.cid-uHOSZ0BsQr .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-uHOSZ0BsQr .list-content .nav-wrapper .list,
.cid-uHOSZ0BsQr .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uHOSZ0BsQr .list-content .nav-wrapper .list .item-wrap,
.cid-uHOSZ0BsQr .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uHOSZ0BsQr .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uHOSZ0BsQr .list-content .contact-wrapper .list .item-wrap:hover,
.cid-uHOSZ0BsQr .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uHOSZ0BsQr .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-uHOSZ0BsQr .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-uHOSZ0BsQr .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uHOSZ0BsQr .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-uHOSZ0BsQr .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-uHOSZ0BsQr .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-uHOSZ0BsQr .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uHOSZ0BsQr .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #555555;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uHOSZ0BsQr .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-uHOSZ0BsQr .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uHOSZ0BsQr .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uHOSZ0BsQr .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-uHOSZ0BsQr .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-uHOSZ0BsQr .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uHOSZ0BsQr .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-uHOSZ0BsQr .mbr-section-title {
  color: #ffffff;
}
.cid-uHOSZ0BsQr .mbr-list-title {
  color: #296980;
}
.cid-uHOSZ0BsQr .list {
  color: #ffffff;
}
.cid-uHOSZ0BsQr .mbr-copy {
  color: #296980;
  text-align: right;
}
.cid-uHOSZ0BsQr .mbr-brand {
  color: #ffffff;
}
.cid-uHOSZ0BsQr .mbr-section-title,
.cid-uHOSZ0BsQr .mbr-section-btn {
  color: #296980;
}
.cid-uHOSZ0BsQr .list,
.cid-uHOSZ0BsQr .item-wrap {
  color: #296980;
}
.cid-uRV3VgYUVy .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uRV3VgYUVy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uRV3VgYUVy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .menu_box .navbar.opened,
  .cid-uRV3VgYUVy .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRV3VgYUVy .navbar-dropdown {
  position: relative !important;
}
.cid-uRV3VgYUVy .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uRV3VgYUVy .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uRV3VgYUVy .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRV3VgYUVy .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uRV3VgYUVy .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uRV3VgYUVy .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uRV3VgYUVy .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uRV3VgYUVy .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uRV3VgYUVy .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uRV3VgYUVy .offcanvas-body .mbr-text,
  .cid-uRV3VgYUVy .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uRV3VgYUVy .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uRV3VgYUVy ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRV3VgYUVy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRV3VgYUVy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uRV3VgYUVy .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRV3VgYUVy li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uRV3VgYUVy .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRV3VgYUVy .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
    flex-wrap: nowrap;
  }
}
.cid-uRV3VgYUVy .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRV3VgYUVy .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .nav-item {
    margin: 0 !important;
  }
}
.cid-uRV3VgYUVy .nav-item .nav-link {
  position: relative;
}
.cid-uRV3VgYUVy .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f7941d;
  transition: all 0.3s ease-out;
}
.cid-uRV3VgYUVy .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uRV3VgYUVy .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRV3VgYUVy .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRV3VgYUVy .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRV3VgYUVy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uRV3VgYUVy .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRV3VgYUVy .offcanvas_box {
    display: none;
  }
}
.cid-uRV3VgYUVy .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRV3VgYUVy .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRV3VgYUVy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRV3VgYUVy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uRV3VgYUVy .container {
    flex-wrap: nowrap;
  }
}
.cid-uRV3VgYUVy .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uRV3VgYUVy .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRV3VgYUVy .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRV3VgYUVy .navbar-caption {
  color: #000000;
}
.cid-uRV3VgYUVy .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRV3VgYUVy .navbar-nav {
    margin: 0;
  }
}
.cid-uRV3VgYUVy .dropdown-menu,
.cid-uRV3VgYUVy .navbar.opened {
  background-color: false !important;
}
.cid-uRV3VgYUVy .nav-item:focus,
.cid-uRV3VgYUVy .nav-link:focus {
  outline: none;
}
.cid-uRV3VgYUVy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRV3VgYUVy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRV3VgYUVy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRV3VgYUVy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRV3VgYUVy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRV3VgYUVy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRV3VgYUVy .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRV3VgYUVy .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRV3VgYUVy .navbar.opened {
  transition: all 0.3s;
}
.cid-uRV3VgYUVy .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRV3VgYUVy .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uRV3VgYUVy .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uRV3VgYUVy .navbar.collapsed {
  justify-content: center;
}
.cid-uRV3VgYUVy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRV3VgYUVy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRV3VgYUVy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRV3VgYUVy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRV3VgYUVy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRV3VgYUVy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRV3VgYUVy .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRV3VgYUVy .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uRV3VgYUVy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRV3VgYUVy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRV3VgYUVy .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRV3VgYUVy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRV3VgYUVy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRV3VgYUVy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRV3VgYUVy .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRV3VgYUVy .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRV3VgYUVy .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRV3VgYUVy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRV3VgYUVy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRV3VgYUVy .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRV3VgYUVy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRV3VgYUVy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRV3VgYUVy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRV3VgYUVy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRV3VgYUVy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uRV3VgYUVy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRV3VgYUVy .dropdown-item.active,
.cid-uRV3VgYUVy .dropdown-item:active {
  background-color: transparent;
}
.cid-uRV3VgYUVy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRV3VgYUVy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRV3VgYUVy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRV3VgYUVy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRV3VgYUVy ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRV3VgYUVy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRV3VgYUVy button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6839;
}
.cid-uRV3VgYUVy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRV3VgYUVy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRV3VgYUVy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRV3VgYUVy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRV3VgYUVy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRV3VgYUVy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRV3VgYUVy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRV3VgYUVy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRV3VgYUVy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRV3VgYUVy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRV3VgYUVy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRV3VgYUVy .navbar {
    height: 70px;
  }
  .cid-uRV3VgYUVy .navbar.opened {
    height: auto;
  }
  .cid-uRV3VgYUVy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRV3VgYUVy .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uRV3VgYUVy .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uRV3VgYUVy .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uRV3VgYUVy .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uRV3VgYUVy .navbar-caption:hover {
  color: #f7941d;
}
@media (min-width: 992px) {
  .cid-uRV3VgYUVy .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRV3VgYUVy .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uRV3VgYUVy .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRV3VgYUVy .text_widget a:hover {
  color: #b29414 !important;
}
.cid-uRV3VgYUVy .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uRV3VgYUVy .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uRV3VgYUVy .mbr-section-subtitle,
.cid-uRV3VgYUVy .text_widget,
.cid-uRV3VgYUVy .mbr-section-btn {
  text-align: left;
}
.cid-uRV3VgYUVy a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRVeXaH7Qw {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/banner-4.png");
}
.cid-uRVeXaH7Qw .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-uRVeXaH7Qw .form-border {
  border: 2px solid #e5f1f2;
  border-radius: 3rem;
  padding: 8rem 10rem;
  backdrop-filter: blur(10px);
}
@media (max-width: 992px) {
  .cid-uRVeXaH7Qw .form-border {
    padding: 4rem 5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRVeXaH7Qw .form-border {
    padding: 2rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRVeXaH7Qw .container {
    padding: 0 1.5rem;
  }
}
.cid-uRVeXaH7Qw .mbr-section-title {
  transform: translateY(45%);
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uRVeXaH7Qw .mbr-section-title {
    transform: translateY(0);
  }
}
.cid-uRVeXaH7Qw .col-auto {
  margin-right: 0;
  margin-left: auto;
}
.cid-uRVeXaH7Qw textarea {
  min-height: 200px;
}
.cid-uRVeXaH7Qw .form-control,
.cid-uRVeXaH7Qw .field-input {
  padding: 1rem;
  background-color: #e4dfd4;
  border-color: #c3b5e0 !important;
  color: #150d1d;
  transition: 0.4s;
  border-radius: 1rem;
  box-shadow: none;
  outline: none;
}
.cid-uRVeXaH7Qw .form-control::-webkit-input-placeholder,
.cid-uRVeXaH7Qw .field-input::-webkit-input-placeholder,
.cid-uRVeXaH7Qw .form-control::-webkit-input-placeholder,
.cid-uRVeXaH7Qw .field-input::-webkit-input-placeholder {
  color: #150d1d;
}
.cid-uRVeXaH7Qw .form-control:-moz-placeholder,
.cid-uRVeXaH7Qw .field-input:-moz-placeholder,
.cid-uRVeXaH7Qw .form-control:-moz-placeholder,
.cid-uRVeXaH7Qw .field-input:-moz-placeholder {
  color: #150d1d;
}
.cid-uRVeXaH7Qw .form-control:hover,
.cid-uRVeXaH7Qw .field-input:hover,
.cid-uRVeXaH7Qw .form-control:focus,
.cid-uRVeXaH7Qw .field-input:focus {
  background-color: #fff0b0;
  border-color: #c3b5e0 !important;
  color: #150d1d;
  box-shadow: none;
  outline: none;
}
.cid-uRVeXaH7Qw .form-control:hover::-webkit-input-placeholder,
.cid-uRVeXaH7Qw .field-input:hover::-webkit-input-placeholder,
.cid-uRVeXaH7Qw .form-control:focus::-webkit-input-placeholder,
.cid-uRVeXaH7Qw .field-input:focus::-webkit-input-placeholder,
.cid-uRVeXaH7Qw .form-control:hover::-webkit-input-placeholder,
.cid-uRVeXaH7Qw .field-input:hover::-webkit-input-placeholder,
.cid-uRVeXaH7Qw .form-control:focus::-webkit-input-placeholder,
.cid-uRVeXaH7Qw .field-input:focus::-webkit-input-placeholder {
  color: #150d1d;
}
.cid-uRVeXaH7Qw .form-control:hover:-moz-placeholder,
.cid-uRVeXaH7Qw .field-input:hover:-moz-placeholder,
.cid-uRVeXaH7Qw .form-control:focus:-moz-placeholder,
.cid-uRVeXaH7Qw .field-input:focus:-moz-placeholder,
.cid-uRVeXaH7Qw .form-control:hover:-moz-placeholder,
.cid-uRVeXaH7Qw .field-input:hover:-moz-placeholder,
.cid-uRVeXaH7Qw .form-control:focus:-moz-placeholder,
.cid-uRVeXaH7Qw .field-input:focus:-moz-placeholder {
  color: #150d1d;
}
.cid-uRVeXaH7Qw .jq-number__spin:hover,
.cid-uRVeXaH7Qw .jq-number__spin:focus {
  background-color: #fff0b0;
  border-color: #c3b5e0 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uRVeXaH7Qw .jq-number__spin {
  background-color: #e4dfd4;
  border-color: #c3b5e0;
  color: #150d1d;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uRVeXaH7Qw .jq-selectbox li,
.cid-uRVeXaH7Qw .jq-selectbox li {
  background-color: #e4dfd4;
  color: #000000;
}
.cid-uRVeXaH7Qw .jq-selectbox li:hover,
.cid-uRVeXaH7Qw .jq-selectbox li.selected {
  background-color: #fff0b0;
  color: #000000;
}
.cid-uRVeXaH7Qw .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uRVeXaH7Qw .jq-number__spin.minus:hover:after,
.cid-uRVeXaH7Qw .jq-number__spin.plus:hover:after {
  border-top-color: #e4dfd4;
  border-bottom-color: #e4dfd4;
}
.cid-uRVeXaH7Qw .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uRVeXaH7Qw .jq-number__spin.minus:after,
.cid-uRVeXaH7Qw .jq-number__spin.plus:after {
  border-top-color: #fff0b0;
  border-bottom-color: #fff0b0;
}
.cid-uRVeXaH7Qw .btn {
  padding: 1rem 3rem;
}
.cid-uRVeXaH7Qw input::-webkit-clear-button {
  display: none;
}
.cid-uRVeXaH7Qw input::-webkit-inner-spin-button {
  display: none;
}
.cid-uRVeXaH7Qw input::-webkit-outer-spin-button {
  display: none;
}
.cid-uRVeXaH7Qw input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uRVeXaH7Qw H2 {
  color: #000000;
  text-align: center;
}
.cid-uRVeXaH7Qw LABEL {
  color: #000000;
}
.cid-uRVeXaH7Qw H6 {
  text-align: center;
}
.cid-uRVeXaH7Qw .form-check-label {
  font-size: 1.2rem;
  line-height: 1.2;
}
.cid-uHOSZ0BsQr {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f7f0b9;
}
.cid-uHOSZ0BsQr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHOSZ0BsQr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHOSZ0BsQr .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uHOSZ0BsQr .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uHOSZ0BsQr .container {
    padding: 0 25px;
  }
}
.cid-uHOSZ0BsQr .row {
  justify-content: space-between;
}
.cid-uHOSZ0BsQr .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uHOSZ0BsQr .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uHOSZ0BsQr .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uHOSZ0BsQr .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-uHOSZ0BsQr .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHOSZ0BsQr .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-uHOSZ0BsQr .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-uHOSZ0BsQr .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uHOSZ0BsQr .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHOSZ0BsQr .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uHOSZ0BsQr .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #296980;
  transition: all 0.3s ease-in-out;
}
.cid-uHOSZ0BsQr .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uHOSZ0BsQr .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-uHOSZ0BsQr .list-content {
    display: block;
  }
}
.cid-uHOSZ0BsQr .list-content .nav-wrapper,
.cid-uHOSZ0BsQr .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uHOSZ0BsQr .list-content .nav-wrapper,
  .cid-uHOSZ0BsQr .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-uHOSZ0BsQr .list-content .nav-wrapper .mbr-list-title,
.cid-uHOSZ0BsQr .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-uHOSZ0BsQr .list-content .nav-wrapper .list,
.cid-uHOSZ0BsQr .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uHOSZ0BsQr .list-content .nav-wrapper .list .item-wrap,
.cid-uHOSZ0BsQr .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uHOSZ0BsQr .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uHOSZ0BsQr .list-content .contact-wrapper .list .item-wrap:hover,
.cid-uHOSZ0BsQr .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uHOSZ0BsQr .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-uHOSZ0BsQr .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-uHOSZ0BsQr .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uHOSZ0BsQr .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-uHOSZ0BsQr .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-uHOSZ0BsQr .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-uHOSZ0BsQr .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uHOSZ0BsQr .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #555555;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uHOSZ0BsQr .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-uHOSZ0BsQr .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uHOSZ0BsQr .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uHOSZ0BsQr .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-uHOSZ0BsQr .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-uHOSZ0BsQr .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uHOSZ0BsQr .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-uHOSZ0BsQr .mbr-section-title {
  color: #ffffff;
}
.cid-uHOSZ0BsQr .mbr-list-title {
  color: #296980;
}
.cid-uHOSZ0BsQr .list {
  color: #ffffff;
}
.cid-uHOSZ0BsQr .mbr-copy {
  color: #296980;
  text-align: right;
}
.cid-uHOSZ0BsQr .mbr-brand {
  color: #ffffff;
}
.cid-uHOSZ0BsQr .mbr-section-title,
.cid-uHOSZ0BsQr .mbr-section-btn {
  color: #296980;
}
.cid-uHOSZ0BsQr .list,
.cid-uHOSZ0BsQr .item-wrap {
  color: #296980;
}
.cid-uRV3VgYUVy .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uRV3VgYUVy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uRV3VgYUVy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .menu_box .navbar.opened,
  .cid-uRV3VgYUVy .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRV3VgYUVy .navbar-dropdown {
  position: relative !important;
}
.cid-uRV3VgYUVy .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uRV3VgYUVy .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uRV3VgYUVy .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRV3VgYUVy .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uRV3VgYUVy .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uRV3VgYUVy .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uRV3VgYUVy .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uRV3VgYUVy .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uRV3VgYUVy .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uRV3VgYUVy .offcanvas-body .mbr-text,
  .cid-uRV3VgYUVy .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uRV3VgYUVy .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uRV3VgYUVy ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRV3VgYUVy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRV3VgYUVy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uRV3VgYUVy .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRV3VgYUVy li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uRV3VgYUVy .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRV3VgYUVy .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
    flex-wrap: nowrap;
  }
}
.cid-uRV3VgYUVy .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRV3VgYUVy .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .nav-item {
    margin: 0 !important;
  }
}
.cid-uRV3VgYUVy .nav-item .nav-link {
  position: relative;
}
.cid-uRV3VgYUVy .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f7941d;
  transition: all 0.3s ease-out;
}
.cid-uRV3VgYUVy .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uRV3VgYUVy .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRV3VgYUVy .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRV3VgYUVy .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRV3VgYUVy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uRV3VgYUVy .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRV3VgYUVy .offcanvas_box {
    display: none;
  }
}
.cid-uRV3VgYUVy .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRV3VgYUVy .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRV3VgYUVy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRV3VgYUVy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uRV3VgYUVy .container {
    flex-wrap: nowrap;
  }
}
.cid-uRV3VgYUVy .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uRV3VgYUVy .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRV3VgYUVy .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRV3VgYUVy .navbar-caption {
  color: #000000;
}
.cid-uRV3VgYUVy .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRV3VgYUVy .navbar-nav {
    margin: 0;
  }
}
.cid-uRV3VgYUVy .dropdown-menu,
.cid-uRV3VgYUVy .navbar.opened {
  background-color: false !important;
}
.cid-uRV3VgYUVy .nav-item:focus,
.cid-uRV3VgYUVy .nav-link:focus {
  outline: none;
}
.cid-uRV3VgYUVy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRV3VgYUVy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRV3VgYUVy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRV3VgYUVy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRV3VgYUVy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRV3VgYUVy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRV3VgYUVy .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRV3VgYUVy .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRV3VgYUVy .navbar.opened {
  transition: all 0.3s;
}
.cid-uRV3VgYUVy .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRV3VgYUVy .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uRV3VgYUVy .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uRV3VgYUVy .navbar.collapsed {
  justify-content: center;
}
.cid-uRV3VgYUVy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRV3VgYUVy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRV3VgYUVy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRV3VgYUVy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRV3VgYUVy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRV3VgYUVy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRV3VgYUVy .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRV3VgYUVy .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uRV3VgYUVy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRV3VgYUVy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRV3VgYUVy .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRV3VgYUVy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRV3VgYUVy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRV3VgYUVy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRV3VgYUVy .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRV3VgYUVy .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRV3VgYUVy .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRV3VgYUVy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRV3VgYUVy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRV3VgYUVy .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRV3VgYUVy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRV3VgYUVy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRV3VgYUVy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRV3VgYUVy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRV3VgYUVy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uRV3VgYUVy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRV3VgYUVy .dropdown-item.active,
.cid-uRV3VgYUVy .dropdown-item:active {
  background-color: transparent;
}
.cid-uRV3VgYUVy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRV3VgYUVy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRV3VgYUVy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRV3VgYUVy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRV3VgYUVy ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRV3VgYUVy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRV3VgYUVy button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6839;
}
.cid-uRV3VgYUVy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRV3VgYUVy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRV3VgYUVy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRV3VgYUVy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRV3VgYUVy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRV3VgYUVy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRV3VgYUVy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRV3VgYUVy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRV3VgYUVy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRV3VgYUVy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRV3VgYUVy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRV3VgYUVy .navbar {
    height: 70px;
  }
  .cid-uRV3VgYUVy .navbar.opened {
    height: auto;
  }
  .cid-uRV3VgYUVy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRV3VgYUVy .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uRV3VgYUVy .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uRV3VgYUVy .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uRV3VgYUVy .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uRV3VgYUVy .navbar-caption:hover {
  color: #f7941d;
}
@media (min-width: 992px) {
  .cid-uRV3VgYUVy .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRV3VgYUVy .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uRV3VgYUVy .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRV3VgYUVy .text_widget a:hover {
  color: #b29414 !important;
}
.cid-uRV3VgYUVy .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uRV3VgYUVy .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uRV3VgYUVy .mbr-section-subtitle,
.cid-uRV3VgYUVy .text_widget,
.cid-uRV3VgYUVy .mbr-section-btn {
  text-align: left;
}
.cid-uRV3VgYUVy a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRV9ejRZJe {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt-image-25-07-2025-15-33.png");
}
.cid-uRV9ejRZJe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRV9ejRZJe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRV9ejRZJe .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 18px;
}
@media (max-width: 1440px) {
  .cid-uRV9ejRZJe .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uRV9ejRZJe .card-wrapper {
    padding: 24px;
  }
}
.cid-uRV9ejRZJe .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uRV9ejRZJe .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .6;
}
.cid-uRV9ejRZJe .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uRV9ejRZJe .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uRV9ejRZJe .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uRV9ejRZJe .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRV9ejRZJe .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uRV9ejRZJe .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRV9ejRZJe .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRV9ejRZJe .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uRV9ejRZJe .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uRV9ejRZJe .mbr-text,
.cid-uRV9ejRZJe .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uRV9ejRZJe .mbr-section-title,
.cid-uRV9ejRZJe .mbr-section-btn {
  color: #184e62;
  text-align: left;
}
.cid-uRV9ejRZJe .row {
  margin: 0;
}
.cid-uRV9ejRZJe .card {
  padding-left: 0 !important;
}
.cid-uRV9ejRZJe .container,
.cid-uRV9ejRZJe .container-fluid {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.cid-uQgup2CpWM {
  display: flex;
  padding-top: 75px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #efc38b, #fbf7d9);
}
@media (min-width: 768px) {
  .cid-uQgup2CpWM {
    align-items: flex-start;
  }
  .cid-uQgup2CpWM .row {
    justify-content: flex-start;
  }
}
.cid-uQgup2CpWM .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uQgup2CpWM .mbr-text,
.cid-uQgup2CpWM .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uQgup2CpWM .mbr-section-title,
.cid-uQgup2CpWM .line {
  color: #0b1957;
}
.cid-uQgup2CpWM h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uQgup2CpWM h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uQgup2CpWM .mbr-section-subtitle,
.cid-uQgup2CpWM .align {
  text-align: left;
  color: #232323;
}
.cid-uQgup2CpWM .mbr-section-title,
.cid-uQgup2CpWM .line DIV {
  text-align: center;
}
.cid-uRJulP84vk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fbf7d9;
}
@media (min-width: 992px) {
  .cid-uRJulP84vk .no-gutters {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-uRJulP84vk .no-gutters > [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uRJulP84vk .card_item {
  border-radius: 0 !important;
}
.cid-uRJulP84vk .item-wrapper {
  height: 100%;
  overflow: visible;
}
.cid-uRJulP84vk .card-box {
  padding: 0 2rem 2.5rem 2rem;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uRJulP84vk .card-box:hover {
  transform: translateY(-3rem);
}
.cid-uRJulP84vk .card-box:hover img {
  transform: scale(1.01);
}
.cid-uRJulP84vk .card-title {
  margin-bottom: .75rem;
  color: #296980;
}
.cid-uRJulP84vk .card-text {
  margin-bottom: 1.25rem;
}
.cid-uRJulP84vk .item-img {
  margin-bottom: 2.5rem;
  position: relative;
  transform: skewY(2deg);
}
.cid-uRJulP84vk img,
.cid-uRJulP84vk .item-img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uRJulP84vk .item:focus,
.cid-uRJulP84vk span:focus {
  outline: none;
}
@media (max-width: 991px) {
  .cid-uRJulP84vk .item-wrapper {
    padding: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .cid-uRJulP84vk .card-title {
    margin-bottom: .5rem;
  }
  .cid-uRJulP84vk .card-text {
    margin-bottom: .75rem;
  }
  .cid-uRJulP84vk .item-img {
    margin-bottom: 1.5rem;
  }
  .cid-uRJulP84vk .card-box:hover {
    transform: translateY(0);
  }
  .cid-uRJulP84vk .card-box:hover img {
    transform: scale(1.01);
  }
}
@media (max-width: 767px) {
  .cid-uRJulP84vk .card-box {
    padding: 0 0 1rem;
  }
}
.cid-uRJulP84vk .card-text,
.cid-uRJulP84vk .linkBtn {
  color: #555555;
}
.cid-uRJulP84vk .btn-primary {
  background-color: #296980;
  border-color: #296980;
  font-weight: 600;
  font-size: 1.1rem;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uRJulP84vk .btn-primary:hover {
  background-color: #214f64;
  border-color: #214f64;
}
.cid-uQgu41K7jh {
  display: flex;
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #fbf7d9, #f7f0b9);
}
@media (min-width: 768px) {
  .cid-uQgu41K7jh {
    align-items: flex-start;
  }
  .cid-uQgu41K7jh .row {
    justify-content: flex-start;
  }
}
.cid-uQgu41K7jh .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uQgu41K7jh .mbr-text,
.cid-uQgu41K7jh .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uQgu41K7jh .mbr-section-title,
.cid-uQgu41K7jh .line {
  color: #232323;
}
.cid-uQgu41K7jh h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uQgu41K7jh h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uQgu41K7jh .mbr-section-subtitle,
.cid-uQgu41K7jh .align {
  text-align: left;
  color: #232323;
}
.cid-uQgu41K7jh .mbr-section-title,
.cid-uQgu41K7jh .line DIV {
  text-align: center;
}
.cid-uHOSZ0BsQr {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f7f0b9;
}
.cid-uHOSZ0BsQr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHOSZ0BsQr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHOSZ0BsQr .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uHOSZ0BsQr .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uHOSZ0BsQr .container {
    padding: 0 25px;
  }
}
.cid-uHOSZ0BsQr .row {
  justify-content: space-between;
}
.cid-uHOSZ0BsQr .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uHOSZ0BsQr .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uHOSZ0BsQr .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uHOSZ0BsQr .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-uHOSZ0BsQr .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHOSZ0BsQr .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-uHOSZ0BsQr .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-uHOSZ0BsQr .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uHOSZ0BsQr .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHOSZ0BsQr .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uHOSZ0BsQr .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #296980;
  transition: all 0.3s ease-in-out;
}
.cid-uHOSZ0BsQr .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uHOSZ0BsQr .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-uHOSZ0BsQr .list-content {
    display: block;
  }
}
.cid-uHOSZ0BsQr .list-content .nav-wrapper,
.cid-uHOSZ0BsQr .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uHOSZ0BsQr .list-content .nav-wrapper,
  .cid-uHOSZ0BsQr .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-uHOSZ0BsQr .list-content .nav-wrapper .mbr-list-title,
.cid-uHOSZ0BsQr .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-uHOSZ0BsQr .list-content .nav-wrapper .list,
.cid-uHOSZ0BsQr .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uHOSZ0BsQr .list-content .nav-wrapper .list .item-wrap,
.cid-uHOSZ0BsQr .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uHOSZ0BsQr .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uHOSZ0BsQr .list-content .contact-wrapper .list .item-wrap:hover,
.cid-uHOSZ0BsQr .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uHOSZ0BsQr .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-uHOSZ0BsQr .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-uHOSZ0BsQr .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uHOSZ0BsQr .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-uHOSZ0BsQr .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-uHOSZ0BsQr .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-uHOSZ0BsQr .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uHOSZ0BsQr .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #555555;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uHOSZ0BsQr .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-uHOSZ0BsQr .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uHOSZ0BsQr .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uHOSZ0BsQr .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-uHOSZ0BsQr .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-uHOSZ0BsQr .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uHOSZ0BsQr .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-uHOSZ0BsQr .mbr-section-title {
  color: #ffffff;
}
.cid-uHOSZ0BsQr .mbr-list-title {
  color: #296980;
}
.cid-uHOSZ0BsQr .list {
  color: #ffffff;
}
.cid-uHOSZ0BsQr .mbr-copy {
  color: #296980;
  text-align: right;
}
.cid-uHOSZ0BsQr .mbr-brand {
  color: #ffffff;
}
.cid-uHOSZ0BsQr .mbr-section-title,
.cid-uHOSZ0BsQr .mbr-section-btn {
  color: #296980;
}
.cid-uHOSZ0BsQr .list,
.cid-uHOSZ0BsQr .item-wrap {
  color: #296980;
}
.cid-uRV3VgYUVy .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uRV3VgYUVy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uRV3VgYUVy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .menu_box .navbar.opened,
  .cid-uRV3VgYUVy .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRV3VgYUVy .navbar-dropdown {
  position: relative !important;
}
.cid-uRV3VgYUVy .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uRV3VgYUVy .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uRV3VgYUVy .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRV3VgYUVy .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uRV3VgYUVy .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uRV3VgYUVy .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uRV3VgYUVy .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uRV3VgYUVy .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uRV3VgYUVy .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uRV3VgYUVy .offcanvas-body .mbr-text,
  .cid-uRV3VgYUVy .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uRV3VgYUVy .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uRV3VgYUVy ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRV3VgYUVy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRV3VgYUVy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uRV3VgYUVy .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRV3VgYUVy li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uRV3VgYUVy .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRV3VgYUVy .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
    flex-wrap: nowrap;
  }
}
.cid-uRV3VgYUVy .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRV3VgYUVy .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .nav-item {
    margin: 0 !important;
  }
}
.cid-uRV3VgYUVy .nav-item .nav-link {
  position: relative;
}
.cid-uRV3VgYUVy .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f7941d;
  transition: all 0.3s ease-out;
}
.cid-uRV3VgYUVy .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uRV3VgYUVy .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRV3VgYUVy .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRV3VgYUVy .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRV3VgYUVy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uRV3VgYUVy .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRV3VgYUVy .offcanvas_box {
    display: none;
  }
}
.cid-uRV3VgYUVy .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRV3VgYUVy .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRV3VgYUVy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRV3VgYUVy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uRV3VgYUVy .container {
    flex-wrap: nowrap;
  }
}
.cid-uRV3VgYUVy .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uRV3VgYUVy .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRV3VgYUVy .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRV3VgYUVy .navbar-caption {
  color: #000000;
}
.cid-uRV3VgYUVy .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRV3VgYUVy .navbar-nav {
    margin: 0;
  }
}
.cid-uRV3VgYUVy .dropdown-menu,
.cid-uRV3VgYUVy .navbar.opened {
  background-color: false !important;
}
.cid-uRV3VgYUVy .nav-item:focus,
.cid-uRV3VgYUVy .nav-link:focus {
  outline: none;
}
.cid-uRV3VgYUVy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRV3VgYUVy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRV3VgYUVy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRV3VgYUVy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRV3VgYUVy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRV3VgYUVy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRV3VgYUVy .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRV3VgYUVy .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRV3VgYUVy .navbar.opened {
  transition: all 0.3s;
}
.cid-uRV3VgYUVy .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRV3VgYUVy .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uRV3VgYUVy .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uRV3VgYUVy .navbar.collapsed {
  justify-content: center;
}
.cid-uRV3VgYUVy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRV3VgYUVy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRV3VgYUVy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRV3VgYUVy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRV3VgYUVy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRV3VgYUVy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRV3VgYUVy .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRV3VgYUVy .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uRV3VgYUVy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRV3VgYUVy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRV3VgYUVy .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRV3VgYUVy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRV3VgYUVy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRV3VgYUVy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRV3VgYUVy .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRV3VgYUVy .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRV3VgYUVy .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRV3VgYUVy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRV3VgYUVy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRV3VgYUVy .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRV3VgYUVy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRV3VgYUVy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRV3VgYUVy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRV3VgYUVy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRV3VgYUVy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uRV3VgYUVy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRV3VgYUVy .dropdown-item.active,
.cid-uRV3VgYUVy .dropdown-item:active {
  background-color: transparent;
}
.cid-uRV3VgYUVy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRV3VgYUVy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRV3VgYUVy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRV3VgYUVy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRV3VgYUVy ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRV3VgYUVy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRV3VgYUVy button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6839;
}
.cid-uRV3VgYUVy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRV3VgYUVy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRV3VgYUVy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRV3VgYUVy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRV3VgYUVy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRV3VgYUVy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRV3VgYUVy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRV3VgYUVy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRV3VgYUVy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRV3VgYUVy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRV3VgYUVy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRV3VgYUVy .navbar {
    height: 70px;
  }
  .cid-uRV3VgYUVy .navbar.opened {
    height: auto;
  }
  .cid-uRV3VgYUVy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRV3VgYUVy .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uRV3VgYUVy .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uRV3VgYUVy .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uRV3VgYUVy .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uRV3VgYUVy .navbar-caption:hover {
  color: #f7941d;
}
@media (min-width: 992px) {
  .cid-uRV3VgYUVy .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRV3VgYUVy .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uRV3VgYUVy .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRV3VgYUVy .text_widget a:hover {
  color: #b29414 !important;
}
.cid-uRV3VgYUVy .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uRV3VgYUVy .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uRV3VgYUVy .mbr-section-subtitle,
.cid-uRV3VgYUVy .text_widget,
.cid-uRV3VgYUVy .mbr-section-btn {
  text-align: left;
}
.cid-uRV3VgYUVy a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRVbdmX6pX {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/freepik-a-digital-rendering-of-a-solar-panel-array-in-a-de-78356.png");
}
.cid-uRVbdmX6pX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRVbdmX6pX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRVbdmX6pX .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 18px;
}
@media (max-width: 1440px) {
  .cid-uRVbdmX6pX .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uRVbdmX6pX .card-wrapper {
    padding: 24px;
  }
}
.cid-uRVbdmX6pX .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uRVbdmX6pX .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .6;
}
.cid-uRVbdmX6pX .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uRVbdmX6pX .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uRVbdmX6pX .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uRVbdmX6pX .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRVbdmX6pX .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uRVbdmX6pX .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRVbdmX6pX .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRVbdmX6pX .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uRVbdmX6pX .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uRVbdmX6pX .mbr-text,
.cid-uRVbdmX6pX .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uRVbdmX6pX .mbr-section-title,
.cid-uRVbdmX6pX .mbr-section-btn {
  color: #184e62;
  text-align: left;
}
.cid-uRVbdmX6pX .row {
  margin: 0;
}
.cid-uRVbdmX6pX .card {
  padding-left: 0 !important;
}
.cid-uRVbdmX6pX .container,
.cid-uRVbdmX6pX .container-fluid {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.cid-uQgwEchCLG {
  display: flex;
  padding-top: 75px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #f0c48a, #fbf7d9);
}
@media (min-width: 768px) {
  .cid-uQgwEchCLG {
    align-items: flex-start;
  }
  .cid-uQgwEchCLG .row {
    justify-content: flex-start;
  }
}
.cid-uQgwEchCLG .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uQgwEchCLG .mbr-text,
.cid-uQgwEchCLG .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uQgwEchCLG .mbr-section-title,
.cid-uQgwEchCLG .line {
  color: #0b1957;
}
.cid-uQgwEchCLG h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uQgwEchCLG h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uQgwEchCLG .mbr-section-subtitle,
.cid-uQgwEchCLG .align {
  text-align: left;
  color: #232323;
}
.cid-uQgwEchCLG .mbr-section-title,
.cid-uQgwEchCLG .line DIV {
  text-align: center;
}
.cid-uMkj9rPrIK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fbf7d9;
}
@media (min-width: 992px) {
  .cid-uMkj9rPrIK .no-gutters {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-uMkj9rPrIK .no-gutters > [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uMkj9rPrIK .card_item {
  border-radius: 0 !important;
}
.cid-uMkj9rPrIK .item-wrapper {
  height: 100%;
  overflow: visible;
}
.cid-uMkj9rPrIK .card-box {
  padding: 0 2rem 2.5rem 2rem;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uMkj9rPrIK .card-box:hover {
  transform: translateY(-3rem);
}
.cid-uMkj9rPrIK .card-box:hover img {
  transform: scale(1.01);
}
.cid-uMkj9rPrIK .card-title {
  margin-bottom: .75rem;
  color: #0b1957;
}
.cid-uMkj9rPrIK .card-text {
  margin-bottom: 1.25rem;
}
.cid-uMkj9rPrIK .item-img {
  margin-bottom: 2.5rem;
  position: relative;
  transform: skewY(2deg);
}
.cid-uMkj9rPrIK img,
.cid-uMkj9rPrIK .item-img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uMkj9rPrIK .item:focus,
.cid-uMkj9rPrIK span:focus {
  outline: none;
}
@media (max-width: 991px) {
  .cid-uMkj9rPrIK .item-wrapper {
    padding: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .cid-uMkj9rPrIK .card-title {
    margin-bottom: .5rem;
  }
  .cid-uMkj9rPrIK .card-text {
    margin-bottom: .75rem;
  }
  .cid-uMkj9rPrIK .item-img {
    margin-bottom: 1.5rem;
  }
  .cid-uMkj9rPrIK .card-box:hover {
    transform: translateY(0);
  }
  .cid-uMkj9rPrIK .card-box:hover img {
    transform: scale(1.01);
  }
}
@media (max-width: 767px) {
  .cid-uMkj9rPrIK .card-box {
    padding: 0 0 1rem;
  }
}
.cid-uMkj9rPrIK .card-text,
.cid-uMkj9rPrIK .linkBtn {
  color: #0b1957;
}
.cid-uMkj9rPrIK .btn-primary {
  background-color: #296980;
  border-color: #296980;
  font-weight: 600;
  font-size: 1.1rem;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uMkj9rPrIK .btn-primary:hover {
  background-color: #214f64;
  border-color: #214f64;
}
.cid-uQgwv8Y7Om {
  display: flex;
  padding-top: 45px;
  padding-bottom: 90px;
  background: linear-gradient(to bottom, #fbf7d9, #f7f0b9);
}
@media (min-width: 768px) {
  .cid-uQgwv8Y7Om {
    align-items: flex-start;
  }
  .cid-uQgwv8Y7Om .row {
    justify-content: flex-start;
  }
}
.cid-uQgwv8Y7Om .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uQgwv8Y7Om .mbr-text,
.cid-uQgwv8Y7Om .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uQgwv8Y7Om .mbr-section-title,
.cid-uQgwv8Y7Om .line {
  color: #232323;
}
.cid-uQgwv8Y7Om h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uQgwv8Y7Om h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uQgwv8Y7Om .mbr-section-subtitle,
.cid-uQgwv8Y7Om .align {
  text-align: left;
  color: #232323;
}
.cid-uQgwv8Y7Om .mbr-section-title,
.cid-uQgwv8Y7Om .line DIV {
  text-align: center;
}
.cid-uLUD46Nt8D {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f7f0b9;
}
.cid-uLUD46Nt8D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLUD46Nt8D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLUD46Nt8D .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uLUD46Nt8D .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uLUD46Nt8D .container {
    padding: 0 25px;
  }
}
.cid-uLUD46Nt8D .row {
  justify-content: space-between;
}
.cid-uLUD46Nt8D .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uLUD46Nt8D .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uLUD46Nt8D .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uLUD46Nt8D .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-uLUD46Nt8D .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLUD46Nt8D .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-uLUD46Nt8D .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-uLUD46Nt8D .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uLUD46Nt8D .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLUD46Nt8D .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uLUD46Nt8D .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #296980;
  transition: all 0.3s ease-in-out;
}
.cid-uLUD46Nt8D .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uLUD46Nt8D .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-uLUD46Nt8D .list-content {
    display: block;
  }
}
.cid-uLUD46Nt8D .list-content .nav-wrapper,
.cid-uLUD46Nt8D .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uLUD46Nt8D .list-content .nav-wrapper,
  .cid-uLUD46Nt8D .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-uLUD46Nt8D .list-content .nav-wrapper .mbr-list-title,
.cid-uLUD46Nt8D .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-uLUD46Nt8D .list-content .nav-wrapper .list,
.cid-uLUD46Nt8D .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLUD46Nt8D .list-content .nav-wrapper .list .item-wrap,
.cid-uLUD46Nt8D .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uLUD46Nt8D .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uLUD46Nt8D .list-content .contact-wrapper .list .item-wrap:hover,
.cid-uLUD46Nt8D .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uLUD46Nt8D .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-uLUD46Nt8D .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-uLUD46Nt8D .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLUD46Nt8D .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-uLUD46Nt8D .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-uLUD46Nt8D .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-uLUD46Nt8D .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLUD46Nt8D .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #555555;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uLUD46Nt8D .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-uLUD46Nt8D .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uLUD46Nt8D .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uLUD46Nt8D .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-uLUD46Nt8D .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-uLUD46Nt8D .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uLUD46Nt8D .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-uLUD46Nt8D .mbr-section-title {
  color: #ffffff;
}
.cid-uLUD46Nt8D .mbr-list-title {
  color: #296980;
}
.cid-uLUD46Nt8D .list {
  color: #ffffff;
}
.cid-uLUD46Nt8D .mbr-copy {
  color: #296980;
  text-align: right;
}
.cid-uLUD46Nt8D .mbr-brand {
  color: #ffffff;
}
.cid-uLUD46Nt8D .mbr-section-title,
.cid-uLUD46Nt8D .mbr-section-btn {
  color: #296980;
}
.cid-uLUD46Nt8D .list,
.cid-uLUD46Nt8D .item-wrap {
  color: #296980;
}
.cid-uRV3VgYUVy .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uRV3VgYUVy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uRV3VgYUVy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .menu_box .navbar.opened,
  .cid-uRV3VgYUVy .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRV3VgYUVy .navbar-dropdown {
  position: relative !important;
}
.cid-uRV3VgYUVy .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uRV3VgYUVy .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uRV3VgYUVy .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRV3VgYUVy .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uRV3VgYUVy .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uRV3VgYUVy .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uRV3VgYUVy .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uRV3VgYUVy .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uRV3VgYUVy .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uRV3VgYUVy .offcanvas-body .mbr-text,
  .cid-uRV3VgYUVy .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uRV3VgYUVy .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uRV3VgYUVy ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRV3VgYUVy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRV3VgYUVy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uRV3VgYUVy .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRV3VgYUVy li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uRV3VgYUVy .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRV3VgYUVy .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
    flex-wrap: nowrap;
  }
}
.cid-uRV3VgYUVy .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRV3VgYUVy .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .nav-item {
    margin: 0 !important;
  }
}
.cid-uRV3VgYUVy .nav-item .nav-link {
  position: relative;
}
.cid-uRV3VgYUVy .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f7941d;
  transition: all 0.3s ease-out;
}
.cid-uRV3VgYUVy .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uRV3VgYUVy .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRV3VgYUVy .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRV3VgYUVy .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRV3VgYUVy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uRV3VgYUVy .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRV3VgYUVy .offcanvas_box {
    display: none;
  }
}
.cid-uRV3VgYUVy .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRV3VgYUVy .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRV3VgYUVy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRV3VgYUVy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uRV3VgYUVy .container {
    flex-wrap: nowrap;
  }
}
.cid-uRV3VgYUVy .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uRV3VgYUVy .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRV3VgYUVy .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRV3VgYUVy .navbar-caption {
  color: #000000;
}
.cid-uRV3VgYUVy .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRV3VgYUVy .navbar-nav {
    margin: 0;
  }
}
.cid-uRV3VgYUVy .dropdown-menu,
.cid-uRV3VgYUVy .navbar.opened {
  background-color: false !important;
}
.cid-uRV3VgYUVy .nav-item:focus,
.cid-uRV3VgYUVy .nav-link:focus {
  outline: none;
}
.cid-uRV3VgYUVy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRV3VgYUVy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRV3VgYUVy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRV3VgYUVy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRV3VgYUVy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRV3VgYUVy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRV3VgYUVy .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRV3VgYUVy .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRV3VgYUVy .navbar.opened {
  transition: all 0.3s;
}
.cid-uRV3VgYUVy .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRV3VgYUVy .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uRV3VgYUVy .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uRV3VgYUVy .navbar.collapsed {
  justify-content: center;
}
.cid-uRV3VgYUVy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRV3VgYUVy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRV3VgYUVy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRV3VgYUVy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRV3VgYUVy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRV3VgYUVy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRV3VgYUVy .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRV3VgYUVy .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uRV3VgYUVy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRV3VgYUVy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRV3VgYUVy .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRV3VgYUVy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRV3VgYUVy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRV3VgYUVy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRV3VgYUVy .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRV3VgYUVy .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRV3VgYUVy .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRV3VgYUVy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRV3VgYUVy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRV3VgYUVy .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRV3VgYUVy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRV3VgYUVy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRV3VgYUVy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRV3VgYUVy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRV3VgYUVy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uRV3VgYUVy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRV3VgYUVy .dropdown-item.active,
.cid-uRV3VgYUVy .dropdown-item:active {
  background-color: transparent;
}
.cid-uRV3VgYUVy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRV3VgYUVy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRV3VgYUVy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRV3VgYUVy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRV3VgYUVy ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRV3VgYUVy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRV3VgYUVy button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6839;
}
.cid-uRV3VgYUVy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRV3VgYUVy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRV3VgYUVy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRV3VgYUVy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRV3VgYUVy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRV3VgYUVy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRV3VgYUVy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRV3VgYUVy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRV3VgYUVy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRV3VgYUVy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRV3VgYUVy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRV3VgYUVy .navbar {
    height: 70px;
  }
  .cid-uRV3VgYUVy .navbar.opened {
    height: auto;
  }
  .cid-uRV3VgYUVy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRV3VgYUVy .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uRV3VgYUVy .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uRV3VgYUVy .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uRV3VgYUVy .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uRV3VgYUVy .navbar-caption:hover {
  color: #f7941d;
}
@media (min-width: 992px) {
  .cid-uRV3VgYUVy .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRV3VgYUVy .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uRV3VgYUVy .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRV3VgYUVy .text_widget a:hover {
  color: #b29414 !important;
}
.cid-uRV3VgYUVy .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uRV3VgYUVy .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uRV3VgYUVy .mbr-section-subtitle,
.cid-uRV3VgYUVy .text_widget,
.cid-uRV3VgYUVy .mbr-section-btn {
  text-align: left;
}
.cid-uRV3VgYUVy a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRVbGehaVu {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/freepik-the-style-is-candid-image-photography-with-natural-5551.webp");
}
.cid-uRVbGehaVu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRVbGehaVu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRVbGehaVu .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 18px;
}
@media (max-width: 1440px) {
  .cid-uRVbGehaVu .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uRVbGehaVu .card-wrapper {
    padding: 24px;
  }
}
.cid-uRVbGehaVu .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uRVbGehaVu .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .6;
}
.cid-uRVbGehaVu .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uRVbGehaVu .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uRVbGehaVu .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uRVbGehaVu .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRVbGehaVu .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uRVbGehaVu .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRVbGehaVu .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRVbGehaVu .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uRVbGehaVu .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uRVbGehaVu .mbr-text,
.cid-uRVbGehaVu .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uRVbGehaVu .mbr-section-title,
.cid-uRVbGehaVu .mbr-section-btn {
  color: #184e62;
  text-align: left;
}
.cid-uRVbGehaVu .row {
  margin: 0;
}
.cid-uRVbGehaVu .card {
  padding-left: 0 !important;
}
.cid-uRVbGehaVu .container,
.cid-uRVbGehaVu .container-fluid {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.cid-uQgCJVMv0V {
  display: flex;
  padding-top: 60px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #f0c48a, #fbf7d9);
}
@media (min-width: 768px) {
  .cid-uQgCJVMv0V {
    align-items: flex-start;
  }
  .cid-uQgCJVMv0V .row {
    justify-content: flex-start;
  }
}
.cid-uQgCJVMv0V .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uQgCJVMv0V .mbr-text,
.cid-uQgCJVMv0V .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uQgCJVMv0V .mbr-section-title,
.cid-uQgCJVMv0V .line {
  color: #0b1957;
}
.cid-uQgCJVMv0V h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uQgCJVMv0V h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uQgCJVMv0V .mbr-section-subtitle,
.cid-uQgCJVMv0V .align {
  text-align: left;
  color: #232323;
}
.cid-uQgCJVMv0V .mbr-section-title,
.cid-uQgCJVMv0V .line DIV {
  text-align: center;
}
.cid-uMkhccDW5m {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fbf7d9;
}
@media (min-width: 992px) {
  .cid-uMkhccDW5m .no-gutters {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-uMkhccDW5m .no-gutters > [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uMkhccDW5m .card_item {
  border-radius: 0 !important;
}
.cid-uMkhccDW5m .item-wrapper {
  height: 100%;
  overflow: visible;
}
.cid-uMkhccDW5m .card-box {
  padding: 0 2rem 2.5rem 2rem;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uMkhccDW5m .card-box:hover {
  transform: translateY(-3rem);
}
.cid-uMkhccDW5m .card-box:hover img {
  transform: scale(1.01);
}
.cid-uMkhccDW5m .card-title {
  margin-bottom: .75rem;
  color: #296980;
}
.cid-uMkhccDW5m .card-text {
  margin-bottom: 1.25rem;
}
.cid-uMkhccDW5m .item-img {
  margin-bottom: 2.5rem;
  position: relative;
  transform: skewY(2deg);
}
.cid-uMkhccDW5m img,
.cid-uMkhccDW5m .item-img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uMkhccDW5m .item:focus,
.cid-uMkhccDW5m span:focus {
  outline: none;
}
@media (max-width: 991px) {
  .cid-uMkhccDW5m .item-wrapper {
    padding: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .cid-uMkhccDW5m .card-title {
    margin-bottom: .5rem;
  }
  .cid-uMkhccDW5m .card-text {
    margin-bottom: .75rem;
  }
  .cid-uMkhccDW5m .item-img {
    margin-bottom: 1.5rem;
  }
  .cid-uMkhccDW5m .card-box:hover {
    transform: translateY(0);
  }
  .cid-uMkhccDW5m .card-box:hover img {
    transform: scale(1.01);
  }
}
@media (max-width: 767px) {
  .cid-uMkhccDW5m .card-box {
    padding: 0 0 1rem;
  }
}
.cid-uMkhccDW5m .card-text,
.cid-uMkhccDW5m .linkBtn {
  color: #555555;
}
.cid-uMkhccDW5m .btn-primary {
  background-color: #296980;
  border-color: #296980;
  font-weight: 600;
  font-size: 1.1rem;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uMkhccDW5m .btn-primary:hover {
  background-color: #214f64;
  border-color: #214f64;
}
.cid-uQgCKutoA4 {
  display: flex;
  padding-top: 45px;
  padding-bottom: 90px;
  background: linear-gradient(to bottom, #fbf7d9, #f7f0b9);
}
@media (min-width: 768px) {
  .cid-uQgCKutoA4 {
    align-items: flex-start;
  }
  .cid-uQgCKutoA4 .row {
    justify-content: flex-start;
  }
}
.cid-uQgCKutoA4 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uQgCKutoA4 .mbr-text,
.cid-uQgCKutoA4 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uQgCKutoA4 .mbr-section-title,
.cid-uQgCKutoA4 .line {
  color: #232323;
}
.cid-uQgCKutoA4 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uQgCKutoA4 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uQgCKutoA4 .mbr-section-subtitle,
.cid-uQgCKutoA4 .align {
  text-align: left;
  color: #232323;
}
.cid-uQgCKutoA4 .mbr-section-title,
.cid-uQgCKutoA4 .line DIV {
  text-align: center;
}
.cid-uLUD6LS1P1 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f7f0b9;
}
.cid-uLUD6LS1P1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLUD6LS1P1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLUD6LS1P1 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uLUD6LS1P1 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uLUD6LS1P1 .container {
    padding: 0 25px;
  }
}
.cid-uLUD6LS1P1 .row {
  justify-content: space-between;
}
.cid-uLUD6LS1P1 .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uLUD6LS1P1 .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uLUD6LS1P1 .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uLUD6LS1P1 .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-uLUD6LS1P1 .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLUD6LS1P1 .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-uLUD6LS1P1 .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-uLUD6LS1P1 .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uLUD6LS1P1 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLUD6LS1P1 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uLUD6LS1P1 .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #296980;
  transition: all 0.3s ease-in-out;
}
.cid-uLUD6LS1P1 .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uLUD6LS1P1 .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-uLUD6LS1P1 .list-content {
    display: block;
  }
}
.cid-uLUD6LS1P1 .list-content .nav-wrapper,
.cid-uLUD6LS1P1 .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uLUD6LS1P1 .list-content .nav-wrapper,
  .cid-uLUD6LS1P1 .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-uLUD6LS1P1 .list-content .nav-wrapper .mbr-list-title,
.cid-uLUD6LS1P1 .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-uLUD6LS1P1 .list-content .nav-wrapper .list,
.cid-uLUD6LS1P1 .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLUD6LS1P1 .list-content .nav-wrapper .list .item-wrap,
.cid-uLUD6LS1P1 .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uLUD6LS1P1 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uLUD6LS1P1 .list-content .contact-wrapper .list .item-wrap:hover,
.cid-uLUD6LS1P1 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uLUD6LS1P1 .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-uLUD6LS1P1 .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-uLUD6LS1P1 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLUD6LS1P1 .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-uLUD6LS1P1 .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-uLUD6LS1P1 .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-uLUD6LS1P1 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLUD6LS1P1 .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #555555;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uLUD6LS1P1 .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-uLUD6LS1P1 .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uLUD6LS1P1 .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uLUD6LS1P1 .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-uLUD6LS1P1 .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-uLUD6LS1P1 .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uLUD6LS1P1 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-uLUD6LS1P1 .mbr-section-title {
  color: #ffffff;
}
.cid-uLUD6LS1P1 .mbr-list-title {
  color: #296980;
}
.cid-uLUD6LS1P1 .list {
  color: #ffffff;
}
.cid-uLUD6LS1P1 .mbr-copy {
  color: #296980;
  text-align: right;
}
.cid-uLUD6LS1P1 .mbr-brand {
  color: #ffffff;
}
.cid-uLUD6LS1P1 .mbr-section-title,
.cid-uLUD6LS1P1 .mbr-section-btn {
  color: #296980;
}
.cid-uLUD6LS1P1 .list,
.cid-uLUD6LS1P1 .item-wrap {
  color: #296980;
}
.cid-uRV3VgYUVy .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uRV3VgYUVy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uRV3VgYUVy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .menu_box .navbar.opened,
  .cid-uRV3VgYUVy .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRV3VgYUVy .navbar-dropdown {
  position: relative !important;
}
.cid-uRV3VgYUVy .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uRV3VgYUVy .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uRV3VgYUVy .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRV3VgYUVy .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uRV3VgYUVy .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uRV3VgYUVy .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uRV3VgYUVy .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uRV3VgYUVy .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uRV3VgYUVy .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uRV3VgYUVy .offcanvas-body .mbr-text,
  .cid-uRV3VgYUVy .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uRV3VgYUVy .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uRV3VgYUVy ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRV3VgYUVy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRV3VgYUVy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uRV3VgYUVy .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRV3VgYUVy li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uRV3VgYUVy .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRV3VgYUVy .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
    flex-wrap: nowrap;
  }
}
.cid-uRV3VgYUVy .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRV3VgYUVy .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .nav-item {
    margin: 0 !important;
  }
}
.cid-uRV3VgYUVy .nav-item .nav-link {
  position: relative;
}
.cid-uRV3VgYUVy .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f7941d;
  transition: all 0.3s ease-out;
}
.cid-uRV3VgYUVy .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uRV3VgYUVy .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRV3VgYUVy .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRV3VgYUVy .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRV3VgYUVy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uRV3VgYUVy .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRV3VgYUVy .offcanvas_box {
    display: none;
  }
}
.cid-uRV3VgYUVy .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRV3VgYUVy .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRV3VgYUVy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRV3VgYUVy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uRV3VgYUVy .container {
    flex-wrap: nowrap;
  }
}
.cid-uRV3VgYUVy .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uRV3VgYUVy .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRV3VgYUVy .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRV3VgYUVy .navbar-caption {
  color: #000000;
}
.cid-uRV3VgYUVy .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRV3VgYUVy .navbar-nav {
    margin: 0;
  }
}
.cid-uRV3VgYUVy .dropdown-menu,
.cid-uRV3VgYUVy .navbar.opened {
  background-color: false !important;
}
.cid-uRV3VgYUVy .nav-item:focus,
.cid-uRV3VgYUVy .nav-link:focus {
  outline: none;
}
.cid-uRV3VgYUVy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRV3VgYUVy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRV3VgYUVy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRV3VgYUVy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRV3VgYUVy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRV3VgYUVy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRV3VgYUVy .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRV3VgYUVy .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRV3VgYUVy .navbar.opened {
  transition: all 0.3s;
}
.cid-uRV3VgYUVy .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRV3VgYUVy .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uRV3VgYUVy .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uRV3VgYUVy .navbar.collapsed {
  justify-content: center;
}
.cid-uRV3VgYUVy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRV3VgYUVy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRV3VgYUVy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRV3VgYUVy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRV3VgYUVy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRV3VgYUVy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRV3VgYUVy .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRV3VgYUVy .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uRV3VgYUVy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRV3VgYUVy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRV3VgYUVy .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRV3VgYUVy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRV3VgYUVy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRV3VgYUVy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRV3VgYUVy .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRV3VgYUVy .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRV3VgYUVy .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRV3VgYUVy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRV3VgYUVy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRV3VgYUVy .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRV3VgYUVy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRV3VgYUVy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRV3VgYUVy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRV3VgYUVy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRV3VgYUVy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uRV3VgYUVy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRV3VgYUVy .dropdown-item.active,
.cid-uRV3VgYUVy .dropdown-item:active {
  background-color: transparent;
}
.cid-uRV3VgYUVy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRV3VgYUVy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRV3VgYUVy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRV3VgYUVy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRV3VgYUVy ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRV3VgYUVy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRV3VgYUVy button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6839;
}
.cid-uRV3VgYUVy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRV3VgYUVy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRV3VgYUVy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRV3VgYUVy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRV3VgYUVy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRV3VgYUVy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRV3VgYUVy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRV3VgYUVy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRV3VgYUVy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRV3VgYUVy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRV3VgYUVy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRV3VgYUVy .navbar {
    height: 70px;
  }
  .cid-uRV3VgYUVy .navbar.opened {
    height: auto;
  }
  .cid-uRV3VgYUVy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRV3VgYUVy .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uRV3VgYUVy .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uRV3VgYUVy .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uRV3VgYUVy .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uRV3VgYUVy .navbar-caption:hover {
  color: #f7941d;
}
@media (min-width: 992px) {
  .cid-uRV3VgYUVy .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRV3VgYUVy .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uRV3VgYUVy .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRV3VgYUVy .text_widget a:hover {
  color: #b29414 !important;
}
.cid-uRV3VgYUVy .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uRV3VgYUVy .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uRV3VgYUVy .mbr-section-subtitle,
.cid-uRV3VgYUVy .text_widget,
.cid-uRV3VgYUVy .mbr-section-btn {
  text-align: left;
}
.cid-uRV3VgYUVy a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRVbZrxQ7D {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/solar-panels-exposed-to-sunlight-1.webp");
}
.cid-uRVbZrxQ7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRVbZrxQ7D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRVbZrxQ7D .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 18px;
}
@media (max-width: 1440px) {
  .cid-uRVbZrxQ7D .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uRVbZrxQ7D .card-wrapper {
    padding: 24px;
  }
}
.cid-uRVbZrxQ7D .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uRVbZrxQ7D .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .6;
}
.cid-uRVbZrxQ7D .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uRVbZrxQ7D .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uRVbZrxQ7D .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uRVbZrxQ7D .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRVbZrxQ7D .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uRVbZrxQ7D .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRVbZrxQ7D .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRVbZrxQ7D .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uRVbZrxQ7D .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uRVbZrxQ7D .mbr-text,
.cid-uRVbZrxQ7D .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uRVbZrxQ7D .mbr-section-title,
.cid-uRVbZrxQ7D .mbr-section-btn {
  color: #184e62;
  text-align: left;
}
.cid-uRVbZrxQ7D .row {
  margin: 0;
}
.cid-uRVbZrxQ7D .card {
  padding-left: 0 !important;
}
.cid-uRVbZrxQ7D .container,
.cid-uRVbZrxQ7D .container-fluid {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.cid-uQgDTuv7dS {
  display: flex;
  padding-top: 75px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #f0c48a, #fbf7d9);
}
@media (min-width: 768px) {
  .cid-uQgDTuv7dS {
    align-items: flex-start;
  }
  .cid-uQgDTuv7dS .row {
    justify-content: flex-start;
  }
}
.cid-uQgDTuv7dS .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uQgDTuv7dS .mbr-text,
.cid-uQgDTuv7dS .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uQgDTuv7dS .mbr-section-title,
.cid-uQgDTuv7dS .line {
  color: #0b1957;
}
.cid-uQgDTuv7dS h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uQgDTuv7dS h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uQgDTuv7dS .mbr-section-subtitle,
.cid-uQgDTuv7dS .align {
  text-align: left;
  color: #232323;
}
.cid-uQgDTuv7dS .mbr-section-title,
.cid-uQgDTuv7dS .line DIV {
  text-align: center;
}
.cid-uMiTl0rieC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fbf7d9;
}
@media (min-width: 992px) {
  .cid-uMiTl0rieC .no-gutters {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-uMiTl0rieC .no-gutters > [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uMiTl0rieC .card_item {
  border-radius: 0 !important;
}
.cid-uMiTl0rieC .item-wrapper {
  height: 100%;
  overflow: visible;
}
.cid-uMiTl0rieC .card-box {
  padding: 0 2rem 2.5rem 2rem;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uMiTl0rieC .card-box:hover {
  transform: translateY(-3rem);
}
.cid-uMiTl0rieC .card-box:hover img {
  transform: scale(1.01);
}
.cid-uMiTl0rieC .card-title {
  margin-bottom: .75rem;
}
.cid-uMiTl0rieC .card-text {
  margin-bottom: 1.25rem;
}
.cid-uMiTl0rieC .item-img {
  margin-bottom: 2.5rem;
  position: relative;
  transform: skewY(2deg);
}
.cid-uMiTl0rieC img,
.cid-uMiTl0rieC .item-img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uMiTl0rieC .item:focus,
.cid-uMiTl0rieC span:focus {
  outline: none;
}
@media (max-width: 991px) {
  .cid-uMiTl0rieC .item-wrapper {
    padding: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .cid-uMiTl0rieC .card-title {
    margin-bottom: .5rem;
  }
  .cid-uMiTl0rieC .card-text {
    margin-bottom: .75rem;
  }
  .cid-uMiTl0rieC .item-img {
    margin-bottom: 1.5rem;
  }
  .cid-uMiTl0rieC .card-box:hover {
    transform: translateY(0);
  }
  .cid-uMiTl0rieC .card-box:hover img {
    transform: scale(1.01);
  }
}
@media (max-width: 767px) {
  .cid-uMiTl0rieC .card-box {
    padding: 0 0 1rem;
  }
}
.cid-uMiTl0rieC .btn-primary {
  background-color: #296980;
  border-color: #296980;
  font-weight: 600;
  font-size: 1.1rem;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uMiTl0rieC .btn-primary:hover {
  background-color: #214f64;
  border-color: #214f64;
}
.cid-uQgDU5tfCY {
  display: flex;
  padding-top: 45px;
  padding-bottom: 90px;
  background: linear-gradient(to bottom, #fbf7d9, #f7f0b9);
}
@media (min-width: 768px) {
  .cid-uQgDU5tfCY {
    align-items: flex-start;
  }
  .cid-uQgDU5tfCY .row {
    justify-content: flex-start;
  }
}
.cid-uQgDU5tfCY .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uQgDU5tfCY .mbr-text,
.cid-uQgDU5tfCY .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uQgDU5tfCY .mbr-section-title,
.cid-uQgDU5tfCY .line {
  color: #232323;
}
.cid-uQgDU5tfCY h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uQgDU5tfCY h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uQgDU5tfCY .mbr-section-subtitle,
.cid-uQgDU5tfCY .align {
  text-align: left;
  color: #232323;
}
.cid-uQgDU5tfCY .mbr-section-title,
.cid-uQgDU5tfCY .line DIV {
  text-align: center;
}
.cid-uLUDaqt2jt {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f7f0b9;
}
.cid-uLUDaqt2jt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLUDaqt2jt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLUDaqt2jt .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uLUDaqt2jt .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uLUDaqt2jt .container {
    padding: 0 25px;
  }
}
.cid-uLUDaqt2jt .row {
  justify-content: space-between;
}
.cid-uLUDaqt2jt .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uLUDaqt2jt .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uLUDaqt2jt .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uLUDaqt2jt .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-uLUDaqt2jt .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLUDaqt2jt .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-uLUDaqt2jt .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-uLUDaqt2jt .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uLUDaqt2jt .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLUDaqt2jt .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uLUDaqt2jt .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #296980;
  transition: all 0.3s ease-in-out;
}
.cid-uLUDaqt2jt .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uLUDaqt2jt .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-uLUDaqt2jt .list-content {
    display: block;
  }
}
.cid-uLUDaqt2jt .list-content .nav-wrapper,
.cid-uLUDaqt2jt .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uLUDaqt2jt .list-content .nav-wrapper,
  .cid-uLUDaqt2jt .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-uLUDaqt2jt .list-content .nav-wrapper .mbr-list-title,
.cid-uLUDaqt2jt .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-uLUDaqt2jt .list-content .nav-wrapper .list,
.cid-uLUDaqt2jt .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLUDaqt2jt .list-content .nav-wrapper .list .item-wrap,
.cid-uLUDaqt2jt .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uLUDaqt2jt .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uLUDaqt2jt .list-content .contact-wrapper .list .item-wrap:hover,
.cid-uLUDaqt2jt .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uLUDaqt2jt .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-uLUDaqt2jt .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-uLUDaqt2jt .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLUDaqt2jt .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-uLUDaqt2jt .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-uLUDaqt2jt .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-uLUDaqt2jt .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLUDaqt2jt .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #555555;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uLUDaqt2jt .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-uLUDaqt2jt .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uLUDaqt2jt .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uLUDaqt2jt .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-uLUDaqt2jt .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-uLUDaqt2jt .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uLUDaqt2jt .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-uLUDaqt2jt .mbr-section-title {
  color: #ffffff;
}
.cid-uLUDaqt2jt .mbr-list-title {
  color: #296980;
}
.cid-uLUDaqt2jt .list {
  color: #ffffff;
}
.cid-uLUDaqt2jt .mbr-copy {
  color: #296980;
  text-align: right;
}
.cid-uLUDaqt2jt .mbr-brand {
  color: #ffffff;
}
.cid-uLUDaqt2jt .mbr-section-title,
.cid-uLUDaqt2jt .mbr-section-btn {
  color: #296980;
}
.cid-uLUDaqt2jt .list,
.cid-uLUDaqt2jt .item-wrap {
  color: #296980;
}
.cid-uRV3VgYUVy .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uRV3VgYUVy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uRV3VgYUVy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .menu_box .navbar.opened,
  .cid-uRV3VgYUVy .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRV3VgYUVy .navbar-dropdown {
  position: relative !important;
}
.cid-uRV3VgYUVy .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uRV3VgYUVy .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uRV3VgYUVy .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRV3VgYUVy .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uRV3VgYUVy .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uRV3VgYUVy .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uRV3VgYUVy .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uRV3VgYUVy .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uRV3VgYUVy .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uRV3VgYUVy .offcanvas-body .mbr-text,
  .cid-uRV3VgYUVy .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uRV3VgYUVy .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uRV3VgYUVy ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRV3VgYUVy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRV3VgYUVy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uRV3VgYUVy .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRV3VgYUVy li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uRV3VgYUVy .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRV3VgYUVy .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
    flex-wrap: nowrap;
  }
}
.cid-uRV3VgYUVy .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRV3VgYUVy .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .nav-item {
    margin: 0 !important;
  }
}
.cid-uRV3VgYUVy .nav-item .nav-link {
  position: relative;
}
.cid-uRV3VgYUVy .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f7941d;
  transition: all 0.3s ease-out;
}
.cid-uRV3VgYUVy .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uRV3VgYUVy .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRV3VgYUVy .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRV3VgYUVy .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRV3VgYUVy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uRV3VgYUVy .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRV3VgYUVy .offcanvas_box {
    display: none;
  }
}
.cid-uRV3VgYUVy .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRV3VgYUVy .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRV3VgYUVy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRV3VgYUVy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uRV3VgYUVy .container {
    flex-wrap: nowrap;
  }
}
.cid-uRV3VgYUVy .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uRV3VgYUVy .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRV3VgYUVy .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRV3VgYUVy .navbar-caption {
  color: #000000;
}
.cid-uRV3VgYUVy .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRV3VgYUVy .navbar-nav {
    margin: 0;
  }
}
.cid-uRV3VgYUVy .dropdown-menu,
.cid-uRV3VgYUVy .navbar.opened {
  background-color: false !important;
}
.cid-uRV3VgYUVy .nav-item:focus,
.cid-uRV3VgYUVy .nav-link:focus {
  outline: none;
}
.cid-uRV3VgYUVy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRV3VgYUVy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRV3VgYUVy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRV3VgYUVy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRV3VgYUVy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRV3VgYUVy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRV3VgYUVy .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRV3VgYUVy .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRV3VgYUVy .navbar.opened {
  transition: all 0.3s;
}
.cid-uRV3VgYUVy .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRV3VgYUVy .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uRV3VgYUVy .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uRV3VgYUVy .navbar.collapsed {
  justify-content: center;
}
.cid-uRV3VgYUVy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRV3VgYUVy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRV3VgYUVy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRV3VgYUVy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRV3VgYUVy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRV3VgYUVy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRV3VgYUVy .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRV3VgYUVy .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uRV3VgYUVy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRV3VgYUVy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRV3VgYUVy .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRV3VgYUVy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRV3VgYUVy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRV3VgYUVy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRV3VgYUVy .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRV3VgYUVy .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRV3VgYUVy .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRV3VgYUVy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRV3VgYUVy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRV3VgYUVy .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRV3VgYUVy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRV3VgYUVy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRV3VgYUVy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRV3VgYUVy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRV3VgYUVy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uRV3VgYUVy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRV3VgYUVy .dropdown-item.active,
.cid-uRV3VgYUVy .dropdown-item:active {
  background-color: transparent;
}
.cid-uRV3VgYUVy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRV3VgYUVy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRV3VgYUVy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRV3VgYUVy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRV3VgYUVy ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRV3VgYUVy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRV3VgYUVy button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6839;
}
.cid-uRV3VgYUVy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRV3VgYUVy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRV3VgYUVy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRV3VgYUVy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRV3VgYUVy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRV3VgYUVy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRV3VgYUVy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRV3VgYUVy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRV3VgYUVy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRV3VgYUVy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRV3VgYUVy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRV3VgYUVy .navbar {
    height: 70px;
  }
  .cid-uRV3VgYUVy .navbar.opened {
    height: auto;
  }
  .cid-uRV3VgYUVy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRV3VgYUVy .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uRV3VgYUVy .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uRV3VgYUVy .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uRV3VgYUVy .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uRV3VgYUVy .navbar-caption:hover {
  color: #f7941d;
}
@media (min-width: 992px) {
  .cid-uRV3VgYUVy .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRV3VgYUVy .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uRV3VgYUVy .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRV3VgYUVy .text_widget a:hover {
  color: #b29414 !important;
}
.cid-uRV3VgYUVy .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uRV3VgYUVy .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uRV3VgYUVy .mbr-section-subtitle,
.cid-uRV3VgYUVy .text_widget,
.cid-uRV3VgYUVy .mbr-section-btn {
  text-align: left;
}
.cid-uRV3VgYUVy a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLUMl0DEPf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf7d9;
}
.cid-uLUMl0DEPf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLUMl0DEPf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLUMl0DEPf .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLUMl0DEPf .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLUMl0DEPf .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLUMl0DEPf .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLUMl0DEPf .container {
    padding: 0 24px;
  }
}
.cid-uLUMl0DEPf .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #f7f0b9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uLUMl0DEPf .content-wrapper {
    display: block;
  }
}
.cid-uLUMl0DEPf .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uLUMl0DEPf .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uLUMl0DEPf .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uLUMl0DEPf .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uLUMl0DEPf .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLUMl0DEPf .content-wrapper .content-wrap .mbr-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uLUMl0DEPf .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uLUMl0DEPf .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uLUMl0DEPf .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uLUMl0DEPf .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uLUMl0DEPf .mbr-section-title {
  color: #18212d;
}
.cid-uLUMl0DEPf .mbr-desc {
  color: #18212d;
}
.cid-uLUMl0DEPf .mbr-text {
  color: #18212d;
}
.cid-uLUMl0DEPf .mbr-desc,
.cid-uLUMl0DEPf .desc-wrapper {
  color: #296980;
}
.cid-uLUMl0DEPf P {
  text-align: left;
}
.cid-uQgFpioBkv {
  display: flex;
  padding-top: 45px;
  padding-bottom: 90px;
  background: linear-gradient(to bottom, #fbf7d9, #f7f0b9);
}
@media (min-width: 768px) {
  .cid-uQgFpioBkv {
    align-items: flex-start;
  }
  .cid-uQgFpioBkv .row {
    justify-content: flex-start;
  }
}
.cid-uQgFpioBkv .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uQgFpioBkv .mbr-text,
.cid-uQgFpioBkv .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uQgFpioBkv .mbr-section-title,
.cid-uQgFpioBkv .line {
  color: #232323;
}
.cid-uQgFpioBkv h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uQgFpioBkv h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uQgFpioBkv .mbr-section-subtitle,
.cid-uQgFpioBkv .align {
  text-align: left;
  color: #232323;
}
.cid-uQgFpioBkv .mbr-section-title,
.cid-uQgFpioBkv .line DIV {
  text-align: center;
}
.cid-uHOSZ0BsQr {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f7f0b9;
}
.cid-uHOSZ0BsQr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHOSZ0BsQr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHOSZ0BsQr .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uHOSZ0BsQr .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uHOSZ0BsQr .container {
    padding: 0 25px;
  }
}
.cid-uHOSZ0BsQr .row {
  justify-content: space-between;
}
.cid-uHOSZ0BsQr .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uHOSZ0BsQr .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uHOSZ0BsQr .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uHOSZ0BsQr .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-uHOSZ0BsQr .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHOSZ0BsQr .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-uHOSZ0BsQr .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-uHOSZ0BsQr .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uHOSZ0BsQr .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHOSZ0BsQr .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uHOSZ0BsQr .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #296980;
  transition: all 0.3s ease-in-out;
}
.cid-uHOSZ0BsQr .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uHOSZ0BsQr .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-uHOSZ0BsQr .list-content {
    display: block;
  }
}
.cid-uHOSZ0BsQr .list-content .nav-wrapper,
.cid-uHOSZ0BsQr .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uHOSZ0BsQr .list-content .nav-wrapper,
  .cid-uHOSZ0BsQr .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-uHOSZ0BsQr .list-content .nav-wrapper .mbr-list-title,
.cid-uHOSZ0BsQr .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-uHOSZ0BsQr .list-content .nav-wrapper .list,
.cid-uHOSZ0BsQr .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uHOSZ0BsQr .list-content .nav-wrapper .list .item-wrap,
.cid-uHOSZ0BsQr .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uHOSZ0BsQr .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uHOSZ0BsQr .list-content .contact-wrapper .list .item-wrap:hover,
.cid-uHOSZ0BsQr .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uHOSZ0BsQr .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-uHOSZ0BsQr .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-uHOSZ0BsQr .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uHOSZ0BsQr .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-uHOSZ0BsQr .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-uHOSZ0BsQr .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-uHOSZ0BsQr .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uHOSZ0BsQr .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #555555;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uHOSZ0BsQr .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-uHOSZ0BsQr .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uHOSZ0BsQr .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uHOSZ0BsQr .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-uHOSZ0BsQr .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-uHOSZ0BsQr .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uHOSZ0BsQr .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-uHOSZ0BsQr .mbr-section-title {
  color: #ffffff;
}
.cid-uHOSZ0BsQr .mbr-list-title {
  color: #296980;
}
.cid-uHOSZ0BsQr .list {
  color: #ffffff;
}
.cid-uHOSZ0BsQr .mbr-copy {
  color: #296980;
  text-align: right;
}
.cid-uHOSZ0BsQr .mbr-brand {
  color: #ffffff;
}
.cid-uHOSZ0BsQr .mbr-section-title,
.cid-uHOSZ0BsQr .mbr-section-btn {
  color: #296980;
}
.cid-uHOSZ0BsQr .list,
.cid-uHOSZ0BsQr .item-wrap {
  color: #296980;
}
.cid-uRV3VgYUVy .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uRV3VgYUVy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uRV3VgYUVy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .menu_box .navbar.opened,
  .cid-uRV3VgYUVy .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRV3VgYUVy .navbar-dropdown {
  position: relative !important;
}
.cid-uRV3VgYUVy .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uRV3VgYUVy .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uRV3VgYUVy .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRV3VgYUVy .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uRV3VgYUVy .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uRV3VgYUVy .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uRV3VgYUVy .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uRV3VgYUVy .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uRV3VgYUVy .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uRV3VgYUVy .offcanvas-body .mbr-text,
  .cid-uRV3VgYUVy .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uRV3VgYUVy .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uRV3VgYUVy ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRV3VgYUVy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRV3VgYUVy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uRV3VgYUVy .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRV3VgYUVy li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uRV3VgYUVy .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRV3VgYUVy .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
    flex-wrap: nowrap;
  }
}
.cid-uRV3VgYUVy .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRV3VgYUVy .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .nav-item {
    margin: 0 !important;
  }
}
.cid-uRV3VgYUVy .nav-item .nav-link {
  position: relative;
}
.cid-uRV3VgYUVy .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f7941d;
  transition: all 0.3s ease-out;
}
.cid-uRV3VgYUVy .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uRV3VgYUVy .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRV3VgYUVy .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRV3VgYUVy .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRV3VgYUVy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uRV3VgYUVy .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRV3VgYUVy .offcanvas_box {
    display: none;
  }
}
.cid-uRV3VgYUVy .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRV3VgYUVy .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRV3VgYUVy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRV3VgYUVy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uRV3VgYUVy .container {
    flex-wrap: nowrap;
  }
}
.cid-uRV3VgYUVy .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uRV3VgYUVy .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRV3VgYUVy .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRV3VgYUVy .navbar-caption {
  color: #000000;
}
.cid-uRV3VgYUVy .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRV3VgYUVy .navbar-nav {
    margin: 0;
  }
}
.cid-uRV3VgYUVy .dropdown-menu,
.cid-uRV3VgYUVy .navbar.opened {
  background-color: false !important;
}
.cid-uRV3VgYUVy .nav-item:focus,
.cid-uRV3VgYUVy .nav-link:focus {
  outline: none;
}
.cid-uRV3VgYUVy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRV3VgYUVy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRV3VgYUVy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRV3VgYUVy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRV3VgYUVy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRV3VgYUVy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRV3VgYUVy .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRV3VgYUVy .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRV3VgYUVy .navbar.opened {
  transition: all 0.3s;
}
.cid-uRV3VgYUVy .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRV3VgYUVy .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uRV3VgYUVy .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uRV3VgYUVy .navbar.collapsed {
  justify-content: center;
}
.cid-uRV3VgYUVy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRV3VgYUVy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRV3VgYUVy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRV3VgYUVy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRV3VgYUVy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRV3VgYUVy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRV3VgYUVy .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRV3VgYUVy .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uRV3VgYUVy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRV3VgYUVy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRV3VgYUVy .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRV3VgYUVy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRV3VgYUVy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRV3VgYUVy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRV3VgYUVy .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRV3VgYUVy .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRV3VgYUVy .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRV3VgYUVy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRV3VgYUVy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRV3VgYUVy .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRV3VgYUVy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRV3VgYUVy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRV3VgYUVy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRV3VgYUVy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRV3VgYUVy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uRV3VgYUVy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRV3VgYUVy .dropdown-item.active,
.cid-uRV3VgYUVy .dropdown-item:active {
  background-color: transparent;
}
.cid-uRV3VgYUVy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRV3VgYUVy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRV3VgYUVy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRV3VgYUVy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRV3VgYUVy ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRV3VgYUVy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRV3VgYUVy button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6839;
}
.cid-uRV3VgYUVy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRV3VgYUVy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRV3VgYUVy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRV3VgYUVy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRV3VgYUVy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRV3VgYUVy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRV3VgYUVy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRV3VgYUVy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRV3VgYUVy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRV3VgYUVy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRV3VgYUVy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRV3VgYUVy .navbar {
    height: 70px;
  }
  .cid-uRV3VgYUVy .navbar.opened {
    height: auto;
  }
  .cid-uRV3VgYUVy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRV3VgYUVy .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uRV3VgYUVy .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uRV3VgYUVy .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uRV3VgYUVy .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uRV3VgYUVy .navbar-caption:hover {
  color: #f7941d;
}
@media (min-width: 992px) {
  .cid-uRV3VgYUVy .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRV3VgYUVy .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uRV3VgYUVy .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRV3VgYUVy .text_widget a:hover {
  color: #b29414 !important;
}
.cid-uRV3VgYUVy .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uRV3VgYUVy .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uRV3VgYUVy .mbr-section-subtitle,
.cid-uRV3VgYUVy .text_widget,
.cid-uRV3VgYUVy .mbr-section-btn {
  text-align: left;
}
.cid-uRV3VgYUVy a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uQhbJ1QJxQ {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #e6c63b;
}
.cid-uQhbJ1QJxQ .mbr-text,
.cid-uQhbJ1QJxQ .mbr-section-btn {
  color: #bbbbbb;
  text-align: center;
}
.cid-uQhbJ1QJxQ .mbr-section-btn {
  padding-bottom: 8rem;
}
.cid-uQhbJ1QJxQ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uQhbJ1QJxQ .mbr-iconfont {
  color: #ffffff;
  font-size: 1.2rem;
  transition: all 0.3s;
}
.cid-uQhbJ1QJxQ .icons-wrapper {
  position: absolute;
  display: flex;
  bottom: 4rem;
  width: fit-content;
  left: 4rem;
}
@media (max-width: 767px) {
  .cid-uQhbJ1QJxQ .icons-wrapper {
    right: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.cid-uQhbJ1QJxQ .icon-wrapper {
  position: relative;
  width: 35px;
  cursor: pointer;
  margin: 0 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
}
.cid-uQhbJ1QJxQ .icon-wrapper:hover .mbr-iconfont {
  color: #f7941d;
}
.cid-uQhbJ1QJxQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uQhbJ1QJxQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQhbJ1QJxQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQhbJ2mIXA {
  display: flex;
  padding-top: 45px;
  padding-bottom: 90px;
  background: linear-gradient(to bottom, #e6c63b, #fbf7d9);
}
@media (min-width: 768px) {
  .cid-uQhbJ2mIXA {
    align-items: flex-start;
  }
  .cid-uQhbJ2mIXA .row {
    justify-content: flex-start;
  }
}
.cid-uQhbJ2mIXA .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uQhbJ2mIXA .mbr-text,
.cid-uQhbJ2mIXA .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uQhbJ2mIXA .mbr-section-title,
.cid-uQhbJ2mIXA .line {
  color: #232323;
}
.cid-uQhbJ2mIXA h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uQhbJ2mIXA h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uQhbJ2mIXA .mbr-section-subtitle,
.cid-uQhbJ2mIXA .align {
  text-align: left;
  color: #232323;
}
.cid-uQhbJ2mIXA .mbr-section-title,
.cid-uQhbJ2mIXA .line DIV {
  text-align: center;
}
.cid-uQhczKvGt0 {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background: #fbf7d9;
}
.cid-uQhczKvGt0 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uQhczKvGt0 .team-card:hover {
  transform: translateY(-10px);
}
.cid-uQhczKvGt0 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #f7941d;
}
.cid-uQhczKvGt0 .svg-top .st0 {
  fill: #fbf7d9;
}
@media (max-width: 992px) {
  .cid-uQhczKvGt0 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uQhczKvGt0 .image-wrap {
  height: 300px;
  padding-bottom: 2rem;
}
.cid-uQhczKvGt0 .image-wrap img {
  height: 100%;
  object-fit: contain;
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@media (max-width: 991px) {
  .cid-uQhczKvGt0 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uQhczKvGt0 .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uQhczKvGt0 .card-wrap:hover h5:before {
  animation: 1s ease-in-out alternate line;
}
.cid-uQhczKvGt0 .card-title,
.cid-uQhczKvGt0 .social-row {
  color: #1a449a;
}
.cid-uQhczKvGt0 .mbr-role,
.cid-uQhczKvGt0 .social-row {
  color: #1a449a;
}
.cid-uQhczKvGt0 .card-text,
.cid-uQhczKvGt0 .mbr-section-btn,
.cid-uQhczKvGt0 .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uQhczKvGt0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uQhczKvGt0 .card-title,
.cid-uQhczKvGt0 .content-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uQhczKvGt0 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uQhbJ3rQJi {
  display: flex;
  padding-top: 45px;
  padding-bottom: 90px;
  background: linear-gradient(to bottom, #fbf7d9, #f7f0b9);
}
@media (min-width: 768px) {
  .cid-uQhbJ3rQJi {
    align-items: flex-start;
  }
  .cid-uQhbJ3rQJi .row {
    justify-content: flex-start;
  }
}
.cid-uQhbJ3rQJi .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uQhbJ3rQJi .mbr-text,
.cid-uQhbJ3rQJi .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uQhbJ3rQJi .mbr-section-title,
.cid-uQhbJ3rQJi .line {
  color: #232323;
}
.cid-uQhbJ3rQJi h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uQhbJ3rQJi h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uQhbJ3rQJi .mbr-section-subtitle,
.cid-uQhbJ3rQJi .align {
  text-align: left;
  color: #232323;
}
.cid-uQhbJ3rQJi .mbr-section-title,
.cid-uQhbJ3rQJi .line DIV {
  text-align: center;
}
.cid-uQhbJ3TAxM {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f7f0b9;
}
.cid-uQhbJ3TAxM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQhbJ3TAxM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQhbJ3TAxM .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uQhbJ3TAxM .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uQhbJ3TAxM .container {
    padding: 0 25px;
  }
}
.cid-uQhbJ3TAxM .row {
  justify-content: space-between;
}
.cid-uQhbJ3TAxM .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uQhbJ3TAxM .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uQhbJ3TAxM .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uQhbJ3TAxM .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-uQhbJ3TAxM .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQhbJ3TAxM .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-uQhbJ3TAxM .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-uQhbJ3TAxM .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uQhbJ3TAxM .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQhbJ3TAxM .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uQhbJ3TAxM .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #296980;
  transition: all 0.3s ease-in-out;
}
.cid-uQhbJ3TAxM .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uQhbJ3TAxM .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-uQhbJ3TAxM .list-content {
    display: block;
  }
}
.cid-uQhbJ3TAxM .list-content .nav-wrapper,
.cid-uQhbJ3TAxM .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uQhbJ3TAxM .list-content .nav-wrapper,
  .cid-uQhbJ3TAxM .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-uQhbJ3TAxM .list-content .nav-wrapper .mbr-list-title,
.cid-uQhbJ3TAxM .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-uQhbJ3TAxM .list-content .nav-wrapper .list,
.cid-uQhbJ3TAxM .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQhbJ3TAxM .list-content .nav-wrapper .list .item-wrap,
.cid-uQhbJ3TAxM .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uQhbJ3TAxM .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uQhbJ3TAxM .list-content .contact-wrapper .list .item-wrap:hover,
.cid-uQhbJ3TAxM .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uQhbJ3TAxM .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-uQhbJ3TAxM .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-uQhbJ3TAxM .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQhbJ3TAxM .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-uQhbJ3TAxM .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-uQhbJ3TAxM .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-uQhbJ3TAxM .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQhbJ3TAxM .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #555555;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uQhbJ3TAxM .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-uQhbJ3TAxM .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uQhbJ3TAxM .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uQhbJ3TAxM .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-uQhbJ3TAxM .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-uQhbJ3TAxM .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uQhbJ3TAxM .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-uQhbJ3TAxM .mbr-section-title {
  color: #ffffff;
}
.cid-uQhbJ3TAxM .mbr-list-title {
  color: #296980;
}
.cid-uQhbJ3TAxM .list {
  color: #ffffff;
}
.cid-uQhbJ3TAxM .mbr-copy {
  color: #296980;
  text-align: right;
}
.cid-uQhbJ3TAxM .mbr-brand {
  color: #ffffff;
}
.cid-uQhbJ3TAxM .mbr-section-title,
.cid-uQhbJ3TAxM .mbr-section-btn {
  color: #296980;
}
.cid-uQhbJ3TAxM .list,
.cid-uQhbJ3TAxM .item-wrap {
  color: #296980;
}
.cid-uRV3VgYUVy .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uRV3VgYUVy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uRV3VgYUVy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .menu_box .navbar.opened,
  .cid-uRV3VgYUVy .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRV3VgYUVy .navbar-dropdown {
  position: relative !important;
}
.cid-uRV3VgYUVy .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uRV3VgYUVy .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uRV3VgYUVy .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRV3VgYUVy .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uRV3VgYUVy .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uRV3VgYUVy .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uRV3VgYUVy .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uRV3VgYUVy .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uRV3VgYUVy .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uRV3VgYUVy .offcanvas-body .mbr-text,
  .cid-uRV3VgYUVy .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uRV3VgYUVy .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uRV3VgYUVy .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uRV3VgYUVy ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRV3VgYUVy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRV3VgYUVy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uRV3VgYUVy .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRV3VgYUVy li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uRV3VgYUVy .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRV3VgYUVy .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
    flex-wrap: nowrap;
  }
}
.cid-uRV3VgYUVy .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRV3VgYUVy .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .nav-item {
    margin: 0 !important;
  }
}
.cid-uRV3VgYUVy .nav-item .nav-link {
  position: relative;
}
.cid-uRV3VgYUVy .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f7941d;
  transition: all 0.3s ease-out;
}
.cid-uRV3VgYUVy .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uRV3VgYUVy .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRV3VgYUVy .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRV3VgYUVy .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRV3VgYUVy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uRV3VgYUVy .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRV3VgYUVy .offcanvas_box {
    display: none;
  }
}
.cid-uRV3VgYUVy .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRV3VgYUVy .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRV3VgYUVy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRV3VgYUVy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uRV3VgYUVy .container {
    flex-wrap: nowrap;
  }
}
.cid-uRV3VgYUVy .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uRV3VgYUVy .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRV3VgYUVy .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRV3VgYUVy .navbar-caption {
  color: #000000;
}
.cid-uRV3VgYUVy .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRV3VgYUVy .navbar-nav {
    margin: 0;
  }
}
.cid-uRV3VgYUVy .dropdown-menu,
.cid-uRV3VgYUVy .navbar.opened {
  background-color: false !important;
}
.cid-uRV3VgYUVy .nav-item:focus,
.cid-uRV3VgYUVy .nav-link:focus {
  outline: none;
}
.cid-uRV3VgYUVy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRV3VgYUVy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRV3VgYUVy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRV3VgYUVy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRV3VgYUVy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRV3VgYUVy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRV3VgYUVy .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRV3VgYUVy .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRV3VgYUVy .navbar.opened {
  transition: all 0.3s;
}
.cid-uRV3VgYUVy .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRV3VgYUVy .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uRV3VgYUVy .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uRV3VgYUVy .navbar.collapsed {
  justify-content: center;
}
.cid-uRV3VgYUVy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRV3VgYUVy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRV3VgYUVy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRV3VgYUVy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRV3VgYUVy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRV3VgYUVy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRV3VgYUVy .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRV3VgYUVy .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRV3VgYUVy .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uRV3VgYUVy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRV3VgYUVy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRV3VgYUVy .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRV3VgYUVy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRV3VgYUVy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRV3VgYUVy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRV3VgYUVy .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRV3VgYUVy .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRV3VgYUVy .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRV3VgYUVy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRV3VgYUVy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRV3VgYUVy .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRV3VgYUVy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRV3VgYUVy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRV3VgYUVy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRV3VgYUVy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRV3VgYUVy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uRV3VgYUVy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRV3VgYUVy .dropdown-item.active,
.cid-uRV3VgYUVy .dropdown-item:active {
  background-color: transparent;
}
.cid-uRV3VgYUVy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRV3VgYUVy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRV3VgYUVy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRV3VgYUVy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRV3VgYUVy ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRV3VgYUVy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRV3VgYUVy button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6839;
}
.cid-uRV3VgYUVy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRV3VgYUVy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRV3VgYUVy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRV3VgYUVy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRV3VgYUVy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRV3VgYUVy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRV3VgYUVy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRV3VgYUVy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRV3VgYUVy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRV3VgYUVy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRV3VgYUVy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRV3VgYUVy .navbar {
    height: 70px;
  }
  .cid-uRV3VgYUVy .navbar.opened {
    height: auto;
  }
  .cid-uRV3VgYUVy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRV3VgYUVy .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uRV3VgYUVy .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uRV3VgYUVy .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uRV3VgYUVy .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uRV3VgYUVy .navbar-caption:hover {
  color: #f7941d;
}
@media (min-width: 992px) {
  .cid-uRV3VgYUVy .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRV3VgYUVy .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uRV3VgYUVy .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRV3VgYUVy .text_widget a:hover {
  color: #b29414 !important;
}
.cid-uRV3VgYUVy .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uRV3VgYUVy .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uRV3VgYUVy .mbr-section-subtitle,
.cid-uRV3VgYUVy .text_widget,
.cid-uRV3VgYUVy .mbr-section-btn {
  text-align: left;
}
.cid-uRV3VgYUVy a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uQhd5tQ75O {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #e6c63b;
}
.cid-uQhd5tQ75O .mbr-text,
.cid-uQhd5tQ75O .mbr-section-btn {
  color: #bbbbbb;
  text-align: center;
}
.cid-uQhd5tQ75O .mbr-section-btn {
  padding-bottom: 8rem;
}
.cid-uQhd5tQ75O .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uQhd5tQ75O .mbr-iconfont {
  color: #ffffff;
  font-size: 1.2rem;
  transition: all 0.3s;
}
.cid-uQhd5tQ75O .icons-wrapper {
  position: absolute;
  display: flex;
  bottom: 4rem;
  width: fit-content;
  left: 4rem;
}
@media (max-width: 767px) {
  .cid-uQhd5tQ75O .icons-wrapper {
    right: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.cid-uQhd5tQ75O .icon-wrapper {
  position: relative;
  width: 35px;
  cursor: pointer;
  margin: 0 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
}
.cid-uQhd5tQ75O .icon-wrapper:hover .mbr-iconfont {
  color: #f7941d;
}
.cid-uQhd5tQ75O .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uQhd5tQ75O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQhd5tQ75O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQhd5uvDvj {
  display: flex;
  padding-top: 45px;
  padding-bottom: 90px;
  background: linear-gradient(to bottom, #e6c63b, #fbf7d9);
}
@media (min-width: 768px) {
  .cid-uQhd5uvDvj {
    align-items: flex-start;
  }
  .cid-uQhd5uvDvj .row {
    justify-content: flex-start;
  }
}
.cid-uQhd5uvDvj .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uQhd5uvDvj .mbr-text,
.cid-uQhd5uvDvj .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uQhd5uvDvj .mbr-section-title,
.cid-uQhd5uvDvj .line {
  color: #232323;
}
.cid-uQhd5uvDvj h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uQhd5uvDvj h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uQhd5uvDvj .mbr-section-subtitle,
.cid-uQhd5uvDvj .align {
  text-align: left;
  color: #232323;
}
.cid-uQhd5uvDvj .mbr-section-title,
.cid-uQhd5uvDvj .line DIV {
  text-align: center;
}
.cid-uQhd5uWh7F {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background: #fbf7d9;
}
.cid-uQhd5uWh7F .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uQhd5uWh7F .team-card:hover {
  transform: translateY(-10px);
}
.cid-uQhd5uWh7F .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #f7941d;
}
.cid-uQhd5uWh7F .svg-top .st0 {
  fill: #fbf7d9;
}
@media (max-width: 992px) {
  .cid-uQhd5uWh7F .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uQhd5uWh7F .image-wrap {
  height: 300px;
  padding-bottom: 2rem;
}
.cid-uQhd5uWh7F .image-wrap img {
  height: 100%;
  object-fit: contain;
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@media (max-width: 991px) {
  .cid-uQhd5uWh7F .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uQhd5uWh7F .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uQhd5uWh7F .card-wrap:hover h5:before {
  animation: 1s ease-in-out alternate line;
}
.cid-uQhd5uWh7F .card-title,
.cid-uQhd5uWh7F .social-row {
  color: #1a449a;
}
.cid-uQhd5uWh7F .mbr-role,
.cid-uQhd5uWh7F .social-row {
  color: #1a449a;
}
.cid-uQhd5uWh7F .card-text,
.cid-uQhd5uWh7F .mbr-section-btn,
.cid-uQhd5uWh7F .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uQhd5uWh7F .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uQhd5uWh7F .card-title,
.cid-uQhd5uWh7F .content-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uQhd5uWh7F .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uQhd5w5lNf {
  display: flex;
  padding-top: 45px;
  padding-bottom: 90px;
  background: linear-gradient(to bottom, #fbf7d9, #f7f0b9);
}
@media (min-width: 768px) {
  .cid-uQhd5w5lNf {
    align-items: flex-start;
  }
  .cid-uQhd5w5lNf .row {
    justify-content: flex-start;
  }
}
.cid-uQhd5w5lNf .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uQhd5w5lNf .mbr-text,
.cid-uQhd5w5lNf .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uQhd5w5lNf .mbr-section-title,
.cid-uQhd5w5lNf .line {
  color: #232323;
}
.cid-uQhd5w5lNf h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uQhd5w5lNf h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uQhd5w5lNf .mbr-section-subtitle,
.cid-uQhd5w5lNf .align {
  text-align: left;
  color: #232323;
}
.cid-uQhd5w5lNf .mbr-section-title,
.cid-uQhd5w5lNf .line DIV {
  text-align: center;
}
.cid-uQhd5wDDqp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f7f0b9;
}
.cid-uQhd5wDDqp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQhd5wDDqp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQhd5wDDqp .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uQhd5wDDqp .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uQhd5wDDqp .container {
    padding: 0 25px;
  }
}
.cid-uQhd5wDDqp .row {
  justify-content: space-between;
}
.cid-uQhd5wDDqp .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uQhd5wDDqp .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uQhd5wDDqp .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uQhd5wDDqp .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-uQhd5wDDqp .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQhd5wDDqp .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-uQhd5wDDqp .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-uQhd5wDDqp .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uQhd5wDDqp .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQhd5wDDqp .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uQhd5wDDqp .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #296980;
  transition: all 0.3s ease-in-out;
}
.cid-uQhd5wDDqp .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uQhd5wDDqp .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-uQhd5wDDqp .list-content {
    display: block;
  }
}
.cid-uQhd5wDDqp .list-content .nav-wrapper,
.cid-uQhd5wDDqp .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uQhd5wDDqp .list-content .nav-wrapper,
  .cid-uQhd5wDDqp .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-uQhd5wDDqp .list-content .nav-wrapper .mbr-list-title,
.cid-uQhd5wDDqp .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-uQhd5wDDqp .list-content .nav-wrapper .list,
.cid-uQhd5wDDqp .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQhd5wDDqp .list-content .nav-wrapper .list .item-wrap,
.cid-uQhd5wDDqp .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uQhd5wDDqp .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uQhd5wDDqp .list-content .contact-wrapper .list .item-wrap:hover,
.cid-uQhd5wDDqp .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uQhd5wDDqp .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-uQhd5wDDqp .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-uQhd5wDDqp .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQhd5wDDqp .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-uQhd5wDDqp .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-uQhd5wDDqp .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-uQhd5wDDqp .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQhd5wDDqp .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #555555;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uQhd5wDDqp .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-uQhd5wDDqp .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uQhd5wDDqp .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uQhd5wDDqp .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-uQhd5wDDqp .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-uQhd5wDDqp .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uQhd5wDDqp .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-uQhd5wDDqp .mbr-section-title {
  color: #ffffff;
}
.cid-uQhd5wDDqp .mbr-list-title {
  color: #296980;
}
.cid-uQhd5wDDqp .list {
  color: #ffffff;
}
.cid-uQhd5wDDqp .mbr-copy {
  color: #296980;
  text-align: right;
}
.cid-uQhd5wDDqp .mbr-brand {
  color: #ffffff;
}
.cid-uQhd5wDDqp .mbr-section-title,
.cid-uQhd5wDDqp .mbr-section-btn {
  color: #296980;
}
.cid-uQhd5wDDqp .list,
.cid-uQhd5wDDqp .item-wrap {
  color: #296980;
}
.cid-uRYivijm1d .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uRYivijm1d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uRYivijm1d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uRYivijm1d .menu_box .navbar.opened,
  .cid-uRYivijm1d .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRYivijm1d .navbar-dropdown {
  position: relative !important;
}
.cid-uRYivijm1d .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uRYivijm1d .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uRYivijm1d .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uRYivijm1d .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uRYivijm1d .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRYivijm1d .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uRYivijm1d .offcanvas {
    padding: 12rem 80px 0;
    width: 40%;
    background-color: #f9f9f9;
  }
  .cid-uRYivijm1d .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uRYivijm1d .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uRYivijm1d .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uRYivijm1d .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uRYivijm1d .offcanvas-body .mbr-text,
  .cid-uRYivijm1d .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uRYivijm1d .offcanvas-body .offcanvas_contact {
    margin: 22px 0;
  }
  .cid-uRYivijm1d .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uRYivijm1d .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uRYivijm1d .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uRYivijm1d .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uRYivijm1d .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uRYivijm1d .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uRYivijm1d ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRYivijm1d .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRYivijm1d .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uRYivijm1d .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRYivijm1d li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uRYivijm1d .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRYivijm1d .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
    flex-wrap: nowrap;
  }
}
.cid-uRYivijm1d .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRYivijm1d .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRYivijm1d .nav-item {
    margin: 0 !important;
  }
}
.cid-uRYivijm1d .nav-item .nav-link {
  position: relative;
}
.cid-uRYivijm1d .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f7941d;
  transition: all 0.3s ease-out;
}
.cid-uRYivijm1d .nav-item .nav-link:hover::after {
  width: 100%;
}
.cid-uRYivijm1d .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRYivijm1d .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRYivijm1d .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRYivijm1d .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRYivijm1d .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uRYivijm1d .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRYivijm1d .offcanvas_box {
    display: none;
  }
}
.cid-uRYivijm1d .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRYivijm1d .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRYivijm1d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRYivijm1d .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uRYivijm1d .container {
    flex-wrap: nowrap;
  }
}
.cid-uRYivijm1d .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uRYivijm1d .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRYivijm1d .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRYivijm1d .navbar-caption {
  color: #000000;
}
.cid-uRYivijm1d .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRYivijm1d .navbar-nav {
    margin: 0;
  }
}
.cid-uRYivijm1d .dropdown-menu,
.cid-uRYivijm1d .navbar.opened {
  background-color: false !important;
}
.cid-uRYivijm1d .nav-item:focus,
.cid-uRYivijm1d .nav-link:focus {
  outline: none;
}
.cid-uRYivijm1d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRYivijm1d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRYivijm1d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRYivijm1d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRYivijm1d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRYivijm1d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRYivijm1d .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRYivijm1d .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRYivijm1d .navbar.opened {
  transition: all 0.3s;
}
.cid-uRYivijm1d .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRYivijm1d .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uRYivijm1d .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uRYivijm1d .navbar.collapsed {
  justify-content: center;
}
.cid-uRYivijm1d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRYivijm1d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRYivijm1d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRYivijm1d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRYivijm1d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRYivijm1d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRYivijm1d .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRYivijm1d .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRYivijm1d .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uRYivijm1d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRYivijm1d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRYivijm1d .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRYivijm1d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRYivijm1d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRYivijm1d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRYivijm1d .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRYivijm1d .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRYivijm1d .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRYivijm1d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRYivijm1d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRYivijm1d .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRYivijm1d .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRYivijm1d .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRYivijm1d .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRYivijm1d .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRYivijm1d .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uRYivijm1d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRYivijm1d .dropdown-item.active,
.cid-uRYivijm1d .dropdown-item:active {
  background-color: transparent;
}
.cid-uRYivijm1d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRYivijm1d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRYivijm1d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRYivijm1d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRYivijm1d ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRYivijm1d .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRYivijm1d button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff6839;
}
.cid-uRYivijm1d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRYivijm1d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRYivijm1d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRYivijm1d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRYivijm1d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRYivijm1d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRYivijm1d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRYivijm1d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRYivijm1d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRYivijm1d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRYivijm1d .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRYivijm1d .navbar {
    height: 70px;
  }
  .cid-uRYivijm1d .navbar.opened {
    height: auto;
  }
  .cid-uRYivijm1d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRYivijm1d .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uRYivijm1d .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uRYivijm1d .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uRYivijm1d .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uRYivijm1d .navbar-caption:hover {
  color: #f7941d;
}
@media (min-width: 992px) {
  .cid-uRYivijm1d .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRYivijm1d .text_widget {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uRYivijm1d .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRYivijm1d .text_widget a:hover {
  color: #b29414 !important;
}
.cid-uRYivijm1d .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uRYivijm1d .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uRYivijm1d .mbr-section-subtitle,
.cid-uRYivijm1d .text_widget,
.cid-uRYivijm1d .mbr-section-btn {
  text-align: left;
}
.cid-uRYivijm1d a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRYivhimwY {
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-uRYivhimwY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRYivhimwY .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uRYivhimwY .col-text {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uRYivhimwY .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uRYivhimwY .col-form {
    padding: 30px;
  }
}
.cid-uRYivhimwY .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-uRYivhimwY .text-wrapper {
    text-align: center !important;
  }
}
.cid-uRYivhimwY .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-uRYivhimwY .label-text {
    text-align: center !important;
  }
}
.cid-uRYivhimwY .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uRYivhimwY .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uRYivhimwY .mbr-text {
  letter-spacing: inherit;
  color: #000000;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uRYivhimwY .mbr-text {
    text-align: center !important;
  }
}
.cid-uRYivhimwY .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-uRYivhimwY .btn-container {
  width: 100%;
  margin-top: 22px;
}
@media (max-width: 767px) {
  .cid-uRYivhimwY .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-uRYivhimwY .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uRYivhimwY .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uRYivhimwY .form-container {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 768px) {
  .cid-uRYivhimwY .form-container {
    max-width: 22rem;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-uRYivhimwY .form-container {
    text-align: center !important;
  }
}
.cid-uRYivhimwY .form-title {
  color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uRYivhimwY .form-title {
    text-align: center !important;
  }
}
.cid-uRYivhimwY .form-control {
  font-size: 1rem;
}
.cid-uRYivhimwY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYivhimwY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYivjz25v {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #fffbd8;
}
.cid-uRYivjz25v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYivjz25v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYivjz25v .items-wrapper {
  margin: 0 -10px;
}
.cid-uRYivjz25v .card {
  padding: 0 10px;
}
.cid-uRYivjz25v .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #f7f0b9;
  padding: 10px;
  height: auto;
  max-height: 600px;
}
@media (max-width: 992px) {
  .cid-uRYivjz25v .content-wrap {
    height: auto;
    margin-bottom: 20px;
    max-height: none;
  }
}
.cid-uRYivjz25v .title-wrapper {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uRYivjz25v .title-wrapper {
    padding: 20px 10px 0;
    margin-bottom: 54px;
  }
}
.cid-uRYivjz25v .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uRYivjz25v .title-wrapper .mbr-section-title span {
  color: #184e62;
}
.cid-uRYivjz25v .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRYivjz25v .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRYivjz25v .slider-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 10px;
  min-height: 650px;
}
@media (max-width: 992px) {
  .cid-uRYivjz25v .slider-wrap {
    min-height: 350px;
  }
}
.cid-uRYivjz25v .slider-wrap .desc-wrap {
  width: 45%;
  right: 10px;
  bottom: 10px;
  background-color: #ffffff;
  padding: 16px 20px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uRYivjz25v .slider-wrap .desc-wrap {
    width: 80%;
  }
}
.cid-uRYivjz25v .slider-wrap .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uRYivjz25v .embla__slide {
  display: flex;
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uRYivjz25v .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uRYivjz25v .embla__slide .slide-content {
  width: 100%;
}
.cid-uRYivjz25v .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uRYivjz25v .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uRYivjz25v .embla__button--next,
.cid-uRYivjz25v .embla__button--prev {
  display: flex;
}
.cid-uRYivjz25v .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #fff1e2 !important;
  color: #404349 !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uRYivjz25v .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uRYivjz25v .embla__button:hover {
  background-color: #ed463f !important;
}
.cid-uRYivjz25v .embla__button.embla__button--prev {
  left: 10px;
}
.cid-uRYivjz25v .embla__button.embla__button--next {
  right: 10px;
}
.cid-uRYivjz25v .embla {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-uRYivjz25v .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uRYivjz25v .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uRYivjz25v .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uRYivjz25v .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uRYivjz25v .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uRYivjz25v .mbr-section-title {
  color: #404349;
}
.cid-uRYivjz25v .mbr-text {
  color: #404349;
}
.cid-uRYivjz25v .mbr-desc {
  color: #404349;
}
.cid-uRYivjz25v .mbr-section-title,
.cid-uRYivjz25v .mbr-section-btn {
  color: #f7941d;
}
.cid-uRYivkws72 {
  background-image: url("../../../assets/images/imagem-introduo-site.png");
}
.cid-uRYivkws72 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYivkws72 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYivkws72 .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 18px;
}
@media (max-width: 1440px) {
  .cid-uRYivkws72 .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uRYivkws72 .card-wrapper {
    padding: 24px;
  }
}
.cid-uRYivkws72 .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uRYivkws72 .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .6;
}
.cid-uRYivkws72 .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uRYivkws72 .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uRYivkws72 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uRYivkws72 .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRYivkws72 .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uRYivkws72 .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRYivkws72 .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRYivkws72 .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uRYivkws72 .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uRYivkws72 .mbr-text,
.cid-uRYivkws72 .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uRYivkws72 .mbr-section-title,
.cid-uRYivkws72 .mbr-section-btn {
  color: #184e62;
  text-align: left;
}
.cid-uRYivkws72 .row {
  margin: 0;
}
.cid-uRYivkws72 .card {
  padding-left: 0 !important;
}
.cid-uRYivkws72 .container,
.cid-uRYivkws72 .container-fluid {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.cid-uRYivlimH6 {
  background-image: url("../../../assets/images/banner-1.png");
}
.cid-uRYivlimH6 .row {
  flex-direction: row-reverse;
}
.cid-uRYivlimH6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRYivlimH6 .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uRYivlimH6 .col-text {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uRYivlimH6 .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uRYivlimH6 .col-form {
    padding: 30px;
  }
}
.cid-uRYivlimH6 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-uRYivlimH6 .text-wrapper {
    text-align: center !important;
  }
}
.cid-uRYivlimH6 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-uRYivlimH6 .label-text {
    text-align: center !important;
  }
}
.cid-uRYivlimH6 .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uRYivlimH6 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uRYivlimH6 .mbr-text {
  letter-spacing: inherit;
  color: #000000;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uRYivlimH6 .mbr-text {
    text-align: center !important;
  }
}
.cid-uRYivlimH6 .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-uRYivlimH6 .btn-container {
  width: 100%;
  margin-top: 22px;
}
@media (max-width: 767px) {
  .cid-uRYivlimH6 .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-uRYivlimH6 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uRYivlimH6 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uRYivlimH6 .form-container {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 768px) {
  .cid-uRYivlimH6 .form-container {
    max-width: 22rem;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-uRYivlimH6 .form-container {
    text-align: center !important;
  }
}
.cid-uRYivlimH6 .form-title {
  color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uRYivlimH6 .form-title {
    text-align: center !important;
  }
}
.cid-uRYivlimH6 .form-control {
  font-size: 1rem;
}
.cid-uRYivlimH6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYivlimH6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYivm6pOS {
  display: flex;
  padding-top: 105px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #fffbd8, #f7f0b9);
}
@media (min-width: 768px) {
  .cid-uRYivm6pOS {
    align-items: flex-start;
  }
  .cid-uRYivm6pOS .row {
    justify-content: flex-start;
  }
}
.cid-uRYivm6pOS .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uRYivm6pOS .mbr-text,
.cid-uRYivm6pOS .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uRYivm6pOS .mbr-section-title,
.cid-uRYivm6pOS .line {
  color: #296980;
}
.cid-uRYivm6pOS h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uRYivm6pOS h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uRYivm6pOS .mbr-section-subtitle,
.cid-uRYivm6pOS .align {
  text-align: left;
  color: #232323;
}
.cid-uRYivm6pOS .mbr-section-title,
.cid-uRYivm6pOS .line DIV {
  text-align: center;
}
.cid-uRYivmMsaJ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f7f0b9;
}
.cid-uRYivmMsaJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYivmMsaJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYivmMsaJ .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: left;
}
.cid-uRYivmMsaJ .item-title {
  border-bottom: 1px solid currentColor;
  color: #232323;
  padding-bottom: 1rem;
  margin-top: 1rem;
}
.cid-uRYivmMsaJ img,
.cid-uRYivmMsaJ .item-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-uRYivmMsaJ .item:focus,
.cid-uRYivmMsaJ span:focus {
  outline: none;
}
.cid-uRYivmMsaJ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRYivmMsaJ .item {
    margin-bottom: 1rem;
  }
}
.cid-uRYivmMsaJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uRYivmMsaJ .mbr-section-title {
  color: #232323;
}
.cid-uRYivmMsaJ .mbr-text,
.cid-uRYivmMsaJ .mbr-section-btn {
  color: #232323;
}
.cid-uRYivmMsaJ .content-head {
  max-width: 800px;
}
.cid-uRYivmMsaJ .item-subtitle DIV {
  text-align: left;
}
.cid-uRYivmMsaJ .item-subtitle div::before {
  content: "✓";
  color: #004d50;
  font-weight: bold;
  margin-right: 0.6em;
}
.cid-uRYivmMsaJ .item-subtitle div {
  margin-bottom: 0.5em;
  display: flex;
  align-items: flex-start;
}
.cid-uRYivnG0ab {
  display: flex;
  padding-top: 105px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #f7f0b9, #cee6d9);
}
@media (min-width: 768px) {
  .cid-uRYivnG0ab {
    align-items: flex-start;
  }
  .cid-uRYivnG0ab .row {
    justify-content: flex-start;
  }
}
.cid-uRYivnG0ab .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uRYivnG0ab .mbr-text,
.cid-uRYivnG0ab .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uRYivnG0ab .mbr-section-title,
.cid-uRYivnG0ab .line {
  color: #296980;
}
.cid-uRYivnG0ab h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uRYivnG0ab h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uRYivnG0ab .mbr-section-subtitle,
.cid-uRYivnG0ab .align {
  text-align: left;
  color: #232323;
}
.cid-uRYivnG0ab .mbr-section-title,
.cid-uRYivnG0ab .line DIV {
  text-align: center;
}
.cid-uRYivosTnI {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #cee6d9;
  position: relative;
  overflow: hidden;
}
.cid-uRYivosTnI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYivosTnI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYivosTnI .col-title {
  margin-bottom: 64px;
}
.cid-uRYivosTnI .mbr-section-title {
  color: #296980;
}
.cid-uRYivosTnI .mbr-section-subtitle {
  color: #1F1D1A;
  margin-top: 1.5rem;
}
.cid-uRYivosTnI .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
}
@media (max-width: 991px) {
  .cid-uRYivosTnI .cards-container {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uRYivosTnI .cards-container {
    max-width: 482px;
    margin: 0 auto;
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uRYivosTnI .image-wrapper {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uRYivosTnI .image-wrapper {
    justify-content: center;
  }
}
.cid-uRYivosTnI .image-wrapper img {
  width: 100%;
  max-width: 300px;
  height: 300px;
  object-fit: contain;
}
.cid-uRYivosTnI .card-title-container {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .cid-uRYivosTnI .card-title-container {
    justify-content: center;
  }
}
.cid-uRYivosTnI .card-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 0.75rem;
  font-size: 20px;
  background-color: #7cbf24;
  color: #ffffff;
  flex-shrink: 0;
}
.cid-uRYivosTnI .card-title {
  color: #296980;
  margin-bottom: 0;
  text-align: left;
}
.cid-uRYivosTnI .card-text {
  color: #1F1D1A;
  margin-bottom: 0;
  padding-left: 1.2rem;
  list-style-type: disc;
}
@media (max-width: 767px) {
  .cid-uRYivosTnI .card-text {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uRYivosTnI .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uRYivosTnI .bg-img {
  position: absolute;
  width: 100%;
  background-color: #cee6d9;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
}
.cid-uRYivosTnI .card-text li {
  margin-bottom: 0.5rem;
}
.cid-uRYivosTnI .card-number-bottom {
  width: 48px;
  height: 48px;
  margin: 1rem auto;
  font-size: 20px;
  font-weight: bold;
  background-color: #7cbf24;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-uRYivpkHyz {
  display: flex;
  padding-top: 45px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #cee6d9, #fbf7d9);
}
@media (min-width: 768px) {
  .cid-uRYivpkHyz {
    align-items: flex-start;
  }
  .cid-uRYivpkHyz .row {
    justify-content: flex-start;
  }
}
.cid-uRYivpkHyz .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uRYivpkHyz .mbr-text,
.cid-uRYivpkHyz .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uRYivpkHyz .mbr-section-title,
.cid-uRYivpkHyz .line {
  color: #296980;
}
.cid-uRYivpkHyz h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uRYivpkHyz h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uRYivpkHyz .mbr-section-subtitle,
.cid-uRYivpkHyz .align {
  text-align: left;
  color: #232323;
}
.cid-uRYivpkHyz .mbr-section-title,
.cid-uRYivpkHyz .line DIV {
  text-align: center;
}
.cid-uRYivq5vR6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fbf7d9;
}
.cid-uRYivq5vR6 img {
  border-radius: 0px;
}
.cid-uRYivq5vR6 .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uRYivq5vR6 .date {
  text-transform: uppercase;
  color: #f7941d;
  text-align: left;
  padding-top: 1rem;
}
.cid-uRYivq5vR6 .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uRYivq5vR6 .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uRYivq5vR6 .right {
  display: flex;
  flex-direction: column;
}
.cid-uRYivq5vR6 .mbr-section-btn {
  border: 2px solid #f7941d;
  width: auto;
}
.cid-uRYivq5vR6 .mbr-section-btn:hover {
  background-color: #f7941d;
  border: 2px solid #f7941d;
}
.cid-uRYivq5vR6 .card-heading {
  padding-top: 0;
}
.cid-uRYivq5vR6 .mbr-text {
  padding-top: 10px;
  text-align: center;
  color: #296980;
}
.cid-uRYivqPnsG {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #fbf7d9;
}
.cid-uRYivqPnsG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYivqPnsG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYivqPnsG .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uRYivqPnsG .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uRYivqPnsG .container {
    padding: 0 30px;
  }
}
.cid-uRYivqPnsG .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uRYivqPnsG .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 50px;
}
.cid-uRYivqPnsG .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRYivqPnsG .content-wrapper .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRYivqPnsG .content-wrapper .content-wrap .text-wrapper {
  margin-bottom: 50px;
}
.cid-uRYivqPnsG .content-wrapper .content-wrap .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uRYivqPnsG .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRYivqPnsG .embla__slide {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-uRYivqPnsG .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uRYivqPnsG .embla__slide .card-wrap {
  width: 100%;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-uRYivqPnsG .embla__slide .card-wrap {
    padding: 0;
  }
}
.cid-uRYivqPnsG .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 560px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRYivqPnsG .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uRYivqPnsG .embla__button--next,
.cid-uRYivqPnsG .embla__button--prev {
  display: flex;
}
.cid-uRYivqPnsG .embla__button {
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -1.5rem;
  font-size: 12px;
  background-color: #0b1957;
  color: #b29414;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .75;
}
.cid-uRYivqPnsG .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uRYivqPnsG .embla__button:hover {
  background: #0b1957;
  color: #b29414;
  opacity: 1;
}
.cid-uRYivqPnsG .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-uRYivqPnsG .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
.cid-uRYivqPnsG .slider-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-uRYivqPnsG .slider-wrapper {
    padding: 0;
  }
}
.cid-uRYivqPnsG .embla {
  position: relative;
  width: 100%;
}
.cid-uRYivqPnsG .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uRYivqPnsG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uRYivqPnsG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uRYivqPnsG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uRYivqPnsG .list-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRYivqPnsG .list-wrapper {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uRYivqPnsG .list-wrapper {
    display: block;
  }
}
.cid-uRYivqPnsG .list-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uRYivqPnsG .list-wrapper .list-wrap .list_1 {
  padding-left: 40px;
  margin-bottom: 50px;
  list-style-position: inside;
}
.cid-uRYivqPnsG .list-wrapper .list-wrap .list_1 .item-wrap {
  margin-bottom: 10px;
}
.cid-uRYivqPnsG .list-wrapper .list-wrap .list_2 {
  padding-left: 0;
  margin-bottom: 50px;
  list-style-type: none;
}
.cid-uRYivqPnsG .list-wrapper .list-wrap .list_2 .item-wrap {
  margin-bottom: 10px;
}
.cid-uRYivqPnsG .mbr-section-btn {
  padding: 0 30px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRYivqPnsG .mbr-section-btn {
    padding: 0;
  }
}
.cid-uRYivqPnsG .mbr-section-title {
  color: #212529;
}
.cid-uRYivqPnsG .mbr-desc {
  color: #212529;
}
.cid-uRYivqPnsG .mbr-section-subtitle {
  color: #212529;
}
.cid-uRYivqPnsG .mbr-text {
  color: #0b1957;
}
.cid-uRYivqPnsG .mbr-list-title {
  color: #212529;
}
.cid-uRYivqPnsG .list_1 {
  color: #212529;
}
.cid-uRYivqPnsG .list_2 {
  color: #212529;
}
.cid-uRYivrTX1D {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img-3.webp");
}
.cid-uRYivrTX1D .mbr-section-title {
  color: #e6c63b;
}
.cid-uRYivrTX1D .mbr-text,
.cid-uRYivrTX1D .mbr-section-btn {
  color: #fafafa;
}
.cid-uRYivsK52P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf7d9;
}
.cid-uRYivsK52P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYivsK52P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYivsK52P .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-uRYivsK52P .col-title {
    margin-bottom: 30px;
  }
}
.cid-uRYivsK52P .mbr-section-title {
  color: #184e62;
}
@media (max-width: 991px) {
  .cid-uRYivsK52P .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uRYivsK52P .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-uRYivsK52P .mbr-section-subtitle {
    margin-top: 16px;
    text-align: center !important;
  }
}
.cid-uRYivsK52P .panel-group {
  border: none;
  padding: 0 !important;
}
.cid-uRYivsK52P .card {
  padding: 0 20px !important;
}
.cid-uRYivsK52P .card-border {
  height: 2px;
  width: 100%;
  background-color: #555555;
  margin-top: auto;
}
.cid-uRYivsK52P .card-border-top {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uRYivsK52P .card-border-top2 {
    display: none;
  }
}
.cid-uRYivsK52P .mbr-iconfont {
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin-left: 1rem;
  padding: 8px;
  background-color: #4b4e54;
  transition: all ease-in-out 0.3s;
  border-radius: 50%;
}
.cid-uRYivsK52P .card-header {
  border-bottom: none !important;
  padding: 15px 0 !important;
}
.cid-uRYivsK52P .card-header:hover .mbr-iconfont {
  background-color: #cecec1 !important;
}
.cid-uRYivsK52P .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uRYivsK52P .panel-body {
  padding-bottom: 20px;
}
.cid-uRYivsK52P .panel-text {
  margin-bottom: 20px !important;
  color: #646464;
}
.cid-uRYivsK52P .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uRYivsK52P .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uRYivsK52P .panel-title-edit {
  color: #2B2B2B;
}
.cid-uRYivtOSn1 {
  display: flex;
  padding-top: 45px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #fbf7d9, #f7f0b9);
}
@media (min-width: 768px) {
  .cid-uRYivtOSn1 {
    align-items: flex-start;
  }
  .cid-uRYivtOSn1 .row {
    justify-content: flex-start;
  }
}
.cid-uRYivtOSn1 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uRYivtOSn1 .mbr-text,
.cid-uRYivtOSn1 .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uRYivtOSn1 .mbr-section-title,
.cid-uRYivtOSn1 .line {
  color: #232323;
}
.cid-uRYivtOSn1 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uRYivtOSn1 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uRYivtOSn1 .mbr-section-subtitle,
.cid-uRYivtOSn1 .align {
  text-align: left;
  color: #232323;
}
.cid-uRYivtOSn1 .mbr-section-title,
.cid-uRYivtOSn1 .line DIV {
  text-align: center;
}
.cid-uRYivuPbVn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f7f0b9;
}
.cid-uRYivuPbVn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYivuPbVn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYivuPbVn .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uRYivuPbVn .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uRYivuPbVn .container {
    padding: 0 25px;
  }
}
.cid-uRYivuPbVn .row {
  justify-content: space-between;
}
.cid-uRYivuPbVn .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uRYivuPbVn .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uRYivuPbVn .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uRYivuPbVn .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-uRYivuPbVn .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uRYivuPbVn .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-uRYivuPbVn .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-uRYivuPbVn .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uRYivuPbVn .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uRYivuPbVn .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uRYivuPbVn .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #296980;
  transition: all 0.3s ease-in-out;
}
.cid-uRYivuPbVn .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uRYivuPbVn .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-uRYivuPbVn .list-content {
    display: block;
  }
}
.cid-uRYivuPbVn .list-content .nav-wrapper,
.cid-uRYivuPbVn .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRYivuPbVn .list-content .nav-wrapper,
  .cid-uRYivuPbVn .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-uRYivuPbVn .list-content .nav-wrapper .mbr-list-title,
.cid-uRYivuPbVn .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-uRYivuPbVn .list-content .nav-wrapper .list,
.cid-uRYivuPbVn .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uRYivuPbVn .list-content .nav-wrapper .list .item-wrap,
.cid-uRYivuPbVn .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uRYivuPbVn .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uRYivuPbVn .list-content .contact-wrapper .list .item-wrap:hover,
.cid-uRYivuPbVn .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uRYivuPbVn .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-uRYivuPbVn .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-uRYivuPbVn .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRYivuPbVn .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-uRYivuPbVn .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-uRYivuPbVn .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-uRYivuPbVn .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRYivuPbVn .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #555555;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uRYivuPbVn .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-uRYivuPbVn .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uRYivuPbVn .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uRYivuPbVn .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-uRYivuPbVn .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-uRYivuPbVn .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uRYivuPbVn .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-uRYivuPbVn .mbr-section-title {
  color: #ffffff;
}
.cid-uRYivuPbVn .mbr-list-title {
  color: #296980;
}
.cid-uRYivuPbVn .list {
  color: #ffffff;
}
.cid-uRYivuPbVn .mbr-copy {
  color: #296980;
  text-align: right;
}
.cid-uRYivuPbVn .mbr-brand {
  color: #ffffff;
}
.cid-uRYivuPbVn .mbr-section-title,
.cid-uRYivuPbVn .mbr-section-btn {
  color: #296980;
}
.cid-uRYivuPbVn .list,
.cid-uRYivuPbVn .item-wrap {
  color: #296980;
}
