.btn {
    border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
    border-radius: 2rem !important;
}
.video-wrapper {
    overflow: hidden;
}
body {
    background-color: #fffaf2;
}
body {
    font-family: Liter;
}
.display-1 {
    font-family: 'Liter', sans-serif;
    font-size: 7.6rem;
    line-height: .85;
    letter-spacing: -0.0375rem;
}
.display-1 > .mbr-iconfont {
    font-size: 9.5rem;
}
.display-2 {
    font-family: 'Liter', sans-serif;
    font-size: 5.5rem;
    line-height: .9;
    letter-spacing: -0.0325rem;
}
.display-2 > .mbr-iconfont {
    font-size: 6.875rem;
}
.display-4 {
    font-family: 'Liter', sans-serif;
    font-size: 1.25rem;
    letter-spacing: -0.01em;
    line-height: 1.5;
}
.display-4 > .mbr-iconfont {
    font-size: 1.5625rem;
}
.display-5 {
    font-family: 'Liter', sans-serif;
    font-size: 4.5rem;
    line-height: .9;
    letter-spacing: -0.0325rem;
}
.display-5 > .mbr-iconfont {
    font-size: 5.625rem;
}
.display-7 {
    font-family: 'Liter', sans-serif;
    font-size: 1.75rem;
    line-height: 1.5;
    letter-spacing: -0.05rem;
}
.display-7 > .mbr-iconfont {
    font-size: 2.1875rem;
}
/* ---- 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: 6.08rem;
    }
}
@media (max-width: 768px) {
    .display-1 {
        font-size: 5.32rem;
        font-size: calc( 3.3099999999999996rem + (7.6 - 3.3099999999999996) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.1 * (3.3099999999999996rem + (7.6 - 3.3099999999999996) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-2 {
        font-size: 4.4rem;
        font-size: calc( 2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.3 * (2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-4 {
        font-size: 1rem;
        font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-5 {
        font-size: 3.6rem;
        font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-7 {
        font-size: 1.4rem;
        font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
    }
}
/* Buttons */
.btn {
    padding: 1.25rem 2rem;
    border-radius: 4px;
}
@media (max-width: 767px) {
    .btn {
        padding: 0.75rem 1.5rem;
    }
}
.btn-sm {
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
}
.btn-md {
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
}
.btn-lg {
    padding: 1.25rem 2rem;
    border-radius: 4px;
}
.bg-primary {
    background-color: #296eb4 !important;
}
.bg-success {
    background-color: #20ac6b !important;
}
.bg-info {
    background-color: #0aa3c2 !important;
}
.bg-warning {
    background-color: #cc9900 !important;
}
.bg-danger {
    background-color: #ae1e2c !important;
}
.btn-primary,
.btn-primary:active {
    background-color: #296eb4 !important;
    border-color: #296eb4 !important;
    color: #ffffff !important;
    box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
    color: inherit;
    background-color: #3d87d3 !important;
    border-color: #3d87d3 !important;
    box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #ffffff !important;
    background-color: #3d87d3 !important;
    border-color: #3d87d3 !important;
}
.btn-secondary,
.btn-secondary:active {
    background-color: #f3bb5e !important;
    border-color: #f3bb5e !important;
    color: #ffffff !important;
    box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
    color: inherit;
    background-color: #f7cf8d !important;
    border-color: #f7cf8d !important;
    box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #ffffff !important;
    background-color: #f7cf8d !important;
    border-color: #f7cf8d !important;
}
.btn-info,
.btn-info:active {
    background-color: #0aa3c2 !important;
    border-color: #0aa3c2 !important;
    color: #ffffff !important;
    box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
    color: inherit;
    background-color: #0dccf3 !important;
    border-color: #0dccf3 !important;
    box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
    color: #ffffff !important;
    background-color: #0dccf3 !important;
    border-color: #0dccf3 !important;
}
.btn-success,
.btn-success:active {
    background-color: #20ac6b !important;
    border-color: #20ac6b !important;
    color: #ffffff !important;
    box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
    color: inherit;
    background-color: #28d786 !important;
    border-color: #28d786 !important;
    box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
    color: #ffffff !important;
    background-color: #28d786 !important;
    border-color: #28d786 !important;
}
.btn-warning,
.btn-warning:active {
    background-color: #cc9900 !important;
    border-color: #cc9900 !important;
    color: #ffffff !important;
    box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
    color: inherit;
    background-color: #ffbf00 !important;
    border-color: #ffbf00 !important;
    box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
    color: #ffffff !important;
    background-color: #ffbf00 !important;
    border-color: #ffbf00 !important;
}
.btn-danger,
.btn-danger:active {
    background-color: #ae1e2c !important;
    border-color: #ae1e2c !important;
    color: #ffffff !important;
    box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
    color: inherit;
    background-color: #da2637 !important;
    border-color: #da2637 !important;
    box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
    color: #ffffff !important;
    background-color: #da2637 !important;
    border-color: #da2637 !important;
}
.btn-white,
.btn-white:active {
    background-color: #eff0ec !important;
    border-color: #eff0ec !important;
    color: #757b62 !important;
    box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
    color: inherit;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
    color: #757b62 !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
    background-color: #232323 !important;
    border-color: #232323 !important;
    color: #ffffff !important;
    box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
    color: inherit;
    background-color: #3d3d3d !important;
    border-color: #3d3d3d !important;
    box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
    color: #ffffff !important;
    background-color: #3d3d3d !important;
    border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
    background-color: transparent !important;
    border-color: #296eb4;
    color: #296eb4;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
    color: #19436d !important;
    background-color: transparent !important;
    border-color: #19436d !important;
    box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
    color: #ffffff !important;
    background-color: #296eb4 !important;
    border-color: #296eb4 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
    background-color: transparent !important;
    border-color: #f3bb5e;
    color: #f3bb5e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
    color: #e99811 !important;
    background-color: transparent !important;
    border-color: #e99811 !important;
    box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
    color: #ffffff !important;
    background-color: #f3bb5e !important;
    border-color: #f3bb5e !important;
}
.btn-info-outline,
.btn-info-outline:active {
    background-color: transparent !important;
    border-color: #0aa3c2;
    color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
    color: #065e70 !important;
    background-color: transparent !important;
    border-color: #065e70 !important;
    box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
    color: #ffffff !important;
    background-color: #0aa3c2 !important;
    border-color: #0aa3c2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
    background-color: transparent !important;
    border-color: #20ac6b;
    color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
    color: #12633e !important;
    background-color: transparent !important;
    border-color: #12633e !important;
    box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
    color: #ffffff !important;
    background-color: #20ac6b !important;
    border-color: #20ac6b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
    background-color: transparent !important;
    border-color: #cc9900;
    color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
    color: #755800 !important;
    background-color: transparent !important;
    border-color: #755800 !important;
    box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
    color: #ffffff !important;
    background-color: #cc9900 !important;
    border-color: #cc9900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
    background-color: transparent !important;
    border-color: #ae1e2c;
    color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
    color: #641119 !important;
    background-color: transparent !important;
    border-color: #641119 !important;
    box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
    color: #ffffff !important;
    background-color: #ae1e2c !important;
    border-color: #ae1e2c !important;
}
.btn-black-outline,
.btn-black-outline:active {
    background-color: transparent !important;
    border-color: #232323;
    color: #232323;
}
.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: #232323 !important;
    border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
    background-color: transparent !important;
    border-color: #fafafa;
    color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
    color: #cfcfcf !important;
    background-color: transparent !important;
    border-color: #cfcfcf !important;
    box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
    color: #7a7a7a !important;
    background-color: #fafafa !important;
    border-color: #fafafa !important;
}
.text-primary {
    color: #296eb4 !important;
}
.text-secondary {
    color: #f3bb5e !important;
}
.text-success {
    color: #20ac6b !important;
}
.text-info {
    color: #0aa3c2 !important;
}
.text-warning {
    color: #cc9900 !important;
}
.text-danger {
    color: #ae1e2c !important;
}
.text-white {
    color: #fafafa !important;
}
.text-black {
    color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
    color: #163b61 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
    color: #db8f10 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
    color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
    color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
    color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
    color: #570f16 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
    color: #c7c7c7 !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: #296eb4;
}
.nav-tabs .nav-link:not(.active) {
    color: #232323;
}
.alert-success {
    background-color: #70c770;
}
.alert-info {
    background-color: #0aa3c2;
}
.alert-warning {
    background-color: #cc9900;
}
.alert-danger {
    background-color: #ae1e2c;
}
.mbr-section-btn .btn:not(.btn-form) {
    border-radius: 100px;
}
.mbr-gallery-filter li a {
    border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
    background-color: #296eb4;
    border-color: #296eb4;
    color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
    box-shadow: none;
}
.nav-tabs .nav-link {
    border-radius: 100px !important;
}
a,
a:hover {
    color: #296eb4;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
    color: #7baee1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
    color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
    color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
    color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
    color: #e56773;
}
/* Scroll to top button*/
.scrollToTop_wraper {
    display: none;
}
.form-control {
    font-family: 'Liter', sans-serif;
    font-size: 1.75rem;
    line-height: 1.5;
    letter-spacing: -0.05rem;
    font-weight: 400;
    border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
    font-size: 2.1875rem;
}
.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: #296eb4 !important;
}
.form-control:-webkit-input-placeholder {
    font-family: 'Liter', sans-serif;
    font-size: 1.75rem;
    line-height: 1.5;
    letter-spacing: -0.05rem;
    font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
    font-size: 2.1875rem;
}
blockquote {
    border-color: #296eb4;
}
/* Forms */
.mbr-form .input-group-btn .btn {
    border-radius: 100px !important;
}
.mbr-form .input-group-btn .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: #296eb4;
    color: #ffffff;
}
.jq-number__spin {
    transition: 0.25s ease;
}
.jq-number__spin:hover {
    border-color: #296eb4;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
    transition: 0.4s;
    border-top-color: #232323;
    border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
    border-top-color: #296eb4;
    border-bottom-color: #296eb4;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    color: #ffffff !important;
    background-color: #296eb4 !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: #f3bb5e !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='%23296eb4' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
    padding: 15px 32px;
    border-radius: 10px !important;
    margin: 8px;
    border-width: 2px !important;
    flex-direction: row-reverse;
    font-weight: 600 !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
    margin-left: 0;
    margin-right: .75rem;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
    transform: scale(1.03);
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
    color: #296eb4 !important;
}
img {
    border-radius: 16px !important;
}
.cid-uHBFwruAGh {
    background-color: transparent;
}
.cid-uHBFwruAGh .navbar-dropdown {
    background-color: #ffd07b !important;
    padding: 0;
}
.cid-uHBFwruAGh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background-color: #ffd07b !important;
    background: #ffd07b;
}
.cid-uHBFwruAGh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin: 0;
    left: 100%;
}
.cid-uHBFwruAGh .menu_box {
    flex-wrap: nowrap;
}
@media (max-width: 991px) {
    .cid-uHBFwruAGh .menu_box {
        flex-direction: column;
        align-items: flex-start;
    }
    .cid-uHBFwruAGh .menu_box .navbar.opened,
    .cid-uHBFwruAGh .menu_box .navbar-collapse {
        background-color: #ffd07b !important;
        transition: all 0s ease 0s;
    }
}
.cid-uHBFwruAGh .navbar-dropdown {
    position: relative !important;
}
.cid-uHBFwruAGh .icons-menu-main {
    display: flex;
    flex-wrap: wrap;
    min-width: 100px;
    margin-left: 24px;
}
@media (max-width: 991px) {
    .cid-uHBFwruAGh .icons-menu-main {
        min-width: auto;
        max-width: 100%;
        margin: 1rem 0 1rem 1rem;
    }
}
@media (max-width: 991px) {
    .cid-uHBFwruAGh .mbr-section-btn-main {
        margin-top: 1rem;
    }
}
.cid-uHBFwruAGh .btn {
    min-height: auto;
    box-shadow: none;
    margin-top: 0;
}
.cid-uHBFwruAGh .btn:hover {
    box-shadow: none;
}
@media (min-width: 992px) {
    .cid-uHBFwruAGh .offcanvas {
        padding: 12rem 64px 0;
        width: 35%;
        background-color: #b0a0ff;
    }
    .cid-uHBFwruAGh .offcanvas_image img {
        width: auto;
        object-fit: cover;
        display: inline-block;
    }
    .cid-uHBFwruAGh .offcanvas-header {
        position: relative;
        padding: 0;
    }
    .cid-uHBFwruAGh .offcanvas-header .btn-close {
        position: absolute;
        top: -70px;
        right: 0;
        width: 35px;
        height: 30px;
    }
    .cid-uHBFwruAGh .offcanvas-body {
        text-align: center;
        padding: 0;
    }
    .cid-uHBFwruAGh .offcanvas-body .mbr-text,
    .cid-uHBFwruAGh .offcanvas-body .mbr-section-subtitle {
        margin-bottom: 32px;
    }
    .cid-uHBFwruAGh .offcanvas-body .offcanvas_contact {
        margin: 0;
    }
    .cid-uHBFwruAGh .offcanvas_box button.btn_offcanvas {
        outline: none;
        width: 40px;
        height: 40px;
        cursor: pointer;
        transition: all 0.2s;
        position: relative;
        align-self: center;
    }
    .cid-uHBFwruAGh .offcanvas_box button.btn_offcanvas .hamburger span {
        position: absolute;
        right: 0;
        width: 40px;
        height: 2px;
        border-right: 5px;
        background-color: #000000;
    }
    .cid-uHBFwruAGh .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
        top: 18px;
        transition: all 0.2s;
    }
    .cid-uHBFwruAGh .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
        top: 25px;
        transition: all 0.2s;
    }
    .cid-uHBFwruAGh .offcanvas_box button.btn_offcanvas:hover .hamburger span {
        width: 36px;
    }
    .cid-uHBFwruAGh .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
        width: 33px;
        transition-delay: 0.2s;
    }
    .cid-uHBFwruAGh ul.navbar-nav {
        padding-bottom: 1.5rem;
    }
    .cid-uHBFwruAGh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
    .cid-uHBFwruAGh .link.dropdown-toggle::after {
        display: inline-block;
        width: 7px;
        height: 7px;
        margin-left: 0.5rem;
        margin-bottom: 2px;
        content: "";
        border: 2px solid;
        border-left: none;
        border-top: none;
        transform: rotate(-45deg);
    }
    .cid-uHBFwruAGh .link.dropdown-toggle::after {
        padding: 0 !important;
        transform: rotate(45deg);
    }
    .cid-uHBFwruAGh li.nav-item {
        position: relative;
        display: inline-block;
        padding: 0 !important;
        vertical-align: middle;
        line-height: 2em !important;
        font-weight: 600 !important;
        text-decoration: none;
        letter-spacing: 0 !important;
        z-index: 1;
    }
    .cid-uHBFwruAGh .lg_brand {
        margin: 0 1rem;
    }
    .cid-uHBFwruAGh .navbar-nav.nav-dropdown {
        display: -webkit-flex;
        width: 60%;
        justify-content: flex-start;
        min-width: 200px;
        padding-left: 28px;
    }
}
.cid-uHBFwruAGh .nav-item {
    margin: 4px 15px;
}
@media (min-width: 992px) {
    .cid-uHBFwruAGh .nav-item {
        margin: 4px 0;
    }
}
@media (max-width: 991px) {
    .cid-uHBFwruAGh .nav-item {
        margin: 0 !important;
    }
}
.cid-uHBFwruAGh .nav-item .nav-link {
    transition: all 0.5s ease-out;
    border-radius: 0.5rem !important;
    position: relative;
}
.cid-uHBFwruAGh .nav-item .nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    width: 0;
    height: 1px;
    transition: all 0.3s ease-in-out;
}
.cid-uHBFwruAGh .nav-item .nav-link:hover,
.cid-uHBFwruAGh .nav-item .nav-link:focus {
    color: #ffffff !important;
}
.cid-uHBFwruAGh .nav-item .nav-link:hover::before,
.cid-uHBFwruAGh .nav-item .nav-link:focus::before {
    width: 100%;
}
.cid-uHBFwruAGh .dropdown-menu {
    border-radius: 0;
    box-shadow: none;
    text-align: left;
}
@media (min-width: 992px) {
    .cid-uHBFwruAGh .dropdown-menu {
        padding: 18px 34px 22px;
        min-width: 250px;
        top: auto !important;
        left: -40px !important;
    }
    .cid-uHBFwruAGh .dropdown-menu.dropdown-submenu {
        left: 215px !important;
        top: -45% !important;
    }
}
@media (max-width: 991px) {
    .cid-uHBFwruAGh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
    .cid-uHBFwruAGh .link.dropdown-toggle::after {
        display: inline-block;
        width: 7px;
        height: 7px;
        margin-left: 0.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-uHBFwruAGh .show.dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(45deg);
        margin-top: -4px;
    }
    .cid-uHBFwruAGh .offcanvas_box {
        display: none;
    }
}
.cid-uHBFwruAGh .dropdown-item {
    border: none;
    font-weight: 300 !important;
}
.cid-uHBFwruAGh .nav-dropdown .link {
    font-weight: 400 !important;
    padding: 0 !important;
    margin: 0 !important;
}
.cid-uHBFwruAGh .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0;
}
.cid-uHBFwruAGh .container {
    display: flex;
    margin: auto;
}
.cid-uHBFwruAGh .iconfont-wrapper {
    color: #c6f15c;
    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-uHBFwruAGh .iconfont-wrapper:last-child {
    margin-right: 0;
}
.cid-uHBFwruAGh .iconfont-wrapper:hover {
    opacity: 0.5;
}
.cid-uHBFwruAGh .navbar-nav {
    margin: 0 1rem;
}
@media (min-width: 992px) {
    .cid-uHBFwruAGh .navbar-nav {
        margin: 0;
    }
}
.cid-uHBFwruAGh .dropdown-menu,
.cid-uHBFwruAGh .navbar.opened {
    background-color: false !important;
}
.cid-uHBFwruAGh .nav-item:focus,
.cid-uHBFwruAGh .nav-link:focus {
    outline: none;
}
.cid-uHBFwruAGh .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    transition: all 0.25s ease-in-out;
}
.cid-uHBFwruAGh .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}
.cid-uHBFwruAGh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
    margin-right: 0.5rem;
    vertical-align: sub;
}
.cid-uHBFwruAGh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
    display: inline-block;
    transform: scale(1, 1);
    transition: all 0.25s ease-in-out;
}
.cid-uHBFwruAGh .collapsed .dropdown-menu .dropdown-item:before {
    display: none;
}
.cid-uHBFwruAGh .collapsed .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
}
.cid-uHBFwruAGh .navbar {
    min-height: 70px;
    padding: 10px 0;
    transition: all 0.3s;
    border-bottom-width: 0;
}
@media (max-width: 992px) {
    .cid-uHBFwruAGh .navbar {
        min-height: 30px;
        max-height: none;
    }
}
.cid-uHBFwruAGh .navbar.opened {
    transition: all 0.3s;
}
.cid-uHBFwruAGh .navbar .dropdown-item {
    padding: 0;
    margin: 8px 0;
}
.cid-uHBFwruAGh .navbar .navbar-logo img {
    max-width: 32px;
    min-height: 32px;
    object-fit: contain;
    border-radius: 0 !important;
}
.cid-uHBFwruAGh .navbar .navbar-collapse {
    justify-content: center;
    justify-content: space-between;
    z-index: 1;
}
.cid-uHBFwruAGh .navbar.collapsed {
    justify-content: center;
}
.cid-uHBFwruAGh .navbar.collapsed .nav-item .nav-link::before {
    display: none;
}
.cid-uHBFwruAGh .navbar.collapsed.opened .dropdown-menu {
    top: 0;
}
.cid-uHBFwruAGh .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}
.cid-uHBFwruAGh .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
}
.cid-uHBFwruAGh .navbar.collapsed ul.navbar-nav li {
    margin: auto;
}
.cid-uHBFwruAGh .navbar.collapsed .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: left;
}
.cid-uHBFwruAGh .navbar.collapsed .icons-menu {
    padding: 0;
}
@media (max-width: 991px) {
    .cid-uHBFwruAGh .navbar .nav-item {
        padding: 0.5rem 0;
    }
    .cid-uHBFwruAGh .navbar .navbar-collapse {
        padding: 34px 0;
        border-radius: 16px;
        width: 100%;
    }
    .cid-uHBFwruAGh .navbar .nav-item .nav-link::before {
        display: none;
    }
    .cid-uHBFwruAGh .navbar.opened .dropdown-menu {
        top: 0;
    }
    .cid-uHBFwruAGh .navbar .dropdown-menu {
        padding: 6px 0 6px 15px;
    }
    .cid-uHBFwruAGh .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }
    .cid-uHBFwruAGh .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
        margin-top: -0.4rem;
    }
    .cid-uHBFwruAGh .navbar .navbar-logo img {
        height: 3rem !important;
    }
    .cid-uHBFwruAGh .navbar ul.navbar-nav {
        overflow: hidden;
    }
    .cid-uHBFwruAGh .navbar ul.navbar-nav li {
        margin: 0;
    }
    .cid-uHBFwruAGh .navbar .dropdown-menu .dropdown-item {
        padding: 0 !important;
        margin: 0;
        margin-top: 8px;
        text-align: left;
    }
    .cid-uHBFwruAGh .navbar .navbar-brand {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 0;
        width: 100%;
        justify-content: space-between;
    }
    .cid-uHBFwruAGh .navbar .navbar-toggler {
        flex-basis: auto;
    }
    .cid-uHBFwruAGh .navbar .icons-menu {
        padding: 0;
    }
}
.cid-uHBFwruAGh .navbar.navbar-short {
    min-height: 60px;
}
.cid-uHBFwruAGh .navbar.navbar-short .navbar-logo img {
    height: 2.5rem !important;
}
.cid-uHBFwruAGh .navbar.navbar-short .navbar-brand {
    min-height: 60px;
    padding: 0;
}
.cid-uHBFwruAGh .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-uHBFwruAGh .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-weight: 700;
}
.cid-uHBFwruAGh .navbar-brand .navbar-logo a {
    outline: none;
}
.cid-uHBFwruAGh .dropdown-item.active,
.cid-uHBFwruAGh .dropdown-item:active {
    background-color: transparent;
}
.cid-uHBFwruAGh .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 12px !important;
}
.cid-uHBFwruAGh .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
}
.cid-uHBFwruAGh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.667em;
}
.cid-uHBFwruAGh .navbar .dropdown.open > .dropdown-menu {
    display: block;
}
.cid-uHBFwruAGh ul.navbar-nav {
    flex-wrap: wrap;
    padding: 0;
}
.cid-uHBFwruAGh .navbar-buttons {
    text-align: center;
    min-width: 170px;
}
.cid-uHBFwruAGh button.navbar-toggler {
    outline: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffd07b;
    background: #ffd07b;
}
.cid-uHBFwruAGh button.navbar-toggler .hamburger span {
    position: absolute;
    right: 10px;
    margin-top: 14px;
    width: 26px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
}
.cid-uHBFwruAGh button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all 0.2s;
}
.cid-uHBFwruAGh button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all 0.15s;
}
.cid-uHBFwruAGh button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all 0.15s;
}
.cid-uHBFwruAGh button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all 0.2s;
}
.cid-uHBFwruAGh nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}
.cid-uHBFwruAGh nav.opened .hamburger span:nth-child(2) {
    transform: rotate(45deg);
    transition: all 0.25s;
}
.cid-uHBFwruAGh nav.opened .hamburger span:nth-child(3) {
    transform: rotate(-45deg);
    transition: all 0.25s;
}
.cid-uHBFwruAGh nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}
.cid-uHBFwruAGh a.nav-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.cid-uHBFwruAGh .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-uHBFwruAGh .navbar {
        height: 70px;
    }
    .cid-uHBFwruAGh .navbar.opened {
        height: auto;
    }
    .cid-uHBFwruAGh .nav-item .nav-link:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}
.cid-uHBFwruAGh .navbar-dropdown .navbar-logo {
    margin-right: 10px;
}
@media (min-width: 768px) {
    .cid-uHBFwruAGh .container-fluid {
        padding-left: 50px;
        padding-right: 50px;
    }
}
.cid-uHBFwruAGh .mbr-section-btn-main {
    display: flex;
    justify-content: flex-end;
}
@media (max-width: 992px) {
    .cid-uHBFwruAGh .mbr-section-btn-main {
        display: block;
        padding: 0;
    }
}
.cid-uHBFwruAGh .mbr-section-btn-main .btn {
    margin: 8px;
    min-width: 120px;
    padding: 12px 24px;
    white-space: nowrap;
}
@media (max-width: 992px) {
    .cid-uHBFwruAGh .mbr-section-btn-main .btn {
        padding: 12px;
    }
}
.cid-uHBFwruAGh .navbar-caption:hover {
    color: #0aa3c2;
}
@media (min-width: 992px) {
    .cid-uHBFwruAGh .dropdown-menu.dropdown-submenu {
        left: 175px !important;
        top: -45% !important;
    }
}
.cid-uHBFwruAGh .text_widget {
    margin-bottom: 32px;
}
.cid-uHBFwruAGh .text_widget a {
    transition: all 0.3s ease-out;
}
.cid-uHBFwruAGh .text_widget a:hover,
.cid-uHBFwruAGh .text_widget a:focus {
    opacity: 0.8;
}
.cid-uHBFwruAGh .mbr-section-subtitle {
    color: #000000;
    text-align: center;
}
.cid-uHBFwruAGh .navbar-caption {
    color: #000000;
}
.cid-uHBFwruAGh .mbr-text {
    color: #000000;
    text-align: center;
}
.cid-uHBFwruAGh .mbr-section-subtitle,
.cid-uHBFwruAGh .text_widget,
.cid-uHBFwruAGh .mbr-section-btn {
    text-align: center;
}
.cid-uHBFwruAGh a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
    background-image: none;
}
.cid-uHBFwruAGh .nav-link,
.cid-uHBFwruAGh .dropdown-item {
    color: #000000;
}
.cid-uHBFwrxIoi {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffd07b;
}
.cid-uHBFwrxIoi .mbr-fallback-image.disabled {
    display: none;
}
.cid-uHBFwrxIoi .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
@media (max-width: 992px) {
    .cid-uHBFwrxIoi .container {
        padding: 0 16px;
    }
}
.cid-uHBFwrxIoi .card {
    justify-content: center;
}
@media (max-width: 992px) {
    .cid-uHBFwrxIoi .content-wrapper {
        margin-bottom: 32px;
    }
}
.cid-uHBFwrxIoi .content-wrapper .mbr-section-title {
    margin-bottom: 64px;
}
@media (max-width: 992px) {
    .cid-uHBFwrxIoi .content-wrapper .mbr-section-title {
        margin-bottom: 32px;
    }
}
.cid-uHBFwrxIoi .content-wrapper .text-wrapper .mbr-text {
    display: inline-flex;
    width: 60%;
    margin-bottom: 32px;
}
@media (max-width: 1200px) {
    .cid-uHBFwrxIoi .content-wrapper .text-wrapper .mbr-text {
        width: 100%;
    }
}
.cid-uHBFwrxIoi .image-wrapper {
    margin-left: 32px;
}
@media (max-width: 992px) {
    .cid-uHBFwrxIoi .image-wrapper {
        margin-left: 0;
    }
}
.cid-uHBFwrxIoi .image-wrapper img {
    height: 660px;
    width: 100%;
    object-fit: cover;
    box-shadow: 6px 8px 0 0 #000000;
    border-radius: 24px !important;
}
@media (max-width: 992px) {
    .cid-uHBFwrxIoi .image-wrapper img {
        height: 350px;
    }
}
.cid-uHBFwrxIoi .mbr-section-title {
    color: #ffffff;
}
.cid-uHBFwrxIoi .mbr-text {
    color: #ffffff;
}
.cid-uHBFwrxIoi .mbr-section-title,
.cid-uHBFwrxIoi .mbr-section-btn {
    color: #000000;
}
.cid-uHBFwrxIoi .mbr-text,
.cid-uHBFwrxIoi .text-wrapper {
    color: #000000;
}
.cid-uHBFwrx6W2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.cid-uHBFwrx6W2 .mbr-fallback-image.disabled {
    display: none;
}
.cid-uHBFwrx6W2 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
@media (max-width: 992px) {
    .cid-uHBFwrx6W2 .container {
        padding: 0 16px;
    }
}
.cid-uHBFwrx6W2 .row {
    position: relative;
    z-index: 1;
}
.cid-uHBFwrx6W2 .title-wrapper .mbr-section-title {
    margin-bottom: 56px;
}
@media (max-width: 992px) {
    .cid-uHBFwrx6W2 .title-wrapper .mbr-section-title {
        margin-bottom: 32px;
    }
}
.cid-uHBFwrx6W2 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    display: inline-flex;
    margin-bottom: 56px;
    padding: 18px 24px;
    border-radius: 16px !important;
    box-shadow: 6px 8px 0 0 #000000;
    background-color: #f3bb5e;
    transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
    .cid-uHBFwrx6W2 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
        margin-bottom: 32px;
    }
}
.cid-uHBFwrx6W2 .title-wrapper .buttons-wrap .mbr-section-btn {
    position: relative;
    z-index: 1;
    display: inline-flex;
    width: 40%;
    margin-bottom: 24px;
}
@media (max-width: 992px) {
    .cid-uHBFwrx6W2 .title-wrapper .buttons-wrap .mbr-section-btn {
        display: block;
        width: 100%;
    }
}
.cid-uHBFwrx6W2 .items-wrapper .item {
    margin-top: 64px;
    padding-top: 104px;
    position: relative;
}
.cid-uHBFwrx6W2 .items-wrapper .item:nth-child(2n)::before {
    background-color: #296eb4;
}
.cid-uHBFwrx6W2 .items-wrapper .item:nth-child(2n)::after {
    background-color: #296eb4;
}
.cid-uHBFwrx6W2 .items-wrapper .item:nth-child(2n) .item-wrapper {
    background-color: #296eb4;
}
.cid-uHBFwrx6W2 .items-wrapper .item:nth-child(3n)::before {
    background-color: #f3bb5e;
}
.cid-uHBFwrx6W2 .items-wrapper .item:nth-child(3n)::after {
    background-color: #f3bb5e;
}
.cid-uHBFwrx6W2 .items-wrapper .item:nth-child(3n) .item-wrapper {
    background-color: #f3bb5e;
}
@media (max-width: 992px) {
    .cid-uHBFwrx6W2 .items-wrapper .item {
        margin-top: 32px;
        padding-top: 0;
    }
}
.cid-uHBFwrx6W2 .items-wrapper .item:first-child {
    margin-top: -96px;
}
@media (max-width: 992px) {
    .cid-uHBFwrx6W2 .items-wrapper .item:first-child {
        margin-top: 0;
    }
}
.cid-uHBFwrx6W2 .items-wrapper .item::before {
    content: '';
    position: absolute;
    width: 50%;
    height: 140px;
    top: 0;
    right: 0;
    border-top-right-radius: 24px;
    background-color: #ffd07b;
}
@media (max-width: 992px) {
    .cid-uHBFwrx6W2 .items-wrapper .item::before {
        display: none;
    }
}
.cid-uHBFwrx6W2 .items-wrapper .item::after {
    content: '';
    position: absolute;
    top: 0;
    right: 15%;
    width: 43%;
    height: 110px;
    transform: skew(-45deg) !important;
    background-color: #ffd07b;
}
@media (max-width: 992px) {
    .cid-uHBFwrx6W2 .items-wrapper .item::after {
        display: none;
    }
}
.cid-uHBFwrx6W2 .items-wrapper .item .item-wrapper {
    display: flex;
    position: relative;
    border-radius: 24px !important;
    background-color: #ffd07b;
    z-index: 1;
}
@media (max-width: 992px) {
    .cid-uHBFwrx6W2 .items-wrapper .item .item-wrapper {
        display: block;
    }
}
.cid-uHBFwrx6W2 .items-wrapper .item .item-wrapper .item-img {
    width: 50%;
    padding: 96px;
}
@media (max-width: 992px) {
    .cid-uHBFwrx6W2 .items-wrapper .item .item-wrapper .item-img {
        width: 100%;
        padding: 24px;
    }
}
.cid-uHBFwrx6W2 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
    width: 100%;
    box-shadow: 6px 8px 0 0 #000000;
    object-fit: cover;
}
.cid-uHBFwrx6W2 .items-wrapper .item .item-wrapper .item-content {
    width: 50%;
    padding-right: 96px;
    padding-bottom: 96px;
}
@media (max-width: 992px) {
    .cid-uHBFwrx6W2 .items-wrapper .item .item-wrapper .item-content {
        width: 100%;
        padding: 24px;
    }
}
.cid-uHBFwrx6W2 .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 36px;
}
@media (max-width: 992px) {
    .cid-uHBFwrx6W2 .items-wrapper .item .item-wrapper .item-content .item-title {
        text-align: left;
        margin-bottom: 24px;
    }
}
.cid-uHBFwrx6W2 .items-wrapper .item .item-wrapper .item-content .item-number {
    margin-bottom: 36px;
}
@media (max-width: 992px) {
    .cid-uHBFwrx6W2 .items-wrapper .item .item-wrapper .item-content .item-number {
        margin-bottom: 24px;
    }
}
.cid-uHBFwrx6W2 .items-wrapper .item .item-wrapper .item-content .item-text {
    margin-bottom: 0;
}
.cid-uHBFwrx6W2 .mbr-section-title {
    color: #000000;
}
.cid-uHBFwrx6W2 .mbr-section-subtitle {
    color: #000000;
}
.cid-uHBFwrx6W2 .item-title {
    color: #000000;
    text-align: right;
}
.cid-uHBFwrx6W2 .item-number {
    color: #000000;
}
.cid-uHBFwrx6W2 .item-text {
    color: #000000;
}
.cid-uHBFwrx6W2 .mbr-section-title,
.cid-uHBFwrx6W2 .mbr-section-btn {
    color: #000000;
}
.cid-uHBFwrx6W2 .mbr-section-subtitle,
.cid-uHBFwrx6W2 .subtitle-wrapper {
    color: #000000;
}
.cid-uHBFwrx6W2 .item-title1 {
    color: #FFFFFF;
}
.cid-uHBFwrx6W2 .item-number1 {
    color: #FFFFFF;
}
.cid-uHBFwrx6W2 .item-text1 {
    color: #FFFFFF;
}
.cid-uHBFwrxZe0 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
}
.cid-uHBFwrxZe0 .decor-wrap {
    position: absolute;
    top: -30%;
    right: 5%;
    border: 60px solid #f3bb5e;
    border-left: 60px solid transparent;
    border-bottom: 60px solid transparent;
    width: 50%;
    height: 160%;
    border-radius: 100%;
    transform: rotate(15deg);
}
.cid-uHBFwrxZe0 .mbr-fallback-image.disabled {
    display: none;
}
.cid-uHBFwrxZe0 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
@media (max-width: 992px) {
    .cid-uHBFwrxZe0 .container {
        padding: 0 16px;
    }
}
.cid-uHBFwrxZe0 .row {
    position: relative;
    z-index: 1;
}
.cid-uHBFwrxZe0 .title-wrapper {
    margin-bottom: 140px;
}
@media (max-width: 992px) {
    .cid-uHBFwrxZe0 .title-wrapper {
        margin-bottom: 32px;
    }
}
.cid-uHBFwrxZe0 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    display: inline-flex;
    margin-bottom: 56px;
    padding: 18px 24px;
    border-radius: 16px !important;
    box-shadow: 6px 8px 0 0 #000000;
    background-color: #ffd07b;
    transform: rotate(-4deg);
}
@media (max-width: 992px) {
    .cid-uHBFwrxZe0 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
        margin-bottom: 32px;
    }
}
.cid-uHBFwrxZe0 .title-wrapper .mbr-section-title {
    margin-bottom: 0;
}
.cid-uHBFwrxZe0 .text-wrapper {
    padding-left: 140px;
}
@media (max-width: 1440px) {
    .cid-uHBFwrxZe0 .text-wrapper {
        padding-left: 64px;
    }
}
@media (max-width: 992px) {
    .cid-uHBFwrxZe0 .text-wrapper {
        padding-left: 0;
        margin-bottom: 32px;
    }
}
.cid-uHBFwrxZe0 .text-wrapper .mbr-text {
    margin-bottom: 32px;
}
.cid-uHBFwrxZe0 .mbr-figure {
    margin-left: 32px;
    box-shadow: 2px 2px 10px #ffffff;
    margin-top: -12rem;
    border-radius: 16px !important;
}
@media (max-width: 992px) {
    .cid-uHBFwrxZe0 .mbr-figure {
        margin-left: 0;
        margin-top: 0;
    }
}
.cid-uHBFwrxZe0 .mbr-figure iframe {
    border-radius: 16px !important;
}
.cid-uHBFwrxZe0 .mbr-figure .app-video-wrapper img {
    border-radius: 16px !important;
    object-fit: cover;
}
.cid-uHBFwrxZe0 .mbr-section-title {
    color: #000000;
}
.cid-uHBFwrxZe0 .mbr-section-subtitle {
    color: #000000;
}
.cid-uHBFwrxZe0 .mbr-text {
    color: #000000;
}
.cid-uHBFwrxZe0 .mbr-section-subtitle,
.cid-uHBFwrxZe0 .subtitle-wrapper {
    color: #000000;
}
.cid-uHBFwrxZe0 .mbr-text,
.cid-uHBFwrxZe0 .mbr-section-btn {
    color: #000000;
}
.cid-uHBFwry45E {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffd07b;
}
.cid-uHBFwry45E .mbr-fallback-image.disabled {
    display: none;
}
.cid-uHBFwry45E .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
@media (max-width: 992px) {
    .cid-uHBFwry45E .container {
        padding: 0 16px;
    }
}
.cid-uHBFwry45E .card {
    justify-content: flex-end;
}
.cid-uHBFwry45E .title-wrapper .mbr-section-title {
    margin-bottom: 16px;
}
@media (max-width: 992px) {
    .cid-uHBFwry45E .title-wrapper .mbr-section-title {
        margin-bottom: 32px;
    }
}
.cid-uHBFwry45E .image-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
@media (max-width: 992px) {
    .cid-uHBFwry45E .image-wrapper {
        margin-bottom: 32px;
        height: auto;
        display: block;
    }
}
.cid-uHBFwry45E .image-wrapper img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    box-shadow: 4px 6px 0 0 #000000;
    transform: rotate(4deg) !important;
}
.cid-uHBFwry45E .text-wrapper {
    margin-bottom: 0;
}
@media (max-width: 992px) {
    .cid-uHBFwry45E .text-wrapper {
        margin-top: 24px;
    }
}
.cid-uHBFwry45E .mbr-section-title {
    color: #ffffff;
}
.cid-uHBFwry45E .mbr-text {
    color: #ffffff;
}
.cid-uHBFwry45E .mbr-section-title,
.cid-uHBFwry45E .mbr-section-btn {
    color: #000000;
}
.cid-uHBFwry45E .mbr-text,
.cid-uHBFwry45E .text-wrapper {
    color: #000000;
}
.cid-uHBFwryfsD {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-image: url("https://r.mobirisesite.com/1373068/assets/images/photo-1529220502050-f15e570c634e.jpeg");
}
.cid-uHBFwryfsD .mbr-fallback-image.disabled {
    display: none;
}
.cid-uHBFwryfsD .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
@media (max-width: 992px) {
    .cid-uHBFwryfsD .container {
        padding: 0 16px;
    }
}
.cid-uHBFwryfsD .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
}
.cid-uHBFwryfsD .title-wrapper .mbr-section-btn .btn {
    box-shadow: 6px 8px 0 0 #000000;
}
.cid-uHBFwryfsD .mbr-section-title {
    color: #ffffff;
}
.cid-uHBFwryfsD .mbr-section-title,
.cid-uHBFwryfsD .mbr-section-btn {
    text-align: center;
    color: #000000;
}
.cid-uHBFwryWI3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #ffffff;
}
.cid-uHBFwryWI3 .item:focus,
.cid-uHBFwryWI3 span:focus {
    outline: none;
}
.cid-uHBFwryWI3 .item {
    cursor: pointer;
}
.cid-uHBFwryWI3 .grid-container {
    grid-row-gap: 22px;
}
.cid-uHBFwryWI3 .grid-container-1,
.cid-uHBFwryWI3 .grid-container-2,
.cid-uHBFwryWI3 .grid-container-3 {
    gap: 0 22px;
}
.cid-uHBFwryWI3 .mbr-section-title {
    margin-bottom: 56px;
    color: #000000;
    text-align: center;
}
@media (max-width: 992px) {
    .cid-uHBFwryWI3 .mbr-section-title {
        margin-bottom: 32px;
    }
}
.cid-uHBFwryWI3 .content-head {
    max-width: 800px;
}
.cid-uHBFwryWI3 .container,
.cid-uHBFwryWI3 .container-fluid {
    overflow: hidden;
}
.cid-uHBFwryWI3 .grid-container {
    display: grid;
    transform: translate3d(-3rem, 0, 0);
    width: 115vw;
    grid-column-gap: 1rem;
}
.cid-uHBFwryWI3 .grid-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 8px;
}
.cid-uHBFwryWI3 .grid-item img {
    min-width: 30vw;
    max-width: 100%;
    height: 400px;
    object-fit: cover;
    box-shadow: 6px 8px 0 0 #000000;
}
@media (max-width: 1200px) {
    .cid-uHBFwryWI3 .grid-item img {
        height: 250px;
    }
}
@media (max-width: 767px) {
    .cid-uHBFwryWI3 .grid-item img {
        min-width: 35vw;
        height: 160px;
    }
}
.cid-uHBFwryWI3 .grid-container-1,
.cid-uHBFwryWI3 .grid-container-2,
.cid-uHBFwryWI3 .grid-container-3 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
}
.cid-uHBFwryWI3 .grid-container-1 {
    align-items: flex-end;
}
.cid-uHBFwryWI3 .grid-container-2 {
    align-items: flex-start;
}
.cid-uHBFwrzji3 {
    background-image: url("https://r.mobirisesite.com/1373068/assets/images/photo-1541888946425-d81bb19240f5.jpeg");
}
.cid-uHBFwrzji3 .mbr-fallback-image.disabled {
    display: none;
}
.cid-uHBFwrzji3 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
@media (max-width: 992px) {
    .cid-uHBFwrzji3 .container {
        padding: 0 16px;
    }
}
.cid-uHBFwrzeDt {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.cid-uHBFwrzeDt .mbr-fallback-image.disabled {
    display: none;
}
.cid-uHBFwrzeDt .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
@media (max-width: 992px) {
    .cid-uHBFwrzeDt .container {
        padding: 0 16px;
    }
}
.cid-uHBFwrzeDt .row {
    justify-content: center;
}
.cid-uHBFwrzeDt .title-wrapper .mbr-section-title {
    display: inline-flex;
    margin-bottom: 42px;
    padding: 14px 24px;
    border-radius: 8px !important;
    box-shadow: 4px 6px 0 0 #000000;
    background-color: #f3bb5e;
    transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
    .cid-uHBFwrzeDt .title-wrapper .mbr-section-title {
        margin-bottom: 32px;
    }
}
.cid-uHBFwrzeDt .panel-group .card {
    position: relative;
    border-radius: 24px !important;
    padding: 64px;
    margin-top: 32px;
    box-shadow: 6px 8px 0 0 #000000;
    background-color: #ffd07b;
}
@media (max-width: 992px) {
    .cid-uHBFwrzeDt .panel-group .card {
        padding: 24px;
    }
}
.cid-uHBFwrzeDt .panel-group .card:first-child {
    margin-top: 0;
}
.cid-uHBFwrzeDt .panel-group .card .card-header {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
}
.cid-uHBFwrzeDt .panel-group .card .card-header .panel-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.cid-uHBFwrzeDt .panel-group .card .card-header .panel-title .panel-title-edit {
    margin-bottom: 0;
}
.cid-uHBFwrzeDt .panel-group .card .card-header .panel-title .icon-wrapper {
    position: relative;
    width: 48px;
    height: 48px;
    min-width: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 16px;
    transition: all 0.3s ease-in-out;
}
.cid-uHBFwrzeDt .panel-group .card .card-header .panel-title .icon-wrapper:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    border-radius: 100%;
    opacity: 0.2;
    transition: all 0.3s ease-in-out;
}
.cid-uHBFwrzeDt .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    position: relative;
    z-index: 1;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    color: #000000;
}
.cid-uHBFwrzeDt .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
    opacity: 0.5;
}
.cid-uHBFwrzeDt .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
    transform: rotate(-45deg) !important;
}
.cid-uHBFwrzeDt .panel-group .card .panel-collapse .panel-body {
    padding-top: 56px;
}
@media (max-width: 992px) {
    .cid-uHBFwrzeDt .panel-group .card .panel-collapse .panel-body {
        padding-top: 32px;
    }
}
.cid-uHBFwrzeDt .panel-group .card .panel-collapse .panel-body .panel-text {
    margin-bottom: 0;
}
.cid-uHBFwrzeDt .mbr-section-title {
    color: #000000;
}
.cid-uHBFwrzeDt .panel-title-edit {
    color: #000000;
}
.cid-uHBFwrzeDt .panel-text {
    color: #000000;
}
.cid-uHBFwrzeDt .mbr-section-title,
.cid-uHBFwrzeDt .title-wrapper {
    color: #000000;
}
.cid-uHBFwrzNUI {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.cid-uHBFwrzNUI .mbr-fallback-image.disabled {
    display: none;
}
.cid-uHBFwrzNUI .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
@media (max-width: 992px) {
    .cid-uHBFwrzNUI .container {
        padding: 0 16px;
    }
}
.cid-uHBFwrzNUI .row {
    margin: 0 -20px;
}
.cid-uHBFwrzNUI .card {
    padding: 0 20px;
}
.cid-uHBFwrzNUI .title-wrapper {
    margin-bottom: 140px;
}
@media (max-width: 992px) {
    .cid-uHBFwrzNUI .title-wrapper {
        margin-bottom: 32px;
    }
}
.cid-uHBFwrzNUI .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    display: inline-flex;
    margin-bottom: 56px;
    padding: 18px 24px;
    border-radius: 16px !important;
    box-shadow: 6px 8px 0 0 #000000;
    background-color: #f3bb5e;
    transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
    .cid-uHBFwrzNUI .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
        margin-bottom: 32px;
    }
}
.cid-uHBFwrzNUI .title-wrapper .mbr-section-title {
    margin-bottom: 0;
}
.cid-uHBFwrzNUI .content-wrapper .mbr-text {
    margin-bottom: 8px;
}
.cid-uHBFwrzNUI .list {
    padding-left: 22px;
    left: 0;
    color: #000000;
}
.cid-uHBFwrzNUI .list .item-wrap {
    margin-bottom: 5px;
}
.cid-uHBFwrzNUI .list .item-wrap:last-child {
    margin-bottom: 0;
}
.cid-uHBFwrzNUI .mbr-section-btn {
    margin-top: 56px;
}
@media (max-width: 992px) {
    .cid-uHBFwrzNUI .mbr-section-btn {
        margin-top: 32px;
    }
}
.cid-uHBFwrzNUI .tag-wrapper_1 {
    text-align: right;
    padding-right: 32px;
}
@media (max-width: 992px) {
    .cid-uHBFwrzNUI .tag-wrapper_1 {
        margin-bottom: 32px;
    }
}
.cid-uHBFwrzNUI .tag-wrapper_1 .mbr-tag {
    top: 0;
    right: 0;
    background-color: #ffd84c;
    transform: rotate(10deg) !important;
}
.cid-uHBFwrzNUI .tag-wrapper_2 {
    text-align: center;
    margin-top: 56px;
}
@media (max-width: 992px) {
    .cid-uHBFwrzNUI .tag-wrapper_2 {
        margin-top: 32px;
    }
}
.cid-uHBFwrzNUI .tag-wrapper_2 .mbr-tag {
    background-color: #feb591;
    transform: rotate(-4deg) !important;
}
.cid-uHBFwrzNUI .mbr-tag {
    display: inline-flex;
    margin-bottom: 0;
    padding: 6px 16px;
    border-radius: 4rem !important;
    box-shadow: 4px 6px 0 0 #000000;
    color: #000000;
}
.cid-uHBFwrzNUI .mbr-section-title {
    color: #000000;
}
.cid-uHBFwrzNUI .mbr-section-subtitle {
    color: #000000;
}
.cid-uHBFwrzNUI .mbr-text {
    color: #000000;
}
.cid-uHBFwrzNUI .mbr-section-title,
.cid-uHBFwrzNUI .mbr-section-btn {
    color: #000000;
}
.cid-uHBFwrzNUI .list,
.cid-uHBFwrzNUI .item-wrap,
.cid-uHBFwrzNUI .list-wrapper {
    color: #000000;
}
.cid-uHBFwrzrPs {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.cid-uHBFwrzrPs .mbr-fallback-image.disabled {
    display: none;
}
.cid-uHBFwrzrPs .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
@media (max-width: 992px) {
    .cid-uHBFwrzrPs .container {
        padding: 0 16px;
    }
}
.cid-uHBFwrzrPs .row {
    justify-content: center;
    margin: 0 -14px;
}
.cid-uHBFwrzrPs .item {
    padding: 0 14px;
    margin-bottom: 28px;
}
.cid-uHBFwrzrPs .item:nth-child(2n) .item-wrapper .card-box {
    background-color: #cbe8ef;
}
.cid-uHBFwrzrPs .item .item-wrapper {
    height: 100%;
}
.cid-uHBFwrzrPs .item .item-wrapper .card-box {
    height: 100%;
    padding: 48px 44px 36px;
    background-color: #ece4cd;
    border-radius: 16px;
}
@media (max-width: 992px) {
    .cid-uHBFwrzrPs .item .item-wrapper .card-box {
        padding: 36px 24px;
    }
}
.cid-uHBFwrzrPs .item .item-wrapper .card-box .item-emoji {
    margin-bottom: 32px;
}
.cid-uHBFwrzrPs .item .item-wrapper .card-box .item-title {
    margin-bottom: 8px;
}
.cid-uHBFwrzrPs .item .item-wrapper .card-box .item-text {
    margin-bottom: 0;
}
.cid-uHBFwrzrPs .mbr-section-btn {
    margin-top: 12px;
    text-align: center;
}
.cid-uHBFwrzrPs .item-emoji {
    color: #000000;
}
.cid-uHBFwrzrPs .item-title {
    color: #000000;
}
.cid-uHBFwrzrPs .item-text {
    color: #000000;
}
.cid-uHBFwrzrPs .item-title,
.cid-uHBFwrzrPs .mbr-section-btn {
    color: #000000;
}
.cid-uHBFwrzrPs .item-title1 {
    color: #000000;
}
.cid-uHBFwrzrPs .item-text1 {
    color: #000000;
}
.cid-uHBFwrzrPs .item-title2 {
    color: #000000;
}
.cid-uHBFwrzrPs .item-text2 {
    color: #000000;
}
.cid-uHBFwrAQT8 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.cid-uHBFwrAQT8 .mbr-fallback-image.disabled {
    display: none;
}
.cid-uHBFwrAQT8 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
@media (max-width: 992px) {
    .cid-uHBFwrAQT8 .container {
        padding: 0 16px;
    }
}
.cid-uHBFwrAQT8 .card {
    justify-content: center;
}
.cid-uHBFwrAQT8 .title-wrapper .mbr-section-title {
    display: inline-flex;
    margin-bottom: 0;
    padding: 18px 24px;
    border-radius: 16px !important;
    box-shadow: 6px 8px 0 0 #000000;
    background-color: #ffd07b;
    transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
    .cid-uHBFwrAQT8 .title-wrapper .mbr-section-title {
        margin-bottom: 32px;
    }
}
.cid-uHBFwrAQT8 .text-wrapper .mbr-text {
    margin-bottom: 24px;
}
.cid-uHBFwrAQT8 .text-wrapper .mbr-desc {
    margin-top: 24px;
    margin-bottom: 0;
}
.cid-uHBFwrAQT8 .mbr-section-title {
    color: #000000;
}
.cid-uHBFwrAQT8 .mbr-text {
    color: #000000;
}
.cid-uHBFwrAQT8 .mbr-desc {
    color: #000000;
}
.cid-uHBFwrAQT8 .mbr-section-title,
.cid-uHBFwrAQT8 .title-wrapper {
    color: #000000;
}
.cid-uHBFwrAQT8 .mbr-text,
.cid-uHBFwrAQT8 .mbr-section-btn {
    color: #000000;
}
.cid-uHBFwrABA7 {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #ffffff;
    overflow: hidden;
}
.cid-uHBFwrABA7 .container-fluid {
    padding: 0 50px;
}
@media (max-width: 992px) {
    .cid-uHBFwrABA7 .container-fluid {
        padding: 0 16px;
    }
}
@media (max-width: 992px) {
    .cid-uHBFwrABA7 .container {
        padding: 0 16px;
    }
}
.cid-uHBFwrABA7 .row {
    justify-content: center;
}
.cid-uHBFwrABA7 .mbr-section-title_1 {
    margin-bottom: -1rem;
    color: #000000;
}
.cid-uHBFwrABA7 .mbr-section-title_2 {
    margin-top: -1rem;
    margin-bottom: 0;
    color: #000000;
    text-align: right;
}
.cid-uHBFwrABA7 .embla__slide {
    display: flex;
    justify-content: center;
    position: relative;
    min-width: 450px;
    max-width: 450px;
    transform: rotate(-4deg);
    animation: none;
}
@media (max-width: 767px) {
    .cid-uHBFwrABA7 .embla__slide {
        min-width: 100%;
        max-width: 100%;
        margin: 0 0.5rem !important;
        transform: none;
    }
}
.cid-uHBFwrABA7 .embla__slide .slide-content {
    width: 100%;
}
.cid-uHBFwrABA7 .embla__slide .slide-content .item-wrapper {
    height: 100%;
    padding: 56px;
    border-radius: 32px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #ffd07b;
}
@media (max-width: 768px) {
    .cid-uHBFwrABA7 .embla__slide .slide-content .item-wrapper {
        padding: 24px;
    }
}
.cid-uHBFwrABA7 .embla__slide .slide-content .item-wrapper .item-content {
    position: relative;
    z-index: 1;
}
.cid-uHBFwrABA7 .embla__slide .slide-content .item-wrapper .item-content .item-text {
    margin-bottom: 32px;
}
.cid-uHBFwrABA7 .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
    display: inline-flex;
    align-items: center;
}
@media (max-width: 768px) {
    .cid-uHBFwrABA7 .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
        display: block;
    }
}
.cid-uHBFwrABA7 .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .image-wrap img {
    width: 50px;
    height: 50px;
    min-width: 50px;
    object-fit: cover;
    border-radius: 100% !important;
}
.cid-uHBFwrABA7 .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
    position: relative;
    z-index: 1;
    margin-left: 20px;
}
@media (max-width: 768px) {
    .cid-uHBFwrABA7 .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
        margin-left: 0;
        margin-top: 20px;
    }
}
.cid-uHBFwrABA7 .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-name {
    margin-bottom: 0;
}
.cid-uHBFwrABA7 .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-role {
    margin-bottom: 0;
}
.cid-uHBFwrABA7 .card_2 .slide-content .item-wrapper {
    background-color: #296eb4;
}
.cid-uHBFwrABA7 .card_3 .slide-content .item-wrapper {
    background-color: #f3bb5e;
}
.cid-uHBFwrABA7 .embla__button--next,
.cid-uHBFwrABA7 .embla__button--prev {
    display: flex;
}
.cid-uHBFwrABA7 .embla__button {
    bottom: 1rem;
    width: 32px;
    height: 32px;
    margin-top: -1.5rem;
    font-size: 20px;
    background-color: transparent !important;
    color: #296eb4 !important;
    border: none !important;
    border-radius: 0;
    transition: all 0.3s;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1 !important;
    display: none;
}
.cid-uHBFwrABA7 .embla__button:disabled {
    cursor: default;
    display: none;
}
.cid-uHBFwrABA7 .embla__button:hover {
    opacity: 0.5;
}
.cid-uHBFwrABA7 .embla__button.embla__button--prev {
    left: 16px;
}
.cid-uHBFwrABA7 .embla__button.embla__button--next {
    right: 16px;
}
.cid-uHBFwrABA7 .embla {
    position: relative;
    width: 100%;
}
.cid-uHBFwrABA7 .embla__viewport {
    width: 100%;
    margin-right: 1rem;
}
.cid-uHBFwrABA7 .embla__viewport.is-draggable {
    cursor: grab;
}
.cid-uHBFwrABA7 .embla__viewport.is-dragging {
    cursor: grabbing;
}
.cid-uHBFwrABA7 .embla__container {
    display: flex;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.cid-uHBFwrABA7 .item-text {
    color: #000000;
}
.cid-uHBFwrABA7 .item-name {
    color: #000000;
}
.cid-uHBFwrABA7 .item-role {
    color: #000000;
}
.cid-uHBFwrABA7 .item-name,
.cid-uHBFwrABA7 .image-wrapper {
    color: #000000;
}
.cid-uHBFwrABA7 .item-role,
.cid-uHBFwrABA7 .image-wrapper {
    color: #000000;
}
.cid-uHBFwrABA7 .item-text1 {
    color: #000000;
}
.cid-uHBFwrABA7 .item-name1 {
    color: #000000;
}
.cid-uHBFwrABA7 .item-role1 {
    color: #000000;
}
.cid-uHBFwrABA7 .item-text2 {
    color: #FFFFFF;
}
.cid-uHBFwrABA7 .item-name2 {
    color: #FFFFFF;
}
.cid-uHBFwrABA7 .item-role2 {
    color: #FFFFFF;
}
.cid-uHBFwrABA7 .item-text3 {
    color: #000000;
}
.cid-uHBFwrABA7 .item-name3 {
    color: #000000;
}
.cid-uHBFwrABA7 .item-role3 {
    color: #000000;
}
.cid-uHBFwrBplt {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.cid-uHBFwrBplt .mbr-fallback-image.disabled {
    display: none;
}
.cid-uHBFwrBplt .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
@media (max-width: 992px) {
    .cid-uHBFwrBplt .container {
        padding: 0 16px;
    }
}
.cid-uHBFwrBplt .row {
    margin: 0 -28px;
    position: relative;
    z-index: 1;
    justify-content: center;
}
.cid-uHBFwrBplt .title-wrapper .mbr-section-title {
    margin-bottom: 96px;
}
@media (max-width: 992px) {
    .cid-uHBFwrBplt .title-wrapper .mbr-section-title {
        margin-bottom: 32px;
    }
}
.cid-uHBFwrBplt .item {
    padding: 0 28px;
    margin-bottom: 48px;
}
.cid-uHBFwrBplt .item:hover .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont,
.cid-uHBFwrBplt .item:focus .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont {
    transform: translateX(8px);
}
.cid-uHBFwrBplt .item:first-child {
    margin-bottom: 0;
}
.cid-uHBFwrBplt .item .item-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.cid-uHBFwrBplt .item .item-wrapper .item-img img {
    height: 430px;
    object-fit: cover;
    margin-bottom: 32px;
}
@media (max-width: 992px) {
    .cid-uHBFwrBplt .item .item-wrapper .item-img img {
        height: 300px;
    }
}
.cid-uHBFwrBplt .item .item-wrapper .item-img .price-wrap .item-price {
    display: inline-flex;
    margin-bottom: 26px;
    padding: 14px 24px;
    border-radius: 8px !important;
    box-shadow: 4px 6px 0 0 #000000;
    background-color: #f3bb5e;
    transform: rotate(-4deg);
    animation: none;
}
@media (max-width: 992px) {
    .cid-uHBFwrBplt .item .item-wrapper .item-img .price-wrap .item-price {
        margin-bottom: 32px;
    }
}
.cid-uHBFwrBplt .item .item-wrapper .item-img .price-wrap .item-text {
    margin-bottom: 12px;
}
.cid-uHBFwrBplt .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-uHBFwrBplt .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-uHBFwrBplt .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-uHBFwrBplt .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-uHBFwrBplt .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-uHBFwrBplt .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-uHBFwrBplt .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-uHBFwrBplt .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
    padding: 0;
    border: none !important;
    flex-direction: row;
}
.cid-uHBFwrBplt .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uHBFwrBplt .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uHBFwrBplt .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uHBFwrBplt .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uHBFwrBplt .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uHBFwrBplt .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uHBFwrBplt .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uHBFwrBplt .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline .mbr-iconfont {
    margin-left: 8px;
    margin-right: 0;
    transition: all 0.3s ease-in-out;
}
.cid-uHBFwrBplt .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-uHBFwrBplt .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-uHBFwrBplt .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-uHBFwrBplt .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-uHBFwrBplt .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-uHBFwrBplt .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-uHBFwrBplt .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-uHBFwrBplt .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-uHBFwrBplt .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus,
.cid-uHBFwrBplt .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus,
.cid-uHBFwrBplt .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus,
.cid-uHBFwrBplt .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus,
.cid-uHBFwrBplt .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus,
.cid-uHBFwrBplt .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus,
.cid-uHBFwrBplt .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus,
.cid-uHBFwrBplt .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
    transform: scale(1);
}
.cid-uHBFwrBplt .mbr-section-title {
    color: #000000;
    text-align: center;
}
.cid-uHBFwrBplt .item-price {
    color: #000000;
}
.cid-uHBFwrBplt .item-title {
    color: #000000;
}
.cid-uHBFwrBplt .item-text {
    color: #000000;
}
.cid-uHBFwrBplt .item-price,
.cid-uHBFwrBplt .price-wrap {
    color: #000000;
}
.cid-uHBFwrBplt .item-text,
.cid-uHBFwrBplt .mbr-section-btn {
    color: #000000;
}
.cid-uHBFwrBIOV {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.cid-uHBFwrBIOV .mbr-fallback-image.disabled {
    display: none;
}
.cid-uHBFwrBIOV .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
@media (max-width: 992px) {
    .cid-uHBFwrBIOV .container {
        padding: 0 16px;
    }
}
.cid-uHBFwrBIOV .row {
    position: relative;
    z-index: 1;
}
.cid-uHBFwrBIOV .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    display: inline-flex;
    margin-bottom: 56px;
    padding: 18px 24px;
    border-radius: 16px !important;
    box-shadow: 6px 8px 0 0 #000000;
    background-color: #ffd07b;
    transform: rotate(4deg) !important;
}
@media (max-width: 992px) {
    .cid-uHBFwrBIOV .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
        margin-bottom: 32px;
    }
}
.cid-uHBFwrBIOV .title-wrapper .mbr-section-title {
    margin-bottom: 96px;
}
@media (max-width: 992px) {
    .cid-uHBFwrBIOV .title-wrapper .mbr-section-title {
        margin-bottom: 32px;
    }
}
.cid-uHBFwrBIOV .title-wrapper .text-wrapper .mbr-text {
    display: inline-flex;
    width: 50%;
    margin-bottom: 64px;
}
@media (max-width: 992px) {
    .cid-uHBFwrBIOV .title-wrapper .text-wrapper .mbr-text {
        width: 100%;
        margin-bottom: 32px;
    }
}
.cid-uHBFwrBIOV .tabs-wrapper .nav.nav-tabs {
    border: none;
    padding: 0;
    border-radius: 0 !important;
    background-color: transparent;
    display: block;
}
@media (max-width: 992px) {
    .cid-uHBFwrBIOV .tabs-wrapper .nav.nav-tabs {
        margin-bottom: 32px;
    }
}
.cid-uHBFwrBIOV .tabs-wrapper .nav.nav-tabs .nav-item {
    padding: 0;
    border: none;
    border-radius: 0;
    display: block;
    margin-bottom: 24px;
}
.cid-uHBFwrBIOV .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    position: relative;
    padding: 24px 40px;
    margin-bottom: 0;
    border: none;
    color: #000000;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    border-radius: 1rem !important;
}
@media (max-width: 992px) {
    .cid-uHBFwrBIOV .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
        padding: 14px 24px;
    }
}
.cid-uHBFwrBIOV .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
    background-color: #ffd07b;
    box-shadow: 4px 6px 0 0 #000000;
    color: #000000;
}
.cid-uHBFwrBIOV .tab-content {
    padding-left: 24px;
}
@media (max-width: 992px) {
    .cid-uHBFwrBIOV .tab-content {
        padding-left: 0;
    }
}
.cid-uHBFwrBIOV .tab-content .tab-pane .content-wrap {
    padding: 52px 32px 52px 72px;
    border-radius: 24px;
    background-color: #ece4cd;
}
@media (max-width: 992px) {
    .cid-uHBFwrBIOV .tab-content .tab-pane .content-wrap {
        padding: 24px 16px 24px 32px;
    }
}
.cid-uHBFwrBIOV .tab-content .tab-pane .content-wrap .image-wrapper {
    margin-left: 72px;
    margin-bottom: 48px;
}
@media (max-width: 992px) {
    .cid-uHBFwrBIOV .tab-content .tab-pane .content-wrap .image-wrapper {
        margin-bottom: 24px;
        margin-left: 0;
    }
}
.cid-uHBFwrBIOV .tab-content .tab-pane .content-wrap .image-wrapper img {
    height: 390px;
    width: 100%;
    object-fit: cover;
    box-shadow: 4px 6px 0 0 #000000;
}
.cid-uHBFwrBIOV .tab-content .tab-pane .content-wrap .text-wrap .item-text {
    display: inline-flex;
    margin-bottom: 0;
    width: 75%;
}
@media (max-width: 992px) {
    .cid-uHBFwrBIOV .tab-content .tab-pane .content-wrap .text-wrap .item-text {
        width: 100%;
    }
}
.cid-uHBFwrBIOV .mbr-section-title {
    color: #000000;
}
.cid-uHBFwrBIOV .mbr-section-subtitle {
    color: #000000;
}
.cid-uHBFwrBIOV .mbr-text {
    color: #000000;
}
.cid-uHBFwrBIOV .item-text {
    color: #000000;
}
.cid-uHBFwrBIOV .mbr-section-subtitle,
.cid-uHBFwrBIOV .subtitle-wrapper {
    color: #000000;
}
.cid-uHBFwrBIOV .mbr-text,
.cid-uHBFwrBIOV .text-wrapper {
    color: #000000;
}
.cid-uHBFwrBIOV .item-text,
.cid-uHBFwrBIOV .text-wrap {
    color: #000000;
}
.cid-uHBFwrB6hQ {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.cid-uHBFwrB6hQ .mbr-fallback-image.disabled {
    display: none;
}
.cid-uHBFwrB6hQ .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
@media (max-width: 992px) {
    .cid-uHBFwrB6hQ .container {
        padding: 0 16px;
    }
}
.cid-uHBFwrB6hQ .row {
    position: relative;
    z-index: 1;
}
.cid-uHBFwrB6hQ .card {
    justify-content: flex-end;
}
.cid-uHBFwrB6hQ .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    display: inline-flex;
    margin-bottom: 56px;
    padding: 18px 24px;
    border-radius: 16px !important;
    box-shadow: 6px 8px 0 0 #000000;
    background-color: #ffd07b;
    transform: rotate(4deg) !important;
}
@media (max-width: 992px) {
    .cid-uHBFwrB6hQ .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
        margin-bottom: 32px;
    }
}
.cid-uHBFwrB6hQ .title-wrapper .mbr-section-title {
    margin-bottom: 96px;
}
@media (max-width: 992px) {
    .cid-uHBFwrB6hQ .title-wrapper .mbr-section-title {
        margin-bottom: 32px;
    }
}
.cid-uHBFwrB6hQ .title-wrapper .text-wrapper .mbr-text {
    display: inline-flex;
    width: 50%;
    margin-bottom: 32px;
}
@media (max-width: 992px) {
    .cid-uHBFwrB6hQ .title-wrapper .text-wrapper .mbr-text {
        width: 100%;
    }
}
.cid-uHBFwrB6hQ .tabs-wrapper {
    text-align: right;
}
.cid-uHBFwrB6hQ .tabs-wrapper .nav.nav-tabs {
    border: none;
    padding: 6px 0 6px 6px;
    border-radius: 16px !important;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #ece4cd;
    box-shadow: 4px 6px 0 0 #000000;
    margin-bottom: 24px;
}
.cid-uHBFwrB6hQ .tabs-wrapper .nav.nav-tabs .nav-item {
    padding: 0;
    border: none;
    border-radius: 0;
    display: block;
}
.cid-uHBFwrB6hQ .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    position: relative;
    padding: 10px 18px;
    margin-right: 6px;
    margin-bottom: 0;
    border: none;
    color: #000000;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    border-radius: 1rem !important;
}
@media (max-width: 992px) {
    .cid-uHBFwrB6hQ .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
        padding: 14px 24px;
    }
}
.cid-uHBFwrB6hQ .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
    background-color: #ffd07b;
    color: #000000;
}
.cid-uHBFwrB6hQ .tab-content .tab-pane .content-wrap {
    border-radius: 24px;
    background-color: #ece4cd;
    padding: 88px 112px;
    display: flex;
}
@media (max-width: 1440px) {
    .cid-uHBFwrB6hQ .tab-content .tab-pane .content-wrap {
        padding: 88px 64px;
    }
}
@media (max-width: 1199px) {
    .cid-uHBFwrB6hQ .tab-content .tab-pane .content-wrap {
        padding: 88px 32px;
    }
}
@media (max-width: 992px) {
    .cid-uHBFwrB6hQ .tab-content .tab-pane .content-wrap {
        padding: 36px 24px;
        display: block;
    }
}
.cid-uHBFwrB6hQ .tab-content .tab-pane .content-wrap .text-wrap {
    width: 50%;
    padding-right: 88px;
}
@media (max-width: 1440px) {
    .cid-uHBFwrB6hQ .tab-content .tab-pane .content-wrap .text-wrap {
        padding-right: 24px;
    }
}
@media (max-width: 992px) {
    .cid-uHBFwrB6hQ .tab-content .tab-pane .content-wrap .text-wrap {
        padding-right: 0;
        width: 100%;
        margin-bottom: 24px;
    }
}
.cid-uHBFwrB6hQ .tab-content .tab-pane .content-wrap .text-wrap .item-title {
    margin-bottom: 20px;
}
.cid-uHBFwrB6hQ .tab-content .tab-pane .content-wrap .text-wrap .item-text {
    margin-bottom: 0;
}
.cid-uHBFwrB6hQ .tab-content .tab-pane .content-wrap .image-wrapper {
    width: 50%;
}
@media (max-width: 992px) {
    .cid-uHBFwrB6hQ .tab-content .tab-pane .content-wrap .image-wrapper {
        width: 100%;
    }
}
.cid-uHBFwrB6hQ .tab-content .tab-pane .content-wrap .image-wrapper img {
    height: 430px;
    width: 100%;
    object-fit: cover;
    box-shadow: 4px 6px 0 0 #000000;
}
@media (max-width: 992px) {
    .cid-uHBFwrB6hQ .tab-content .tab-pane .content-wrap .image-wrapper img {
        height: 350px;
    }
}
.cid-uHBFwrB6hQ .mbr-section-title {
    color: #000000;
}
.cid-uHBFwrB6hQ .mbr-section-subtitle {
    color: #000000;
}
.cid-uHBFwrB6hQ .mbr-text {
    color: #000000;
}
.cid-uHBFwrB6hQ .item-title {
    color: #000000;
}
.cid-uHBFwrB6hQ .item-text {
    color: #000000;
}
.cid-uHBFwrB6hQ .mbr-section-subtitle,
.cid-uHBFwrB6hQ .subtitle-wrapper {
    color: #000000;
}
.cid-uHBFwrB6hQ .mbr-section-title,
.cid-uHBFwrB6hQ .tabs-wrapper {
    color: #000000;
}
.cid-uHBFwrB6hQ .mbr-text,
.cid-uHBFwrB6hQ .text-wrapper {
    color: #000000;
}
.cid-uHBFwrCiLj {
    position: relative;
    overflow: hidden;
    background-color: #f3bb5e;
}
.cid-uHBFwrCiLj .image-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 49.5%;
    height: 100%;
}
@media (max-width: 992px) {
    .cid-uHBFwrCiLj .image-wrap {
        display: none;
    }
}
.cid-uHBFwrCiLj .image-wrap .main-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 !important;
    object-fit: cover;
}
@media (max-width: 992px) {
    .cid-uHBFwrCiLj .image-wrap .main-image {
        display: none;
    }
}
.cid-uHBFwrCiLj .mbr-fallback-image.disabled {
    display: none;
}
.cid-uHBFwrCiLj .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
@media (max-width: 992px) {
    .cid-uHBFwrCiLj .container {
        padding: 0 16px;
    }
}
.cid-uHBFwrCiLj .row {
    position: relative;
    z-index: 1;
}
.cid-uHBFwrCiLj .card {
    justify-content: flex-end;
}
@media (max-width: 992px) {
    .cid-uHBFwrCiLj .content-wrapper {
        margin-bottom: 32px;
    }
}
.cid-uHBFwrCiLj .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
}
@media (max-width: 992px) {
    .cid-uHBFwrCiLj .content-wrapper .mbr-section-title {
        margin-bottom: 32px;
    }
}
.cid-uHBFwrCiLj .content-wrapper .text-wrapper .mbr-text {
    display: inline-flex;
    width: 85%;
    margin-bottom: 32px;
}
@media (max-width: 992px) {
    .cid-uHBFwrCiLj .content-wrapper .text-wrapper .mbr-text {
        width: 100%;
    }
}
.cid-uHBFwrCiLj .card-wrapper {
    padding: 64px 40px 40px;
    border-radius: 16px !important;
    background-color: #ffd07b;
    margin-left: 32px;
    -webkit-flex: none;
}
@media (max-width: 992px) {
    .cid-uHBFwrCiLj .card-wrapper {
        margin-left: 0;
        margin-bottom: 32px;
        padding: 64px 24px 24px;
        margin-top: 32px;
    }
}
.cid-uHBFwrCiLj .card-wrapper .title-wrap {
    margin-top: -6rem;
}
.cid-uHBFwrCiLj .card-wrapper .title-wrap .card-title {
    display: inline-flex;
    padding: 12px 24px;
    background-color: #f3bb5e;
    border-radius: 0.5rem;
    box-shadow: 4px 6px 0 0 #000000;
    margin-bottom: 40px;
}
.cid-uHBFwrCiLj .card-wrapper .card-text {
    margin-bottom: 0;
}
.cid-uHBFwrCiLj .card-wrapper .person-wrap {
    margin-top: 20px;
}
.cid-uHBFwrCiLj .card-wrapper .person-wrap .card-name {
    margin-bottom: 0;
}
.cid-uHBFwrCiLj .card-wrapper .person-wrap .card-role {
    margin-bottom: 0;
}
.cid-uHBFwrCiLj .mbr-section-title {
    color: #000000;
}
.cid-uHBFwrCiLj .mbr-text {
    color: #000000;
}
.cid-uHBFwrCiLj .card-title {
    color: #000000;
}
.cid-uHBFwrCiLj .card-text {
    color: #000000;
}
.cid-uHBFwrCiLj .card-name {
    color: #000000;
}
.cid-uHBFwrCiLj .card-role {
    color: #000000;
}
.cid-uHBFwrCiLj .mbr-section-title,
.cid-uHBFwrCiLj .mbr-section-btn {
    color: #000000;
}
.cid-uHBFwrCiLj .mbr-text,
.cid-uHBFwrCiLj .text-wrapper {
    color: #000000;
}
.cid-uHBFwrCiLj .card-title,
.cid-uHBFwrCiLj .title-wrap {
    color: #000000;
}
.cid-uHBFwrCrdD {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffd07b;
}
.cid-uHBFwrCrdD .mbr-fallback-image.disabled {
    display: none;
}
.cid-uHBFwrCrdD .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
@media (max-width: 992px) {
    .cid-uHBFwrCrdD .container {
        padding: 0 16px;
    }
}
.cid-uHBFwrCrdD .row {
    justify-content: center;
    margin: 0 -14px;
}
.cid-uHBFwrCrdD .item {
    padding: 0 14px;
    margin-bottom: 28px;
}
.cid-uHBFwrCrdD .item:nth-child(2n) .item-wrapper .card-box {
    background-color: #f3bb5e;
}
.cid-uHBFwrCrdD .item:nth-child(3n) .item-wrapper .card-box {
    background-color: #ece4cd;
}
.cid-uHBFwrCrdD .item .item-wrapper {
    height: 100%;
}
.cid-uHBFwrCrdD .item .item-wrapper .card-box {
    height: 100%;
    padding: 48px 44px 36px;
    background-color: #296eb4;
    border-radius: 16px;
}
@media (max-width: 992px) {
    .cid-uHBFwrCrdD .item .item-wrapper .card-box {
        padding: 36px 24px;
    }
}
.cid-uHBFwrCrdD .item .item-wrapper .card-box .item-title {
    margin-bottom: 8px;
}
.cid-uHBFwrCrdD .item .item-wrapper .card-box .list-wrapper .list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.cid-uHBFwrCrdD .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
    margin-bottom: 8px;
}
.cid-uHBFwrCrdD .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
}
.cid-uHBFwrCrdD .item-title {
    color: #000000;
}
.cid-uHBFwrCrdD .list {
    color: #000000;
}
.cid-uHBFwrCrdD .item-title,
.cid-uHBFwrCrdD .mbr-section-btn {
    color: #000000;
}
.cid-uHBFwrCrdD .list,
.cid-uHBFwrCrdD .item-wrap,
.cid-uHBFwrCrdD .list-wrapper {
    color: #000000;
}
.cid-uHBFwrCrdD .item-title1 {
    color: #FFFFFF;
}
.cid-uHBFwrCrdD .list1,
.cid-uHBFwrCrdD .item-wrap1,
.cid-uHBFwrCrdD .list-wrapper1 {
    color: #FFFFFF;
}
.cid-uHBFwrCrdD .item-title2 {
    color: #000000;
}
.cid-uHBFwrCrdD .list2,
.cid-uHBFwrCrdD .item-wrap2,
.cid-uHBFwrCrdD .list-wrapper2 {
    color: #000000;
}
.cid-uHBFwrCrdD .item-title3 {
    color: #000000;
}
.cid-uHBFwrCrdD .list3,
.cid-uHBFwrCrdD .item-wrap3,
.cid-uHBFwrCrdD .list-wrapper3 {
    color: #000000;
}
.cid-uHBFwrDGji {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.cid-uHBFwrDGji .mbr-fallback-image.disabled {
    display: none;
}
.cid-uHBFwrDGji .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
@media (max-width: 992px) {
    .cid-uHBFwrDGji .container {
        padding: 0 16px;
    }
}
.cid-uHBFwrDGji .row {
    justify-content: center;
    margin: 0 -8px;
}
.cid-uHBFwrDGji .item {
    padding: 0 8px;
    margin-bottom: 16px;
}
.cid-uHBFwrDGji .item:hover .item-wrapper .card-box,
.cid-uHBFwrDGji .item:focus .item-wrapper .card-box {
    border: 1px solid #ffd07b;
    box-shadow: 6px 8px 0 0 #ffd07b;
}
.cid-uHBFwrDGji .item:hover .item-wrapper .card-box .item-price,
.cid-uHBFwrDGji .item:focus .item-wrapper .card-box .item-price {
    color: #ffd07b;
}
.cid-uHBFwrDGji .item:hover .item-wrapper .card-box .btn-primary,
.cid-uHBFwrDGji .item:focus .item-wrapper .card-box .btn-primary,
.cid-uHBFwrDGji .item:hover .item-wrapper .card-box .btn-secondary,
.cid-uHBFwrDGji .item:focus .item-wrapper .card-box .btn-secondary,
.cid-uHBFwrDGji .item:hover .item-wrapper .card-box .btn-success,
.cid-uHBFwrDGji .item:focus .item-wrapper .card-box .btn-success,
.cid-uHBFwrDGji .item:hover .item-wrapper .card-box .btn-info,
.cid-uHBFwrDGji .item:focus .item-wrapper .card-box .btn-info,
.cid-uHBFwrDGji .item:hover .item-wrapper .card-box .btn-warning,
.cid-uHBFwrDGji .item:focus .item-wrapper .card-box .btn-warning,
.cid-uHBFwrDGji .item:hover .item-wrapper .card-box .btn-danger,
.cid-uHBFwrDGji .item:focus .item-wrapper .card-box .btn-danger,
.cid-uHBFwrDGji .item:hover .item-wrapper .card-box .btn-black,
.cid-uHBFwrDGji .item:focus .item-wrapper .card-box .btn-black,
.cid-uHBFwrDGji .item:hover .item-wrapper .card-box .btn-white,
.cid-uHBFwrDGji .item:focus .item-wrapper .card-box .btn-white {
    background-color: #ffd07b !important;
    border-color: #ffd07b !important;
    color: #000000 !important;
}
.cid-uHBFwrDGji .item .item-wrapper {
    height: 100%;
}
.cid-uHBFwrDGji .item .item-wrapper .card-box {
    height: 100%;
    padding: 32px 36px;
    border-radius: 16px;
    border: 1px solid #000000;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
    .cid-uHBFwrDGji .item .item-wrapper .card-box {
        padding: 32px 16px;
    }
}
@media (max-width: 992px) {
    .cid-uHBFwrDGji .item .item-wrapper .card-box {
        padding: 24px;
    }
}
.cid-uHBFwrDGji .item .item-wrapper .card-box .title-wrapper {
    padding-bottom: 16px;
    border-bottom: 1px solid #000000;
    margin-bottom: 40px;
}
@media (max-width: 768px) {
    .cid-uHBFwrDGji .item .item-wrapper .card-box .title-wrapper {
        margin-bottom: 24px;
    }
}
.cid-uHBFwrDGji .item .item-wrapper .card-box .title-wrapper .item-title {
    margin-bottom: 0;
}
.cid-uHBFwrDGji .item .item-wrapper .card-box .title-wrapper .item-desc {
    margin-bottom: 0;
}
.cid-uHBFwrDGji .item .item-wrapper .card-box .item-price {
    margin-bottom: 24px;
    transition: all 0.3s ease-in-out;
}
.cid-uHBFwrDGji .item .item-wrapper .card-box .list-wrapper {
    margin-top: 48px;
}
@media (max-width: 768px) {
    .cid-uHBFwrDGji .item .item-wrapper .card-box .list-wrapper {
        margin-top: 32px;
    }
}
.cid-uHBFwrDGji .item .item-wrapper .card-box .list-wrapper .list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.cid-uHBFwrDGji .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
}
.cid-uHBFwrDGji .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
    content: 'â';
    position: absolute;
    top: 5px;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #ffd07b;
    color: #000000;
    font-size: 16px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.cid-uHBFwrDGji .item-title {
    color: #4E2904;
}
.cid-uHBFwrDGji .item-desc {
    color: #000000;
}
.cid-uHBFwrDGji .item-price {
    color: #000000;
}
.cid-uHBFwrDGji .list {
    color: #000000;
}
.cid-uHBFwrDGji .item-price,
.cid-uHBFwrDGji .mbr-section-btn {
    color: #000000;
}
.cid-uHBFwrDGji .list,
.cid-uHBFwrDGji .item-wrap,
.cid-uHBFwrDGji .list-wrapper {
    color: #000000;
}
.cid-uHBFwrFvZq {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #f3bb5e;
}
.cid-uHBFwrFvZq .mbr-fallback-image.disabled {
    display: none;
}
.cid-uHBFwrFvZq .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
@media (max-width: 992px) {
    .cid-uHBFwrFvZq .container {
        padding: 0 16px;
    }
}
.cid-uHBFwrFvZq .card {
    justify-content: flex-end;
}
.cid-uHBFwrFvZq .title-wrapper {
    margin-bottom: 140px;
}
@media (max-width: 992px) {
    .cid-uHBFwrFvZq .title-wrapper {
        margin-bottom: 32px;
    }
}
.cid-uHBFwrFvZq .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    display: inline-flex;
    margin-bottom: 56px;
    padding: 18px 24px;
    border-radius: 16px !important;
    box-shadow: 6px 8px 0 0 #000000;
    background-color: #ffd07b;
    transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
    .cid-uHBFwrFvZq .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
        margin-bottom: 32px;
    }
}
.cid-uHBFwrFvZq .title-wrapper .mbr-section-title {
    margin-bottom: 0;
}
@media (max-width: 992px) {
    .cid-uHBFwrFvZq .image-wrapper {
        margin-bottom: 32px;
    }
}
.cid-uHBFwrFvZq .image-wrapper img {
    height: 390px;
    width: 100%;
    object-fit: cover;
}
.cid-uHBFwrFvZq .content-wrapper {
    padding-left: 96px;
}
@media (max-width: 992px) {
    .cid-uHBFwrFvZq .content-wrapper {
        padding-left: 0;
    }
}
.cid-uHBFwrFvZq .content-wrapper .person-wrap {
    margin-bottom: 48px;
}
@media (max-width: 992px) {
    .cid-uHBFwrFvZq .content-wrapper .person-wrap {
        margin-bottom: 32px;
    }
}
.cid-uHBFwrFvZq .content-wrapper .person-wrap .image-wrap {
    margin-bottom: 16px;
}
.cid-uHBFwrFvZq .content-wrapper .person-wrap .image-wrap img {
    display: inline-flex;
    width: 65px;
    height: 65px;
    object-fit: cover;
    border-radius: 100% !important;
}
.cid-uHBFwrFvZq .content-wrapper .person-wrap .mbr-name {
    margin-bottom: 0;
}
.cid-uHBFwrFvZq .content-wrapper .person-wrap .mbr-role {
    margin-bottom: 0;
}
.cid-uHBFwrFvZq .content-wrapper .mbr-text {
    margin-bottom: 0;
}
.cid-uHBFwrFvZq .mbr-section-title {
    color: #000000;
    text-align: right;
}
.cid-uHBFwrFvZq .mbr-section-subtitle,
.cid-uHBFwrFvZq .subtitle-wrapper {
    color: #000000;
    text-align: right;
}
.cid-uHBFwrFvZq .mbr-name {
    color: #000000;
}
.cid-uHBFwrFvZq .mbr-role {
    color: #000000;
}
.cid-uHBFwrFvZq .mbr-text {
    color: #000000;
}
.cid-uHBFwrFvZq .mbr-section-title,
.cid-uHBFwrFvZq .mbr-section-btn {
    color: #000000;
}
.cid-uHBFwrFvZq .mbr-name,
.cid-uHBFwrFvZq .image-wrap {
    color: #000000;
}
.cid-uHBFwrFvZq .mbr-role,
.cid-uHBFwrFvZq .image-wrap {
    color: #000000;
}
.cid-uHBFwrFvZq .mbr-text,
.cid-uHBFwrFvZq .text-wrapper {
    color: #000000;
}
.cid-uHBFwrF6xt {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #f3bb5e;
}
.cid-uHBFwrF6xt .item:focus,
.cid-uHBFwrF6xt span:focus {
    outline: none;
}
.cid-uHBFwrF6xt .container-fluid {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}
.cid-uHBFwrF6xt .item {
    color: #000000;
    min-height: 90px;
}
@media (max-width: 768px) {
    .cid-uHBFwrF6xt .item {
        min-height: 45px;
    }
}
.cid-uHBFwrFsud {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.cid-uHBFwrFsud .mbr-fallback-image.disabled {
    display: none;
}
.cid-uHBFwrFsud .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
@media (max-width: 992px) {
    .cid-uHBFwrFsud .container {
        padding: 0 16px;
    }
}
.cid-uHBFwrFsud .row {
    margin: 0 -28px;
    position: relative;
    z-index: 1;
    justify-content: center;
}
.cid-uHBFwrFsud .title-wrapper .mbr-section-title {
    margin-bottom: 96px;
}
@media (max-width: 992px) {
    .cid-uHBFwrFsud .title-wrapper .mbr-section-title {
        margin-bottom: 32px;
    }
}
.cid-uHBFwrFsud .item {
    padding: 0 28px;
    margin-bottom: 32px;
}
.cid-uHBFwrFsud .item:hover .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont,
.cid-uHBFwrFsud .item:focus .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont {
    transform: translateX(8px);
}
.cid-uHBFwrFsud .item:first-child {
    margin-bottom: 0;
}
.cid-uHBFwrFsud .item .item-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.cid-uHBFwrFsud .item .item-wrapper .item-img img {
    height: 280px;
    object-fit: cover;
    margin-bottom: 26px;
}
.cid-uHBFwrFsud .item .item-wrapper .item-img .item-text {
    margin-bottom: 12px;
}
.cid-uHBFwrFsud .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-uHBFwrFsud .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-uHBFwrFsud .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-uHBFwrFsud .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-uHBFwrFsud .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-uHBFwrFsud .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-uHBFwrFsud .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-uHBFwrFsud .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
    padding: 0;
    border: none !important;
    flex-direction: row;
}
.cid-uHBFwrFsud .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uHBFwrFsud .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uHBFwrFsud .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uHBFwrFsud .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uHBFwrFsud .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uHBFwrFsud .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uHBFwrFsud .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uHBFwrFsud .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline .mbr-iconfont {
    margin-left: 8px;
    margin-right: 0;
    transition: all 0.3s ease-in-out;
}
.cid-uHBFwrFsud .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-uHBFwrFsud .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-uHBFwrFsud .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-uHBFwrFsud .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-uHBFwrFsud .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-uHBFwrFsud .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-uHBFwrFsud .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-uHBFwrFsud .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-uHBFwrFsud .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus,
.cid-uHBFwrFsud .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus,
.cid-uHBFwrFsud .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus,
.cid-uHBFwrFsud .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus,
.cid-uHBFwrFsud .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus,
.cid-uHBFwrFsud .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus,
.cid-uHBFwrFsud .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus,
.cid-uHBFwrFsud .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
    transform: scale(1);
}
.cid-uHBFwrFsud .mbr-section-title {
    color: #000000;
    text-align: center;
}
.cid-uHBFwrFsud .item-text {
    color: #000000;
}
.cid-uHBFwrFsud .item-text,
.cid-uHBFwrFsud .mbr-section-btn {
    color: #000000;
}
.cid-uHBFwrGJFp {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.cid-uHBFwrGJFp .mbr-fallback-image.disabled {
    display: none;
}
.cid-uHBFwrGJFp .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
@media (max-width: 992px) {
    .cid-uHBFwrGJFp .container {
        padding: 0 16px;
    }
}
.cid-uHBFwrGJFp .card {
    justify-content: space-between;
}
@media (max-width: 992px) {
    .cid-uHBFwrGJFp .image-wrapper {
        margin-bottom: 32px;
    }
}
.cid-uHBFwrGJFp .image-wrapper img {
    height: 410px;
    width: 100%;
    object-fit: cover;
}
@media (max-width: 992px) {
    .cid-uHBFwrGJFp .image-wrapper img {
        height: 350px;
    }
}
.cid-uHBFwrGJFp .title-wrapper {
    padding-left: 64px;
}
@media (max-width: 992px) {
    .cid-uHBFwrGJFp .title-wrapper {
        padding-left: 0;
    }
}
.cid-uHBFwrGJFp .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    display: inline-flex;
    margin-bottom: 56px;
    padding: 4px 12px;
    border-radius: 8px !important;
    box-shadow: 3px 4px 0 0 #000000;
    background-color: #ffd07b;
}
@media (max-width: 992px) {
    .cid-uHBFwrGJFp .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
        margin-bottom: 32px;
    }
}
.cid-uHBFwrGJFp .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
}
.cid-uHBFwrGJFp .mbr-desc {
    margin-bottom: 0;
    padding-left: 64px;
    color: #000000;
}
@media (max-width: 992px) {
    .cid-uHBFwrGJFp .mbr-desc {
        padding-left: 0;
    }
}
.cid-uHBFwrGJFp .mbr-section-title {
    color: #000000;
}
.cid-uHBFwrGJFp .mbr-section-subtitle {
    color: #000000;
}
.cid-uHBFwrGJFp .mbr-section-subtitle,
.cid-uHBFwrGJFp .subtitle-wrapper {
    color: #000000;
}
.cid-uHBFwrGJFp .mbr-section-title,
.cid-uHBFwrGJFp .mbr-section-btn {
    color: #000000;
}
.cid-uHBFwrGujK {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #f3bb5e;
}
.cid-uHBFwrGujK .mbr-fallback-image.disabled {
    display: none;
}
.cid-uHBFwrGujK .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
@media (max-width: 992px) {
    .cid-uHBFwrGujK .container {
        padding: 0 16px;
    }
}
.cid-uHBFwrGujK .row {
    position: relative;
    z-index: 1;
}
.cid-uHBFwrGujK .card {
    justify-content: flex-end;
}
.cid-uHBFwrGujK .card-wrapper {
    margin-right: 64px;
}
@media (max-width: 1440px) {
    .cid-uHBFwrGujK .card-wrapper {
        margin-right: 0;
    }
}
@media (max-width: 992px) {
    .cid-uHBFwrGujK .card-wrapper {
        margin-bottom: 32px;
    }
}
.cid-uHBFwrGujK .card-wrapper .image-wrapper {
    position: relative;
    margin-bottom: -8rem;
}
.cid-uHBFwrGujK .card-wrapper .image-wrapper img {
    width: 520px;
    height: 520px;
    object-fit: cover;
    border-radius: 100% !important;
}
@media (max-width: 1200px) {
    .cid-uHBFwrGujK .card-wrapper .image-wrapper img {
        width: 420px;
        height: 420px;
    }
}
@media (max-width: 768px) {
    .cid-uHBFwrGujK .card-wrapper .image-wrapper img {
        width: 260px;
        height: 260px;
    }
}
.cid-uHBFwrGujK .card-wrapper .image-wrapper .card-desc {
    position: absolute;
    top: 55%;
    left: -1rem;
    display: inline-flex;
    margin-bottom: 0;
    padding: 6px 16px;
    border-radius: 4rem !important;
    box-shadow: 4px 6px 0 0 #000000;
    background-color: #ffd07b;
    transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
    .cid-uHBFwrGujK .card-wrapper .image-wrapper .card-desc {
        left: 0.5rem;
    }
}
.cid-uHBFwrGujK .card-wrapper .card-wrap {
    background-color: #ffd07b;
    box-shadow: 4px 6px 0 0 #000000;
    border-radius: 16px;
    padding: 175px 48px 36px;
    margin: 0 50px;
}
@media (max-width: 992px) {
    .cid-uHBFwrGujK .card-wrapper .card-wrap {
        margin: 0;
        padding: 150px 24px 24px;
    }
}
.cid-uHBFwrGujK .card-wrapper .card-wrap .card-text {
    margin-bottom: 16px;
}
.cid-uHBFwrGujK .card-wrapper .card-wrap .person-wrap .card-name {
    margin-bottom: 0;
}
.cid-uHBFwrGujK .card-wrapper .card-wrap .person-wrap .card-role {
    margin-bottom: 0;
}
.cid-uHBFwrGujK .title-wrapper {
    margin-bottom: 96px;
}
@media (max-width: 992px) {
    .cid-uHBFwrGujK .title-wrapper {
        margin-bottom: 32px;
    }
}
.cid-uHBFwrGujK .title-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
}
.cid-uHBFwrGujK .title-wrapper .mbr-section-title {
    margin-bottom: 0;
}
.cid-uHBFwrGujK .text-wrapper {
    margin-left: 104px;
}
@media (max-width: 1440px) {
    .cid-uHBFwrGujK .text-wrapper {
        margin-left: 48px;
    }
}
@media (max-width: 992px) {
    .cid-uHBFwrGujK .text-wrapper {
        margin-left: 0;
    }
}
.cid-uHBFwrGujK .text-wrapper .mbr-text {
    margin-bottom: 32px;
}
.cid-uHBFwrGujK .mbr-section-title {
    color: #000000;
    text-align: right;
}
.cid-uHBFwrGujK .mbr-section-subtitle {
    color: #000000;
    text-align: right;
}
.cid-uHBFwrGujK .mbr-text {
    color: #000000;
}
.cid-uHBFwrGujK .card-desc {
    color: #000000;
}
.cid-uHBFwrGujK .card-text {
    color: #000000;
}
.cid-uHBFwrGujK .card-name {
    color: #000000;
}
.cid-uHBFwrGujK .card-role {
    color: #000000;
}
.cid-uHBFwrGujK .mbr-text,
.cid-uHBFwrGujK .mbr-section-btn {
    color: #000000;
}
.cid-uHBFwrGqNO .mbr-fallback-image.disabled {
    display: none;
}
.cid-uHBFwrGqNO .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-image: url("https://r.mobirisesite.com/1373068/assets/images/background1.jpg?rnd=1743957548960");
}
@media (max-width: 992px) {
    .cid-uHBFwrGqNO .container {
        padding: 0 16px;
    }
}
.cid-uHBFwrGMe3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #ffffff;
}
@media (max-width: 992px) {
    .cid-uHBFwrGMe3 .container {
        padding: 0 16px;
    }
}
.cid-uHBFwrGMe3 .row {
    justify-content: center;
}
.cid-uHBFwrGMe3 .content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 992px) {
    .cid-uHBFwrGMe3 .content-wrapper {
        display: block;
    }
}
.cid-uHBFwrGMe3 .content-wrapper .desc-wrapper {
    display: flex;
    align-items: center;
    width: 10%;
    padding-right: 16px;
}
@media (max-width: 1440px) {
    .cid-uHBFwrGMe3 .content-wrapper .desc-wrapper {
        width: 15%;
    }
}
@media (max-width: 992px) {
    .cid-uHBFwrGMe3 .content-wrapper .desc-wrapper {
        padding-right: 0;
        width: 100%;
    }
}
.cid-uHBFwrGMe3 .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 0;
}
@media (max-width: 992px) {
    .cid-uHBFwrGMe3 .content-wrapper .desc-wrapper .mbr-desc {
        margin-bottom: 16px;
    }
}
.cid-uHBFwrGMe3 .content-wrapper .desc-wrapper .mbr-iconfont {
    font-size: 16px;
    color: #000000;
    display: inline-flex;
    margin-left: 6px;
}
.cid-uHBFwrGMe3 .content-wrapper .mbr-section-btn {
    width: 20%;
    text-align: right;
}
@media (max-width: 992px) {
    .cid-uHBFwrGMe3 .content-wrapper .mbr-section-btn {
        text-align: left;
        width: 100%;
    }
}
.cid-uHBFwrGMe3 .embla__slide {
    display: flex;
    justify-content: center;
    position: relative;
    min-width: 120px;
    max-width: 120px;
}
@media (max-width: 767px) {
    .cid-uHBFwrGMe3 .embla__slide {
        min-width: 100%;
        max-width: 100%;
    }
}
.cid-uHBFwrGMe3 .embla__slide .slide-content {
    width: 100%;
}
.cid-uHBFwrGMe3 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 150px;
    object-fit: contain;
}
.cid-uHBFwrGMe3 .embla__button--next,
.cid-uHBFwrGMe3 .embla__button--prev {
    display: flex;
}
.cid-uHBFwrGMe3 .embla__button {
    bottom: 0;
    width: 32px;
    height: 32px;
    margin-top: -1.5rem;
    font-size: 20px;
    background-color: transparent !important;
    color: #296eb4 !important;
    border: none !important;
    border-radius: 0;
    transition: all 0.3s;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1 !important;
    display: none;
}
.cid-uHBFwrGMe3 .embla__button:disabled {
    cursor: default;
    display: none;
}
.cid-uHBFwrGMe3 .embla__button:hover {
    opacity: 0.5;
}
.cid-uHBFwrGMe3 .embla__button.embla__button--prev {
    left: 32px;
}
.cid-uHBFwrGMe3 .embla__button.embla__button--next {
    right: 32px;
}
.cid-uHBFwrGMe3 .embla {
    position: relative;
    width: 70%;
}
@media (max-width: 1440px) {
    .cid-uHBFwrGMe3 .embla {
        width: 65%;
    }
}
@media (max-width: 992px) {
    .cid-uHBFwrGMe3 .embla {
        width: 100%;
        margin-bottom: 32px;
    }
}
.cid-uHBFwrGMe3 .embla__viewport {
    overflow: hidden;
    width: 100%;
    margin-right: 1rem;
}
.cid-uHBFwrGMe3 .embla__viewport.is-draggable {
    cursor: grab;
}
.cid-uHBFwrGMe3 .embla__viewport.is-dragging {
    cursor: grabbing;
}
.cid-uHBFwrGMe3 .embla__container {
    display: flex;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.cid-uHBFwrGMe3 .mbr-desc {
    color: #000000;
}
.cid-uHBFwrHCq8 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffd07b;
}
.cid-uHBFwrHCq8 .mbr-fallback-image.disabled {
    display: none;
}
.cid-uHBFwrHCq8 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
@media (max-width: 992px) {
    .cid-uHBFwrHCq8 .container {
        padding: 0 16px;
    }
}
.cid-uHBFwrHCq8 .row {
    justify-content: space-between;
}
@media (max-width: 992px) {
    .cid-uHBFwrHCq8 .title-wrapper {
        margin-bottom: 32px;
    }
}
.cid-uHBFwrHCq8 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    display: inline-flex;
    margin-bottom: 42px;
    padding: 14px 24px;
    border-radius: 8px !important;
    box-shadow: 4px 6px 0 0 #000000;
    background-color: #f3bb5e;
    transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
    .cid-uHBFwrHCq8 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
        margin-bottom: 32px;
    }
}
.cid-uHBFwrHCq8 .title-wrapper .mbr-section-title {
    margin-bottom: 72px;
}
@media (max-width: 992px) {
    .cid-uHBFwrHCq8 .title-wrapper .mbr-section-title {
        margin-bottom: 32px;
    }
}
.cid-uHBFwrHCq8 .title-wrapper .mbr-text {
    margin-bottom: 0;
}
.cid-uHBFwrHCq8 .card-wrapper {
    background-color: #f3bb5e;
    box-shadow: 6px 8px 0 0 #000000;
    border-radius: 24px;
    padding: 80px;
}
.cid-uHBFwrHCq8 .card-wrapper .image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 72px;
}
@media (max-width: 992px) {
    .cid-uHBFwrHCq8 .card-wrapper .image-wrapper {
        margin-bottom: 32px;
        display: block;
    }
}
.cid-uHBFwrHCq8 .card-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    box-shadow: 4px 6px 0 0 #000000;
    transform: rotate(4deg) !important;
}
.cid-uHBFwrHCq8 .card-wrapper .card-text {
    margin-bottom: 24px;
}
.cid-uHBFwrHCq8 .mbr-section-title {
    color: #ffffff;
}
.cid-uHBFwrHCq8 .mbr-section-subtitle {
    color: #000000;
}
.cid-uHBFwrHCq8 .mbr-text {
    color: #ffffff;
}
.cid-uHBFwrHCq8 .card-text,
.cid-uHBFwrHCq8 .mbr-section-btn {
    text-align: center;
    color: #000000;
}
.cid-uHBFwrHCq8 .mbr-section-subtitle,
.cid-uHBFwrHCq8 .subtitle-wrapper {
    color: #000000;
}
.cid-uHBFwrHCq8 .mbr-section-title,
.cid-uHBFwrHCq8 .mbr-section-btn {
    color: #000000;
}
.cid-uHBFwrHCq8 .mbr-text,
.cid-uHBFwrHCq8 .text-wrapper {
    color: #000000;
}
.cid-uHBFwrH9Ig {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.cid-uHBFwrH9Ig .mbr-fallback-image.disabled {
    display: none;
}
.cid-uHBFwrH9Ig .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
@media (max-width: 992px) {
    .cid-uHBFwrH9Ig .container {
        padding: 0 16px;
    }
}
.cid-uHBFwrH9Ig .row {
    position: relative;
    z-index: 1;
}
.cid-uHBFwrH9Ig .card {
    justify-content: center;
}
.cid-uHBFwrH9Ig .title-wrapper {
    margin-bottom: 140px;
}
@media (max-width: 992px) {
    .cid-uHBFwrH9Ig .title-wrapper {
        margin-bottom: 32px;
    }
}
.cid-uHBFwrH9Ig .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    display: inline-flex;
    margin-bottom: 56px;
    padding: 18px 24px;
    border-radius: 16px !important;
    box-shadow: 6px 8px 0 0 #000000;
    background-color: #f3bb5e;
    transform: rotate(4deg) !important;
}
@media (max-width: 992px) {
    .cid-uHBFwrH9Ig .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
        margin-bottom: 32px;
    }
}
.cid-uHBFwrH9Ig .title-wrapper .mbr-section-title {
    margin-bottom: 0;
}
.cid-uHBFwrH9Ig .items-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}
@media (max-width: 1200px) {
    .cid-uHBFwrH9Ig .items-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 992px) {
    .cid-uHBFwrH9Ig .items-wrapper {
        margin-bottom: 32px;
    }
}
@media (max-width: 768px) {
    .cid-uHBFwrH9Ig .items-wrapper {
        grid-template-columns: 1fr;
    }
}
.cid-uHBFwrH9Ig .items-wrapper .item {
    position: relative;
}
.cid-uHBFwrH9Ig .items-wrapper .item .item-wrapper .card-box {
    padding: 40px 16px;
    background-color: #ece4cd;
    border-radius: 16px;
}
.cid-uHBFwrH9Ig .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
    font-size: 60px;
    color: #000000;
    display: inline-flex;
}
.cid-uHBFwrH9Ig .items-wrapper .item .item-wrapper .card-box .item-title {
    margin-top: 24px;
    margin-bottom: 0;
}
.cid-uHBFwrH9Ig .text-wrapper .mbr-text {
    display: inline-flex;
    width: 70%;
    margin-bottom: 0;
}
@media (max-width: 1200px) {
    .cid-uHBFwrH9Ig .text-wrapper .mbr-text {
        width: 100%;
    }
}
.cid-uHBFwrH9Ig .mbr-section-title {
    color: #000000;
}
.cid-uHBFwrH9Ig .mbr-section-subtitle {
    color: #000000;
}
.cid-uHBFwrH9Ig .mbr-text,
.cid-uHBFwrH9Ig .text-wrapper {
    color: #000000;
    text-align: right;
}
.cid-uHBFwrH9Ig .item-title {
    color: #000000;
}
.cid-uHBFwrH9Ig .item-title,
.cid-uHBFwrH9Ig .icon-wrapper {
    text-align: center;
    color: #000000;
}
.cid-uHBFwrH9Ig .mbr-section-subtitle,
.cid-uHBFwrH9Ig .subtitle-wrapper {
    color: #000000;
}
.cid-uHBFwrH9Ig .mbr-section-title,
.cid-uHBFwrH9Ig .mbr-section-btn {
    color: #000000;
}
.cid-uHBFwrHswD {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffd07b;
}
.cid-uHBFwrHswD .mbr-fallback-image.disabled {
    display: none;
}
.cid-uHBFwrHswD .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
@media (max-width: 992px) {
    .cid-uHBFwrHswD .container {
        padding: 0 16px;
    }
}
.cid-uHBFwrHswD .card {
    justify-content: center;
}
.cid-uHBFwrHswD .form-wrapper {
    background-color: #f3bb5e;
    border-radius: 32px;
    padding: 24px 32px;
    box-shadow: 6px 8px 0 0 #000000;
}
@media (max-width: 992px) {
    .cid-uHBFwrHswD .form-wrapper {
        margin-bottom: 32px;
    }
}
.cid-uHBFwrHswD .dragArea.row .mbr-section-title {
    margin-bottom: 0 !important;
}
.cid-uHBFwrHswD .dragArea.row .mbr-text {
    margin-bottom: 16px !important;
}
.cid-uHBFwrHswD .dragArea.row .form-group {
    margin-bottom: 16px !important;
    padding: 0;
}
.cid-uHBFwrHswD .dragArea.row .form-group .form-control-label {
    width: 100%;
    margin-bottom: 8px;
}
.cid-uHBFwrHswD .dragArea.row .form-group .form-control {
    padding: 10px 12px 14px;
    border: 1px solid #000000 !important;
    box-shadow: none;
    border-radius: 0.5rem !important;
    background-color: #f3bb5e;
    transition: all 0.3s ease-in-out;
}
.cid-uHBFwrHswD .dragArea.row .form-group .form-control:hover,
.cid-uHBFwrHswD .dragArea.row .form-group .form-control:focus {
    border: 1px solid #000000 !important;
    background-color: #f3bb5e;
}
.cid-uHBFwrHswD .dragArea.row .form-group .form-control::placeholder {
    color: #000000;
    font-size: 20px;
}
.cid-uHBFwrHswD .dragArea.row .form-group textarea {
    min-height: 120px;
}
.cid-uHBFwrHswD .dragArea.row .form-group .form-check {
    padding-left: 1.9em;
    margin-bottom: 16px;
}
.cid-uHBFwrHswD .dragArea.row .form-group .form-check .form-check-input {
    background-color: #296eb4;
    border-color: #296eb4;
    border-radius: 0;
}
.cid-uHBFwrHswD .dragArea.row .mbr-section-btn {
    width: 100%;
    margin: 0;
    padding: 0;
}
.cid-uHBFwrHswD .social-wrapper {
    text-align: right;
}
@media (max-width: 992px) {
    .cid-uHBFwrHswD .social-wrapper {
        text-align: left;
    }
}
.cid-uHBFwrHswD .social-wrapper .social-wrap {
    display: inline-flex;
    flex-wrap: wrap;
}
.cid-uHBFwrHswD .social-wrapper .social-wrap .soc-item {
    width: 48px;
    height: 48px;
    margin-left: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: relative;
}
.cid-uHBFwrHswD .social-wrapper .social-wrap .soc-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: #000000;
    opacity: 0.2;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}
.cid-uHBFwrHswD .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
}
.cid-uHBFwrHswD .social-wrapper .social-wrap .soc-item:hover:before,
.cid-uHBFwrHswD .social-wrapper .social-wrap .soc-item:focus:before {
    opacity: 0.5;
}
.cid-uHBFwrHswD .social-wrapper .social-wrap .soc-item a {
    display: block;
}
.cid-uHBFwrHswD .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
    font-size: 18px;
    color: #000000;
}
.cid-uHBFwrHswD .mbr-section-title {
    color: #6a2be9;
}
.cid-uHBFwrHswD .mbr-text {
    color: #000000;
}
.cid-uHBFwrHswD label {
    color: #000000;
}
.cid-uHBFwrHswD .mbr-section-title,
.cid-uHBFwrHswD .mbr-section-btn {
    color: #000000;
}
.cid-uHBFwrILSg {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.cid-uHBFwrILSg .mbr-fallback-image.disabled {
    display: none;
}
.cid-uHBFwrILSg .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
@media (max-width: 992px) {
    .cid-uHBFwrILSg .container {
        padding: 0 16px;
    }
}
.cid-uHBFwrILSg .row {
    justify-content: center;
    margin: 0 -14px;
}
.cid-uHBFwrILSg .item {
    padding: 0 14px;
    margin-bottom: 28px;
}
.cid-uHBFwrILSg .item:nth-child(2n) .item-wrapper .card-box {
    background-color: #ece4cd;
}
.cid-uHBFwrILSg .item .item-wrapper {
    height: 100%;
}
.cid-uHBFwrILSg .item .item-wrapper .card-box {
    height: 100%;
    padding: 48px 44px 36px;
    background-color: #eae1ca;
    border-radius: 16px;
}
@media (max-width: 992px) {
    .cid-uHBFwrILSg .item .item-wrapper .card-box {
        padding: 36px 24px;
    }
}
.cid-uHBFwrILSg .item .item-wrapper .card-box .item-emoji {
    margin-bottom: 32px;
}
.cid-uHBFwrILSg .item .item-wrapper .card-box .item-title_1,
.cid-uHBFwrILSg .item .item-wrapper .card-box .item-title_2 {
    margin-bottom: 8px;
}
.cid-uHBFwrILSg .item .item-wrapper .card-box .item-text_2,
.cid-uHBFwrILSg .item .item-wrapper .card-box .item-text_2 {
    margin-bottom: 8px;
}
.cid-uHBFwrILSg .mbr-section-btn {
    margin-top: 12px;
}
.cid-uHBFwrILSg .item-emoji {
    color: #000000;
    text-align: center;
}
.cid-uHBFwrILSg .item-title_1 {
    color: #000000;
}
.cid-uHBFwrILSg .item-title_2 {
    color: #000000;
}
.cid-uHBFwrILSg .item-text_1 {
    color: #000000;
    text-align: center;
}
.cid-uHBFwrILSg .item-text_2 {
    color: #000000;
    text-align: center;
}
.cid-uHBFwrILSg .item-title_1,
.cid-uHBFwrILSg .mbr-section-btn {
    text-align: center;
    color: #000000;
}
.cid-uHBFwrILSg .item-title_2,
.cid-uHBFwrILSg .mbr-section-btn {
    text-align: center;
    color: #000000;
}
.cid-uHBFwrILad {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #ffd07b;
}
.cid-uHBFwrILad .mbr-fallback-image.disabled {
    display: none;
}
.cid-uHBFwrILad .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
@media (max-width: 992px) {
    .cid-uHBFwrILad .container {
        padding: 0 16px;
    }
}
.cid-uHBFwrILad .row {
    position: relative;
    justify-content: center;
}
.cid-uHBFwrILad .row .border-wrap {
    position: absolute;
    top: 0;
    left: -300vh;
    width: 1000vh;
    height: 1px;
    background-color: #000000;
}
.cid-uHBFwrILad .card {
    justify-content: center;
}
.cid-uHBFwrILad .copy-wrapper .mbr-copy {
    margin-bottom: 0;
    padding: 48px 0;
}
@media (max-width: 992px) {
    .cid-uHBFwrILad .copy-wrapper .mbr-copy {
        padding: 32px 0;
    }
}
.cid-uHBFwrILad .logo-wrapper {
    display: flex;
    justify-content: center;
}
@media (max-width: 992px) {
    .cid-uHBFwrILad .logo-wrapper {
        justify-content: flex-start;
    }
}
.cid-uHBFwrILad .logo-wrapper img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    object-fit: cover;
}
.cid-uHBFwrILad .nav-wrapper {
    padding: 48px 0;
}
@media (max-width: 992px) {
    .cid-uHBFwrILad .nav-wrapper {
        padding: 32px 0;
    }
}
.cid-uHBFwrILad .nav-wrapper .list {
    padding: 0;
    margin: 0;
    left: 0;
    list-style-type: none;
    display: inline-flex;
    flex-wrap: wrap;
}
@media (max-width: 768px) {
    .cid-uHBFwrILad .nav-wrapper .list {
        display: block;
    }
}
.cid-uHBFwrILad .nav-wrapper .list .item-wrap {
    margin: 8px 0 8px 24px;
    position: relative;
}
.cid-uHBFwrILad .nav-wrapper .list .item-wrap:hover::before,
.cid-uHBFwrILad .nav-wrapper .list .item-wrap:focus::before {
    width: 100%;
}
.cid-uHBFwrILad .nav-wrapper .list .item-wrap::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #000000;
    transition: all 0.3s ease-in-out;
}
.cid-uHBFwrILad .nav-wrapper .list .item-wrap:first-child {
    margin-left: 0;
}
@media (max-width: 768px) {
    .cid-uHBFwrILad .nav-wrapper .list .item-wrap {
        margin: 0 0 12px 0;
        width: fit-content;
    }
    .cid-uHBFwrILad .nav-wrapper .list .item-wrap:last-child {
        margin-bottom: 0;
    }
}
.cid-uHBFwrILad .mbr-copy {
    color: #000000;
}
.cid-uHBFwrILad .list,
.cid-uHBFwrILad .nav-wrapper {
    color: #ffffff;
    text-align: right;
}
@media (max-width: 992px) {
    .cid-uHBFwrILad .list,
    .cid-uHBFwrILad .nav-wrapper {
        text-align: left;
    }
}
.cid-uHBFwrILad .list,
.cid-uHBFwrILad .item-wrap,
.cid-uHBFwrILad .nav-wrapper {
    color: #000000;
}