Gestionnaire de fichiers - Editer - /home/pactamm/update/mobirise.tar
Arrière
css/mbr-additional.css 0000604 00000401534 14756000434 0010742 0 ustar 00 .btn { border-width: 2px; } body { font-family: Jost; } .display-1 { font-family: 'Jost', sans-serif; font-size: 4rem; line-height: 1.1; } .display-1 > .mbr-iconfont { font-size: 5rem; } .display-2 { font-family: 'Jost', sans-serif; font-size: 3rem; line-height: 1.1; } .display-2 > .mbr-iconfont { font-size: 3.75rem; } .display-4 { font-family: 'Jost', sans-serif; font-size: 1.1rem; line-height: 1.5; } .display-4 > .mbr-iconfont { font-size: 1.375rem; } .display-5 { font-family: 'Jost', sans-serif; font-size: 2rem; line-height: 1.5; } .display-5 > .mbr-iconfont { font-size: 2.5rem; } .display-7 { font-family: 'Jost', sans-serif; font-size: 1.2rem; line-height: 1.5; } .display-7 > .mbr-iconfont { font-size: 1.5rem; } /* ---- Fluid typography for mobile devices ---- */ /* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */ /* 100vw - current viewport width */ /* (48 - 20) 48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */ /* 0.65 - min scale variable, may vary */ @media (max-width: 992px) { .display-1 { font-size: 3.2rem; } } @media (max-width: 768px) { .display-1 { font-size: 2.8rem; font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))); line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)))); } .display-2 { font-size: 2.4rem; font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))); line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)))); } .display-4 { font-size: 0.88rem; font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))); line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)))); } .display-5 { font-size: 1.6rem; font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))); line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)))); } .display-7 { font-size: 0.96rem; font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))); line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)))); } } /* Buttons */ .btn { padding: 0.6rem 1.2rem; border-radius: 4px; } .btn-sm { padding: 0.6rem 1.2rem; border-radius: 4px; } .btn-md { padding: 0.6rem 1.2rem; border-radius: 4px; } .btn-lg { padding: 1rem 2.6rem; border-radius: 4px; } .bg-primary { background-color: #d6e3fb !important; } .bg-success { background-color: #1c4f0e !important; } .bg-info { background-color: #112fc8 !important; } .bg-warning { background-color: #ffe161 !important; } .bg-danger { background-color: #ff9966 !important; } .btn-primary, .btn-primary:active { background-color: #d6e3fb !important; border-color: #d6e3fb !important; color: #134fbf !important; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2); } .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary.active { color: #ffffff !important; background-color: #87adf3 !important; border-color: #87adf3 !important; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2); } .btn-primary.disabled, .btn-primary:disabled { color: #134fbf !important; background-color: #87adf3 !important; border-color: #87adf3 !important; } .btn-secondary, .btn-secondary:active { background-color: #ff6666 !important; border-color: #ff6666 !important; color: #ffffff !important; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2); } .btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary.active { color: #ffffff !important; background-color: #ff0f0f !important; border-color: #ff0f0f !important; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2); } .btn-secondary.disabled, .btn-secondary:disabled { color: #ffffff !important; background-color: #ff0f0f !important; border-color: #ff0f0f !important; } .btn-info, .btn-info:active { background-color: #112fc8 !important; border-color: #112fc8 !important; color: #ffffff !important; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2); } .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info.active { color: #ffffff !important; background-color: #0a1c78 !important; border-color: #0a1c78 !important; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2); } .btn-info.disabled, .btn-info:disabled { color: #ffffff !important; background-color: #0a1c78 !important; border-color: #0a1c78 !important; } .btn-success, .btn-success:active { background-color: #1c4f0e !important; border-color: #1c4f0e !important; color: #ffffff !important; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2); } .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success.active { color: #ffffff !important; background-color: #020501 !important; border-color: #020501 !important; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2); } .btn-success.disabled, .btn-success:disabled { color: #ffffff !important; background-color: #020501 !important; border-color: #020501 !important; } .btn-warning, .btn-warning:active { background-color: #ffe161 !important; border-color: #ffe161 !important; color: #614f00 !important; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2); } .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning.active { color: #0a0800 !important; background-color: #ffd10a !important; border-color: #ffd10a !important; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2); } .btn-warning.disabled, .btn-warning:disabled { color: #614f00 !important; background-color: #ffd10a !important; border-color: #ffd10a !important; } .btn-danger, .btn-danger:active { background-color: #ff9966 !important; border-color: #ff9966 !important; color: #ffffff !important; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2); } .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger.active { color: #ffffff !important; background-color: #ff5f0f !important; border-color: #ff5f0f !important; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2); } .btn-danger.disabled, .btn-danger:disabled { color: #ffffff !important; background-color: #ff5f0f !important; border-color: #ff5f0f !important; } .btn-white, .btn-white:active { background-color: #fafafa !important; border-color: #fafafa !important; color: #7a7a7a !important; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2); } .btn-white:hover, .btn-white:focus, .btn-white.focus, .btn-white.active { color: #4f4f4f !important; background-color: #cfcfcf !important; border-color: #cfcfcf !important; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2); } .btn-white.disabled, .btn-white:disabled { color: #7a7a7a !important; background-color: #cfcfcf !important; border-color: #cfcfcf !important; } .btn-black, .btn-black:active { background-color: #232323 !important; border-color: #232323 !important; color: #ffffff !important; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2); } .btn-black:hover, .btn-black:focus, .btn-black.focus, .btn-black.active { color: #ffffff !important; background-color: #000000 !important; border-color: #000000 !important; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2); } .btn-black.disabled, .btn-black:disabled { color: #ffffff !important; background-color: #000000 !important; border-color: #000000 !important; } .btn-primary-outline, .btn-primary-outline:active { background-color: transparent !important; border-color: #d6e3fb; color: #d6e3fb; } .btn-primary-outline:hover, .btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline.active { color: #87adf3 !important; background-color: transparent!important; border-color: #87adf3 !important; box-shadow: none!important; } .btn-primary-outline.disabled, .btn-primary-outline:disabled { color: #134fbf !important; background-color: #d6e3fb !important; border-color: #d6e3fb !important; } .btn-secondary-outline, .btn-secondary-outline:active { background-color: transparent !important; border-color: #ff6666; color: #ff6666; } .btn-secondary-outline:hover, .btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline.active { color: #ff0f0f !important; background-color: transparent!important; border-color: #ff0f0f !important; box-shadow: none!important; } .btn-secondary-outline.disabled, .btn-secondary-outline:disabled { color: #ffffff !important; background-color: #ff6666 !important; border-color: #ff6666 !important; } .btn-info-outline, .btn-info-outline:active { background-color: transparent !important; border-color: #112fc8; color: #112fc8; } .btn-info-outline:hover, .btn-info-outline:focus, .btn-info-outline.focus, .btn-info-outline.active { color: #0a1c78 !important; background-color: transparent!important; border-color: #0a1c78 !important; box-shadow: none!important; } .btn-info-outline.disabled, .btn-info-outline:disabled { color: #ffffff !important; background-color: #112fc8 !important; border-color: #112fc8 !important; } .btn-success-outline, .btn-success-outline:active { background-color: transparent !important; border-color: #1c4f0e; color: #1c4f0e; } .btn-success-outline:hover, .btn-success-outline:focus, .btn-success-outline.focus, .btn-success-outline.active { color: #020501 !important; background-color: transparent!important; border-color: #020501 !important; box-shadow: none!important; } .btn-success-outline.disabled, .btn-success-outline:disabled { color: #ffffff !important; background-color: #1c4f0e !important; border-color: #1c4f0e !important; } .btn-warning-outline, .btn-warning-outline:active { background-color: transparent !important; border-color: #ffe161; color: #ffe161; } .btn-warning-outline:hover, .btn-warning-outline:focus, .btn-warning-outline.focus, .btn-warning-outline.active { color: #ffd10a !important; background-color: transparent!important; border-color: #ffd10a !important; box-shadow: none!important; } .btn-warning-outline.disabled, .btn-warning-outline:disabled { color: #614f00 !important; background-color: #ffe161 !important; border-color: #ffe161 !important; } .btn-danger-outline, .btn-danger-outline:active { background-color: transparent !important; border-color: #ff9966; color: #ff9966; } .btn-danger-outline:hover, .btn-danger-outline:focus, .btn-danger-outline.focus, .btn-danger-outline.active { color: #ff5f0f !important; background-color: transparent!important; border-color: #ff5f0f !important; box-shadow: none!important; } .btn-danger-outline.disabled, .btn-danger-outline:disabled { color: #ffffff !important; background-color: #ff9966 !important; border-color: #ff9966 !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: #d6e3fb !important; } .text-secondary { color: #ff6666 !important; } .text-success { color: #1c4f0e !important; } .text-info { color: #112fc8 !important; } .text-warning { color: #ffe161 !important; } .text-danger { color: #ff9966 !important; } .text-white { color: #fafafa !important; } .text-black { color: #232323 !important; } a.text-primary:hover, a.text-primary:focus, a.text-primary.active { color: #79a4f2 !important; } a.text-secondary:hover, a.text-secondary:focus, a.text-secondary.active { color: #ff0000 !important; } a.text-success:hover, a.text-success:focus, a.text-success.active { color: #000000 !important; } a.text-info:hover, a.text-info:focus, a.text-info.active { color: #09196a !important; } a.text-warning:hover, a.text-warning:focus, a.text-warning.active { color: #facb00 !important; } a.text-danger:hover, a.text-danger:focus, a.text-danger.active { color: #ff5500 !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) { transition: 0.2s; position: relative; background-image: linear-gradient(currentColor 50%, currentColor 50%); background-size: 10000px 2px; background-repeat: no-repeat; background-position: 0 1.2em; } .nav-tabs .nav-link.active { color: #d6e3fb; } .nav-tabs .nav-link:not(.active) { color: #232323; } .alert-success { background-color: #70c770; } .alert-info { background-color: #112fc8; } .alert-warning { background-color: #ffe161; } .alert-danger { background-color: #ff9966; } .mbr-section-btn a.btn:not(.btn-form) { border-radius: 100px; } .mbr-gallery-filter li a { border-radius: 100px !important; } .mbr-gallery-filter li.active .btn { background-color: #d6e3fb; border-color: #d6e3fb; color: #1559d7; } .mbr-gallery-filter li.active .btn:focus { box-shadow: none; } .nav-tabs .nav-link { border-radius: 100px !important; } a, a:hover { color: #d6e3fb; } .mbr-plan-header.bg-primary .mbr-plan-subtitle, .mbr-plan-header.bg-primary .mbr-plan-price-desc { color: #ffffff; } .mbr-plan-header.bg-success .mbr-plan-subtitle, .mbr-plan-header.bg-success .mbr-plan-price-desc { color: #7ce360; } .mbr-plan-header.bg-info .mbr-plan-subtitle, .mbr-plan-header.bg-info .mbr-plan-price-desc { color: #667df2; } .mbr-plan-header.bg-warning .mbr-plan-subtitle, .mbr-plan-header.bg-warning .mbr-plan-price-desc { color: #ffffff; } .mbr-plan-header.bg-danger .mbr-plan-subtitle, .mbr-plan-header.bg-danger .mbr-plan-price-desc { color: #ffffff; } /* Scroll to top button*/ #scrollToTop a { border-radius: 100px; } .form-control { font-family: 'Jost', sans-serif; font-size: 1.1rem; line-height: 1.5; font-weight: 400; } .form-control > .mbr-iconfont { font-size: 1.375rem; } .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: #d6e3fb !important; } .form-control:-webkit-input-placeholder { font-family: 'Jost', sans-serif; font-size: 1.1rem; line-height: 1.5; font-weight: 400; } .form-control:-webkit-input-placeholder > .mbr-iconfont { font-size: 1.375rem; } blockquote { border-color: #d6e3fb; } /* Forms */ .mbr-form .input-group-btn a.btn { border-radius: 100px !important; } .mbr-form .input-group-btn a.btn:hover { box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2); } .mbr-form .input-group-btn button[type="submit"] { border-radius: 100px !important; padding: 1rem 3rem; } .mbr-form .input-group-btn button[type="submit"]:hover { box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2); } .jq-selectbox li:hover, .jq-selectbox li.selected { background-color: #d6e3fb; color: #000000; } .jq-number__spin { transition: 0.25s ease; } .jq-number__spin:hover { border-color: #d6e3fb; } .jq-selectbox .jq-selectbox__trigger-arrow, .jq-number__spin.minus:after, .jq-number__spin.plus:after { transition: 0.4s; border-top-color: #353535; border-bottom-color: #353535; } .jq-selectbox:hover .jq-selectbox__trigger-arrow, .jq-number__spin.minus:hover:after, .jq-number__spin.plus:hover:after { border-top-color: #d6e3fb; border-bottom-color: #d6e3fb; } .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current { color: #000000 !important; background-color: #d6e3fb !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: #ff6666 !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='%23d6e3fb' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e"); } section.lazy-placeholder:after { opacity: 0.5; } body { overflow-x: hidden; } a { transition: color 0.6s; } .cid-sFCw1qGFAI .navbar-dropdown { position: relative !important; } .cid-sFCw1qGFAI .navbar-dropdown { position: absolute !important; } .cid-sFCw1qGFAI .dropdown-item:before { font-family: Moririse2 !important; content: "\e966"; display: inline-block; width: 0; position: absolute; left: 1rem; top: 0.5rem; margin-right: 0.5rem; line-height: 1; font-size: inherit; vertical-align: middle; text-align: center; overflow: hidden; transform: scale(0, 1); transition: all 0.25s ease-in-out; } .cid-sFCw1qGFAI .dropdown-menu { padding: 0; border-radius: 4px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); } .cid-sFCw1qGFAI .dropdown-item { border-bottom: 1px solid #e6e6e6; } .cid-sFCw1qGFAI .dropdown-item:hover, .cid-sFCw1qGFAI .dropdown-item:focus { background: #d6e3fb !important; color: white !important; } .cid-sFCw1qGFAI .dropdown-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } .cid-sFCw1qGFAI .dropdown-item:last-child { border-bottom: none; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .cid-sFCw1qGFAI .nav-dropdown .link { padding: 0 0.3em !important; margin: 0.667em 1em !important; } .cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after { margin-left: 0.5rem; margin-top: 0.2rem; } .cid-sFCw1qGFAI .nav-link { position: relative; } .cid-sFCw1qGFAI .container { display: flex; margin: auto; } .cid-sFCw1qGFAI .iconfont-wrapper { color: #000000 !important; font-size: 1.5rem; padding-right: 0.5rem; } .cid-sFCw1qGFAI .dropdown-menu, .cid-sFCw1qGFAI .navbar.opened { background: #bed3f9 !important; } .cid-sFCw1qGFAI .nav-item:focus, .cid-sFCw1qGFAI .nav-link:focus { outline: none; } .cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item { width: auto; transition: all 0.25s ease-in-out; } .cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { margin-right: 0.5rem; vertical-align: sub; } .cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { display: inline-block; transform: scale(1, 1); transition: all 0.25s ease-in-out; } .cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before { display: none; } .cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item { padding: 0.235em 1.5em 0.235em 1.5em !important; transition: none; margin: 0 !important; } .cid-sFCw1qGFAI .navbar { min-height: 70px; transition: all 0.3s; border-bottom: 1px solid transparent; position: absolute; background: rgba(190, 211, 249, 0.6); } .cid-sFCw1qGFAI .navbar.opened { transition: all 0.3s; } .cid-sFCw1qGFAI .navbar .dropdown-item { padding: 0.5rem 1.8rem; } .cid-sFCw1qGFAI .navbar .navbar-logo img { width: auto; } .cid-sFCw1qGFAI .navbar .navbar-collapse { justify-content: flex-end; z-index: 1; } .cid-sFCw1qGFAI .navbar.collapsed { justify-content: center; } .cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before { display: none; } .cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu { top: 0; } @media (min-width: 992px) { .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse { max-height: calc(98.5vh - 3rem); } } .cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after { right: auto; } .cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { margin-left: 0.5rem; margin-top: 0.2rem; border-top: 0.35em solid; border-right: 0.35em solid transparent; border-left: 0.35em solid transparent; border-bottom: 0; top: 41%; } .cid-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li { margin: auto; } .cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem; text-align: center; } .cid-sFCw1qGFAI .navbar.collapsed .icons-menu { padding-left: 0; padding-right: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } @media (max-width: 991px) { .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before { display: none; } .cid-sFCw1qGFAI .navbar.opened .dropdown-menu { top: 0; } .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after { right: auto; } .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { margin-left: 0.5rem; margin-top: 0.2rem; border-top: 0.35em solid; border-right: 0.35em solid transparent; border-left: 0.35em solid transparent; border-bottom: 0; top: 40%; } .cid-sFCw1qGFAI .navbar .navbar-logo img { height: 3rem !important; } .cid-sFCw1qGFAI .navbar ul.navbar-nav li { margin: auto; } .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem !important; text-align: center; } .cid-sFCw1qGFAI .navbar .navbar-brand { flex-shrink: initial; flex-basis: auto; word-break: break-word; padding-right: 2rem; } .cid-sFCw1qGFAI .navbar .navbar-toggler { flex-basis: auto; } .cid-sFCw1qGFAI .navbar .icons-menu { padding-left: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } } .cid-sFCw1qGFAI .navbar.navbar-short { min-height: 60px; } .cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img { height: 2.5rem !important; } .cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand { min-height: 60px; padding: 0; } .cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar-brand .navbar-caption { line-height: inherit !important; } .cid-sFCw1qGFAI .navbar-brand .navbar-logo a { outline: none; } .cid-sFCw1qGFAI .dropdown-item.active, .cid-sFCw1qGFAI .dropdown-item:active { background-color: transparent; } .cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link { padding: 0; } .cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle { margin-right: 1.667em; } .cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { margin-right: 0; padding: 0.667em 1.667em; } .cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu { background: #bed3f9; } .cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; left: 100%; } .cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu { display: block; } .cid-sFCw1qGFAI ul.navbar-nav { flex-wrap: wrap; } .cid-sFCw1qGFAI .navbar-buttons { text-align: center; min-width: 170px; } .cid-sFCw1qGFAI button.navbar-toggler { outline: none; width: 31px; height: 20px; cursor: pointer; transition: all 0.2s; position: relative; align-self: center; } .cid-sFCw1qGFAI button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #235d12; } .cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all 0.2s; } .cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all 0.15s; } .cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all 0.15s; } .cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all 0.2s; } .cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) { transform: rotate(45deg); transition: all 0.25s; } .cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) { transform: rotate(-45deg); transition: all 0.25s; } .cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-sFCw1qGFAI .navbar-dropdown { padding: 0 1rem; } .cid-sFCw1qGFAI a.nav-link { display: flex; align-items: center; justify-content: center; } .cid-sFCw1qGFAI .icons-menu { flex-wrap: nowrap; display: flex; justify-content: center; padding-left: 1rem; padding-right: 1rem; padding-top: 0.3rem; text-align: center; } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .cid-sFCw1qGFAI .navbar { height: 70px; } .cid-sFCw1qGFAI .navbar.opened { height: auto; } .cid-sFCw1qGFAI .nav-item .nav-link:hover::before { width: 175%; max-width: calc(100% + 2rem); left: -1rem; } } .cid-sFzxmVl7J6 { padding-top: 6rem; padding-bottom: 6rem; background-image: url("../../../assets/images/4404edf7-232f-4fd0-901f-41d31bdf00e6-2000x1125.jpg"); } .cid-sFzxmVl7J6 .row { flex-direction: row-reverse; } @media (max-width: 991px) { .cid-sFzxmVl7J6 .image-wrapper { margin-bottom: 2rem; } } .cid-sFzxmVl7J6 .image-wrapper img { width: 100%; object-fit: cover; } @media (min-width: 992px) { .cid-sFzxmVl7J6 .text-wrapper { padding: 0 2rem; } } @media (max-width: 768px) { .cid-sFzxmVl7J6 .text-wrapper { margin-bottom: 2rem; } } .cid-sFzxmVl7J6 .mbr-text, .cid-sFzxmVl7J6 .mbr-section-btn { color: #112fc8; } .cid-sFzxmVl7J6 .mbr-section-title { color: #112fc8; text-align: center; } .cid-sFzz5E692j { padding-top: 2rem; padding-bottom: 2rem; background-image: url("../../../assets/images/pactamazimg-3674-2000x1500.jpg"); } @media (max-width: 991px) { .cid-sFzz5E692j .image-wrapper { margin-bottom: 2rem; } } .cid-sFzz5E692j .image-wrapper img { width: 100%; object-fit: cover; } @media (min-width: 992px) { .cid-sFzz5E692j .text-wrapper { padding: 0 2rem; } } @media (max-width: 768px) { .cid-sFzz5E692j .text-wrapper { margin-bottom: 2rem; } } .cid-sFzz5E692j .mbr-text, .cid-sFzz5E692j .mbr-section-btn { color: #112fc8; text-align: left; } .cid-sFzFvgBfc0 { padding-top: 1rem; padding-bottom: 4rem; background-image: url("../../../assets/images/img-4148-2000x1500.jpg"); } .cid-sFzFvgBfc0 .mbr-overlay { background: #fafafa; opacity: 0.7; } .cid-sFzFvgBfc0 img, .cid-sFzFvgBfc0 .item-img { width: 100%; } .cid-sFzFvgBfc0 .item:focus, .cid-sFzFvgBfc0 span:focus { outline: none; } .cid-sFzFvgBfc0 .item { cursor: pointer; margin-bottom: 2rem; } .cid-sFzFvgBfc0 .item-wrapper { position: relative; border-radius: 4px; background: #ffffff; height: 100%; display: flex; flex-flow: column nowrap; } @media (min-width: 992px) { .cid-sFzFvgBfc0 .item-wrapper .item-content { padding: 2rem; } } @media (max-width: 991px) { .cid-sFzFvgBfc0 .item-wrapper .item-content { padding: 1rem; } } .cid-sFzFvgBfc0 .mbr-section-btn { margin-top: auto !important; } .cid-sFzFvgBfc0 .mbr-section-title { color: #112fc8; } .cid-sFzFvgBfc0 .mbr-text, .cid-sFzFvgBfc0 .mbr-section-btn { text-align: center; color: #112fc8; } .cid-sFzFvgBfc0 .item-title { text-align: center; color: #112fc8; } .cid-sFzFvgBfc0 .item-subtitle { text-align: left; } .cid-sFzIA7KGYz { padding-top: 1rem; padding-bottom: 1rem; background-image: url("../../../assets/images/img-4802-2000x2667.jpg"); } .cid-sFzIA7KGYz .image-wrapper { display: flex; align-items: center; } .cid-sFzIA7KGYz .card-wrapper { margin-bottom: 2rem; display: flex; border-radius: 4px; background: #ffffff; } @media (max-width: 991px) { .cid-sFzIA7KGYz .card-wrapper { padding: 1rem 2rem; } } @media (min-width: 992px) { .cid-sFzIA7KGYz .card-wrapper { padding: 2rem 4rem; } } .cid-sFzIA7KGYz .mbr-iconfont { font-size: 4rem; padding-right: 1.5rem; color: #d6e3fb; } .cid-sFzIA7KGYz .mbr-section-title { color: #468c32; } .cid-sFzIA7KGYz .card-title { color: #112fc8; text-align: center; } .cid-sFzIA7KGYz P { color: #112fc8; text-align: center; } .cid-ujruCe4RsM { padding-top: 6rem; padding-bottom: 6rem; background-image: url("../../../assets/images/mbr-3-1920x1280.jpg"); } .cid-ujruCe4RsM .mbr-overlay { background-color: #ffffff; opacity: 0.4; } .cid-ujruCe4RsM form .mbr-section-btn { text-align: center; width: 100%; } .cid-ujruCe4RsM form .mbr-section-btn .btn { display: inline-flex; } @media (max-width: 991px) { .cid-ujruCe4RsM form .mbr-section-btn .btn { width: 100%; } } .cid-ujruCe4RsM .mbr-section-title { color: #112fc8; } .cid-u5pArR3xC3 { padding-top: 5rem; padding-bottom: 5rem; background-image: url("../../../assets/images/img-4152-2000x1500.png"); } .cid-u5pArR3xC3 .mbr-fallback-image.disabled { display: none; } .cid-u5pArR3xC3 .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } @media (max-width: 767px) { .cid-u5pArR3xC3 .row { flex-direction: column-reverse; } .cid-u5pArR3xC3 .row .map-wrapper { margin-bottom: 2rem; } } .cid-u5pArR3xC3 .google-map { height: 100%; position: relative; } .cid-u5pArR3xC3 .google-map iframe { height: 100%; width: 100%; } .cid-u5pArR3xC3 .google-map [data-state-details] { color: #6b6763; height: 1.5em; margin-top: -0.75em; padding-left: 1.25rem; padding-right: 1.25rem; position: absolute; text-align: center; top: 50%; width: 100%; } .cid-u5pArR3xC3 .google-map[data-state] { background: #e9e5dc; } .cid-u5pArR3xC3 .google-map[data-state="loading"] [data-state-details] { display: none; } .cid-u5pArR3xC3 .image-wrapper { display: flex; align-items: center; } .cid-u5pArR3xC3 .card-wrapper { display: flex; border-radius: 4px; background: #fafafa; } .cid-u5pArR3xC3 .card-wrapper:not(:nth-last-child(1)) { margin-bottom: 2rem; } @media (max-width: 991px) { .cid-u5pArR3xC3 .card-wrapper { padding: 1rem 2rem; } } @media (min-width: 992px) { .cid-u5pArR3xC3 .card-wrapper { padding: 2rem 4rem; } } .cid-u5pArR3xC3 .mbr-iconfont { font-size: 2rem; padding-right: 1.5rem; color: #d6e3fb; } .cid-u5pArR3xC3 .card-title { color: #112fc8; } .cid-u5pArR3xC3 P { color: #112fc8; } .cid-ua9d7nq6fT { padding-top: 2rem; padding-bottom: 2rem; background-image: url("../../../assets/images/img-4797-2000x2667.jpeg"); } .cid-ua9d7nq6fT .mbr-overlay { background: #fafafa; opacity: 0.7; } .cid-ua9d7nq6fT img, .cid-ua9d7nq6fT .item-img { height: 100%; object-fit: cover; } .cid-ua9d7nq6fT .item:focus, .cid-ua9d7nq6fT span:focus { outline: none; } .cid-ua9d7nq6fT .item { cursor: pointer; margin-bottom: 2rem; } .cid-ua9d7nq6fT .item-wrapper { position: relative; border-radius: 4px; background: #fafafa; height: 100%; display: flex; flex-flow: column nowrap; } @media (min-width: 992px) { .cid-ua9d7nq6fT .item-wrapper .item-content { padding: 2rem; } } @media (max-width: 991px) { .cid-ua9d7nq6fT .item-wrapper .item-content { padding: 1rem; } } .cid-ua9d7nq6fT .mbr-section-btn { margin-top: auto !important; } .cid-ua9d7nq6fT .mbr-section-title { color: #232323; } .cid-ua9d7nq6fT .mbr-text, .cid-ua9d7nq6fT .mbr-section-btn { text-align: center; } .cid-ua9d7nq6fT .item-title { text-align: center; } .cid-ua9d7nq6fT .item-subtitle { text-align: center; color: #232323; } .cid-u9mas5g588 { padding-top: 30px; padding-bottom: 30px; background-color: #a6b9a0; overflow: hidden; } .cid-utsFxyIil7 .navbar-dropdown { position: relative !important; } .cid-utsFxyIil7 .navbar-dropdown { position: absolute !important; } .cid-utsFxyIil7 .dropdown-item:before { font-family: Moririse2 !important; content: "\e966"; display: inline-block; width: 0; position: absolute; left: 1rem; top: 0.5rem; margin-right: 0.5rem; line-height: 1; font-size: inherit; vertical-align: middle; text-align: center; overflow: hidden; transform: scale(0, 1); transition: all 0.25s ease-in-out; } .cid-utsFxyIil7 .dropdown-menu { padding: 0; border-radius: 4px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); } .cid-utsFxyIil7 .dropdown-item { border-bottom: 1px solid #e6e6e6; } .cid-utsFxyIil7 .dropdown-item:hover, .cid-utsFxyIil7 .dropdown-item:focus { background: #d6e3fb !important; color: white !important; } .cid-utsFxyIil7 .dropdown-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } .cid-utsFxyIil7 .dropdown-item:last-child { border-bottom: none; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .cid-utsFxyIil7 .nav-dropdown .link { padding: 0 0.3em !important; margin: 0.667em 1em !important; } .cid-utsFxyIil7 .nav-dropdown .link.dropdown-toggle::after { margin-left: 0.5rem; margin-top: 0.2rem; } .cid-utsFxyIil7 .nav-link { position: relative; } .cid-utsFxyIil7 .container { display: flex; margin: auto; } .cid-utsFxyIil7 .iconfont-wrapper { color: #000000 !important; font-size: 1.5rem; padding-right: 0.5rem; } .cid-utsFxyIil7 .dropdown-menu, .cid-utsFxyIil7 .navbar.opened { background: #bed3f9 !important; } .cid-utsFxyIil7 .nav-item:focus, .cid-utsFxyIil7 .nav-link:focus { outline: none; } .cid-utsFxyIil7 .dropdown .dropdown-menu .dropdown-item { width: auto; transition: all 0.25s ease-in-out; } .cid-utsFxyIil7 .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-utsFxyIil7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { margin-right: 0.5rem; vertical-align: sub; } .cid-utsFxyIil7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { display: inline-block; transform: scale(1, 1); transition: all 0.25s ease-in-out; } .cid-utsFxyIil7 .collapsed .dropdown-menu .dropdown-item:before { display: none; } .cid-utsFxyIil7 .collapsed .dropdown .dropdown-menu .dropdown-item { padding: 0.235em 1.5em 0.235em 1.5em !important; transition: none; margin: 0 !important; } .cid-utsFxyIil7 .navbar { min-height: 70px; transition: all 0.3s; border-bottom: 1px solid transparent; position: absolute; background: rgba(190, 211, 249, 0.6); } .cid-utsFxyIil7 .navbar.opened { transition: all 0.3s; } .cid-utsFxyIil7 .navbar .dropdown-item { padding: 0.5rem 1.8rem; } .cid-utsFxyIil7 .navbar .navbar-logo img { width: auto; } .cid-utsFxyIil7 .navbar .navbar-collapse { justify-content: flex-end; z-index: 1; } .cid-utsFxyIil7 .navbar.collapsed { justify-content: center; } .cid-utsFxyIil7 .navbar.collapsed .nav-item .nav-link::before { display: none; } .cid-utsFxyIil7 .navbar.collapsed.opened .dropdown-menu { top: 0; } @media (min-width: 992px) { .cid-utsFxyIil7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse { max-height: calc(98.5vh - 3rem); } } .cid-utsFxyIil7 .navbar.collapsed .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-utsFxyIil7 .navbar.collapsed .dropdown-menu .dropdown-item:after { right: auto; } .cid-utsFxyIil7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { margin-left: 0.5rem; margin-top: 0.2rem; border-top: 0.35em solid; border-right: 0.35em solid transparent; border-left: 0.35em solid transparent; border-bottom: 0; top: 41%; } .cid-utsFxyIil7 .navbar.collapsed ul.navbar-nav li { margin: auto; } .cid-utsFxyIil7 .navbar.collapsed .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem; text-align: center; } .cid-utsFxyIil7 .navbar.collapsed .icons-menu { padding-left: 0; padding-right: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } @media (max-width: 991px) { .cid-utsFxyIil7 .navbar .nav-item .nav-link::before { display: none; } .cid-utsFxyIil7 .navbar.opened .dropdown-menu { top: 0; } .cid-utsFxyIil7 .navbar .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-utsFxyIil7 .navbar .dropdown-menu .dropdown-item:after { right: auto; } .cid-utsFxyIil7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { margin-left: 0.5rem; margin-top: 0.2rem; border-top: 0.35em solid; border-right: 0.35em solid transparent; border-left: 0.35em solid transparent; border-bottom: 0; top: 40%; } .cid-utsFxyIil7 .navbar .navbar-logo img { height: 3rem !important; } .cid-utsFxyIil7 .navbar ul.navbar-nav li { margin: auto; } .cid-utsFxyIil7 .navbar .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem !important; text-align: center; } .cid-utsFxyIil7 .navbar .navbar-brand { flex-shrink: initial; flex-basis: auto; word-break: break-word; padding-right: 2rem; } .cid-utsFxyIil7 .navbar .navbar-toggler { flex-basis: auto; } .cid-utsFxyIil7 .navbar .icons-menu { padding-left: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } } .cid-utsFxyIil7 .navbar.navbar-short { min-height: 60px; } .cid-utsFxyIil7 .navbar.navbar-short .navbar-logo img { height: 2.5rem !important; } .cid-utsFxyIil7 .navbar.navbar-short .navbar-brand { min-height: 60px; padding: 0; } .cid-utsFxyIil7 .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-utsFxyIil7 .navbar-brand .navbar-caption { line-height: inherit !important; } .cid-utsFxyIil7 .navbar-brand .navbar-logo a { outline: none; } .cid-utsFxyIil7 .dropdown-item.active, .cid-utsFxyIil7 .dropdown-item:active { background-color: transparent; } .cid-utsFxyIil7 .navbar-expand-lg .navbar-nav .nav-link { padding: 0; } .cid-utsFxyIil7 .nav-dropdown .link.dropdown-toggle { margin-right: 1.667em; } .cid-utsFxyIil7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { margin-right: 0; padding: 0.667em 1.667em; } .cid-utsFxyIil7 .navbar.navbar-expand-lg .dropdown .dropdown-menu { background: #bed3f9; } .cid-utsFxyIil7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; left: 100%; } .cid-utsFxyIil7 .navbar .dropdown.open > .dropdown-menu { display: block; } .cid-utsFxyIil7 ul.navbar-nav { flex-wrap: wrap; } .cid-utsFxyIil7 .navbar-buttons { text-align: center; min-width: 170px; } .cid-utsFxyIil7 button.navbar-toggler { outline: none; width: 31px; height: 20px; cursor: pointer; transition: all 0.2s; position: relative; align-self: center; } .cid-utsFxyIil7 button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #235d12; } .cid-utsFxyIil7 button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all 0.2s; } .cid-utsFxyIil7 button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all 0.15s; } .cid-utsFxyIil7 button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all 0.15s; } .cid-utsFxyIil7 button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all 0.2s; } .cid-utsFxyIil7 nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-utsFxyIil7 nav.opened .hamburger span:nth-child(2) { transform: rotate(45deg); transition: all 0.25s; } .cid-utsFxyIil7 nav.opened .hamburger span:nth-child(3) { transform: rotate(-45deg); transition: all 0.25s; } .cid-utsFxyIil7 nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-utsFxyIil7 .navbar-dropdown { padding: 0 1rem; } .cid-utsFxyIil7 a.nav-link { display: flex; align-items: center; justify-content: center; } .cid-utsFxyIil7 .icons-menu { flex-wrap: nowrap; display: flex; justify-content: center; padding-left: 1rem; padding-right: 1rem; padding-top: 0.3rem; text-align: center; } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .cid-utsFxyIil7 .navbar { height: 70px; } .cid-utsFxyIil7 .navbar.opened { height: auto; } .cid-utsFxyIil7 .nav-item .nav-link:hover::before { width: 175%; max-width: calc(100% + 2rem); left: -1rem; } } .cid-utsGwyFJIS { padding-top: 8rem; padding-bottom: 8rem; background-image: url("../../../assets/images/mbr-1920x1211.jpg"); } .cid-utsGwyFJIS .mbr-fallback-image.disabled { display: none; } .cid-utsGwyFJIS .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-utsGwyFJIS .item-wrapper { display: flex; align-items: center; margin-bottom: 2rem; } .cid-utsGwyFJIS .icon-box { background: #4479d9; width: 60px; min-width: 60px; height: 60px; border-radius: 50%; margin-right: 1rem; display: flex; justify-content: center; align-items: center; } .cid-utsGwyFJIS .mbr-iconfont { font-size: 2rem; color: #ffffff; } @media (max-width: 991px) { .cid-utsGwyFJIS .card { margin-bottom: 2rem; } .cid-utsGwyFJIS .card-wrapper { margin-bottom: 2rem; } .cid-utsGwyFJIS .item-wrapper { margin-bottom: 2rem; } } .cid-utsGwyFJIS .card-title, .cid-utsGwyFJIS .card-box { color: #112fc8; text-align: center; } .cid-utsGwyFJIS .icon-text { color: #112fc8; } .cid-utsGwyFJIS .icon-title { color: #112fc8; text-align: center; } .cid-utsGwyFJIS .mbr-text, .cid-utsGwyFJIS .mbr-section-btn { color: #112fc8; } .cid-utsFxzhrZE { padding-top: 1rem; padding-bottom: 1rem; background-image: url("../../../assets/images/img-4802-2000x2667.jpg"); } .cid-utsFxzhrZE .image-wrapper { display: flex; align-items: center; } .cid-utsFxzhrZE .card-wrapper { margin-bottom: 2rem; display: flex; border-radius: 4px; background: #ffffff; } @media (max-width: 991px) { .cid-utsFxzhrZE .card-wrapper { padding: 1rem 2rem; } } @media (min-width: 992px) { .cid-utsFxzhrZE .card-wrapper { padding: 2rem 4rem; } } .cid-utsFxzhrZE .mbr-iconfont { font-size: 4rem; padding-right: 1.5rem; color: #d6e3fb; } .cid-utsFxzhrZE .mbr-section-title { color: #468c32; } .cid-utsFxzhrZE .card-title { color: #1c4f0e; text-align: center; } .cid-utsFxzhrZE P { color: #468c32; text-align: center; } .cid-utsFxzzYJL { padding-top: 6rem; padding-bottom: 6rem; background-image: url("../../../assets/images/mbr-3-1920x1280.jpg"); } .cid-utsFxzzYJL .mbr-overlay { background-color: #ffffff; opacity: 0.4; } .cid-utsFxzzYJL form .mbr-section-btn { text-align: center; width: 100%; } .cid-utsFxzzYJL form .mbr-section-btn .btn { display: inline-flex; } @media (max-width: 991px) { .cid-utsFxzzYJL form .mbr-section-btn .btn { width: 100%; } } .cid-utsFxzzYJL .mbr-section-title { color: #1c4f0e; } .cid-utsFxzHhF4 { padding-top: 5rem; padding-bottom: 5rem; background-image: url("../../../assets/images/img-4152-2000x1500.png"); } .cid-utsFxzHhF4 .mbr-fallback-image.disabled { display: none; } .cid-utsFxzHhF4 .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } @media (max-width: 767px) { .cid-utsFxzHhF4 .row { flex-direction: column-reverse; } .cid-utsFxzHhF4 .row .map-wrapper { margin-bottom: 2rem; } } .cid-utsFxzHhF4 .google-map { height: 100%; position: relative; } .cid-utsFxzHhF4 .google-map iframe { height: 100%; width: 100%; } .cid-utsFxzHhF4 .google-map [data-state-details] { color: #6b6763; height: 1.5em; margin-top: -0.75em; padding-left: 1.25rem; padding-right: 1.25rem; position: absolute; text-align: center; top: 50%; width: 100%; } .cid-utsFxzHhF4 .google-map[data-state] { background: #e9e5dc; } .cid-utsFxzHhF4 .google-map[data-state="loading"] [data-state-details] { display: none; } .cid-utsFxzHhF4 .image-wrapper { display: flex; align-items: center; } .cid-utsFxzHhF4 .card-wrapper { display: flex; border-radius: 4px; background: #fafafa; } .cid-utsFxzHhF4 .card-wrapper:not(:nth-last-child(1)) { margin-bottom: 2rem; } @media (max-width: 991px) { .cid-utsFxzHhF4 .card-wrapper { padding: 1rem 2rem; } } @media (min-width: 992px) { .cid-utsFxzHhF4 .card-wrapper { padding: 2rem 4rem; } } .cid-utsFxzHhF4 .mbr-iconfont { font-size: 2rem; padding-right: 1.5rem; color: #d6e3fb; } .cid-utsFxzHhF4 .card-title { color: #468c32; } .cid-utsFxzHhF4 P { color: #468c32; } .cid-utsFxzULRe { padding-top: 2rem; padding-bottom: 2rem; background-image: url("../../../assets/images/img-4797-2000x2667.jpeg"); } .cid-utsFxzULRe .mbr-overlay { background: #fafafa; opacity: 0.7; } .cid-utsFxzULRe img, .cid-utsFxzULRe .item-img { height: 100%; object-fit: cover; } .cid-utsFxzULRe .item:focus, .cid-utsFxzULRe span:focus { outline: none; } .cid-utsFxzULRe .item { cursor: pointer; margin-bottom: 2rem; } .cid-utsFxzULRe .item-wrapper { position: relative; border-radius: 4px; background: #fafafa; height: 100%; display: flex; flex-flow: column nowrap; } @media (min-width: 992px) { .cid-utsFxzULRe .item-wrapper .item-content { padding: 2rem; } } @media (max-width: 991px) { .cid-utsFxzULRe .item-wrapper .item-content { padding: 1rem; } } .cid-utsFxzULRe .mbr-section-btn { margin-top: auto !important; } .cid-utsFxzULRe .mbr-section-title { color: #232323; } .cid-utsFxzULRe .mbr-text, .cid-utsFxzULRe .mbr-section-btn { text-align: center; } .cid-utsFxzULRe .item-title { text-align: center; } .cid-utsFxzULRe .item-subtitle { text-align: center; color: #232323; } .cid-utsFxAb4ed { padding-top: 30px; padding-bottom: 30px; background-color: #a6b9a0; overflow: hidden; } .cid-utsFEpyRu2 .navbar-dropdown { position: relative !important; } .cid-utsFEpyRu2 .navbar-dropdown { position: absolute !important; } .cid-utsFEpyRu2 .dropdown-item:before { font-family: Moririse2 !important; content: "\e966"; display: inline-block; width: 0; position: absolute; left: 1rem; top: 0.5rem; margin-right: 0.5rem; line-height: 1; font-size: inherit; vertical-align: middle; text-align: center; overflow: hidden; transform: scale(0, 1); transition: all 0.25s ease-in-out; } .cid-utsFEpyRu2 .dropdown-menu { padding: 0; border-radius: 4px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); } .cid-utsFEpyRu2 .dropdown-item { border-bottom: 1px solid #e6e6e6; } .cid-utsFEpyRu2 .dropdown-item:hover, .cid-utsFEpyRu2 .dropdown-item:focus { background: #d6e3fb !important; color: white !important; } .cid-utsFEpyRu2 .dropdown-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } .cid-utsFEpyRu2 .dropdown-item:last-child { border-bottom: none; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .cid-utsFEpyRu2 .nav-dropdown .link { padding: 0 0.3em !important; margin: 0.667em 1em !important; } .cid-utsFEpyRu2 .nav-dropdown .link.dropdown-toggle::after { margin-left: 0.5rem; margin-top: 0.2rem; } .cid-utsFEpyRu2 .nav-link { position: relative; } .cid-utsFEpyRu2 .container { display: flex; margin: auto; } .cid-utsFEpyRu2 .iconfont-wrapper { color: #000000 !important; font-size: 1.5rem; padding-right: 0.5rem; } .cid-utsFEpyRu2 .dropdown-menu, .cid-utsFEpyRu2 .navbar.opened { background: #bed3f9 !important; } .cid-utsFEpyRu2 .nav-item:focus, .cid-utsFEpyRu2 .nav-link:focus { outline: none; } .cid-utsFEpyRu2 .dropdown .dropdown-menu .dropdown-item { width: auto; transition: all 0.25s ease-in-out; } .cid-utsFEpyRu2 .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-utsFEpyRu2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { margin-right: 0.5rem; vertical-align: sub; } .cid-utsFEpyRu2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { display: inline-block; transform: scale(1, 1); transition: all 0.25s ease-in-out; } .cid-utsFEpyRu2 .collapsed .dropdown-menu .dropdown-item:before { display: none; } .cid-utsFEpyRu2 .collapsed .dropdown .dropdown-menu .dropdown-item { padding: 0.235em 1.5em 0.235em 1.5em !important; transition: none; margin: 0 !important; } .cid-utsFEpyRu2 .navbar { min-height: 70px; transition: all 0.3s; border-bottom: 1px solid transparent; position: absolute; background: rgba(190, 211, 249, 0.6); } .cid-utsFEpyRu2 .navbar.opened { transition: all 0.3s; } .cid-utsFEpyRu2 .navbar .dropdown-item { padding: 0.5rem 1.8rem; } .cid-utsFEpyRu2 .navbar .navbar-logo img { width: auto; } .cid-utsFEpyRu2 .navbar .navbar-collapse { justify-content: flex-end; z-index: 1; } .cid-utsFEpyRu2 .navbar.collapsed { justify-content: center; } .cid-utsFEpyRu2 .navbar.collapsed .nav-item .nav-link::before { display: none; } .cid-utsFEpyRu2 .navbar.collapsed.opened .dropdown-menu { top: 0; } @media (min-width: 992px) { .cid-utsFEpyRu2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse { max-height: calc(98.5vh - 3rem); } } .cid-utsFEpyRu2 .navbar.collapsed .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-utsFEpyRu2 .navbar.collapsed .dropdown-menu .dropdown-item:after { right: auto; } .cid-utsFEpyRu2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { margin-left: 0.5rem; margin-top: 0.2rem; border-top: 0.35em solid; border-right: 0.35em solid transparent; border-left: 0.35em solid transparent; border-bottom: 0; top: 41%; } .cid-utsFEpyRu2 .navbar.collapsed ul.navbar-nav li { margin: auto; } .cid-utsFEpyRu2 .navbar.collapsed .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem; text-align: center; } .cid-utsFEpyRu2 .navbar.collapsed .icons-menu { padding-left: 0; padding-right: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } @media (max-width: 991px) { .cid-utsFEpyRu2 .navbar .nav-item .nav-link::before { display: none; } .cid-utsFEpyRu2 .navbar.opened .dropdown-menu { top: 0; } .cid-utsFEpyRu2 .navbar .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-utsFEpyRu2 .navbar .dropdown-menu .dropdown-item:after { right: auto; } .cid-utsFEpyRu2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { margin-left: 0.5rem; margin-top: 0.2rem; border-top: 0.35em solid; border-right: 0.35em solid transparent; border-left: 0.35em solid transparent; border-bottom: 0; top: 40%; } .cid-utsFEpyRu2 .navbar .navbar-logo img { height: 3rem !important; } .cid-utsFEpyRu2 .navbar ul.navbar-nav li { margin: auto; } .cid-utsFEpyRu2 .navbar .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem !important; text-align: center; } .cid-utsFEpyRu2 .navbar .navbar-brand { flex-shrink: initial; flex-basis: auto; word-break: break-word; padding-right: 2rem; } .cid-utsFEpyRu2 .navbar .navbar-toggler { flex-basis: auto; } .cid-utsFEpyRu2 .navbar .icons-menu { padding-left: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } } .cid-utsFEpyRu2 .navbar.navbar-short { min-height: 60px; } .cid-utsFEpyRu2 .navbar.navbar-short .navbar-logo img { height: 2.5rem !important; } .cid-utsFEpyRu2 .navbar.navbar-short .navbar-brand { min-height: 60px; padding: 0; } .cid-utsFEpyRu2 .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-utsFEpyRu2 .navbar-brand .navbar-caption { line-height: inherit !important; } .cid-utsFEpyRu2 .navbar-brand .navbar-logo a { outline: none; } .cid-utsFEpyRu2 .dropdown-item.active, .cid-utsFEpyRu2 .dropdown-item:active { background-color: transparent; } .cid-utsFEpyRu2 .navbar-expand-lg .navbar-nav .nav-link { padding: 0; } .cid-utsFEpyRu2 .nav-dropdown .link.dropdown-toggle { margin-right: 1.667em; } .cid-utsFEpyRu2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { margin-right: 0; padding: 0.667em 1.667em; } .cid-utsFEpyRu2 .navbar.navbar-expand-lg .dropdown .dropdown-menu { background: #bed3f9; } .cid-utsFEpyRu2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; left: 100%; } .cid-utsFEpyRu2 .navbar .dropdown.open > .dropdown-menu { display: block; } .cid-utsFEpyRu2 ul.navbar-nav { flex-wrap: wrap; } .cid-utsFEpyRu2 .navbar-buttons { text-align: center; min-width: 170px; } .cid-utsFEpyRu2 button.navbar-toggler { outline: none; width: 31px; height: 20px; cursor: pointer; transition: all 0.2s; position: relative; align-self: center; } .cid-utsFEpyRu2 button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #235d12; } .cid-utsFEpyRu2 button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all 0.2s; } .cid-utsFEpyRu2 button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all 0.15s; } .cid-utsFEpyRu2 button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all 0.15s; } .cid-utsFEpyRu2 button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all 0.2s; } .cid-utsFEpyRu2 nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-utsFEpyRu2 nav.opened .hamburger span:nth-child(2) { transform: rotate(45deg); transition: all 0.25s; } .cid-utsFEpyRu2 nav.opened .hamburger span:nth-child(3) { transform: rotate(-45deg); transition: all 0.25s; } .cid-utsFEpyRu2 nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-utsFEpyRu2 .navbar-dropdown { padding: 0 1rem; } .cid-utsFEpyRu2 a.nav-link { display: flex; align-items: center; justify-content: center; } .cid-utsFEpyRu2 .icons-menu { flex-wrap: nowrap; display: flex; justify-content: center; padding-left: 1rem; padding-right: 1rem; padding-top: 0.3rem; text-align: center; } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .cid-utsFEpyRu2 .navbar { height: 70px; } .cid-utsFEpyRu2 .navbar.opened { height: auto; } .cid-utsFEpyRu2 .nav-item .nav-link:hover::before { width: 175%; max-width: calc(100% + 2rem); left: -1rem; } } .cid-utsQozKS4b { padding-top: 6rem; padding-bottom: 6rem; background-image: url("../../../assets/images/4404edf7-232f-4fd0-901f-41d31bdf00e6-2000x1125.jpg"); } .cid-utsQozKS4b .mbr-fallback-image.disabled { display: none; } .cid-utsQozKS4b .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-utsQozKS4b .content-wrapper { background: #fafafa; } @media (max-width: 991px) { .cid-utsQozKS4b .content-wrapper .row { flex-direction: column-reverse; } .cid-utsQozKS4b .content-wrapper .image-wrapper { margin-bottom: 2rem; } } @media (max-width: 767px) { .cid-utsQozKS4b .content-wrapper { padding: 1rem; } } @media (min-width: 768px) and (max-width: 991px) { .cid-utsQozKS4b .content-wrapper { padding: 2rem; } } @media (min-width: 992px) { .cid-utsQozKS4b .content-wrapper { padding: 5rem 3rem; } .cid-utsQozKS4b .content-wrapper .text-wrapper { padding-right: 2rem; } } .cid-utsQozKS4b .image-wrapper img { width: 100%; object-fit: cover; } .cid-utsQozKS4b .card-title { color: #112fc8; text-align: center; } .cid-utsQozKS4b .mbr-text, .cid-utsQozKS4b .mbr-section-btn { color: #112fc8; } .cid-utsFEpZ4ZY { padding-top: 1rem; padding-bottom: 1rem; background-image: url("../../../assets/images/img-4802-2000x2667.jpg"); } .cid-utsFEpZ4ZY .image-wrapper { display: flex; align-items: center; } .cid-utsFEpZ4ZY .card-wrapper { margin-bottom: 2rem; display: flex; border-radius: 4px; background: #ffffff; } @media (max-width: 991px) { .cid-utsFEpZ4ZY .card-wrapper { padding: 1rem 2rem; } } @media (min-width: 992px) { .cid-utsFEpZ4ZY .card-wrapper { padding: 2rem 4rem; } } .cid-utsFEpZ4ZY .mbr-iconfont { font-size: 4rem; padding-right: 1.5rem; color: #d6e3fb; } .cid-utsFEpZ4ZY .mbr-section-title { color: #468c32; } .cid-utsFEpZ4ZY .card-title { color: #112fc8; text-align: center; } .cid-utsFEpZ4ZY P { color: #112fc8; text-align: center; } .cid-utsFEqc8H0 { padding-top: 6rem; padding-bottom: 6rem; background-image: url("../../../assets/images/mbr-3-1920x1280.jpg"); } .cid-utsFEqc8H0 .mbr-overlay { background-color: #ffffff; opacity: 0.4; } .cid-utsFEqc8H0 form .mbr-section-btn { text-align: center; width: 100%; } .cid-utsFEqc8H0 form .mbr-section-btn .btn { display: inline-flex; } @media (max-width: 991px) { .cid-utsFEqc8H0 form .mbr-section-btn .btn { width: 100%; } } .cid-utsFEqc8H0 .mbr-section-title { color: #112fc8; } .cid-utsFEqmFPf { padding-top: 5rem; padding-bottom: 5rem; background-image: url("../../../assets/images/img-4152-2000x1500.png"); } .cid-utsFEqmFPf .mbr-fallback-image.disabled { display: none; } .cid-utsFEqmFPf .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } @media (max-width: 767px) { .cid-utsFEqmFPf .row { flex-direction: column-reverse; } .cid-utsFEqmFPf .row .map-wrapper { margin-bottom: 2rem; } } .cid-utsFEqmFPf .google-map { height: 100%; position: relative; } .cid-utsFEqmFPf .google-map iframe { height: 100%; width: 100%; } .cid-utsFEqmFPf .google-map [data-state-details] { color: #6b6763; height: 1.5em; margin-top: -0.75em; padding-left: 1.25rem; padding-right: 1.25rem; position: absolute; text-align: center; top: 50%; width: 100%; } .cid-utsFEqmFPf .google-map[data-state] { background: #e9e5dc; } .cid-utsFEqmFPf .google-map[data-state="loading"] [data-state-details] { display: none; } .cid-utsFEqmFPf .image-wrapper { display: flex; align-items: center; } .cid-utsFEqmFPf .card-wrapper { display: flex; border-radius: 4px; background: #fafafa; } .cid-utsFEqmFPf .card-wrapper:not(:nth-last-child(1)) { margin-bottom: 2rem; } @media (max-width: 991px) { .cid-utsFEqmFPf .card-wrapper { padding: 1rem 2rem; } } @media (min-width: 992px) { .cid-utsFEqmFPf .card-wrapper { padding: 2rem 4rem; } } .cid-utsFEqmFPf .mbr-iconfont { font-size: 2rem; padding-right: 1.5rem; color: #d6e3fb; } .cid-utsFEqmFPf .card-title { color: #112fc8; } .cid-utsFEqmFPf P { color: #112fc8; } .cid-utsFEqDSqv { padding-top: 2rem; padding-bottom: 2rem; background-image: url("../../../assets/images/img-4797-2000x2667.jpeg"); } .cid-utsFEqDSqv .mbr-overlay { background: #fafafa; opacity: 0.7; } .cid-utsFEqDSqv img, .cid-utsFEqDSqv .item-img { height: 100%; object-fit: cover; } .cid-utsFEqDSqv .item:focus, .cid-utsFEqDSqv span:focus { outline: none; } .cid-utsFEqDSqv .item { cursor: pointer; margin-bottom: 2rem; } .cid-utsFEqDSqv .item-wrapper { position: relative; border-radius: 4px; background: #fafafa; height: 100%; display: flex; flex-flow: column nowrap; } @media (min-width: 992px) { .cid-utsFEqDSqv .item-wrapper .item-content { padding: 2rem; } } @media (max-width: 991px) { .cid-utsFEqDSqv .item-wrapper .item-content { padding: 1rem; } } .cid-utsFEqDSqv .mbr-section-btn { margin-top: auto !important; } .cid-utsFEqDSqv .mbr-section-title { color: #232323; } .cid-utsFEqDSqv .mbr-text, .cid-utsFEqDSqv .mbr-section-btn { text-align: center; } .cid-utsFEqDSqv .item-title { text-align: center; } .cid-utsFEqDSqv .item-subtitle { text-align: center; color: #232323; } .cid-utsFEqS07D { padding-top: 30px; padding-bottom: 30px; background-color: #a6b9a0; overflow: hidden; } .cid-utnZYXWSG0 .navbar-dropdown { position: relative !important; } .cid-utnZYXWSG0 .navbar-dropdown { position: absolute !important; } .cid-utnZYXWSG0 .dropdown-item:before { font-family: Moririse2 !important; content: "\e966"; display: inline-block; width: 0; position: absolute; left: 1rem; top: 0.5rem; margin-right: 0.5rem; line-height: 1; font-size: inherit; vertical-align: middle; text-align: center; overflow: hidden; transform: scale(0, 1); transition: all 0.25s ease-in-out; } .cid-utnZYXWSG0 .dropdown-menu { padding: 0; border-radius: 4px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); } .cid-utnZYXWSG0 .dropdown-item { border-bottom: 1px solid #e6e6e6; } .cid-utnZYXWSG0 .dropdown-item:hover, .cid-utnZYXWSG0 .dropdown-item:focus { background: #d6e3fb !important; color: white !important; } .cid-utnZYXWSG0 .dropdown-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } .cid-utnZYXWSG0 .dropdown-item:last-child { border-bottom: none; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .cid-utnZYXWSG0 .nav-dropdown .link { padding: 0 0.3em !important; margin: 0.667em 1em !important; } .cid-utnZYXWSG0 .nav-dropdown .link.dropdown-toggle::after { margin-left: 0.5rem; margin-top: 0.2rem; } .cid-utnZYXWSG0 .nav-link { position: relative; } .cid-utnZYXWSG0 .container { display: flex; margin: auto; } .cid-utnZYXWSG0 .iconfont-wrapper { color: #000000 !important; font-size: 1.5rem; padding-right: 0.5rem; } .cid-utnZYXWSG0 .dropdown-menu, .cid-utnZYXWSG0 .navbar.opened { background: #bed3f9 !important; } .cid-utnZYXWSG0 .nav-item:focus, .cid-utnZYXWSG0 .nav-link:focus { outline: none; } .cid-utnZYXWSG0 .dropdown .dropdown-menu .dropdown-item { width: auto; transition: all 0.25s ease-in-out; } .cid-utnZYXWSG0 .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-utnZYXWSG0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { margin-right: 0.5rem; vertical-align: sub; } .cid-utnZYXWSG0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { display: inline-block; transform: scale(1, 1); transition: all 0.25s ease-in-out; } .cid-utnZYXWSG0 .collapsed .dropdown-menu .dropdown-item:before { display: none; } .cid-utnZYXWSG0 .collapsed .dropdown .dropdown-menu .dropdown-item { padding: 0.235em 1.5em 0.235em 1.5em !important; transition: none; margin: 0 !important; } .cid-utnZYXWSG0 .navbar { min-height: 70px; transition: all 0.3s; border-bottom: 1px solid transparent; position: absolute; background: rgba(190, 211, 249, 0.6); } .cid-utnZYXWSG0 .navbar.opened { transition: all 0.3s; } .cid-utnZYXWSG0 .navbar .dropdown-item { padding: 0.5rem 1.8rem; } .cid-utnZYXWSG0 .navbar .navbar-logo img { width: auto; } .cid-utnZYXWSG0 .navbar .navbar-collapse { justify-content: flex-end; z-index: 1; } .cid-utnZYXWSG0 .navbar.collapsed { justify-content: center; } .cid-utnZYXWSG0 .navbar.collapsed .nav-item .nav-link::before { display: none; } .cid-utnZYXWSG0 .navbar.collapsed.opened .dropdown-menu { top: 0; } @media (min-width: 992px) { .cid-utnZYXWSG0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse { max-height: calc(98.5vh - 3rem); } } .cid-utnZYXWSG0 .navbar.collapsed .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-utnZYXWSG0 .navbar.collapsed .dropdown-menu .dropdown-item:after { right: auto; } .cid-utnZYXWSG0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { margin-left: 0.5rem; margin-top: 0.2rem; border-top: 0.35em solid; border-right: 0.35em solid transparent; border-left: 0.35em solid transparent; border-bottom: 0; top: 41%; } .cid-utnZYXWSG0 .navbar.collapsed ul.navbar-nav li { margin: auto; } .cid-utnZYXWSG0 .navbar.collapsed .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem; text-align: center; } .cid-utnZYXWSG0 .navbar.collapsed .icons-menu { padding-left: 0; padding-right: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } @media (max-width: 991px) { .cid-utnZYXWSG0 .navbar .nav-item .nav-link::before { display: none; } .cid-utnZYXWSG0 .navbar.opened .dropdown-menu { top: 0; } .cid-utnZYXWSG0 .navbar .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-utnZYXWSG0 .navbar .dropdown-menu .dropdown-item:after { right: auto; } .cid-utnZYXWSG0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { margin-left: 0.5rem; margin-top: 0.2rem; border-top: 0.35em solid; border-right: 0.35em solid transparent; border-left: 0.35em solid transparent; border-bottom: 0; top: 40%; } .cid-utnZYXWSG0 .navbar .navbar-logo img { height: 3rem !important; } .cid-utnZYXWSG0 .navbar ul.navbar-nav li { margin: auto; } .cid-utnZYXWSG0 .navbar .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem !important; text-align: center; } .cid-utnZYXWSG0 .navbar .navbar-brand { flex-shrink: initial; flex-basis: auto; word-break: break-word; padding-right: 2rem; } .cid-utnZYXWSG0 .navbar .navbar-toggler { flex-basis: auto; } .cid-utnZYXWSG0 .navbar .icons-menu { padding-left: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } } .cid-utnZYXWSG0 .navbar.navbar-short { min-height: 60px; } .cid-utnZYXWSG0 .navbar.navbar-short .navbar-logo img { height: 2.5rem !important; } .cid-utnZYXWSG0 .navbar.navbar-short .navbar-brand { min-height: 60px; padding: 0; } .cid-utnZYXWSG0 .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-utnZYXWSG0 .navbar-brand .navbar-caption { line-height: inherit !important; } .cid-utnZYXWSG0 .navbar-brand .navbar-logo a { outline: none; } .cid-utnZYXWSG0 .dropdown-item.active, .cid-utnZYXWSG0 .dropdown-item:active { background-color: transparent; } .cid-utnZYXWSG0 .navbar-expand-lg .navbar-nav .nav-link { padding: 0; } .cid-utnZYXWSG0 .nav-dropdown .link.dropdown-toggle { margin-right: 1.667em; } .cid-utnZYXWSG0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { margin-right: 0; padding: 0.667em 1.667em; } .cid-utnZYXWSG0 .navbar.navbar-expand-lg .dropdown .dropdown-menu { background: #bed3f9; } .cid-utnZYXWSG0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; left: 100%; } .cid-utnZYXWSG0 .navbar .dropdown.open > .dropdown-menu { display: block; } .cid-utnZYXWSG0 ul.navbar-nav { flex-wrap: wrap; } .cid-utnZYXWSG0 .navbar-buttons { text-align: center; min-width: 170px; } .cid-utnZYXWSG0 button.navbar-toggler { outline: none; width: 31px; height: 20px; cursor: pointer; transition: all 0.2s; position: relative; align-self: center; } .cid-utnZYXWSG0 button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #235d12; } .cid-utnZYXWSG0 button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all 0.2s; } .cid-utnZYXWSG0 button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all 0.15s; } .cid-utnZYXWSG0 button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all 0.15s; } .cid-utnZYXWSG0 button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all 0.2s; } .cid-utnZYXWSG0 nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-utnZYXWSG0 nav.opened .hamburger span:nth-child(2) { transform: rotate(45deg); transition: all 0.25s; } .cid-utnZYXWSG0 nav.opened .hamburger span:nth-child(3) { transform: rotate(-45deg); transition: all 0.25s; } .cid-utnZYXWSG0 nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-utnZYXWSG0 .navbar-dropdown { padding: 0 1rem; } .cid-utnZYXWSG0 a.nav-link { display: flex; align-items: center; justify-content: center; } .cid-utnZYXWSG0 .icons-menu { flex-wrap: nowrap; display: flex; justify-content: center; padding-left: 1rem; padding-right: 1rem; padding-top: 0.3rem; text-align: center; } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .cid-utnZYXWSG0 .navbar { height: 70px; } .cid-utnZYXWSG0 .navbar.opened { height: auto; } .cid-utnZYXWSG0 .nav-item .nav-link:hover::before { width: 175%; max-width: calc(100% + 2rem); left: -1rem; } } .cid-utnZYYlslb { padding-top: 4rem; padding-bottom: 4rem; background-image: url("../../../assets/images/img-4148-2000x1500.jpg"); } .cid-utnZYYlslb .mbr-overlay { background: #fafafa; opacity: 0.7; } .cid-utnZYYlslb img, .cid-utnZYYlslb .item-img { width: 100%; } .cid-utnZYYlslb .item:focus, .cid-utnZYYlslb span:focus { outline: none; } .cid-utnZYYlslb .item { cursor: pointer; margin-bottom: 2rem; } .cid-utnZYYlslb .item-wrapper { position: relative; border-radius: 4px; background: #d6e3fb; height: 100%; display: flex; flex-flow: column nowrap; } @media (min-width: 992px) { .cid-utnZYYlslb .item-wrapper .item-content { padding: 2rem 2rem 0; } .cid-utnZYYlslb .item-wrapper .item-footer { padding: 0 2rem 2rem; } } @media (max-width: 991px) { .cid-utnZYYlslb .item-wrapper .item-content { padding: 1rem 1rem 0; } .cid-utnZYYlslb .item-wrapper .item-footer { padding: 0 1rem 1rem; } } .cid-utnZYYlslb .mbr-section-btn { margin-top: auto !important; } .cid-utnZYYlslb .mbr-section-title { color: #1c4f0e; } .cid-utnZYYlslb .mbr-text, .cid-utnZYYlslb .mbr-section-btn { text-align: center; } .cid-utnZYYlslb .item-title { text-align: center; color: #112fc8; } .cid-utnZYYlslb .item-subtitle { text-align: left; } .cid-utnZYYFmQO { padding-top: 1rem; padding-bottom: 1rem; background-image: url("../../../assets/images/img-4802-2000x2667.jpg"); } .cid-utnZYYFmQO .image-wrapper { display: flex; align-items: center; } .cid-utnZYYFmQO .card-wrapper { margin-bottom: 2rem; display: flex; border-radius: 4px; background: #ffffff; } @media (max-width: 991px) { .cid-utnZYYFmQO .card-wrapper { padding: 1rem 2rem; } } @media (min-width: 992px) { .cid-utnZYYFmQO .card-wrapper { padding: 2rem 4rem; } } .cid-utnZYYFmQO .mbr-iconfont { font-size: 4rem; padding-right: 1.5rem; color: #d6e3fb; } .cid-utnZYYFmQO .mbr-section-title { color: #468c32; } .cid-utnZYYFmQO .card-title { color: #112fc8; text-align: center; } .cid-utnZYYFmQO P { color: #112fc8; text-align: center; } .cid-utnZYZ1Soz { padding-top: 6rem; padding-bottom: 6rem; background-image: url("../../../assets/images/mbr-3-1920x1280.jpg"); } .cid-utnZYZ1Soz .mbr-overlay { background-color: #ffffff; opacity: 0.4; } .cid-utnZYZ1Soz form .mbr-section-btn { text-align: center; width: 100%; } .cid-utnZYZ1Soz form .mbr-section-btn .btn { display: inline-flex; } @media (max-width: 991px) { .cid-utnZYZ1Soz form .mbr-section-btn .btn { width: 100%; } } .cid-utnZYZ1Soz .mbr-section-title { color: #112fc8; } .cid-utnZYZgN4f { padding-top: 5rem; padding-bottom: 5rem; background-image: url("../../../assets/images/img-4152-2000x1500.png"); } .cid-utnZYZgN4f .mbr-fallback-image.disabled { display: none; } .cid-utnZYZgN4f .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } @media (max-width: 767px) { .cid-utnZYZgN4f .row { flex-direction: column-reverse; } .cid-utnZYZgN4f .row .map-wrapper { margin-bottom: 2rem; } } .cid-utnZYZgN4f .google-map { height: 100%; position: relative; } .cid-utnZYZgN4f .google-map iframe { height: 100%; width: 100%; } .cid-utnZYZgN4f .google-map [data-state-details] { color: #6b6763; height: 1.5em; margin-top: -0.75em; padding-left: 1.25rem; padding-right: 1.25rem; position: absolute; text-align: center; top: 50%; width: 100%; } .cid-utnZYZgN4f .google-map[data-state] { background: #e9e5dc; } .cid-utnZYZgN4f .google-map[data-state="loading"] [data-state-details] { display: none; } .cid-utnZYZgN4f .image-wrapper { display: flex; align-items: center; } .cid-utnZYZgN4f .card-wrapper { display: flex; border-radius: 4px; background: #fafafa; } .cid-utnZYZgN4f .card-wrapper:not(:nth-last-child(1)) { margin-bottom: 2rem; } @media (max-width: 991px) { .cid-utnZYZgN4f .card-wrapper { padding: 1rem 2rem; } } @media (min-width: 992px) { .cid-utnZYZgN4f .card-wrapper { padding: 2rem 4rem; } } .cid-utnZYZgN4f .mbr-iconfont { font-size: 2rem; padding-right: 1.5rem; color: #d6e3fb; } .cid-utnZYZgN4f .card-title { color: #112fc8; } .cid-utnZYZgN4f P { color: #4479d9; } .cid-utnZYZBPzJ { padding-top: 2rem; padding-bottom: 2rem; background-image: url("../../../assets/images/img-4797-2000x2667.jpeg"); } .cid-utnZYZBPzJ .mbr-overlay { background: #fafafa; opacity: 0.7; } .cid-utnZYZBPzJ img, .cid-utnZYZBPzJ .item-img { height: 100%; object-fit: cover; } .cid-utnZYZBPzJ .item:focus, .cid-utnZYZBPzJ span:focus { outline: none; } .cid-utnZYZBPzJ .item { cursor: pointer; margin-bottom: 2rem; } .cid-utnZYZBPzJ .item-wrapper { position: relative; border-radius: 4px; background: #fafafa; height: 100%; display: flex; flex-flow: column nowrap; } @media (min-width: 992px) { .cid-utnZYZBPzJ .item-wrapper .item-content { padding: 2rem; } } @media (max-width: 991px) { .cid-utnZYZBPzJ .item-wrapper .item-content { padding: 1rem; } } .cid-utnZYZBPzJ .mbr-section-btn { margin-top: auto !important; } .cid-utnZYZBPzJ .mbr-section-title { color: #232323; } .cid-utnZYZBPzJ .mbr-text, .cid-utnZYZBPzJ .mbr-section-btn { text-align: center; } .cid-utnZYZBPzJ .item-title { text-align: center; } .cid-utnZYZBPzJ .item-subtitle { text-align: center; color: #232323; } .cid-utnZZ05vLe { padding-top: 30px; padding-bottom: 30px; background-color: #a6b9a0; overflow: hidden; } .cid-utnXuj5uYc .navbar-dropdown { position: relative !important; } .cid-utnXuj5uYc .navbar-dropdown { position: absolute !important; } .cid-utnXuj5uYc .dropdown-item:before { font-family: Moririse2 !important; content: "\e966"; display: inline-block; width: 0; position: absolute; left: 1rem; top: 0.5rem; margin-right: 0.5rem; line-height: 1; font-size: inherit; vertical-align: middle; text-align: center; overflow: hidden; transform: scale(0, 1); transition: all 0.25s ease-in-out; } .cid-utnXuj5uYc .dropdown-menu { padding: 0; border-radius: 4px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); } .cid-utnXuj5uYc .dropdown-item { border-bottom: 1px solid #e6e6e6; } .cid-utnXuj5uYc .dropdown-item:hover, .cid-utnXuj5uYc .dropdown-item:focus { background: #d6e3fb !important; color: white !important; } .cid-utnXuj5uYc .dropdown-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } .cid-utnXuj5uYc .dropdown-item:last-child { border-bottom: none; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .cid-utnXuj5uYc .nav-dropdown .link { padding: 0 0.3em !important; margin: 0.667em 1em !important; } .cid-utnXuj5uYc .nav-dropdown .link.dropdown-toggle::after { margin-left: 0.5rem; margin-top: 0.2rem; } .cid-utnXuj5uYc .nav-link { position: relative; } .cid-utnXuj5uYc .container { display: flex; margin: auto; } .cid-utnXuj5uYc .iconfont-wrapper { color: #000000 !important; font-size: 1.5rem; padding-right: 0.5rem; } .cid-utnXuj5uYc .dropdown-menu, .cid-utnXuj5uYc .navbar.opened { background: #bed3f9 !important; } .cid-utnXuj5uYc .nav-item:focus, .cid-utnXuj5uYc .nav-link:focus { outline: none; } .cid-utnXuj5uYc .dropdown .dropdown-menu .dropdown-item { width: auto; transition: all 0.25s ease-in-out; } .cid-utnXuj5uYc .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-utnXuj5uYc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { margin-right: 0.5rem; vertical-align: sub; } .cid-utnXuj5uYc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { display: inline-block; transform: scale(1, 1); transition: all 0.25s ease-in-out; } .cid-utnXuj5uYc .collapsed .dropdown-menu .dropdown-item:before { display: none; } .cid-utnXuj5uYc .collapsed .dropdown .dropdown-menu .dropdown-item { padding: 0.235em 1.5em 0.235em 1.5em !important; transition: none; margin: 0 !important; } .cid-utnXuj5uYc .navbar { min-height: 70px; transition: all 0.3s; border-bottom: 1px solid transparent; position: absolute; background: rgba(190, 211, 249, 0.6); } .cid-utnXuj5uYc .navbar.opened { transition: all 0.3s; } .cid-utnXuj5uYc .navbar .dropdown-item { padding: 0.5rem 1.8rem; } .cid-utnXuj5uYc .navbar .navbar-logo img { width: auto; } .cid-utnXuj5uYc .navbar .navbar-collapse { justify-content: flex-end; z-index: 1; } .cid-utnXuj5uYc .navbar.collapsed { justify-content: center; } .cid-utnXuj5uYc .navbar.collapsed .nav-item .nav-link::before { display: none; } .cid-utnXuj5uYc .navbar.collapsed.opened .dropdown-menu { top: 0; } @media (min-width: 992px) { .cid-utnXuj5uYc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse { max-height: calc(98.5vh - 3rem); } } .cid-utnXuj5uYc .navbar.collapsed .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-utnXuj5uYc .navbar.collapsed .dropdown-menu .dropdown-item:after { right: auto; } .cid-utnXuj5uYc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { margin-left: 0.5rem; margin-top: 0.2rem; border-top: 0.35em solid; border-right: 0.35em solid transparent; border-left: 0.35em solid transparent; border-bottom: 0; top: 41%; } .cid-utnXuj5uYc .navbar.collapsed ul.navbar-nav li { margin: auto; } .cid-utnXuj5uYc .navbar.collapsed .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem; text-align: center; } .cid-utnXuj5uYc .navbar.collapsed .icons-menu { padding-left: 0; padding-right: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } @media (max-width: 991px) { .cid-utnXuj5uYc .navbar .nav-item .nav-link::before { display: none; } .cid-utnXuj5uYc .navbar.opened .dropdown-menu { top: 0; } .cid-utnXuj5uYc .navbar .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-utnXuj5uYc .navbar .dropdown-menu .dropdown-item:after { right: auto; } .cid-utnXuj5uYc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { margin-left: 0.5rem; margin-top: 0.2rem; border-top: 0.35em solid; border-right: 0.35em solid transparent; border-left: 0.35em solid transparent; border-bottom: 0; top: 40%; } .cid-utnXuj5uYc .navbar .navbar-logo img { height: 3rem !important; } .cid-utnXuj5uYc .navbar ul.navbar-nav li { margin: auto; } .cid-utnXuj5uYc .navbar .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem !important; text-align: center; } .cid-utnXuj5uYc .navbar .navbar-brand { flex-shrink: initial; flex-basis: auto; word-break: break-word; padding-right: 2rem; } .cid-utnXuj5uYc .navbar .navbar-toggler { flex-basis: auto; } .cid-utnXuj5uYc .navbar .icons-menu { padding-left: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } } .cid-utnXuj5uYc .navbar.navbar-short { min-height: 60px; } .cid-utnXuj5uYc .navbar.navbar-short .navbar-logo img { height: 2.5rem !important; } .cid-utnXuj5uYc .navbar.navbar-short .navbar-brand { min-height: 60px; padding: 0; } .cid-utnXuj5uYc .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-utnXuj5uYc .navbar-brand .navbar-caption { line-height: inherit !important; } .cid-utnXuj5uYc .navbar-brand .navbar-logo a { outline: none; } .cid-utnXuj5uYc .dropdown-item.active, .cid-utnXuj5uYc .dropdown-item:active { background-color: transparent; } .cid-utnXuj5uYc .navbar-expand-lg .navbar-nav .nav-link { padding: 0; } .cid-utnXuj5uYc .nav-dropdown .link.dropdown-toggle { margin-right: 1.667em; } .cid-utnXuj5uYc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { margin-right: 0; padding: 0.667em 1.667em; } .cid-utnXuj5uYc .navbar.navbar-expand-lg .dropdown .dropdown-menu { background: #bed3f9; } .cid-utnXuj5uYc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; left: 100%; } .cid-utnXuj5uYc .navbar .dropdown.open > .dropdown-menu { display: block; } .cid-utnXuj5uYc ul.navbar-nav { flex-wrap: wrap; } .cid-utnXuj5uYc .navbar-buttons { text-align: center; min-width: 170px; } .cid-utnXuj5uYc button.navbar-toggler { outline: none; width: 31px; height: 20px; cursor: pointer; transition: all 0.2s; position: relative; align-self: center; } .cid-utnXuj5uYc button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #235d12; } .cid-utnXuj5uYc button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all 0.2s; } .cid-utnXuj5uYc button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all 0.15s; } .cid-utnXuj5uYc button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all 0.15s; } .cid-utnXuj5uYc button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all 0.2s; } .cid-utnXuj5uYc nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-utnXuj5uYc nav.opened .hamburger span:nth-child(2) { transform: rotate(45deg); transition: all 0.25s; } .cid-utnXuj5uYc nav.opened .hamburger span:nth-child(3) { transform: rotate(-45deg); transition: all 0.25s; } .cid-utnXuj5uYc nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-utnXuj5uYc .navbar-dropdown { padding: 0 1rem; } .cid-utnXuj5uYc a.nav-link { display: flex; align-items: center; justify-content: center; } .cid-utnXuj5uYc .icons-menu { flex-wrap: nowrap; display: flex; justify-content: center; padding-left: 1rem; padding-right: 1rem; padding-top: 0.3rem; text-align: center; } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .cid-utnXuj5uYc .navbar { height: 70px; } .cid-utnXuj5uYc .navbar.opened { height: auto; } .cid-utnXuj5uYc .nav-item .nav-link:hover::before { width: 175%; max-width: calc(100% + 2rem); left: -1rem; } } .cid-utnXujKrx3 { padding-top: 4rem; padding-bottom: 4rem; background-image: url("../../../assets/images/img-4148-2000x1500.jpg"); } .cid-utnXujKrx3 .mbr-overlay { background: #fafafa; opacity: 0.6; } .cid-utnXujKrx3 img, .cid-utnXujKrx3 .item-img { width: 100%; } .cid-utnXujKrx3 .item:focus, .cid-utnXujKrx3 span:focus { outline: none; } .cid-utnXujKrx3 .item { cursor: pointer; margin-bottom: 2rem; } .cid-utnXujKrx3 .item-wrapper { position: relative; border-radius: 4px; background: #d6e3fb; height: 100%; display: flex; flex-flow: column nowrap; } @media (min-width: 992px) { .cid-utnXujKrx3 .item-wrapper .item-content { padding: 2rem 2rem 0; } .cid-utnXujKrx3 .item-wrapper .item-footer { padding: 0 2rem 2rem; } } @media (max-width: 991px) { .cid-utnXujKrx3 .item-wrapper .item-content { padding: 1rem 1rem 0; } .cid-utnXujKrx3 .item-wrapper .item-footer { padding: 0 1rem 1rem; } } .cid-utnXujKrx3 .mbr-section-btn { margin-top: auto !important; } .cid-utnXujKrx3 .mbr-section-title { color: #1c4f0e; } .cid-utnXujKrx3 .mbr-text, .cid-utnXujKrx3 .mbr-section-btn { text-align: center; } .cid-utnXujKrx3 .item-title { text-align: center; color: #112fc8; } .cid-utnXujKrx3 .item-subtitle { text-align: left; } .cid-utnXuk0gvM { padding-top: 1rem; padding-bottom: 1rem; background-image: url("../../../assets/images/img-4802-2000x2667.jpg"); } .cid-utnXuk0gvM .image-wrapper { display: flex; align-items: center; } .cid-utnXuk0gvM .card-wrapper { margin-bottom: 2rem; display: flex; border-radius: 4px; background: #ffffff; } @media (max-width: 991px) { .cid-utnXuk0gvM .card-wrapper { padding: 1rem 2rem; } } @media (min-width: 992px) { .cid-utnXuk0gvM .card-wrapper { padding: 2rem 4rem; } } .cid-utnXuk0gvM .mbr-iconfont { font-size: 4rem; padding-right: 1.5rem; color: #d6e3fb; } .cid-utnXuk0gvM .mbr-section-title { color: #468c32; } .cid-utnXuk0gvM .card-title { color: #112fc8; text-align: center; } .cid-utnXuk0gvM P { color: #112fc8; text-align: center; } .cid-utnXukeRvT { padding-top: 6rem; padding-bottom: 6rem; background-image: url("../../../assets/images/mbr-3-1920x1280.jpg"); } .cid-utnXukeRvT .mbr-overlay { background-color: #ffffff; opacity: 0.4; } .cid-utnXukeRvT form .mbr-section-btn { text-align: center; width: 100%; } .cid-utnXukeRvT form .mbr-section-btn .btn { display: inline-flex; } @media (max-width: 991px) { .cid-utnXukeRvT form .mbr-section-btn .btn { width: 100%; } } .cid-utnXukeRvT .mbr-section-title { color: #112fc8; } .cid-utnXuknz8O { padding-top: 5rem; padding-bottom: 5rem; background-image: url("../../../assets/images/img-4152-2000x1500.png"); } .cid-utnXuknz8O .mbr-fallback-image.disabled { display: none; } .cid-utnXuknz8O .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } @media (max-width: 767px) { .cid-utnXuknz8O .row { flex-direction: column-reverse; } .cid-utnXuknz8O .row .map-wrapper { margin-bottom: 2rem; } } .cid-utnXuknz8O .google-map { height: 100%; position: relative; } .cid-utnXuknz8O .google-map iframe { height: 100%; width: 100%; } .cid-utnXuknz8O .google-map [data-state-details] { color: #6b6763; height: 1.5em; margin-top: -0.75em; padding-left: 1.25rem; padding-right: 1.25rem; position: absolute; text-align: center; top: 50%; width: 100%; } .cid-utnXuknz8O .google-map[data-state] { background: #e9e5dc; } .cid-utnXuknz8O .google-map[data-state="loading"] [data-state-details] { display: none; } .cid-utnXuknz8O .image-wrapper { display: flex; align-items: center; } .cid-utnXuknz8O .card-wrapper { display: flex; border-radius: 4px; background: #fafafa; } .cid-utnXuknz8O .card-wrapper:not(:nth-last-child(1)) { margin-bottom: 2rem; } @media (max-width: 991px) { .cid-utnXuknz8O .card-wrapper { padding: 1rem 2rem; } } @media (min-width: 992px) { .cid-utnXuknz8O .card-wrapper { padding: 2rem 4rem; } } .cid-utnXuknz8O .mbr-iconfont { font-size: 2rem; padding-right: 1.5rem; color: #d6e3fb; } .cid-utnXuknz8O .card-title { color: #112fc8; } .cid-utnXuknz8O P { color: #112fc8; } .cid-utnXukD8KR { padding-top: 2rem; padding-bottom: 2rem; background-image: url("../../../assets/images/img-4797-2000x2667.jpeg"); } .cid-utnXukD8KR .mbr-overlay { background: #fafafa; opacity: 0.7; } .cid-utnXukD8KR img, .cid-utnXukD8KR .item-img { height: 100%; object-fit: cover; } .cid-utnXukD8KR .item:focus, .cid-utnXukD8KR span:focus { outline: none; } .cid-utnXukD8KR .item { cursor: pointer; margin-bottom: 2rem; } .cid-utnXukD8KR .item-wrapper { position: relative; border-radius: 4px; background: #fafafa; height: 100%; display: flex; flex-flow: column nowrap; } @media (min-width: 992px) { .cid-utnXukD8KR .item-wrapper .item-content { padding: 2rem; } } @media (max-width: 991px) { .cid-utnXukD8KR .item-wrapper .item-content { padding: 1rem; } } .cid-utnXukD8KR .mbr-section-btn { margin-top: auto !important; } .cid-utnXukD8KR .mbr-section-title { color: #232323; } .cid-utnXukD8KR .mbr-text, .cid-utnXukD8KR .mbr-section-btn { text-align: center; } .cid-utnXukD8KR .item-title { text-align: center; } .cid-utnXukD8KR .item-subtitle { text-align: center; color: #232323; } .cid-utnXukU3e4 { padding-top: 30px; padding-bottom: 30px; background-color: #a6b9a0; overflow: hidden; } .cid-utsFKtSWiA .navbar-dropdown { position: relative !important; } .cid-utsFKtSWiA .navbar-dropdown { position: absolute !important; } .cid-utsFKtSWiA .dropdown-item:before { font-family: Moririse2 !important; content: "\e966"; display: inline-block; width: 0; position: absolute; left: 1rem; top: 0.5rem; margin-right: 0.5rem; line-height: 1; font-size: inherit; vertical-align: middle; text-align: center; overflow: hidden; transform: scale(0, 1); transition: all 0.25s ease-in-out; } .cid-utsFKtSWiA .dropdown-menu { padding: 0; border-radius: 4px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); } .cid-utsFKtSWiA .dropdown-item { border-bottom: 1px solid #e6e6e6; } .cid-utsFKtSWiA .dropdown-item:hover, .cid-utsFKtSWiA .dropdown-item:focus { background: #d6e3fb !important; color: white !important; } .cid-utsFKtSWiA .dropdown-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } .cid-utsFKtSWiA .dropdown-item:last-child { border-bottom: none; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .cid-utsFKtSWiA .nav-dropdown .link { padding: 0 0.3em !important; margin: 0.667em 1em !important; } .cid-utsFKtSWiA .nav-dropdown .link.dropdown-toggle::after { margin-left: 0.5rem; margin-top: 0.2rem; } .cid-utsFKtSWiA .nav-link { position: relative; } .cid-utsFKtSWiA .container { display: flex; margin: auto; } .cid-utsFKtSWiA .iconfont-wrapper { color: #000000 !important; font-size: 1.5rem; padding-right: 0.5rem; } .cid-utsFKtSWiA .dropdown-menu, .cid-utsFKtSWiA .navbar.opened { background: #bed3f9 !important; } .cid-utsFKtSWiA .nav-item:focus, .cid-utsFKtSWiA .nav-link:focus { outline: none; } .cid-utsFKtSWiA .dropdown .dropdown-menu .dropdown-item { width: auto; transition: all 0.25s ease-in-out; } .cid-utsFKtSWiA .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-utsFKtSWiA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { margin-right: 0.5rem; vertical-align: sub; } .cid-utsFKtSWiA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { display: inline-block; transform: scale(1, 1); transition: all 0.25s ease-in-out; } .cid-utsFKtSWiA .collapsed .dropdown-menu .dropdown-item:before { display: none; } .cid-utsFKtSWiA .collapsed .dropdown .dropdown-menu .dropdown-item { padding: 0.235em 1.5em 0.235em 1.5em !important; transition: none; margin: 0 !important; } .cid-utsFKtSWiA .navbar { min-height: 70px; transition: all 0.3s; border-bottom: 1px solid transparent; position: absolute; background: rgba(190, 211, 249, 0.6); } .cid-utsFKtSWiA .navbar.opened { transition: all 0.3s; } .cid-utsFKtSWiA .navbar .dropdown-item { padding: 0.5rem 1.8rem; } .cid-utsFKtSWiA .navbar .navbar-logo img { width: auto; } .cid-utsFKtSWiA .navbar .navbar-collapse { justify-content: flex-end; z-index: 1; } .cid-utsFKtSWiA .navbar.collapsed { justify-content: center; } .cid-utsFKtSWiA .navbar.collapsed .nav-item .nav-link::before { display: none; } .cid-utsFKtSWiA .navbar.collapsed.opened .dropdown-menu { top: 0; } @media (min-width: 992px) { .cid-utsFKtSWiA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse { max-height: calc(98.5vh - 3rem); } } .cid-utsFKtSWiA .navbar.collapsed .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-utsFKtSWiA .navbar.collapsed .dropdown-menu .dropdown-item:after { right: auto; } .cid-utsFKtSWiA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { margin-left: 0.5rem; margin-top: 0.2rem; border-top: 0.35em solid; border-right: 0.35em solid transparent; border-left: 0.35em solid transparent; border-bottom: 0; top: 41%; } .cid-utsFKtSWiA .navbar.collapsed ul.navbar-nav li { margin: auto; } .cid-utsFKtSWiA .navbar.collapsed .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem; text-align: center; } .cid-utsFKtSWiA .navbar.collapsed .icons-menu { padding-left: 0; padding-right: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } @media (max-width: 991px) { .cid-utsFKtSWiA .navbar .nav-item .nav-link::before { display: none; } .cid-utsFKtSWiA .navbar.opened .dropdown-menu { top: 0; } .cid-utsFKtSWiA .navbar .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-utsFKtSWiA .navbar .dropdown-menu .dropdown-item:after { right: auto; } .cid-utsFKtSWiA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { margin-left: 0.5rem; margin-top: 0.2rem; border-top: 0.35em solid; border-right: 0.35em solid transparent; border-left: 0.35em solid transparent; border-bottom: 0; top: 40%; } .cid-utsFKtSWiA .navbar .navbar-logo img { height: 3rem !important; } .cid-utsFKtSWiA .navbar ul.navbar-nav li { margin: auto; } .cid-utsFKtSWiA .navbar .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem !important; text-align: center; } .cid-utsFKtSWiA .navbar .navbar-brand { flex-shrink: initial; flex-basis: auto; word-break: break-word; padding-right: 2rem; } .cid-utsFKtSWiA .navbar .navbar-toggler { flex-basis: auto; } .cid-utsFKtSWiA .navbar .icons-menu { padding-left: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } } .cid-utsFKtSWiA .navbar.navbar-short { min-height: 60px; } .cid-utsFKtSWiA .navbar.navbar-short .navbar-logo img { height: 2.5rem !important; } .cid-utsFKtSWiA .navbar.navbar-short .navbar-brand { min-height: 60px; padding: 0; } .cid-utsFKtSWiA .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-utsFKtSWiA .navbar-brand .navbar-caption { line-height: inherit !important; } .cid-utsFKtSWiA .navbar-brand .navbar-logo a { outline: none; } .cid-utsFKtSWiA .dropdown-item.active, .cid-utsFKtSWiA .dropdown-item:active { background-color: transparent; } .cid-utsFKtSWiA .navbar-expand-lg .navbar-nav .nav-link { padding: 0; } .cid-utsFKtSWiA .nav-dropdown .link.dropdown-toggle { margin-right: 1.667em; } .cid-utsFKtSWiA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { margin-right: 0; padding: 0.667em 1.667em; } .cid-utsFKtSWiA .navbar.navbar-expand-lg .dropdown .dropdown-menu { background: #bed3f9; } .cid-utsFKtSWiA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; left: 100%; } .cid-utsFKtSWiA .navbar .dropdown.open > .dropdown-menu { display: block; } .cid-utsFKtSWiA ul.navbar-nav { flex-wrap: wrap; } .cid-utsFKtSWiA .navbar-buttons { text-align: center; min-width: 170px; } .cid-utsFKtSWiA button.navbar-toggler { outline: none; width: 31px; height: 20px; cursor: pointer; transition: all 0.2s; position: relative; align-self: center; } .cid-utsFKtSWiA button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #235d12; } .cid-utsFKtSWiA button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all 0.2s; } .cid-utsFKtSWiA button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all 0.15s; } .cid-utsFKtSWiA button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all 0.15s; } .cid-utsFKtSWiA button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all 0.2s; } .cid-utsFKtSWiA nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-utsFKtSWiA nav.opened .hamburger span:nth-child(2) { transform: rotate(45deg); transition: all 0.25s; } .cid-utsFKtSWiA nav.opened .hamburger span:nth-child(3) { transform: rotate(-45deg); transition: all 0.25s; } .cid-utsFKtSWiA nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-utsFKtSWiA .navbar-dropdown { padding: 0 1rem; } .cid-utsFKtSWiA a.nav-link { display: flex; align-items: center; justify-content: center; } .cid-utsFKtSWiA .icons-menu { flex-wrap: nowrap; display: flex; justify-content: center; padding-left: 1rem; padding-right: 1rem; padding-top: 0.3rem; text-align: center; } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .cid-utsFKtSWiA .navbar { height: 70px; } .cid-utsFKtSWiA .navbar.opened { height: auto; } .cid-utsFKtSWiA .nav-item .nav-link:hover::before { width: 175%; max-width: calc(100% + 2rem); left: -1rem; } } .cid-utsFKu5982 { padding-top: 9rem; padding-bottom: 4rem; background-image: url("../../../assets/images/img-4148-2000x1500.jpg"); } .cid-utsFKu5982 .mbr-overlay { background: #fafafa; opacity: 0.6; } .cid-utsFKu5982 img, .cid-utsFKu5982 .item-img { width: 100%; } .cid-utsFKu5982 .item:focus, .cid-utsFKu5982 span:focus { outline: none; } .cid-utsFKu5982 .item { cursor: pointer; margin-bottom: 2rem; } .cid-utsFKu5982 .item-wrapper { position: relative; border-radius: 4px; background: #e5edfb; height: 100%; display: flex; flex-flow: column nowrap; } @media (min-width: 992px) { .cid-utsFKu5982 .item-wrapper .item-content { padding: 2rem; } } @media (max-width: 991px) { .cid-utsFKu5982 .item-wrapper .item-content { padding: 1rem; } } .cid-utsFKu5982 .mbr-section-btn { margin-top: auto !important; } .cid-utsFKu5982 .mbr-section-title { color: #1c4f0e; } .cid-utsFKu5982 .mbr-text, .cid-utsFKu5982 .mbr-section-btn { text-align: left; color: #235d12; } .cid-utsFKu5982 .item-title { text-align: left; color: #112fc8; } .cid-utsFKu5982 .item-subtitle { text-align: left; color: #112fc8; } .cid-utsFKuekrt { padding-top: 1rem; padding-bottom: 1rem; background-image: url("../../../assets/images/img-4802-2000x2667.jpg"); } .cid-utsFKuekrt .image-wrapper { display: flex; align-items: center; } .cid-utsFKuekrt .card-wrapper { margin-bottom: 2rem; display: flex; border-radius: 4px; background: #ffffff; } @media (max-width: 991px) { .cid-utsFKuekrt .card-wrapper { padding: 1rem 2rem; } } @media (min-width: 992px) { .cid-utsFKuekrt .card-wrapper { padding: 2rem 4rem; } } .cid-utsFKuekrt .mbr-iconfont { font-size: 4rem; padding-right: 1.5rem; color: #d6e3fb; } .cid-utsFKuekrt .mbr-section-title { color: #468c32; } .cid-utsFKuekrt .card-title { color: #112fc8; text-align: center; } .cid-utsFKuekrt P { color: #112fc8; text-align: center; } .cid-utsFKuqh7d { padding-top: 6rem; padding-bottom: 6rem; background-image: url("../../../assets/images/mbr-3-1920x1280.jpg"); } .cid-utsFKuqh7d .mbr-overlay { background-color: #ffffff; opacity: 0.4; } .cid-utsFKuqh7d form .mbr-section-btn { text-align: center; width: 100%; } .cid-utsFKuqh7d form .mbr-section-btn .btn { display: inline-flex; } @media (max-width: 991px) { .cid-utsFKuqh7d form .mbr-section-btn .btn { width: 100%; } } .cid-utsFKuqh7d .mbr-section-title { color: #112fc8; } .cid-utsFKuy7PP { padding-top: 5rem; padding-bottom: 5rem; background-image: url("../../../assets/images/img-4152-2000x1500.png"); } .cid-utsFKuy7PP .mbr-fallback-image.disabled { display: none; } .cid-utsFKuy7PP .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } @media (max-width: 767px) { .cid-utsFKuy7PP .row { flex-direction: column-reverse; } .cid-utsFKuy7PP .row .map-wrapper { margin-bottom: 2rem; } } .cid-utsFKuy7PP .google-map { height: 100%; position: relative; } .cid-utsFKuy7PP .google-map iframe { height: 100%; width: 100%; } .cid-utsFKuy7PP .google-map [data-state-details] { color: #6b6763; height: 1.5em; margin-top: -0.75em; padding-left: 1.25rem; padding-right: 1.25rem; position: absolute; text-align: center; top: 50%; width: 100%; } .cid-utsFKuy7PP .google-map[data-state] { background: #e9e5dc; } .cid-utsFKuy7PP .google-map[data-state="loading"] [data-state-details] { display: none; } .cid-utsFKuy7PP .image-wrapper { display: flex; align-items: center; } .cid-utsFKuy7PP .card-wrapper { display: flex; border-radius: 4px; background: #fafafa; } .cid-utsFKuy7PP .card-wrapper:not(:nth-last-child(1)) { margin-bottom: 2rem; } @media (max-width: 991px) { .cid-utsFKuy7PP .card-wrapper { padding: 1rem 2rem; } } @media (min-width: 992px) { .cid-utsFKuy7PP .card-wrapper { padding: 2rem 4rem; } } .cid-utsFKuy7PP .mbr-iconfont { font-size: 2rem; padding-right: 1.5rem; color: #d6e3fb; } .cid-utsFKuy7PP .card-title { color: #112fc8; } .cid-utsFKuy7PP P { color: #112fc8; } .cid-utsFKuNVzF { padding-top: 2rem; padding-bottom: 2rem; background-image: url("../../../assets/images/img-4797-2000x2667.jpeg"); } .cid-utsFKuNVzF .mbr-overlay { background: #fafafa; opacity: 0.7; } .cid-utsFKuNVzF img, .cid-utsFKuNVzF .item-img { height: 100%; object-fit: cover; } .cid-utsFKuNVzF .item:focus, .cid-utsFKuNVzF span:focus { outline: none; } .cid-utsFKuNVzF .item { cursor: pointer; margin-bottom: 2rem; } .cid-utsFKuNVzF .item-wrapper { position: relative; border-radius: 4px; background: #fafafa; height: 100%; display: flex; flex-flow: column nowrap; } @media (min-width: 992px) { .cid-utsFKuNVzF .item-wrapper .item-content { padding: 2rem; } } @media (max-width: 991px) { .cid-utsFKuNVzF .item-wrapper .item-content { padding: 1rem; } } .cid-utsFKuNVzF .mbr-section-btn { margin-top: auto !important; } .cid-utsFKuNVzF .mbr-section-title { color: #232323; } .cid-utsFKuNVzF .mbr-text, .cid-utsFKuNVzF .mbr-section-btn { text-align: center; } .cid-utsFKuNVzF .item-title { text-align: center; } .cid-utsFKuNVzF .item-subtitle { text-align: center; color: #232323; } .cid-utsFKv3qih { padding-top: 30px; padding-bottom: 30px; background-color: #a6b9a0; overflow: hidden; } .cid-utsFHpkZ6L .navbar-dropdown { position: relative !important; } .cid-utsFHpkZ6L .navbar-dropdown { position: absolute !important; } .cid-utsFHpkZ6L .dropdown-item:before { font-family: Moririse2 !important; content: "\e966"; display: inline-block; width: 0; position: absolute; left: 1rem; top: 0.5rem; margin-right: 0.5rem; line-height: 1; font-size: inherit; vertical-align: middle; text-align: center; overflow: hidden; transform: scale(0, 1); transition: all 0.25s ease-in-out; } .cid-utsFHpkZ6L .dropdown-menu { padding: 0; border-radius: 4px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); } .cid-utsFHpkZ6L .dropdown-item { border-bottom: 1px solid #e6e6e6; } .cid-utsFHpkZ6L .dropdown-item:hover, .cid-utsFHpkZ6L .dropdown-item:focus { background: #d6e3fb !important; color: white !important; } .cid-utsFHpkZ6L .dropdown-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } .cid-utsFHpkZ6L .dropdown-item:last-child { border-bottom: none; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .cid-utsFHpkZ6L .nav-dropdown .link { padding: 0 0.3em !important; margin: 0.667em 1em !important; } .cid-utsFHpkZ6L .nav-dropdown .link.dropdown-toggle::after { margin-left: 0.5rem; margin-top: 0.2rem; } .cid-utsFHpkZ6L .nav-link { position: relative; } .cid-utsFHpkZ6L .container { display: flex; margin: auto; } .cid-utsFHpkZ6L .iconfont-wrapper { color: #000000 !important; font-size: 1.5rem; padding-right: 0.5rem; } .cid-utsFHpkZ6L .dropdown-menu, .cid-utsFHpkZ6L .navbar.opened { background: #bed3f9 !important; } .cid-utsFHpkZ6L .nav-item:focus, .cid-utsFHpkZ6L .nav-link:focus { outline: none; } .cid-utsFHpkZ6L .dropdown .dropdown-menu .dropdown-item { width: auto; transition: all 0.25s ease-in-out; } .cid-utsFHpkZ6L .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-utsFHpkZ6L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { margin-right: 0.5rem; vertical-align: sub; } .cid-utsFHpkZ6L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { display: inline-block; transform: scale(1, 1); transition: all 0.25s ease-in-out; } .cid-utsFHpkZ6L .collapsed .dropdown-menu .dropdown-item:before { display: none; } .cid-utsFHpkZ6L .collapsed .dropdown .dropdown-menu .dropdown-item { padding: 0.235em 1.5em 0.235em 1.5em !important; transition: none; margin: 0 !important; } .cid-utsFHpkZ6L .navbar { min-height: 70px; transition: all 0.3s; border-bottom: 1px solid transparent; position: absolute; background: rgba(190, 211, 249, 0.6); } .cid-utsFHpkZ6L .navbar.opened { transition: all 0.3s; } .cid-utsFHpkZ6L .navbar .dropdown-item { padding: 0.5rem 1.8rem; } .cid-utsFHpkZ6L .navbar .navbar-logo img { width: auto; } .cid-utsFHpkZ6L .navbar .navbar-collapse { justify-content: flex-end; z-index: 1; } .cid-utsFHpkZ6L .navbar.collapsed { justify-content: center; } .cid-utsFHpkZ6L .navbar.collapsed .nav-item .nav-link::before { display: none; } .cid-utsFHpkZ6L .navbar.collapsed.opened .dropdown-menu { top: 0; } @media (min-width: 992px) { .cid-utsFHpkZ6L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse { max-height: calc(98.5vh - 3rem); } } .cid-utsFHpkZ6L .navbar.collapsed .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-utsFHpkZ6L .navbar.collapsed .dropdown-menu .dropdown-item:after { right: auto; } .cid-utsFHpkZ6L .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { margin-left: 0.5rem; margin-top: 0.2rem; border-top: 0.35em solid; border-right: 0.35em solid transparent; border-left: 0.35em solid transparent; border-bottom: 0; top: 41%; } .cid-utsFHpkZ6L .navbar.collapsed ul.navbar-nav li { margin: auto; } .cid-utsFHpkZ6L .navbar.collapsed .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem; text-align: center; } .cid-utsFHpkZ6L .navbar.collapsed .icons-menu { padding-left: 0; padding-right: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } @media (max-width: 991px) { .cid-utsFHpkZ6L .navbar .nav-item .nav-link::before { display: none; } .cid-utsFHpkZ6L .navbar.opened .dropdown-menu { top: 0; } .cid-utsFHpkZ6L .navbar .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-utsFHpkZ6L .navbar .dropdown-menu .dropdown-item:after { right: auto; } .cid-utsFHpkZ6L .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { margin-left: 0.5rem; margin-top: 0.2rem; border-top: 0.35em solid; border-right: 0.35em solid transparent; border-left: 0.35em solid transparent; border-bottom: 0; top: 40%; } .cid-utsFHpkZ6L .navbar .navbar-logo img { height: 3rem !important; } .cid-utsFHpkZ6L .navbar ul.navbar-nav li { margin: auto; } .cid-utsFHpkZ6L .navbar .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem !important; text-align: center; } .cid-utsFHpkZ6L .navbar .navbar-brand { flex-shrink: initial; flex-basis: auto; word-break: break-word; padding-right: 2rem; } .cid-utsFHpkZ6L .navbar .navbar-toggler { flex-basis: auto; } .cid-utsFHpkZ6L .navbar .icons-menu { padding-left: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } } .cid-utsFHpkZ6L .navbar.navbar-short { min-height: 60px; } .cid-utsFHpkZ6L .navbar.navbar-short .navbar-logo img { height: 2.5rem !important; } .cid-utsFHpkZ6L .navbar.navbar-short .navbar-brand { min-height: 60px; padding: 0; } .cid-utsFHpkZ6L .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-utsFHpkZ6L .navbar-brand .navbar-caption { line-height: inherit !important; } .cid-utsFHpkZ6L .navbar-brand .navbar-logo a { outline: none; } .cid-utsFHpkZ6L .dropdown-item.active, .cid-utsFHpkZ6L .dropdown-item:active { background-color: transparent; } .cid-utsFHpkZ6L .navbar-expand-lg .navbar-nav .nav-link { padding: 0; } .cid-utsFHpkZ6L .nav-dropdown .link.dropdown-toggle { margin-right: 1.667em; } .cid-utsFHpkZ6L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { margin-right: 0; padding: 0.667em 1.667em; } .cid-utsFHpkZ6L .navbar.navbar-expand-lg .dropdown .dropdown-menu { background: #bed3f9; } .cid-utsFHpkZ6L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; left: 100%; } .cid-utsFHpkZ6L .navbar .dropdown.open > .dropdown-menu { display: block; } .cid-utsFHpkZ6L ul.navbar-nav { flex-wrap: wrap; } .cid-utsFHpkZ6L .navbar-buttons { text-align: center; min-width: 170px; } .cid-utsFHpkZ6L button.navbar-toggler { outline: none; width: 31px; height: 20px; cursor: pointer; transition: all 0.2s; position: relative; align-self: center; } .cid-utsFHpkZ6L button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #235d12; } .cid-utsFHpkZ6L button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all 0.2s; } .cid-utsFHpkZ6L button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all 0.15s; } .cid-utsFHpkZ6L button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all 0.15s; } .cid-utsFHpkZ6L button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all 0.2s; } .cid-utsFHpkZ6L nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-utsFHpkZ6L nav.opened .hamburger span:nth-child(2) { transform: rotate(45deg); transition: all 0.25s; } .cid-utsFHpkZ6L nav.opened .hamburger span:nth-child(3) { transform: rotate(-45deg); transition: all 0.25s; } .cid-utsFHpkZ6L nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-utsFHpkZ6L .navbar-dropdown { padding: 0 1rem; } .cid-utsFHpkZ6L a.nav-link { display: flex; align-items: center; justify-content: center; } .cid-utsFHpkZ6L .icons-menu { flex-wrap: nowrap; display: flex; justify-content: center; padding-left: 1rem; padding-right: 1rem; padding-top: 0.3rem; text-align: center; } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .cid-utsFHpkZ6L .navbar { height: 70px; } .cid-utsFHpkZ6L .navbar.opened { height: auto; } .cid-utsFHpkZ6L .nav-item .nav-link:hover::before { width: 175%; max-width: calc(100% + 2rem); left: -1rem; } } .cid-uujfw6dyab { padding-top: 5rem; padding-bottom: 5rem; background-color: #ffffff; } .cid-uujfw6dyab .mbr-section-subtitle { text-align: center; } .cid-uujffXzhcx { padding-top: 5rem; padding-bottom: 5rem; background-color: #ffffff; } .cid-uujffXzhcx .mbr-section-subtitle { text-align: center; } .cid-utsFHpJ5fD { padding-top: 1rem; padding-bottom: 1rem; background-image: url("../../../assets/images/img-4802-2000x2667.jpg"); } .cid-utsFHpJ5fD .image-wrapper { display: flex; align-items: center; } .cid-utsFHpJ5fD .card-wrapper { margin-bottom: 2rem; display: flex; border-radius: 4px; background: #ffffff; } @media (max-width: 991px) { .cid-utsFHpJ5fD .card-wrapper { padding: 1rem 2rem; } } @media (min-width: 992px) { .cid-utsFHpJ5fD .card-wrapper { padding: 2rem 4rem; } } .cid-utsFHpJ5fD .mbr-iconfont { font-size: 4rem; padding-right: 1.5rem; color: #d6e3fb; } .cid-utsFHpJ5fD .mbr-section-title { color: #468c32; } .cid-utsFHpJ5fD .card-title { color: #112fc8; text-align: center; } .cid-utsFHpJ5fD P { color: #112fc8; text-align: center; } .cid-utsFHq6dgL { padding-top: 6rem; padding-bottom: 6rem; background-image: url("../../../assets/images/mbr-3-1920x1280.jpg"); } .cid-utsFHq6dgL .mbr-overlay { background-color: #ffffff; opacity: 0.4; } .cid-utsFHq6dgL form .mbr-section-btn { text-align: center; width: 100%; } .cid-utsFHq6dgL form .mbr-section-btn .btn { display: inline-flex; } @media (max-width: 991px) { .cid-utsFHq6dgL form .mbr-section-btn .btn { width: 100%; } } .cid-utsFHq6dgL .mbr-section-title { color: #112fc8; } .cid-utsFHqivKW { padding-top: 5rem; padding-bottom: 5rem; background-image: url("../../../assets/images/img-4152-2000x1500.png"); } .cid-utsFHqivKW .mbr-fallback-image.disabled { display: none; } .cid-utsFHqivKW .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } @media (max-width: 767px) { .cid-utsFHqivKW .row { flex-direction: column-reverse; } .cid-utsFHqivKW .row .map-wrapper { margin-bottom: 2rem; } } .cid-utsFHqivKW .google-map { height: 100%; position: relative; } .cid-utsFHqivKW .google-map iframe { height: 100%; width: 100%; } .cid-utsFHqivKW .google-map [data-state-details] { color: #6b6763; height: 1.5em; margin-top: -0.75em; padding-left: 1.25rem; padding-right: 1.25rem; position: absolute; text-align: center; top: 50%; width: 100%; } .cid-utsFHqivKW .google-map[data-state] { background: #e9e5dc; } .cid-utsFHqivKW .google-map[data-state="loading"] [data-state-details] { display: none; } .cid-utsFHqivKW .image-wrapper { display: flex; align-items: center; } .cid-utsFHqivKW .card-wrapper { display: flex; border-radius: 4px; background: #fafafa; } .cid-utsFHqivKW .card-wrapper:not(:nth-last-child(1)) { margin-bottom: 2rem; } @media (max-width: 991px) { .cid-utsFHqivKW .card-wrapper { padding: 1rem 2rem; } } @media (min-width: 992px) { .cid-utsFHqivKW .card-wrapper { padding: 2rem 4rem; } } .cid-utsFHqivKW .mbr-iconfont { font-size: 2rem; padding-right: 1.5rem; color: #d6e3fb; } .cid-utsFHqivKW .card-title { color: #112fc8; } .cid-utsFHqivKW P { color: #112fc8; } .cid-utsFHqJM8J { padding-top: 2rem; padding-bottom: 2rem; background-image: url("../../../assets/images/img-4797-2000x2667.jpeg"); } .cid-utsFHqJM8J .mbr-overlay { background: #fafafa; opacity: 0.7; } .cid-utsFHqJM8J img, .cid-utsFHqJM8J .item-img { height: 100%; object-fit: cover; } .cid-utsFHqJM8J .item:focus, .cid-utsFHqJM8J span:focus { outline: none; } .cid-utsFHqJM8J .item { cursor: pointer; margin-bottom: 2rem; } .cid-utsFHqJM8J .item-wrapper { position: relative; border-radius: 4px; background: #fafafa; height: 100%; display: flex; flex-flow: column nowrap; } @media (min-width: 992px) { .cid-utsFHqJM8J .item-wrapper .item-content { padding: 2rem; } } @media (max-width: 991px) { .cid-utsFHqJM8J .item-wrapper .item-content { padding: 1rem; } } .cid-utsFHqJM8J .mbr-section-btn { margin-top: auto !important; } .cid-utsFHqJM8J .mbr-section-title { color: #232323; } .cid-utsFHqJM8J .mbr-text, .cid-utsFHqJM8J .mbr-section-btn { text-align: center; } .cid-utsFHqJM8J .item-title { text-align: center; } .cid-utsFHqJM8J .item-subtitle { text-align: center; color: #232323; } .cid-utsFHr6KGG { padding-top: 30px; padding-bottom: 30px; background-color: #a6b9a0; overflow: hidden; } .cid-uttgSZGPwC .navbar-dropdown { position: relative !important; } .cid-uttgSZGPwC .navbar-dropdown { position: absolute !important; } .cid-uttgSZGPwC .dropdown-item:before { font-family: Moririse2 !important; content: "\e966"; display: inline-block; width: 0; position: absolute; left: 1rem; top: 0.5rem; margin-right: 0.5rem; line-height: 1; font-size: inherit; vertical-align: middle; text-align: center; overflow: hidden; transform: scale(0, 1); transition: all 0.25s ease-in-out; } .cid-uttgSZGPwC .dropdown-menu { padding: 0; border-radius: 4px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); } .cid-uttgSZGPwC .dropdown-item { border-bottom: 1px solid #e6e6e6; } .cid-uttgSZGPwC .dropdown-item:hover, .cid-uttgSZGPwC .dropdown-item:focus { background: #d6e3fb !important; color: white !important; } .cid-uttgSZGPwC .dropdown-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } .cid-uttgSZGPwC .dropdown-item:last-child { border-bottom: none; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .cid-uttgSZGPwC .nav-dropdown .link { padding: 0 0.3em !important; margin: 0.667em 1em !important; } .cid-uttgSZGPwC .nav-dropdown .link.dropdown-toggle::after { margin-left: 0.5rem; margin-top: 0.2rem; } .cid-uttgSZGPwC .nav-link { position: relative; } .cid-uttgSZGPwC .container { display: flex; margin: auto; } .cid-uttgSZGPwC .iconfont-wrapper { color: #000000 !important; font-size: 1.5rem; padding-right: 0.5rem; } .cid-uttgSZGPwC .dropdown-menu, .cid-uttgSZGPwC .navbar.opened { background: #bed3f9 !important; } .cid-uttgSZGPwC .nav-item:focus, .cid-uttgSZGPwC .nav-link:focus { outline: none; } .cid-uttgSZGPwC .dropdown .dropdown-menu .dropdown-item { width: auto; transition: all 0.25s ease-in-out; } .cid-uttgSZGPwC .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-uttgSZGPwC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { margin-right: 0.5rem; vertical-align: sub; } .cid-uttgSZGPwC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { display: inline-block; transform: scale(1, 1); transition: all 0.25s ease-in-out; } .cid-uttgSZGPwC .collapsed .dropdown-menu .dropdown-item:before { display: none; } .cid-uttgSZGPwC .collapsed .dropdown .dropdown-menu .dropdown-item { padding: 0.235em 1.5em 0.235em 1.5em !important; transition: none; margin: 0 !important; } .cid-uttgSZGPwC .navbar { min-height: 70px; transition: all 0.3s; border-bottom: 1px solid transparent; position: absolute; background: rgba(190, 211, 249, 0.6); } .cid-uttgSZGPwC .navbar.opened { transition: all 0.3s; } .cid-uttgSZGPwC .navbar .dropdown-item { padding: 0.5rem 1.8rem; } .cid-uttgSZGPwC .navbar .navbar-logo img { width: auto; } .cid-uttgSZGPwC .navbar .navbar-collapse { justify-content: flex-end; z-index: 1; } .cid-uttgSZGPwC .navbar.collapsed { justify-content: center; } .cid-uttgSZGPwC .navbar.collapsed .nav-item .nav-link::before { display: none; } .cid-uttgSZGPwC .navbar.collapsed.opened .dropdown-menu { top: 0; } @media (min-width: 992px) { .cid-uttgSZGPwC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse { max-height: calc(98.5vh - 3rem); } } .cid-uttgSZGPwC .navbar.collapsed .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-uttgSZGPwC .navbar.collapsed .dropdown-menu .dropdown-item:after { right: auto; } .cid-uttgSZGPwC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { margin-left: 0.5rem; margin-top: 0.2rem; border-top: 0.35em solid; border-right: 0.35em solid transparent; border-left: 0.35em solid transparent; border-bottom: 0; top: 41%; } .cid-uttgSZGPwC .navbar.collapsed ul.navbar-nav li { margin: auto; } .cid-uttgSZGPwC .navbar.collapsed .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem; text-align: center; } .cid-uttgSZGPwC .navbar.collapsed .icons-menu { padding-left: 0; padding-right: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } @media (max-width: 991px) { .cid-uttgSZGPwC .navbar .nav-item .nav-link::before { display: none; } .cid-uttgSZGPwC .navbar.opened .dropdown-menu { top: 0; } .cid-uttgSZGPwC .navbar .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-uttgSZGPwC .navbar .dropdown-menu .dropdown-item:after { right: auto; } .cid-uttgSZGPwC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { margin-left: 0.5rem; margin-top: 0.2rem; border-top: 0.35em solid; border-right: 0.35em solid transparent; border-left: 0.35em solid transparent; border-bottom: 0; top: 40%; } .cid-uttgSZGPwC .navbar .navbar-logo img { height: 3rem !important; } .cid-uttgSZGPwC .navbar ul.navbar-nav li { margin: auto; } .cid-uttgSZGPwC .navbar .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem !important; text-align: center; } .cid-uttgSZGPwC .navbar .navbar-brand { flex-shrink: initial; flex-basis: auto; word-break: break-word; padding-right: 2rem; } .cid-uttgSZGPwC .navbar .navbar-toggler { flex-basis: auto; } .cid-uttgSZGPwC .navbar .icons-menu { padding-left: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } } .cid-uttgSZGPwC .navbar.navbar-short { min-height: 60px; } .cid-uttgSZGPwC .navbar.navbar-short .navbar-logo img { height: 2.5rem !important; } .cid-uttgSZGPwC .navbar.navbar-short .navbar-brand { min-height: 60px; padding: 0; } .cid-uttgSZGPwC .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-uttgSZGPwC .navbar-brand .navbar-caption { line-height: inherit !important; } .cid-uttgSZGPwC .navbar-brand .navbar-logo a { outline: none; } .cid-uttgSZGPwC .dropdown-item.active, .cid-uttgSZGPwC .dropdown-item:active { background-color: transparent; } .cid-uttgSZGPwC .navbar-expand-lg .navbar-nav .nav-link { padding: 0; } .cid-uttgSZGPwC .nav-dropdown .link.dropdown-toggle { margin-right: 1.667em; } .cid-uttgSZGPwC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { margin-right: 0; padding: 0.667em 1.667em; } .cid-uttgSZGPwC .navbar.navbar-expand-lg .dropdown .dropdown-menu { background: #bed3f9; } .cid-uttgSZGPwC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; left: 100%; } .cid-uttgSZGPwC .navbar .dropdown.open > .dropdown-menu { display: block; } .cid-uttgSZGPwC ul.navbar-nav { flex-wrap: wrap; } .cid-uttgSZGPwC .navbar-buttons { text-align: center; min-width: 170px; } .cid-uttgSZGPwC button.navbar-toggler { outline: none; width: 31px; height: 20px; cursor: pointer; transition: all 0.2s; position: relative; align-self: center; } .cid-uttgSZGPwC button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #235d12; } .cid-uttgSZGPwC button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all 0.2s; } .cid-uttgSZGPwC button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all 0.15s; } .cid-uttgSZGPwC button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all 0.15s; } .cid-uttgSZGPwC button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all 0.2s; } .cid-uttgSZGPwC nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-uttgSZGPwC nav.opened .hamburger span:nth-child(2) { transform: rotate(45deg); transition: all 0.25s; } .cid-uttgSZGPwC nav.opened .hamburger span:nth-child(3) { transform: rotate(-45deg); transition: all 0.25s; } .cid-uttgSZGPwC nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-uttgSZGPwC .navbar-dropdown { padding: 0 1rem; } .cid-uttgSZGPwC a.nav-link { display: flex; align-items: center; justify-content: center; } .cid-uttgSZGPwC .icons-menu { flex-wrap: nowrap; display: flex; justify-content: center; padding-left: 1rem; padding-right: 1rem; padding-top: 0.3rem; text-align: center; } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .cid-uttgSZGPwC .navbar { height: 70px; } .cid-uttgSZGPwC .navbar.opened { height: auto; } .cid-uttgSZGPwC .nav-item .nav-link:hover::before { width: 175%; max-width: calc(100% + 2rem); left: -1rem; } } .cid-uttgSZUh5Q { padding-top: 4rem; padding-bottom: 4rem; background-image: url("../../../assets/images/img-4148-2000x1500.jpg"); } .cid-uttgSZUh5Q .mbr-overlay { background: #fafafa; opacity: 0.6; } .cid-uttgSZUh5Q img, .cid-uttgSZUh5Q .item-img { width: 100%; } .cid-uttgSZUh5Q .item:focus, .cid-uttgSZUh5Q span:focus { outline: none; } .cid-uttgSZUh5Q .item { cursor: pointer; margin-bottom: 2rem; } .cid-uttgSZUh5Q .item-wrapper { position: relative; border-radius: 4px; background: #d6e3fb; height: 100%; display: flex; flex-flow: column nowrap; } @media (min-width: 992px) { .cid-uttgSZUh5Q .item-wrapper .item-content { padding: 2rem 2rem 0; } .cid-uttgSZUh5Q .item-wrapper .item-footer { padding: 0 2rem 2rem; } } @media (max-width: 991px) { .cid-uttgSZUh5Q .item-wrapper .item-content { padding: 1rem 1rem 0; } .cid-uttgSZUh5Q .item-wrapper .item-footer { padding: 0 1rem 1rem; } } .cid-uttgSZUh5Q .mbr-section-btn { margin-top: auto !important; } .cid-uttgSZUh5Q .mbr-section-title { color: #1c4f0e; } .cid-uttgSZUh5Q .mbr-text, .cid-uttgSZUh5Q .mbr-section-btn { text-align: center; color: #112fc8; } .cid-uttgSZUh5Q .item-title { text-align: center; color: #112fc8; } .cid-uttgSZUh5Q .item-subtitle { text-align: left; } .cid-uttgT05zUC { padding-top: 1rem; padding-bottom: 1rem; background-image: url("../../../assets/images/img-4802-2000x2667.jpg"); } .cid-uttgT05zUC .image-wrapper { display: flex; align-items: center; } .cid-uttgT05zUC .card-wrapper { margin-bottom: 2rem; display: flex; border-radius: 4px; background: #ffffff; } @media (max-width: 991px) { .cid-uttgT05zUC .card-wrapper { padding: 1rem 2rem; } } @media (min-width: 992px) { .cid-uttgT05zUC .card-wrapper { padding: 2rem 4rem; } } .cid-uttgT05zUC .mbr-iconfont { font-size: 4rem; padding-right: 1.5rem; color: #d6e3fb; } .cid-uttgT05zUC .mbr-section-title { color: #468c32; } .cid-uttgT05zUC .card-title { color: #112fc8; text-align: center; } .cid-uttgT05zUC P { color: #468c32; text-align: center; } .cid-uttgT0jPcY { padding-top: 6rem; padding-bottom: 6rem; background-image: url("../../../assets/images/mbr-3-1920x1280.jpg"); } .cid-uttgT0jPcY .mbr-overlay { background-color: #ffffff; opacity: 0.4; } .cid-uttgT0jPcY form .mbr-section-btn { text-align: center; width: 100%; } .cid-uttgT0jPcY form .mbr-section-btn .btn { display: inline-flex; } @media (max-width: 991px) { .cid-uttgT0jPcY form .mbr-section-btn .btn { width: 100%; } } .cid-uttgT0jPcY .mbr-section-title { color: #112fc8; } .cid-uttgT0sYwg { padding-top: 5rem; padding-bottom: 5rem; background-image: url("../../../assets/images/img-4152-2000x1500.png"); } .cid-uttgT0sYwg .mbr-fallback-image.disabled { display: none; } .cid-uttgT0sYwg .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } @media (max-width: 767px) { .cid-uttgT0sYwg .row { flex-direction: column-reverse; } .cid-uttgT0sYwg .row .map-wrapper { margin-bottom: 2rem; } } .cid-uttgT0sYwg .google-map { height: 100%; position: relative; } .cid-uttgT0sYwg .google-map iframe { height: 100%; width: 100%; } .cid-uttgT0sYwg .google-map [data-state-details] { color: #6b6763; height: 1.5em; margin-top: -0.75em; padding-left: 1.25rem; padding-right: 1.25rem; position: absolute; text-align: center; top: 50%; width: 100%; } .cid-uttgT0sYwg .google-map[data-state] { background: #e9e5dc; } .cid-uttgT0sYwg .google-map[data-state="loading"] [data-state-details] { display: none; } .cid-uttgT0sYwg .image-wrapper { display: flex; align-items: center; } .cid-uttgT0sYwg .card-wrapper { display: flex; border-radius: 4px; background: #fafafa; } .cid-uttgT0sYwg .card-wrapper:not(:nth-last-child(1)) { margin-bottom: 2rem; } @media (max-width: 991px) { .cid-uttgT0sYwg .card-wrapper { padding: 1rem 2rem; } } @media (min-width: 992px) { .cid-uttgT0sYwg .card-wrapper { padding: 2rem 4rem; } } .cid-uttgT0sYwg .mbr-iconfont { font-size: 2rem; padding-right: 1.5rem; color: #d6e3fb; } .cid-uttgT0sYwg .card-title { color: #112fc8; } .cid-uttgT0sYwg P { color: #112fc8; } .cid-uttgT0JZ16 { padding-top: 2rem; padding-bottom: 2rem; background-image: url("../../../assets/images/img-4797-2000x2667.jpeg"); } .cid-uttgT0JZ16 .mbr-overlay { background: #fafafa; opacity: 0.7; } .cid-uttgT0JZ16 img, .cid-uttgT0JZ16 .item-img { height: 100%; object-fit: cover; } .cid-uttgT0JZ16 .item:focus, .cid-uttgT0JZ16 span:focus { outline: none; } .cid-uttgT0JZ16 .item { cursor: pointer; margin-bottom: 2rem; } .cid-uttgT0JZ16 .item-wrapper { position: relative; border-radius: 4px; background: #fafafa; height: 100%; display: flex; flex-flow: column nowrap; } @media (min-width: 992px) { .cid-uttgT0JZ16 .item-wrapper .item-content { padding: 2rem; } } @media (max-width: 991px) { .cid-uttgT0JZ16 .item-wrapper .item-content { padding: 1rem; } } .cid-uttgT0JZ16 .mbr-section-btn { margin-top: auto !important; } .cid-uttgT0JZ16 .mbr-section-title { color: #232323; } .cid-uttgT0JZ16 .mbr-text, .cid-uttgT0JZ16 .mbr-section-btn { text-align: center; } .cid-uttgT0JZ16 .item-title { text-align: center; } .cid-uttgT0JZ16 .item-subtitle { text-align: center; color: #232323; } .cid-uttgT129pq { padding-top: 30px; padding-bottom: 30px; background-color: #a6b9a0; overflow: hidden; }
| ver. 1.4 |
Github
|
.
| PHP 5.4.45 | Génération de la page: 0 |
proxy
|
phpinfo
|
Réglages