body { font-family: Jost; } .display-1 { font-family: 'Jost', sans-serif; font-size: 4.6rem; line-height: 1.1; } .display-1 > .mbr-iconfont { font-size: 5.75rem; } .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.68rem; } } @media (max-width: 768px) { .display-1 { font-size: 3.22rem; font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))); line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((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: #6592e6 !important; } .bg-success { background-color: #40b0bf !important; } .bg-info { background-color: #47b5ed !important; } .bg-warning { background-color: #ffe161 !important; } .bg-danger { background-color: #ff9966 !important; } .btn-primary, .btn-primary:active { background-color: #6592e6 !important; border-color: #6592e6 !important; color: #ffffff !important; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2); } .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary.active { color: #ffffff !important; background-color: #2260d2 !important; border-color: #2260d2 !important; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2); } .btn-primary.disabled, .btn-primary:disabled { color: #ffffff !important; background-color: #2260d2 !important; border-color: #2260d2 !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: #47b5ed !important; border-color: #47b5ed !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: #148cca !important; border-color: #148cca !important; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2); } .btn-info.disabled, .btn-info:disabled { color: #ffffff !important; background-color: #148cca !important; border-color: #148cca !important; } .btn-success, .btn-success:active { background-color: #40b0bf !important; border-color: #40b0bf !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: #2a747e !important; border-color: #2a747e !important; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2); } .btn-success.disabled, .btn-success:disabled { color: #ffffff !important; background-color: #2a747e !important; border-color: #2a747e !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: transparent; color: #6592e6; } .btn-primary-outline:hover, .btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline.active { color: #2260d2 !important; background-color: transparent!important; border-color: transparent!important; box-shadow: none!important; } .btn-primary-outline.disabled, .btn-primary-outline:disabled { color: #ffffff !important; background-color: #6592e6 !important; border-color: #6592e6 !important; } .btn-secondary-outline, .btn-secondary-outline:active { background-color: transparent !important; border-color: transparent; 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: transparent!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: transparent; color: #47b5ed; } .btn-info-outline:hover, .btn-info-outline:focus, .btn-info-outline.focus, .btn-info-outline.active { color: #148cca !important; background-color: transparent!important; border-color: transparent!important; box-shadow: none!important; } .btn-info-outline.disabled, .btn-info-outline:disabled { color: #ffffff !important; background-color: #47b5ed !important; border-color: #47b5ed !important; } .btn-success-outline, .btn-success-outline:active { background-color: transparent !important; border-color: transparent; color: #40b0bf; } .btn-success-outline:hover, .btn-success-outline:focus, .btn-success-outline.focus, .btn-success-outline.active { color: #2a747e !important; background-color: transparent!important; border-color: transparent!important; box-shadow: none!important; } .btn-success-outline.disabled, .btn-success-outline:disabled { color: #ffffff !important; background-color: #40b0bf !important; border-color: #40b0bf !important; } .btn-warning-outline, .btn-warning-outline:active { background-color: transparent !important; border-color: transparent; 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: transparent!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: transparent; 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: transparent!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: transparent; 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: transparent!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: transparent; 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: transparent!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: #6592e6 !important; } .text-secondary { color: #ff6666 !important; } .text-success { color: #40b0bf !important; } .text-info { color: #47b5ed !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: #205ac5 !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: #266a73 !important; } a.text-info:hover, a.text-info:focus, a.text-info.active { color: #1283bc !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) { position: relative; background-image: transparent; background-size: 10000px 2px; background-repeat: no-repeat; background-position: 0px 1.2em; background-position: -10000px 1.2em; } a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover { transition: background-position 2s ease-in-out; background-image: linear-gradient(currentColor 50%, currentColor 50%); background-position: 0px 1.2em; } .nav-tabs .nav-link.active { color: #6592e6; } .nav-tabs .nav-link:not(.active) { color: #232323; } .alert-success { background-color: #70c770; } .alert-info { background-color: #47b5ed; } .alert-warning { background-color: #ffe161; } .alert-danger { background-color: #ff9966; } .mbr-gallery-filter li.active .btn { background-color: #6592e6; border-color: #6592e6; color: #ffffff; } .mbr-gallery-filter li.active .btn:focus { box-shadow: none; } a, a:hover { color: #6592e6; } .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: #a0d8df; } .mbr-plan-header.bg-info .mbr-plan-subtitle, .mbr-plan-header.bg-info .mbr-plan-price-desc { color: #ffffff; } .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_wraper { display: none; } .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: #6592e6 !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: #6592e6; } /* Forms */ .jq-selectbox li:hover, .jq-selectbox li.selected { background-color: #6592e6; color: #ffffff; } .jq-number__spin { transition: 0.25s ease; } .jq-number__spin:hover { border-color: #6592e6; } .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: #6592e6; border-bottom-color: #6592e6; } .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current { color: #ffffff !important; background-color: #6592e6 !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='%236592e6' %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-sMkiAx3rgY { z-index: 1000; width: 100%; position: relative; min-height: 60px; } .cid-sMkiAx3rgY nav.navbar { position: fixed; } .cid-sMkiAx3rgY .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-sMkiAx3rgY .dropdown-menu { padding: 0; border-radius: 4px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); } .cid-sMkiAx3rgY .dropdown-item { border-bottom: 1px solid #e6e6e6; } .cid-sMkiAx3rgY .dropdown-item:hover, .cid-sMkiAx3rgY .dropdown-item:focus { background: #6592e6 !important; color: white !important; } .cid-sMkiAx3rgY .dropdown-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } .cid-sMkiAx3rgY .dropdown-item:last-child { border-bottom: none; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .cid-sMkiAx3rgY .nav-dropdown .link { padding: 0 0.3em !important; margin: 0.667em 1em !important; } .cid-sMkiAx3rgY .nav-dropdown .link.dropdown-toggle::after { margin-left: 0.5rem; margin-top: 0.2rem; } .cid-sMkiAx3rgY .nav-link { position: relative; } .cid-sMkiAx3rgY .container { display: flex; margin: auto; } .cid-sMkiAx3rgY .iconfont-wrapper { color: #000000 !important; font-size: 1.5rem; padding-right: 0.5rem; } .cid-sMkiAx3rgY .dropdown-menu, .cid-sMkiAx3rgY .navbar.opened { background: #6ec7f2 !important; } .cid-sMkiAx3rgY .nav-item:focus, .cid-sMkiAx3rgY .nav-link:focus { outline: none; } .cid-sMkiAx3rgY .dropdown .dropdown-menu .dropdown-item { width: auto; transition: all 0.25s ease-in-out; } .cid-sMkiAx3rgY .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-sMkiAx3rgY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { margin-right: 0.5rem; vertical-align: sub; } .cid-sMkiAx3rgY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { display: inline-block; transform: scale(1, 1); transition: all 0.25s ease-in-out; } .cid-sMkiAx3rgY .collapsed .dropdown-menu .dropdown-item:before { display: none; } .cid-sMkiAx3rgY .collapsed .dropdown .dropdown-menu .dropdown-item { padding: 0.235em 1.5em 0.235em 1.5em !important; transition: none; margin: 0 !important; } .cid-sMkiAx3rgY .navbar { min-height: 70px; transition: all 0.3s; border-bottom: 1px solid transparent; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); background: #6ec7f2; } .cid-sMkiAx3rgY .navbar.opened { transition: all 0.3s; } .cid-sMkiAx3rgY .navbar .dropdown-item { padding: 0.5rem 1.8rem; } .cid-sMkiAx3rgY .navbar .navbar-logo img { width: auto; } .cid-sMkiAx3rgY .navbar .navbar-collapse { justify-content: flex-end; z-index: 1; } .cid-sMkiAx3rgY .navbar.collapsed { justify-content: center; } .cid-sMkiAx3rgY .navbar.collapsed .nav-item .nav-link::before { display: none; } .cid-sMkiAx3rgY .navbar.collapsed.opened .dropdown-menu { top: 0; } .cid-sMkiAx3rgY .navbar.collapsed .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-sMkiAx3rgY .navbar.collapsed .dropdown-menu .dropdown-item:after { right: auto; } .cid-sMkiAx3rgY .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-sMkiAx3rgY .navbar.collapsed ul.navbar-nav li { margin: auto; } .cid-sMkiAx3rgY .navbar.collapsed .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem; text-align: center; } .cid-sMkiAx3rgY .navbar.collapsed .icons-menu { padding-left: 0; padding-right: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } @media (max-width: 991px) { .cid-sMkiAx3rgY .navbar .nav-item .nav-link::before { display: none; } .cid-sMkiAx3rgY .navbar.opened .dropdown-menu { top: 0; } .cid-sMkiAx3rgY .navbar .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-sMkiAx3rgY .navbar .dropdown-menu .dropdown-item:after { right: auto; } .cid-sMkiAx3rgY .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-sMkiAx3rgY .navbar .navbar-logo img { height: 3rem !important; } .cid-sMkiAx3rgY .navbar ul.navbar-nav li { margin: auto; } .cid-sMkiAx3rgY .navbar .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem !important; text-align: center; } .cid-sMkiAx3rgY .navbar .navbar-brand { flex-shrink: initial; flex-basis: auto; word-break: break-word; padding-right: 2rem; } .cid-sMkiAx3rgY .navbar .navbar-toggler { flex-basis: auto; } .cid-sMkiAx3rgY .navbar .icons-menu { padding-left: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } } .cid-sMkiAx3rgY .navbar.navbar-short { min-height: 60px; } .cid-sMkiAx3rgY .navbar.navbar-short .navbar-logo img { height: 2.5rem !important; } .cid-sMkiAx3rgY .navbar.navbar-short .navbar-brand { min-height: 60px; padding: 0; } .cid-sMkiAx3rgY .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-sMkiAx3rgY .navbar-brand .navbar-caption { line-height: inherit !important; } .cid-sMkiAx3rgY .navbar-brand .navbar-logo a { outline: none; } .cid-sMkiAx3rgY .dropdown-item.active, .cid-sMkiAx3rgY .dropdown-item:active { background-color: transparent; } .cid-sMkiAx3rgY .navbar-expand-lg .navbar-nav .nav-link { padding: 0; } .cid-sMkiAx3rgY .nav-dropdown .link.dropdown-toggle { margin-right: 1.667em; } .cid-sMkiAx3rgY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { margin-right: 0; padding: 0.667em 1.667em; } .cid-sMkiAx3rgY .navbar.navbar-expand-lg .dropdown .dropdown-menu { background: #6ec7f2; } .cid-sMkiAx3rgY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; left: 100%; } .cid-sMkiAx3rgY .navbar .dropdown.open > .dropdown-menu { display: block; } .cid-sMkiAx3rgY ul.navbar-nav { flex-wrap: wrap; } .cid-sMkiAx3rgY .navbar-buttons { text-align: center; min-width: 170px; } .cid-sMkiAx3rgY button.navbar-toggler { outline: none; width: 31px; height: 20px; cursor: pointer; transition: all 0.2s; position: relative; align-self: center; } .cid-sMkiAx3rgY button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #000000; } .cid-sMkiAx3rgY button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all 0.2s; } .cid-sMkiAx3rgY button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all 0.15s; } .cid-sMkiAx3rgY button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all 0.15s; } .cid-sMkiAx3rgY button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all 0.2s; } .cid-sMkiAx3rgY nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-sMkiAx3rgY nav.opened .hamburger span:nth-child(2) { transform: rotate(45deg); transition: all 0.25s; } .cid-sMkiAx3rgY nav.opened .hamburger span:nth-child(3) { transform: rotate(-45deg); transition: all 0.25s; } .cid-sMkiAx3rgY nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-sMkiAx3rgY .navbar-dropdown { padding: 0 1rem; position: fixed; } .cid-sMkiAx3rgY a.nav-link { display: flex; align-items: center; justify-content: center; } .cid-sMkiAx3rgY .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-sMkiAx3rgY .navbar { height: 70px; } .cid-sMkiAx3rgY .navbar.opened { height: auto; } .cid-sMkiAx3rgY .nav-item .nav-link:hover::before { width: 175%; max-width: calc(100% + 2rem); left: -1rem; } } .cid-sMkj4xAGYQ { padding-top: 5rem; padding-bottom: 5rem; background-color: #ffffff; } .cid-sMkiJiS9Hd { padding-top: 6rem; padding-bottom: 6rem; background: #fafafa; } .cid-sMkiJiS9Hd .team-card { margin-bottom: 2rem; transition: all 0.3s; } .cid-sMkiJiS9Hd .team-card:hover { transform: translateY(-10px); } .cid-sMkiJiS9Hd .card-wrap { background: #ffffff; border-radius: 4px; } @media (max-width: 991px) { .cid-sMkiJiS9Hd .card-wrap { margin-bottom: 2rem; } } .cid-sMkiJiS9Hd .card-wrap .image-wrap img { width: 100%; } @media (min-width: 768px) { .cid-sMkiJiS9Hd .card-wrap .content-wrap { padding: 2rem; } } @media (max-width: 767px) { .cid-sMkiJiS9Hd .card-wrap .content-wrap { padding: 1rem; } } .cid-sMkiJiS9Hd .social-row { text-align: center; } .cid-sMkiJiS9Hd .social-row .soc-item { display: inline-block; text-align: center; border-radius: 50%; margin-right: 0.6rem; margin-bottom: 1rem; padding: 0.5rem; border: 2px solid #6592e6; transition: all 0.3s; } .cid-sMkiJiS9Hd .social-row .soc-item .mbr-iconfont { transition: all 0.3s; display: flex; justify-content: center; align-content: center; color: #6592e6; font-size: 1.5rem; } .cid-sMkiJiS9Hd .social-row .soc-item:hover { background-color: #6592e6; } .cid-sMkiJiS9Hd .social-row .soc-item:hover .mbr-iconfont { color: #ffffff; } .cid-sMkiJiS9Hd .mbr-section-title { text-align: center; } .cid-sMkiAx3rgY { z-index: 1000; width: 100%; position: relative; min-height: 60px; } .cid-sMkiAx3rgY nav.navbar { position: fixed; } .cid-sMkiAx3rgY .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-sMkiAx3rgY .dropdown-menu { padding: 0; border-radius: 4px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); } .cid-sMkiAx3rgY .dropdown-item { border-bottom: 1px solid #e6e6e6; } .cid-sMkiAx3rgY .dropdown-item:hover, .cid-sMkiAx3rgY .dropdown-item:focus { background: #6592e6 !important; color: white !important; } .cid-sMkiAx3rgY .dropdown-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } .cid-sMkiAx3rgY .dropdown-item:last-child { border-bottom: none; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .cid-sMkiAx3rgY .nav-dropdown .link { padding: 0 0.3em !important; margin: 0.667em 1em !important; } .cid-sMkiAx3rgY .nav-dropdown .link.dropdown-toggle::after { margin-left: 0.5rem; margin-top: 0.2rem; } .cid-sMkiAx3rgY .nav-link { position: relative; } .cid-sMkiAx3rgY .container { display: flex; margin: auto; } .cid-sMkiAx3rgY .iconfont-wrapper { color: #000000 !important; font-size: 1.5rem; padding-right: 0.5rem; } .cid-sMkiAx3rgY .dropdown-menu, .cid-sMkiAx3rgY .navbar.opened { background: #6ec7f2 !important; } .cid-sMkiAx3rgY .nav-item:focus, .cid-sMkiAx3rgY .nav-link:focus { outline: none; } .cid-sMkiAx3rgY .dropdown .dropdown-menu .dropdown-item { width: auto; transition: all 0.25s ease-in-out; } .cid-sMkiAx3rgY .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-sMkiAx3rgY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { margin-right: 0.5rem; vertical-align: sub; } .cid-sMkiAx3rgY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { display: inline-block; transform: scale(1, 1); transition: all 0.25s ease-in-out; } .cid-sMkiAx3rgY .collapsed .dropdown-menu .dropdown-item:before { display: none; } .cid-sMkiAx3rgY .collapsed .dropdown .dropdown-menu .dropdown-item { padding: 0.235em 1.5em 0.235em 1.5em !important; transition: none; margin: 0 !important; } .cid-sMkiAx3rgY .navbar { min-height: 70px; transition: all 0.3s; border-bottom: 1px solid transparent; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); background: #6ec7f2; } .cid-sMkiAx3rgY .navbar.opened { transition: all 0.3s; } .cid-sMkiAx3rgY .navbar .dropdown-item { padding: 0.5rem 1.8rem; } .cid-sMkiAx3rgY .navbar .navbar-logo img { width: auto; } .cid-sMkiAx3rgY .navbar .navbar-collapse { justify-content: flex-end; z-index: 1; } .cid-sMkiAx3rgY .navbar.collapsed { justify-content: center; } .cid-sMkiAx3rgY .navbar.collapsed .nav-item .nav-link::before { display: none; } .cid-sMkiAx3rgY .navbar.collapsed.opened .dropdown-menu { top: 0; } .cid-sMkiAx3rgY .navbar.collapsed .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-sMkiAx3rgY .navbar.collapsed .dropdown-menu .dropdown-item:after { right: auto; } .cid-sMkiAx3rgY .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-sMkiAx3rgY .navbar.collapsed ul.navbar-nav li { margin: auto; } .cid-sMkiAx3rgY .navbar.collapsed .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem; text-align: center; } .cid-sMkiAx3rgY .navbar.collapsed .icons-menu { padding-left: 0; padding-right: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } @media (max-width: 991px) { .cid-sMkiAx3rgY .navbar .nav-item .nav-link::before { display: none; } .cid-sMkiAx3rgY .navbar.opened .dropdown-menu { top: 0; } .cid-sMkiAx3rgY .navbar .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-sMkiAx3rgY .navbar .dropdown-menu .dropdown-item:after { right: auto; } .cid-sMkiAx3rgY .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-sMkiAx3rgY .navbar .navbar-logo img { height: 3rem !important; } .cid-sMkiAx3rgY .navbar ul.navbar-nav li { margin: auto; } .cid-sMkiAx3rgY .navbar .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem !important; text-align: center; } .cid-sMkiAx3rgY .navbar .navbar-brand { flex-shrink: initial; flex-basis: auto; word-break: break-word; padding-right: 2rem; } .cid-sMkiAx3rgY .navbar .navbar-toggler { flex-basis: auto; } .cid-sMkiAx3rgY .navbar .icons-menu { padding-left: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } } .cid-sMkiAx3rgY .navbar.navbar-short { min-height: 60px; } .cid-sMkiAx3rgY .navbar.navbar-short .navbar-logo img { height: 2.5rem !important; } .cid-sMkiAx3rgY .navbar.navbar-short .navbar-brand { min-height: 60px; padding: 0; } .cid-sMkiAx3rgY .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-sMkiAx3rgY .navbar-brand .navbar-caption { line-height: inherit !important; } .cid-sMkiAx3rgY .navbar-brand .navbar-logo a { outline: none; } .cid-sMkiAx3rgY .dropdown-item.active, .cid-sMkiAx3rgY .dropdown-item:active { background-color: transparent; } .cid-sMkiAx3rgY .navbar-expand-lg .navbar-nav .nav-link { padding: 0; } .cid-sMkiAx3rgY .nav-dropdown .link.dropdown-toggle { margin-right: 1.667em; } .cid-sMkiAx3rgY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { margin-right: 0; padding: 0.667em 1.667em; } .cid-sMkiAx3rgY .navbar.navbar-expand-lg .dropdown .dropdown-menu { background: #6ec7f2; } .cid-sMkiAx3rgY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; left: 100%; } .cid-sMkiAx3rgY .navbar .dropdown.open > .dropdown-menu { display: block; } .cid-sMkiAx3rgY ul.navbar-nav { flex-wrap: wrap; } .cid-sMkiAx3rgY .navbar-buttons { text-align: center; min-width: 170px; } .cid-sMkiAx3rgY button.navbar-toggler { outline: none; width: 31px; height: 20px; cursor: pointer; transition: all 0.2s; position: relative; align-self: center; } .cid-sMkiAx3rgY button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #000000; } .cid-sMkiAx3rgY button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all 0.2s; } .cid-sMkiAx3rgY button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all 0.15s; } .cid-sMkiAx3rgY button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all 0.15s; } .cid-sMkiAx3rgY button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all 0.2s; } .cid-sMkiAx3rgY nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-sMkiAx3rgY nav.opened .hamburger span:nth-child(2) { transform: rotate(45deg); transition: all 0.25s; } .cid-sMkiAx3rgY nav.opened .hamburger span:nth-child(3) { transform: rotate(-45deg); transition: all 0.25s; } .cid-sMkiAx3rgY nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-sMkiAx3rgY .navbar-dropdown { padding: 0 1rem; position: fixed; } .cid-sMkiAx3rgY a.nav-link { display: flex; align-items: center; justify-content: center; } .cid-sMkiAx3rgY .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-sMkiAx3rgY .navbar { height: 70px; } .cid-sMkiAx3rgY .navbar.opened { height: auto; } .cid-sMkiAx3rgY .nav-item .nav-link:hover::before { width: 175%; max-width: calc(100% + 2rem); left: -1rem; } } .cid-sPwsx5EP8Q { background-color: #ffffff; } @media (max-width: 991px) { .cid-sPwsx5EP8Q .image-wrapper { margin-bottom: 1rem; } } .cid-sPwsx5EP8Q .row { flex-direction: row-reverse; } .cid-sPwsx5EP8Q img { width: 100%; } @media (min-width: 992px) { .cid-sPwsx5EP8Q .text-wrapper { padding: 2rem; } } .cid-sPwsx5EP8Q .mbr-text { text-align: left; } .cid-sPwszxvmBW { padding-top: 3rem; padding-bottom: 1rem; background-color: #ffffff; } .cid-sPwsEIb9WQ { background-image: url("../../../assets/images/unnamed-512x341.jpg"); } .cid-sPwsEIb9WQ .card-wrapper { background: #ffffff; border-radius: 4px; } @media (max-width: 767px) { .cid-sPwsEIb9WQ .card-wrapper { padding: 1rem; } } @media (min-width: 768px) and (max-width: 991px) { .cid-sPwsEIb9WQ .card-wrapper { padding: 2rem; } } @media (min-width: 992px) { .cid-sPwsEIb9WQ .card-wrapper { padding: 4rem; } } .cid-sPwsEIb9WQ .mbr-text, .cid-sPwsEIb9WQ .mbr-section-btn { text-align: left; } .cid-sPwsI5pe8r { padding-top: 3rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-sPwsI5pe8r ul { list-style: none; margin: 0; padding-left: 2.5rem; } .cid-sPwsI5pe8r li { position: relative; margin-bottom: 1rem; } .cid-sPwsI5pe8r ul li::before { position: absolute; left: -1.6rem; content: "\2022"; color: #6592e6; font-weight: bold; font-size: 2rem; width: 1.6rem; } .cid-sMkiAx3rgY { z-index: 1000; width: 100%; position: relative; min-height: 60px; } .cid-sMkiAx3rgY nav.navbar { position: fixed; } .cid-sMkiAx3rgY .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-sMkiAx3rgY .dropdown-menu { padding: 0; border-radius: 4px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); } .cid-sMkiAx3rgY .dropdown-item { border-bottom: 1px solid #e6e6e6; } .cid-sMkiAx3rgY .dropdown-item:hover, .cid-sMkiAx3rgY .dropdown-item:focus { background: #6592e6 !important; color: white !important; } .cid-sMkiAx3rgY .dropdown-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } .cid-sMkiAx3rgY .dropdown-item:last-child { border-bottom: none; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .cid-sMkiAx3rgY .nav-dropdown .link { padding: 0 0.3em !important; margin: 0.667em 1em !important; } .cid-sMkiAx3rgY .nav-dropdown .link.dropdown-toggle::after { margin-left: 0.5rem; margin-top: 0.2rem; } .cid-sMkiAx3rgY .nav-link { position: relative; } .cid-sMkiAx3rgY .container { display: flex; margin: auto; } .cid-sMkiAx3rgY .iconfont-wrapper { color: #000000 !important; font-size: 1.5rem; padding-right: 0.5rem; } .cid-sMkiAx3rgY .dropdown-menu, .cid-sMkiAx3rgY .navbar.opened { background: #6ec7f2 !important; } .cid-sMkiAx3rgY .nav-item:focus, .cid-sMkiAx3rgY .nav-link:focus { outline: none; } .cid-sMkiAx3rgY .dropdown .dropdown-menu .dropdown-item { width: auto; transition: all 0.25s ease-in-out; } .cid-sMkiAx3rgY .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-sMkiAx3rgY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { margin-right: 0.5rem; vertical-align: sub; } .cid-sMkiAx3rgY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { display: inline-block; transform: scale(1, 1); transition: all 0.25s ease-in-out; } .cid-sMkiAx3rgY .collapsed .dropdown-menu .dropdown-item:before { display: none; } .cid-sMkiAx3rgY .collapsed .dropdown .dropdown-menu .dropdown-item { padding: 0.235em 1.5em 0.235em 1.5em !important; transition: none; margin: 0 !important; } .cid-sMkiAx3rgY .navbar { min-height: 70px; transition: all 0.3s; border-bottom: 1px solid transparent; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); background: #6ec7f2; } .cid-sMkiAx3rgY .navbar.opened { transition: all 0.3s; } .cid-sMkiAx3rgY .navbar .dropdown-item { padding: 0.5rem 1.8rem; } .cid-sMkiAx3rgY .navbar .navbar-logo img { width: auto; } .cid-sMkiAx3rgY .navbar .navbar-collapse { justify-content: flex-end; z-index: 1; } .cid-sMkiAx3rgY .navbar.collapsed { justify-content: center; } .cid-sMkiAx3rgY .navbar.collapsed .nav-item .nav-link::before { display: none; } .cid-sMkiAx3rgY .navbar.collapsed.opened .dropdown-menu { top: 0; } .cid-sMkiAx3rgY .navbar.collapsed .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-sMkiAx3rgY .navbar.collapsed .dropdown-menu .dropdown-item:after { right: auto; } .cid-sMkiAx3rgY .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-sMkiAx3rgY .navbar.collapsed ul.navbar-nav li { margin: auto; } .cid-sMkiAx3rgY .navbar.collapsed .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem; text-align: center; } .cid-sMkiAx3rgY .navbar.collapsed .icons-menu { padding-left: 0; padding-right: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } @media (max-width: 991px) { .cid-sMkiAx3rgY .navbar .nav-item .nav-link::before { display: none; } .cid-sMkiAx3rgY .navbar.opened .dropdown-menu { top: 0; } .cid-sMkiAx3rgY .navbar .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-sMkiAx3rgY .navbar .dropdown-menu .dropdown-item:after { right: auto; } .cid-sMkiAx3rgY .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-sMkiAx3rgY .navbar .navbar-logo img { height: 3rem !important; } .cid-sMkiAx3rgY .navbar ul.navbar-nav li { margin: auto; } .cid-sMkiAx3rgY .navbar .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem !important; text-align: center; } .cid-sMkiAx3rgY .navbar .navbar-brand { flex-shrink: initial; flex-basis: auto; word-break: break-word; padding-right: 2rem; } .cid-sMkiAx3rgY .navbar .navbar-toggler { flex-basis: auto; } .cid-sMkiAx3rgY .navbar .icons-menu { padding-left: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } } .cid-sMkiAx3rgY .navbar.navbar-short { min-height: 60px; } .cid-sMkiAx3rgY .navbar.navbar-short .navbar-logo img { height: 2.5rem !important; } .cid-sMkiAx3rgY .navbar.navbar-short .navbar-brand { min-height: 60px; padding: 0; } .cid-sMkiAx3rgY .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-sMkiAx3rgY .navbar-brand .navbar-caption { line-height: inherit !important; } .cid-sMkiAx3rgY .navbar-brand .navbar-logo a { outline: none; } .cid-sMkiAx3rgY .dropdown-item.active, .cid-sMkiAx3rgY .dropdown-item:active { background-color: transparent; } .cid-sMkiAx3rgY .navbar-expand-lg .navbar-nav .nav-link { padding: 0; } .cid-sMkiAx3rgY .nav-dropdown .link.dropdown-toggle { margin-right: 1.667em; } .cid-sMkiAx3rgY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { margin-right: 0; padding: 0.667em 1.667em; } .cid-sMkiAx3rgY .navbar.navbar-expand-lg .dropdown .dropdown-menu { background: #6ec7f2; } .cid-sMkiAx3rgY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; left: 100%; } .cid-sMkiAx3rgY .navbar .dropdown.open > .dropdown-menu { display: block; } .cid-sMkiAx3rgY ul.navbar-nav { flex-wrap: wrap; } .cid-sMkiAx3rgY .navbar-buttons { text-align: center; min-width: 170px; } .cid-sMkiAx3rgY button.navbar-toggler { outline: none; width: 31px; height: 20px; cursor: pointer; transition: all 0.2s; position: relative; align-self: center; } .cid-sMkiAx3rgY button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #000000; } .cid-sMkiAx3rgY button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all 0.2s; } .cid-sMkiAx3rgY button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all 0.15s; } .cid-sMkiAx3rgY button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all 0.15s; } .cid-sMkiAx3rgY button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all 0.2s; } .cid-sMkiAx3rgY nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-sMkiAx3rgY nav.opened .hamburger span:nth-child(2) { transform: rotate(45deg); transition: all 0.25s; } .cid-sMkiAx3rgY nav.opened .hamburger span:nth-child(3) { transform: rotate(-45deg); transition: all 0.25s; } .cid-sMkiAx3rgY nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-sMkiAx3rgY .navbar-dropdown { padding: 0 1rem; position: fixed; } .cid-sMkiAx3rgY a.nav-link { display: flex; align-items: center; justify-content: center; } .cid-sMkiAx3rgY .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-sMkiAx3rgY .navbar { height: 70px; } .cid-sMkiAx3rgY .navbar.opened { height: auto; } .cid-sMkiAx3rgY .nav-item .nav-link:hover::before { width: 175%; max-width: calc(100% + 2rem); left: -1rem; } } .cid-sPwkUL5FAI { background-image: url("../../../assets/images/background6.jpg"); } .cid-sPwmU6tQKA { background-color: #ffffff; } .cid-sPwmU6tQKA .card-wrapper { background: #4479d9; border-radius: 4px; } @media (max-width: 767px) { .cid-sPwmU6tQKA .card-wrapper { padding: 1rem; } } @media (min-width: 768px) and (max-width: 991px) { .cid-sPwmU6tQKA .card-wrapper { padding: 2rem; } } @media (min-width: 992px) { .cid-sPwmU6tQKA .card-wrapper { padding: 4rem; } } .cid-sPwmU6tQKA .mbr-text, .cid-sPwmU6tQKA .mbr-section-btn { color: #ffffff; } .cid-sPwmU6tQKA .card-title, .cid-sPwmU6tQKA .card-box { text-align: left; } .cid-sPwkZX7ZHI { padding-top: 1rem; padding-bottom: 1rem; background-color: #ffffff; } .cid-sPwkZX7ZHI .line { background-color: #6592e6; align: center; height: 2px; margin: 0 auto; } .cid-sPwl9kdQVl { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-sPwl9kdQVl .video-wrapper iframe { width: 100%; } .cid-sPwl9kdQVl .mbr-section-title, .cid-sPwl9kdQVl .mbr-description { text-align: center; } @media (min-width: 992px) { .cid-sPwl9kdQVl .text-wrapper { padding: 2rem; } } .cid-sPwl9kdQVl .mbr-text { text-align: left; } .cid-sMkiAx3rgY { z-index: 1000; width: 100%; position: relative; min-height: 60px; } .cid-sMkiAx3rgY nav.navbar { position: fixed; } .cid-sMkiAx3rgY .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-sMkiAx3rgY .dropdown-menu { padding: 0; border-radius: 4px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); } .cid-sMkiAx3rgY .dropdown-item { border-bottom: 1px solid #e6e6e6; } .cid-sMkiAx3rgY .dropdown-item:hover, .cid-sMkiAx3rgY .dropdown-item:focus { background: #6592e6 !important; color: white !important; } .cid-sMkiAx3rgY .dropdown-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } .cid-sMkiAx3rgY .dropdown-item:last-child { border-bottom: none; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .cid-sMkiAx3rgY .nav-dropdown .link { padding: 0 0.3em !important; margin: 0.667em 1em !important; } .cid-sMkiAx3rgY .nav-dropdown .link.dropdown-toggle::after { margin-left: 0.5rem; margin-top: 0.2rem; } .cid-sMkiAx3rgY .nav-link { position: relative; } .cid-sMkiAx3rgY .container { display: flex; margin: auto; } .cid-sMkiAx3rgY .iconfont-wrapper { color: #000000 !important; font-size: 1.5rem; padding-right: 0.5rem; } .cid-sMkiAx3rgY .dropdown-menu, .cid-sMkiAx3rgY .navbar.opened { background: #6ec7f2 !important; } .cid-sMkiAx3rgY .nav-item:focus, .cid-sMkiAx3rgY .nav-link:focus { outline: none; } .cid-sMkiAx3rgY .dropdown .dropdown-menu .dropdown-item { width: auto; transition: all 0.25s ease-in-out; } .cid-sMkiAx3rgY .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-sMkiAx3rgY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { margin-right: 0.5rem; vertical-align: sub; } .cid-sMkiAx3rgY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { display: inline-block; transform: scale(1, 1); transition: all 0.25s ease-in-out; } .cid-sMkiAx3rgY .collapsed .dropdown-menu .dropdown-item:before { display: none; } .cid-sMkiAx3rgY .collapsed .dropdown .dropdown-menu .dropdown-item { padding: 0.235em 1.5em 0.235em 1.5em !important; transition: none; margin: 0 !important; } .cid-sMkiAx3rgY .navbar { min-height: 70px; transition: all 0.3s; border-bottom: 1px solid transparent; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); background: #6ec7f2; } .cid-sMkiAx3rgY .navbar.opened { transition: all 0.3s; } .cid-sMkiAx3rgY .navbar .dropdown-item { padding: 0.5rem 1.8rem; } .cid-sMkiAx3rgY .navbar .navbar-logo img { width: auto; } .cid-sMkiAx3rgY .navbar .navbar-collapse { justify-content: flex-end; z-index: 1; } .cid-sMkiAx3rgY .navbar.collapsed { justify-content: center; } .cid-sMkiAx3rgY .navbar.collapsed .nav-item .nav-link::before { display: none; } .cid-sMkiAx3rgY .navbar.collapsed.opened .dropdown-menu { top: 0; } .cid-sMkiAx3rgY .navbar.collapsed .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-sMkiAx3rgY .navbar.collapsed .dropdown-menu .dropdown-item:after { right: auto; } .cid-sMkiAx3rgY .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-sMkiAx3rgY .navbar.collapsed ul.navbar-nav li { margin: auto; } .cid-sMkiAx3rgY .navbar.collapsed .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem; text-align: center; } .cid-sMkiAx3rgY .navbar.collapsed .icons-menu { padding-left: 0; padding-right: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } @media (max-width: 991px) { .cid-sMkiAx3rgY .navbar .nav-item .nav-link::before { display: none; } .cid-sMkiAx3rgY .navbar.opened .dropdown-menu { top: 0; } .cid-sMkiAx3rgY .navbar .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-sMkiAx3rgY .navbar .dropdown-menu .dropdown-item:after { right: auto; } .cid-sMkiAx3rgY .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-sMkiAx3rgY .navbar .navbar-logo img { height: 3rem !important; } .cid-sMkiAx3rgY .navbar ul.navbar-nav li { margin: auto; } .cid-sMkiAx3rgY .navbar .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem !important; text-align: center; } .cid-sMkiAx3rgY .navbar .navbar-brand { flex-shrink: initial; flex-basis: auto; word-break: break-word; padding-right: 2rem; } .cid-sMkiAx3rgY .navbar .navbar-toggler { flex-basis: auto; } .cid-sMkiAx3rgY .navbar .icons-menu { padding-left: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } } .cid-sMkiAx3rgY .navbar.navbar-short { min-height: 60px; } .cid-sMkiAx3rgY .navbar.navbar-short .navbar-logo img { height: 2.5rem !important; } .cid-sMkiAx3rgY .navbar.navbar-short .navbar-brand { min-height: 60px; padding: 0; } .cid-sMkiAx3rgY .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-sMkiAx3rgY .navbar-brand .navbar-caption { line-height: inherit !important; } .cid-sMkiAx3rgY .navbar-brand .navbar-logo a { outline: none; } .cid-sMkiAx3rgY .dropdown-item.active, .cid-sMkiAx3rgY .dropdown-item:active { background-color: transparent; } .cid-sMkiAx3rgY .navbar-expand-lg .navbar-nav .nav-link { padding: 0; } .cid-sMkiAx3rgY .nav-dropdown .link.dropdown-toggle { margin-right: 1.667em; } .cid-sMkiAx3rgY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { margin-right: 0; padding: 0.667em 1.667em; } .cid-sMkiAx3rgY .navbar.navbar-expand-lg .dropdown .dropdown-menu { background: #6ec7f2; } .cid-sMkiAx3rgY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; left: 100%; } .cid-sMkiAx3rgY .navbar .dropdown.open > .dropdown-menu { display: block; } .cid-sMkiAx3rgY ul.navbar-nav { flex-wrap: wrap; } .cid-sMkiAx3rgY .navbar-buttons { text-align: center; min-width: 170px; } .cid-sMkiAx3rgY button.navbar-toggler { outline: none; width: 31px; height: 20px; cursor: pointer; transition: all 0.2s; position: relative; align-self: center; } .cid-sMkiAx3rgY button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #000000; } .cid-sMkiAx3rgY button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all 0.2s; } .cid-sMkiAx3rgY button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all 0.15s; } .cid-sMkiAx3rgY button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all 0.15s; } .cid-sMkiAx3rgY button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all 0.2s; } .cid-sMkiAx3rgY nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-sMkiAx3rgY nav.opened .hamburger span:nth-child(2) { transform: rotate(45deg); transition: all 0.25s; } .cid-sMkiAx3rgY nav.opened .hamburger span:nth-child(3) { transform: rotate(-45deg); transition: all 0.25s; } .cid-sMkiAx3rgY nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-sMkiAx3rgY .navbar-dropdown { padding: 0 1rem; position: fixed; } .cid-sMkiAx3rgY a.nav-link { display: flex; align-items: center; justify-content: center; } .cid-sMkiAx3rgY .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-sMkiAx3rgY .navbar { height: 70px; } .cid-sMkiAx3rgY .navbar.opened { height: auto; } .cid-sMkiAx3rgY .nav-item .nav-link:hover::before { width: 175%; max-width: calc(100% + 2rem); left: -1rem; } } .cid-sPxfIA1rlL { padding-top: 3rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-sPxgpuTLQU { padding-top: 2rem; padding-bottom: 2rem; background-color: #ffffff; } .cid-sPxgpuTLQU .mbr-section-subtitle { text-align: left; } .cid-sPxl5nkSyR { padding-top: 1rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-sPxlx50hJ9 { padding-top: 2rem; padding-bottom: 0rem; background-color: #ffffff; } @media (max-width: 991px) { .cid-sPxlx50hJ9 .image-wrapper { margin-bottom: 1rem; } } .cid-sPxlx50hJ9 .row { flex-direction: row-reverse; } .cid-sPxlx50hJ9 img { width: 100%; } .cid-sPxmirn1B3 { padding-top: 1rem; padding-bottom: 0rem; background-color: #ffffff; } @media (max-width: 991px) { .cid-sPxmirn1B3 .image-wrapper { margin-bottom: 1rem; } } .cid-sPxmirn1B3 .row { flex-direction: row-reverse; } .cid-sPxmirn1B3 img { width: 100%; } @media (min-width: 992px) { .cid-sPxmirn1B3 .text-wrapper { padding: 2rem; } } .cid-sPxmirn1B3 .mbr-text { text-align: left; } .cid-sPxmGqjOxH { padding-top: 0rem; padding-bottom: 1rem; background-color: #ffffff; } .cid-sPxnj9AtgX { padding-top: 2rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-sPxnj9AtgX ul { list-style: none; margin: 0; padding-left: 2.5rem; } .cid-sPxnj9AtgX li { position: relative; margin-bottom: 1rem; } .cid-sPxnj9AtgX ul li::before { position: absolute; left: -1.6rem; content: "\2022"; color: #6592e6; font-weight: bold; font-size: 2rem; width: 1.6rem; } .cid-sPxoekFcYw { padding-top: 1rem; padding-bottom: 0rem; background-color: #ffffff; } @media (max-width: 991px) { .cid-sPxoekFcYw .image-wrapper { margin-bottom: 1rem; } } .cid-sPxoekFcYw img { width: 100%; } @media (min-width: 992px) { .cid-sPxoekFcYw .text-wrapper { padding: 2rem; } } .cid-sPxqvLGYwM { padding-top: 2rem; padding-bottom: 2rem; background-color: #ffffff; } .cid-sPxrviAZvL { padding-top: 2rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-sPxrWgmdHc { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } @media (max-width: 991px) { .cid-sPxrWgmdHc .image-wrapper { margin-bottom: 1rem; } } .cid-sPxrWgmdHc .row { flex-direction: row-reverse; } .cid-sPxrWgmdHc img { width: 100%; } @media (min-width: 992px) { .cid-sPxrWgmdHc .text-wrapper { padding: 2rem; } } .cid-sPxsAK0Loz { padding-top: 1rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-sPxt5XOiGH { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-sPxtNAXNfH { padding-top: 4rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-sPxulF5L5I { padding-top: 2rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-sPxxKPyJ19 { padding-top: 1rem; padding-bottom: 0rem; background-color: #ffffff; } @media (max-width: 991px) { .cid-sPxxKPyJ19 .image-wrapper { margin-bottom: 1rem; } } .cid-sPxxKPyJ19 .row { flex-direction: row-reverse; } .cid-sPxxKPyJ19 img { width: 100%; } .cid-sPgN7fXGau { z-index: 1000; width: 100%; position: relative; min-height: 60px; } .cid-sPgN7fXGau nav.navbar { position: fixed; } .cid-sPgN7fXGau .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-sPgN7fXGau .dropdown-menu { padding: 0; border-radius: 4px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); } .cid-sPgN7fXGau .dropdown-item { border-bottom: 1px solid #e6e6e6; } .cid-sPgN7fXGau .dropdown-item:hover, .cid-sPgN7fXGau .dropdown-item:focus { background: #6592e6 !important; color: white !important; } .cid-sPgN7fXGau .dropdown-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } .cid-sPgN7fXGau .dropdown-item:last-child { border-bottom: none; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .cid-sPgN7fXGau .nav-dropdown .link { padding: 0 0.3em !important; margin: 0.667em 1em !important; } .cid-sPgN7fXGau .nav-dropdown .link.dropdown-toggle::after { margin-left: 0.5rem; margin-top: 0.2rem; } .cid-sPgN7fXGau .nav-link { position: relative; } .cid-sPgN7fXGau .container { display: flex; margin: auto; } .cid-sPgN7fXGau .iconfont-wrapper { color: #000000 !important; font-size: 1.5rem; padding-right: 0.5rem; } .cid-sPgN7fXGau .dropdown-menu, .cid-sPgN7fXGau .navbar.opened { background: #6ec7f2 !important; } .cid-sPgN7fXGau .nav-item:focus, .cid-sPgN7fXGau .nav-link:focus { outline: none; } .cid-sPgN7fXGau .dropdown .dropdown-menu .dropdown-item { width: auto; transition: all 0.25s ease-in-out; } .cid-sPgN7fXGau .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-sPgN7fXGau .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { margin-right: 0.5rem; vertical-align: sub; } .cid-sPgN7fXGau .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { display: inline-block; transform: scale(1, 1); transition: all 0.25s ease-in-out; } .cid-sPgN7fXGau .collapsed .dropdown-menu .dropdown-item:before { display: none; } .cid-sPgN7fXGau .collapsed .dropdown .dropdown-menu .dropdown-item { padding: 0.235em 1.5em 0.235em 1.5em !important; transition: none; margin: 0 !important; } .cid-sPgN7fXGau .navbar { min-height: 70px; transition: all 0.3s; border-bottom: 1px solid transparent; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); background: #6ec7f2; } .cid-sPgN7fXGau .navbar.opened { transition: all 0.3s; } .cid-sPgN7fXGau .navbar .dropdown-item { padding: 0.5rem 1.8rem; } .cid-sPgN7fXGau .navbar .navbar-logo img { width: auto; } .cid-sPgN7fXGau .navbar .navbar-collapse { justify-content: flex-end; z-index: 1; } .cid-sPgN7fXGau .navbar.collapsed { justify-content: center; } .cid-sPgN7fXGau .navbar.collapsed .nav-item .nav-link::before { display: none; } .cid-sPgN7fXGau .navbar.collapsed.opened .dropdown-menu { top: 0; } .cid-sPgN7fXGau .navbar.collapsed .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-sPgN7fXGau .navbar.collapsed .dropdown-menu .dropdown-item:after { right: auto; } .cid-sPgN7fXGau .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-sPgN7fXGau .navbar.collapsed ul.navbar-nav li { margin: auto; } .cid-sPgN7fXGau .navbar.collapsed .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem; text-align: center; } .cid-sPgN7fXGau .navbar.collapsed .icons-menu { padding-left: 0; padding-right: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } @media (max-width: 991px) { .cid-sPgN7fXGau .navbar .nav-item .nav-link::before { display: none; } .cid-sPgN7fXGau .navbar.opened .dropdown-menu { top: 0; } .cid-sPgN7fXGau .navbar .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-sPgN7fXGau .navbar .dropdown-menu .dropdown-item:after { right: auto; } .cid-sPgN7fXGau .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-sPgN7fXGau .navbar .navbar-logo img { height: 3rem !important; } .cid-sPgN7fXGau .navbar ul.navbar-nav li { margin: auto; } .cid-sPgN7fXGau .navbar .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem !important; text-align: center; } .cid-sPgN7fXGau .navbar .navbar-brand { flex-shrink: initial; flex-basis: auto; word-break: break-word; padding-right: 2rem; } .cid-sPgN7fXGau .navbar .navbar-toggler { flex-basis: auto; } .cid-sPgN7fXGau .navbar .icons-menu { padding-left: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } } .cid-sPgN7fXGau .navbar.navbar-short { min-height: 60px; } .cid-sPgN7fXGau .navbar.navbar-short .navbar-logo img { height: 2.5rem !important; } .cid-sPgN7fXGau .navbar.navbar-short .navbar-brand { min-height: 60px; padding: 0; } .cid-sPgN7fXGau .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-sPgN7fXGau .navbar-brand .navbar-caption { line-height: inherit !important; } .cid-sPgN7fXGau .navbar-brand .navbar-logo a { outline: none; } .cid-sPgN7fXGau .dropdown-item.active, .cid-sPgN7fXGau .dropdown-item:active { background-color: transparent; } .cid-sPgN7fXGau .navbar-expand-lg .navbar-nav .nav-link { padding: 0; } .cid-sPgN7fXGau .nav-dropdown .link.dropdown-toggle { margin-right: 1.667em; } .cid-sPgN7fXGau .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { margin-right: 0; padding: 0.667em 1.667em; } .cid-sPgN7fXGau .navbar.navbar-expand-lg .dropdown .dropdown-menu { background: #6ec7f2; } .cid-sPgN7fXGau .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; left: 100%; } .cid-sPgN7fXGau .navbar .dropdown.open > .dropdown-menu { display: block; } .cid-sPgN7fXGau ul.navbar-nav { flex-wrap: wrap; } .cid-sPgN7fXGau .navbar-buttons { text-align: center; min-width: 170px; } .cid-sPgN7fXGau button.navbar-toggler { outline: none; width: 31px; height: 20px; cursor: pointer; transition: all 0.2s; position: relative; align-self: center; } .cid-sPgN7fXGau button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #000000; } .cid-sPgN7fXGau button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all 0.2s; } .cid-sPgN7fXGau button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all 0.15s; } .cid-sPgN7fXGau button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all 0.15s; } .cid-sPgN7fXGau button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all 0.2s; } .cid-sPgN7fXGau nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-sPgN7fXGau nav.opened .hamburger span:nth-child(2) { transform: rotate(45deg); transition: all 0.25s; } .cid-sPgN7fXGau nav.opened .hamburger span:nth-child(3) { transform: rotate(-45deg); transition: all 0.25s; } .cid-sPgN7fXGau nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-sPgN7fXGau .navbar-dropdown { padding: 0 1rem; position: fixed; } .cid-sPgN7fXGau a.nav-link { display: flex; align-items: center; justify-content: center; } .cid-sPgN7fXGau .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-sPgN7fXGau .navbar { height: 70px; } .cid-sPgN7fXGau .navbar.opened { height: auto; } .cid-sPgN7fXGau .nav-item .nav-link:hover::before { width: 175%; max-width: calc(100% + 2rem); left: -1rem; } } .cid-sPxRrRL7ff { padding-top: 5rem; padding-bottom: 0rem; background-color: #fafafa; } .cid-sPxT6tg3HP { padding-top: 1rem; padding-bottom: 0rem; background-color: #fafafa; } .cid-sPxT6tg3HP img, .cid-sPxT6tg3HP .item-img { width: 100%; } .cid-sPxT6tg3HP .item:focus, .cid-sPxT6tg3HP span:focus { outline: none; } .cid-sPxT6tg3HP .item { cursor: pointer; margin-bottom: 2rem; position: relative; } .cid-sPxT6tg3HP .item-wrapper { position: unset; border-radius: 4px; background: #ffffff; height: 100%; display: flex; flex-flow: column nowrap; } @media (min-width: 992px) { .cid-sPxT6tg3HP .item-wrapper .item-content { padding: 2rem; } } @media (max-width: 991px) { .cid-sPxT6tg3HP .item-wrapper .item-content { padding: 1rem; } } .cid-sPxT6tg3HP .mbr-section-btn { margin-top: auto !important; } .cid-sPxT6tg3HP .mbr-section-title { color: #000000; } .cid-sPxT6tg3HP .mbr-text, .cid-sPxT6tg3HP .mbr-section-btn { text-align: center; } .cid-sPxT6tg3HP .item-title { text-align: center; } .cid-sPxT6tg3HP .item-subtitle { text-align: left; } .cid-sPxVhd9Onw { padding-top: 1rem; padding-bottom: 0rem; background-image: url("../../../assets/images/background1.jpg"); } @media (max-width: 991px) { .cid-sPxVhd9Onw .image-wrapper { margin-bottom: 1rem; } } .cid-sPxVhd9Onw .row { flex-direction: row-reverse; } .cid-sPxVhd9Onw img { width: 100%; } @media (min-width: 992px) { .cid-sPxVhd9Onw .text-wrapper { padding: 2rem; } } .cid-sPxWlzAYsl { padding-top: 0rem; padding-bottom: 0rem; background-image: url("../../../assets/images/background1.jpg"); } @media (max-width: 991px) { .cid-sPxWlzAYsl .image-wrapper { margin-bottom: 1rem; } } .cid-sPxWlzAYsl .row { flex-direction: row-reverse; } .cid-sPxWlzAYsl img { width: 100%; } @media (min-width: 992px) { .cid-sPxWlzAYsl .text-wrapper { padding: 2rem; } } .cid-sPxWmxPxtn { padding-top: 0rem; padding-bottom: 0rem; background-image: url("../../../assets/images/background1.jpg"); } @media (max-width: 991px) { .cid-sPxWmxPxtn .image-wrapper { margin-bottom: 1rem; } } .cid-sPxWmxPxtn img { width: 100%; } @media (min-width: 992px) { .cid-sPxWmxPxtn .text-wrapper { padding: 2rem; } } .cid-sPxWn5Cebh { padding-top: 0rem; padding-bottom: 0rem; background-image: url("../../../assets/images/background1.jpg"); } @media (max-width: 991px) { .cid-sPxWn5Cebh .image-wrapper { margin-bottom: 1rem; } } .cid-sPxWn5Cebh .row { flex-direction: row-reverse; } .cid-sPxWn5Cebh img { width: 100%; } @media (min-width: 992px) { .cid-sPxWn5Cebh .text-wrapper { padding: 2rem; } } .cid-sPxWnH6wdS { padding-top: 0rem; padding-bottom: 0rem; background-image: url("../../../assets/images/background1.jpg"); } @media (max-width: 991px) { .cid-sPxWnH6wdS .image-wrapper { margin-bottom: 1rem; } } .cid-sPxWnH6wdS img { width: 100%; } @media (min-width: 992px) { .cid-sPxWnH6wdS .text-wrapper { padding: 2rem; } } .cid-sPgNLaFoWi { z-index: 1000; width: 100%; position: relative; min-height: 60px; } .cid-sPgNLaFoWi nav.navbar { position: fixed; } .cid-sPgNLaFoWi .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-sPgNLaFoWi .dropdown-menu { padding: 0; border-radius: 4px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); } .cid-sPgNLaFoWi .dropdown-item { border-bottom: 1px solid #e6e6e6; } .cid-sPgNLaFoWi .dropdown-item:hover, .cid-sPgNLaFoWi .dropdown-item:focus { background: #6592e6 !important; color: white !important; } .cid-sPgNLaFoWi .dropdown-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } .cid-sPgNLaFoWi .dropdown-item:last-child { border-bottom: none; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .cid-sPgNLaFoWi .nav-dropdown .link { padding: 0 0.3em !important; margin: 0.667em 1em !important; } .cid-sPgNLaFoWi .nav-dropdown .link.dropdown-toggle::after { margin-left: 0.5rem; margin-top: 0.2rem; } .cid-sPgNLaFoWi .nav-link { position: relative; } .cid-sPgNLaFoWi .container { display: flex; margin: auto; } .cid-sPgNLaFoWi .iconfont-wrapper { color: #000000 !important; font-size: 1.5rem; padding-right: 0.5rem; } .cid-sPgNLaFoWi .dropdown-menu, .cid-sPgNLaFoWi .navbar.opened { background: #6ec7f2 !important; } .cid-sPgNLaFoWi .nav-item:focus, .cid-sPgNLaFoWi .nav-link:focus { outline: none; } .cid-sPgNLaFoWi .dropdown .dropdown-menu .dropdown-item { width: auto; transition: all 0.25s ease-in-out; } .cid-sPgNLaFoWi .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-sPgNLaFoWi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { margin-right: 0.5rem; vertical-align: sub; } .cid-sPgNLaFoWi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { display: inline-block; transform: scale(1, 1); transition: all 0.25s ease-in-out; } .cid-sPgNLaFoWi .collapsed .dropdown-menu .dropdown-item:before { display: none; } .cid-sPgNLaFoWi .collapsed .dropdown .dropdown-menu .dropdown-item { padding: 0.235em 1.5em 0.235em 1.5em !important; transition: none; margin: 0 !important; } .cid-sPgNLaFoWi .navbar { min-height: 70px; transition: all 0.3s; border-bottom: 1px solid transparent; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); background: #6ec7f2; } .cid-sPgNLaFoWi .navbar.opened { transition: all 0.3s; } .cid-sPgNLaFoWi .navbar .dropdown-item { padding: 0.5rem 1.8rem; } .cid-sPgNLaFoWi .navbar .navbar-logo img { width: auto; } .cid-sPgNLaFoWi .navbar .navbar-collapse { justify-content: flex-end; z-index: 1; } .cid-sPgNLaFoWi .navbar.collapsed { justify-content: center; } .cid-sPgNLaFoWi .navbar.collapsed .nav-item .nav-link::before { display: none; } .cid-sPgNLaFoWi .navbar.collapsed.opened .dropdown-menu { top: 0; } .cid-sPgNLaFoWi .navbar.collapsed .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-sPgNLaFoWi .navbar.collapsed .dropdown-menu .dropdown-item:after { right: auto; } .cid-sPgNLaFoWi .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-sPgNLaFoWi .navbar.collapsed ul.navbar-nav li { margin: auto; } .cid-sPgNLaFoWi .navbar.collapsed .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem; text-align: center; } .cid-sPgNLaFoWi .navbar.collapsed .icons-menu { padding-left: 0; padding-right: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } @media (max-width: 991px) { .cid-sPgNLaFoWi .navbar .nav-item .nav-link::before { display: none; } .cid-sPgNLaFoWi .navbar.opened .dropdown-menu { top: 0; } .cid-sPgNLaFoWi .navbar .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-sPgNLaFoWi .navbar .dropdown-menu .dropdown-item:after { right: auto; } .cid-sPgNLaFoWi .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-sPgNLaFoWi .navbar .navbar-logo img { height: 3rem !important; } .cid-sPgNLaFoWi .navbar ul.navbar-nav li { margin: auto; } .cid-sPgNLaFoWi .navbar .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem !important; text-align: center; } .cid-sPgNLaFoWi .navbar .navbar-brand { flex-shrink: initial; flex-basis: auto; word-break: break-word; padding-right: 2rem; } .cid-sPgNLaFoWi .navbar .navbar-toggler { flex-basis: auto; } .cid-sPgNLaFoWi .navbar .icons-menu { padding-left: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } } .cid-sPgNLaFoWi .navbar.navbar-short { min-height: 60px; } .cid-sPgNLaFoWi .navbar.navbar-short .navbar-logo img { height: 2.5rem !important; } .cid-sPgNLaFoWi .navbar.navbar-short .navbar-brand { min-height: 60px; padding: 0; } .cid-sPgNLaFoWi .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-sPgNLaFoWi .navbar-brand .navbar-caption { line-height: inherit !important; } .cid-sPgNLaFoWi .navbar-brand .navbar-logo a { outline: none; } .cid-sPgNLaFoWi .dropdown-item.active, .cid-sPgNLaFoWi .dropdown-item:active { background-color: transparent; } .cid-sPgNLaFoWi .navbar-expand-lg .navbar-nav .nav-link { padding: 0; } .cid-sPgNLaFoWi .nav-dropdown .link.dropdown-toggle { margin-right: 1.667em; } .cid-sPgNLaFoWi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { margin-right: 0; padding: 0.667em 1.667em; } .cid-sPgNLaFoWi .navbar.navbar-expand-lg .dropdown .dropdown-menu { background: #6ec7f2; } .cid-sPgNLaFoWi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; left: 100%; } .cid-sPgNLaFoWi .navbar .dropdown.open > .dropdown-menu { display: block; } .cid-sPgNLaFoWi ul.navbar-nav { flex-wrap: wrap; } .cid-sPgNLaFoWi .navbar-buttons { text-align: center; min-width: 170px; } .cid-sPgNLaFoWi button.navbar-toggler { outline: none; width: 31px; height: 20px; cursor: pointer; transition: all 0.2s; position: relative; align-self: center; } .cid-sPgNLaFoWi button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #000000; } .cid-sPgNLaFoWi button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all 0.2s; } .cid-sPgNLaFoWi button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all 0.15s; } .cid-sPgNLaFoWi button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all 0.15s; } .cid-sPgNLaFoWi button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all 0.2s; } .cid-sPgNLaFoWi nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-sPgNLaFoWi nav.opened .hamburger span:nth-child(2) { transform: rotate(45deg); transition: all 0.25s; } .cid-sPgNLaFoWi nav.opened .hamburger span:nth-child(3) { transform: rotate(-45deg); transition: all 0.25s; } .cid-sPgNLaFoWi nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-sPgNLaFoWi .navbar-dropdown { padding: 0 1rem; position: fixed; } .cid-sPgNLaFoWi a.nav-link { display: flex; align-items: center; justify-content: center; } .cid-sPgNLaFoWi .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-sPgNLaFoWi .navbar { height: 70px; } .cid-sPgNLaFoWi .navbar.opened { height: auto; } .cid-sPgNLaFoWi .nav-item .nav-link:hover::before { width: 175%; max-width: calc(100% + 2rem); left: -1rem; } } .cid-sPywNogc0r { padding-top: 5rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-sPyxf3Eavl { padding-top: 1rem; padding-bottom: 0rem; background-color: #ffffff; } @media (max-width: 991px) { .cid-sPyxf3Eavl .image-wrapper { margin-bottom: 1rem; } } .cid-sPyxf3Eavl img { width: 100%; } @media (min-width: 992px) { .cid-sPyxf3Eavl .text-wrapper { padding: 2rem; } } .cid-sPyxftupjL { padding-top: 3rem; padding-bottom: 2rem; background-color: #ffffff; } @media (max-width: 991px) { .cid-sPyxftupjL .image-wrapper { margin-bottom: 1rem; } } .cid-sPyxftupjL .row { flex-direction: row-reverse; } .cid-sPyxftupjL img { width: 100%; } @media (min-width: 992px) { .cid-sPyxftupjL .text-wrapper { padding: 2rem; } } .cid-sPyy9eCxvH { padding-top: 1rem; padding-bottom: 0rem; background-color: #ffffff; } @media (max-width: 991px) { .cid-sPyy9eCxvH .image-wrapper { margin-bottom: 1rem; } } .cid-sPyy9eCxvH img { width: 100%; } @media (min-width: 992px) { .cid-sPyy9eCxvH .text-wrapper { padding: 2rem; } } .cid-sPyyxbw4Xr { padding-top: 3rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-sPyyNcJUm8 { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } @media (max-width: 991px) { .cid-sPyyNcJUm8 .image-wrapper { margin-bottom: 1rem; } } .cid-sPyyNcJUm8 .row { flex-direction: row-reverse; } .cid-sPyyNcJUm8 img { width: 100%; } @media (min-width: 992px) { .cid-sPyyNcJUm8 .text-wrapper { padding: 2rem; } } .cid-sPyzruyeJt { padding-top: 2rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-sPyzruyeJt img, .cid-sPyzruyeJt .item-img { width: 100%; } .cid-sPyzruyeJt .item:focus, .cid-sPyzruyeJt span:focus { outline: none; } .cid-sPyzruyeJt .item { cursor: pointer; margin-bottom: 2rem; position: relative; } .cid-sPyzruyeJt .item-wrapper { position: unset; border-radius: 4px; background: #ffffff; height: 100%; display: flex; flex-flow: column nowrap; } @media (min-width: 992px) { .cid-sPyzruyeJt .item-wrapper .item-content { padding: 2rem; } } @media (max-width: 991px) { .cid-sPyzruyeJt .item-wrapper .item-content { padding: 1rem; } } .cid-sPyzruyeJt .mbr-section-btn { margin-top: auto !important; } .cid-sPyzruyeJt .mbr-section-title { color: #000000; } .cid-sPyzruyeJt .mbr-text, .cid-sPyzruyeJt .mbr-section-btn { text-align: center; } .cid-sPyzruyeJt .item-title { text-align: center; } .cid-sPyzruyeJt .item-subtitle { text-align: left; } .cid-sPyAO7zEcF { padding-top: 3rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-sPyAO7zEcF img, .cid-sPyAO7zEcF .item-img { width: 100%; } .cid-sPyAO7zEcF .item:focus, .cid-sPyAO7zEcF span:focus { outline: none; } .cid-sPyAO7zEcF .item { cursor: pointer; margin-bottom: 2rem; position: relative; } .cid-sPyAO7zEcF .item-wrapper { position: unset; border-radius: 4px; background: #ffffff; height: 100%; display: flex; flex-flow: column nowrap; } @media (min-width: 992px) { .cid-sPyAO7zEcF .item-wrapper .item-content { padding: 2rem; } } @media (max-width: 991px) { .cid-sPyAO7zEcF .item-wrapper .item-content { padding: 1rem; } } .cid-sPyAO7zEcF .mbr-section-btn { margin-top: auto !important; } .cid-sPyAO7zEcF .mbr-section-title { color: #000000; } .cid-sPyAO7zEcF .mbr-text, .cid-sPyAO7zEcF .mbr-section-btn { text-align: center; } .cid-sPyAO7zEcF .item-title { text-align: center; } .cid-sPyAO7zEcF .item-subtitle { text-align: left; } .cid-sPyAOJVcD5 { padding-top: 4rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-sPyAOJVcD5 img, .cid-sPyAOJVcD5 .item-img { width: 100%; } .cid-sPyAOJVcD5 .item:focus, .cid-sPyAOJVcD5 span:focus { outline: none; } .cid-sPyAOJVcD5 .item { cursor: pointer; margin-bottom: 2rem; position: relative; } .cid-sPyAOJVcD5 .item-wrapper { position: unset; border-radius: 4px; background: #ffffff; height: 100%; display: flex; flex-flow: column nowrap; } @media (min-width: 992px) { .cid-sPyAOJVcD5 .item-wrapper .item-content { padding: 2rem; } } @media (max-width: 991px) { .cid-sPyAOJVcD5 .item-wrapper .item-content { padding: 1rem; } } .cid-sPyAOJVcD5 .mbr-section-btn { margin-top: auto !important; } .cid-sPyAOJVcD5 .mbr-section-title { color: #000000; } .cid-sPyAOJVcD5 .mbr-text, .cid-sPyAOJVcD5 .mbr-section-btn { text-align: center; } .cid-sPyAOJVcD5 .item-title { text-align: center; } .cid-sPyAOJVcD5 .item-subtitle { text-align: left; } .cid-sPyDqI8CPG { padding-top: 4rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-sPyDqI8CPG img, .cid-sPyDqI8CPG .item-img { width: 100%; } .cid-sPyDqI8CPG .item:focus, .cid-sPyDqI8CPG span:focus { outline: none; } .cid-sPyDqI8CPG .item { cursor: pointer; margin-bottom: 2rem; position: relative; } .cid-sPyDqI8CPG .item-wrapper { position: unset; border-radius: 4px; background: #ffffff; height: 100%; display: flex; flex-flow: column nowrap; } @media (min-width: 992px) { .cid-sPyDqI8CPG .item-wrapper .item-content { padding: 2rem; } } @media (max-width: 991px) { .cid-sPyDqI8CPG .item-wrapper .item-content { padding: 1rem; } } .cid-sPyDqI8CPG .mbr-section-btn { margin-top: auto !important; } .cid-sPyDqI8CPG .mbr-section-title { color: #000000; } .cid-sPyDqI8CPG .mbr-text, .cid-sPyDqI8CPG .mbr-section-btn { text-align: center; } .cid-sPyDqI8CPG .item-title { text-align: center; } .cid-sPyDqI8CPG .item-subtitle { text-align: left; } .cid-sPyEtqgKKn { padding-top: 2rem; padding-bottom: 0rem; background-color: #ffffff; } @media (max-width: 991px) { .cid-sPyEtqgKKn .image-wrapper { margin-bottom: 1rem; } } .cid-sPyEtqgKKn img { width: 100%; } @media (min-width: 992px) { .cid-sPyEtqgKKn .text-wrapper { padding: 2rem; } } .cid-sPgNFEQNFx { z-index: 1000; width: 100%; position: relative; min-height: 60px; } .cid-sPgNFEQNFx nav.navbar { position: fixed; } .cid-sPgNFEQNFx .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-sPgNFEQNFx .dropdown-menu { padding: 0; border-radius: 4px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); } .cid-sPgNFEQNFx .dropdown-item { border-bottom: 1px solid #e6e6e6; } .cid-sPgNFEQNFx .dropdown-item:hover, .cid-sPgNFEQNFx .dropdown-item:focus { background: #6592e6 !important; color: white !important; } .cid-sPgNFEQNFx .dropdown-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } .cid-sPgNFEQNFx .dropdown-item:last-child { border-bottom: none; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .cid-sPgNFEQNFx .nav-dropdown .link { padding: 0 0.3em !important; margin: 0.667em 1em !important; } .cid-sPgNFEQNFx .nav-dropdown .link.dropdown-toggle::after { margin-left: 0.5rem; margin-top: 0.2rem; } .cid-sPgNFEQNFx .nav-link { position: relative; } .cid-sPgNFEQNFx .container { display: flex; margin: auto; } .cid-sPgNFEQNFx .iconfont-wrapper { color: #000000 !important; font-size: 1.5rem; padding-right: 0.5rem; } .cid-sPgNFEQNFx .dropdown-menu, .cid-sPgNFEQNFx .navbar.opened { background: #6ec7f2 !important; } .cid-sPgNFEQNFx .nav-item:focus, .cid-sPgNFEQNFx .nav-link:focus { outline: none; } .cid-sPgNFEQNFx .dropdown .dropdown-menu .dropdown-item { width: auto; transition: all 0.25s ease-in-out; } .cid-sPgNFEQNFx .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-sPgNFEQNFx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { margin-right: 0.5rem; vertical-align: sub; } .cid-sPgNFEQNFx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { display: inline-block; transform: scale(1, 1); transition: all 0.25s ease-in-out; } .cid-sPgNFEQNFx .collapsed .dropdown-menu .dropdown-item:before { display: none; } .cid-sPgNFEQNFx .collapsed .dropdown .dropdown-menu .dropdown-item { padding: 0.235em 1.5em 0.235em 1.5em !important; transition: none; margin: 0 !important; } .cid-sPgNFEQNFx .navbar { min-height: 70px; transition: all 0.3s; border-bottom: 1px solid transparent; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); background: #6ec7f2; } .cid-sPgNFEQNFx .navbar.opened { transition: all 0.3s; } .cid-sPgNFEQNFx .navbar .dropdown-item { padding: 0.5rem 1.8rem; } .cid-sPgNFEQNFx .navbar .navbar-logo img { width: auto; } .cid-sPgNFEQNFx .navbar .navbar-collapse { justify-content: flex-end; z-index: 1; } .cid-sPgNFEQNFx .navbar.collapsed { justify-content: center; } .cid-sPgNFEQNFx .navbar.collapsed .nav-item .nav-link::before { display: none; } .cid-sPgNFEQNFx .navbar.collapsed.opened .dropdown-menu { top: 0; } .cid-sPgNFEQNFx .navbar.collapsed .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-sPgNFEQNFx .navbar.collapsed .dropdown-menu .dropdown-item:after { right: auto; } .cid-sPgNFEQNFx .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-sPgNFEQNFx .navbar.collapsed ul.navbar-nav li { margin: auto; } .cid-sPgNFEQNFx .navbar.collapsed .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem; text-align: center; } .cid-sPgNFEQNFx .navbar.collapsed .icons-menu { padding-left: 0; padding-right: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } @media (max-width: 991px) { .cid-sPgNFEQNFx .navbar .nav-item .nav-link::before { display: none; } .cid-sPgNFEQNFx .navbar.opened .dropdown-menu { top: 0; } .cid-sPgNFEQNFx .navbar .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-sPgNFEQNFx .navbar .dropdown-menu .dropdown-item:after { right: auto; } .cid-sPgNFEQNFx .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-sPgNFEQNFx .navbar .navbar-logo img { height: 3rem !important; } .cid-sPgNFEQNFx .navbar ul.navbar-nav li { margin: auto; } .cid-sPgNFEQNFx .navbar .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem !important; text-align: center; } .cid-sPgNFEQNFx .navbar .navbar-brand { flex-shrink: initial; flex-basis: auto; word-break: break-word; padding-right: 2rem; } .cid-sPgNFEQNFx .navbar .navbar-toggler { flex-basis: auto; } .cid-sPgNFEQNFx .navbar .icons-menu { padding-left: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } } .cid-sPgNFEQNFx .navbar.navbar-short { min-height: 60px; } .cid-sPgNFEQNFx .navbar.navbar-short .navbar-logo img { height: 2.5rem !important; } .cid-sPgNFEQNFx .navbar.navbar-short .navbar-brand { min-height: 60px; padding: 0; } .cid-sPgNFEQNFx .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-sPgNFEQNFx .navbar-brand .navbar-caption { line-height: inherit !important; } .cid-sPgNFEQNFx .navbar-brand .navbar-logo a { outline: none; } .cid-sPgNFEQNFx .dropdown-item.active, .cid-sPgNFEQNFx .dropdown-item:active { background-color: transparent; } .cid-sPgNFEQNFx .navbar-expand-lg .navbar-nav .nav-link { padding: 0; } .cid-sPgNFEQNFx .nav-dropdown .link.dropdown-toggle { margin-right: 1.667em; } .cid-sPgNFEQNFx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { margin-right: 0; padding: 0.667em 1.667em; } .cid-sPgNFEQNFx .navbar.navbar-expand-lg .dropdown .dropdown-menu { background: #6ec7f2; } .cid-sPgNFEQNFx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; left: 100%; } .cid-sPgNFEQNFx .navbar .dropdown.open > .dropdown-menu { display: block; } .cid-sPgNFEQNFx ul.navbar-nav { flex-wrap: wrap; } .cid-sPgNFEQNFx .navbar-buttons { text-align: center; min-width: 170px; } .cid-sPgNFEQNFx button.navbar-toggler { outline: none; width: 31px; height: 20px; cursor: pointer; transition: all 0.2s; position: relative; align-self: center; } .cid-sPgNFEQNFx button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #000000; } .cid-sPgNFEQNFx button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all 0.2s; } .cid-sPgNFEQNFx button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all 0.15s; } .cid-sPgNFEQNFx button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all 0.15s; } .cid-sPgNFEQNFx button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all 0.2s; } .cid-sPgNFEQNFx nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-sPgNFEQNFx nav.opened .hamburger span:nth-child(2) { transform: rotate(45deg); transition: all 0.25s; } .cid-sPgNFEQNFx nav.opened .hamburger span:nth-child(3) { transform: rotate(-45deg); transition: all 0.25s; } .cid-sPgNFEQNFx nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-sPgNFEQNFx .navbar-dropdown { padding: 0 1rem; position: fixed; } .cid-sPgNFEQNFx a.nav-link { display: flex; align-items: center; justify-content: center; } .cid-sPgNFEQNFx .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-sPgNFEQNFx .navbar { height: 70px; } .cid-sPgNFEQNFx .navbar.opened { height: auto; } .cid-sPgNFEQNFx .nav-item .nav-link:hover::before { width: 175%; max-width: calc(100% + 2rem); left: -1rem; } } .cid-sPyoFVbujS { padding-top: 5rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-sPyp2pLTZ4 { padding-top: 3rem; padding-bottom: 1rem; background-color: #ffffff; } @media (max-width: 991px) { .cid-sPyp2pLTZ4 .image-wrapper { margin-bottom: 1rem; } } .cid-sPyp2pLTZ4 img { width: 100%; } @media (min-width: 992px) { .cid-sPyp2pLTZ4 .text-wrapper { padding: 2rem; } } .cid-sPyp2LyHv5 { padding-top: 1rem; padding-bottom: 0rem; background-color: #ffffff; } @media (max-width: 991px) { .cid-sPyp2LyHv5 .image-wrapper { margin-bottom: 1rem; } } .cid-sPyp2LyHv5 .row { flex-direction: row-reverse; } .cid-sPyp2LyHv5 img { width: 100%; } @media (min-width: 992px) { .cid-sPyp2LyHv5 .text-wrapper { padding: 2rem; } } .cid-sPyrHBrQdC { padding-top: 3rem; padding-bottom: 2rem; background-color: #ffffff; } .cid-sPyskN6Tj8 { padding-top: 5rem; padding-bottom: 5rem; background-image: url("../../../assets/images/conheca-a-lei-de-hess-e-seu-fundamento-na-termoquimica-1000x600.jpg"); } .cid-sPyskN6Tj8 .card-wrapper { background: #ffffff; border-radius: 4px; } @media (max-width: 767px) { .cid-sPyskN6Tj8 .card-wrapper { padding: 1rem; } } @media (min-width: 768px) and (max-width: 991px) { .cid-sPyskN6Tj8 .card-wrapper { padding: 2rem; } } @media (min-width: 992px) { .cid-sPyskN6Tj8 .card-wrapper { padding: 4rem; } } .cid-sPysSmU0p3 { padding-top: 5rem; padding-bottom: 5rem; background-color: #ffffff; } .cid-sPysSmU0p3 .card-wrapper { background: #22a5e5; border-radius: 4px; } @media (max-width: 767px) { .cid-sPysSmU0p3 .card-wrapper { padding: 1rem; } } @media (min-width: 768px) and (max-width: 991px) { .cid-sPysSmU0p3 .card-wrapper { padding: 2rem; } } @media (min-width: 992px) { .cid-sPysSmU0p3 .card-wrapper { padding: 4rem; } } .cid-sPysSmU0p3 .mbr-text, .cid-sPysSmU0p3 .mbr-section-btn { color: #ffffff; } .cid-sPysSmU0p3 .card-title, .cid-sPysSmU0p3 .card-box { text-align: left; } .cid-sPgNBXdvZS { z-index: 1000; width: 100%; position: relative; min-height: 60px; } .cid-sPgNBXdvZS nav.navbar { position: fixed; } .cid-sPgNBXdvZS .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-sPgNBXdvZS .dropdown-menu { padding: 0; border-radius: 4px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); } .cid-sPgNBXdvZS .dropdown-item { border-bottom: 1px solid #e6e6e6; } .cid-sPgNBXdvZS .dropdown-item:hover, .cid-sPgNBXdvZS .dropdown-item:focus { background: #6592e6 !important; color: white !important; } .cid-sPgNBXdvZS .dropdown-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } .cid-sPgNBXdvZS .dropdown-item:last-child { border-bottom: none; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .cid-sPgNBXdvZS .nav-dropdown .link { padding: 0 0.3em !important; margin: 0.667em 1em !important; } .cid-sPgNBXdvZS .nav-dropdown .link.dropdown-toggle::after { margin-left: 0.5rem; margin-top: 0.2rem; } .cid-sPgNBXdvZS .nav-link { position: relative; } .cid-sPgNBXdvZS .container { display: flex; margin: auto; } .cid-sPgNBXdvZS .iconfont-wrapper { color: #000000 !important; font-size: 1.5rem; padding-right: 0.5rem; } .cid-sPgNBXdvZS .dropdown-menu, .cid-sPgNBXdvZS .navbar.opened { background: #6ec7f2 !important; } .cid-sPgNBXdvZS .nav-item:focus, .cid-sPgNBXdvZS .nav-link:focus { outline: none; } .cid-sPgNBXdvZS .dropdown .dropdown-menu .dropdown-item { width: auto; transition: all 0.25s ease-in-out; } .cid-sPgNBXdvZS .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-sPgNBXdvZS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { margin-right: 0.5rem; vertical-align: sub; } .cid-sPgNBXdvZS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { display: inline-block; transform: scale(1, 1); transition: all 0.25s ease-in-out; } .cid-sPgNBXdvZS .collapsed .dropdown-menu .dropdown-item:before { display: none; } .cid-sPgNBXdvZS .collapsed .dropdown .dropdown-menu .dropdown-item { padding: 0.235em 1.5em 0.235em 1.5em !important; transition: none; margin: 0 !important; } .cid-sPgNBXdvZS .navbar { min-height: 70px; transition: all 0.3s; border-bottom: 1px solid transparent; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); background: #6ec7f2; } .cid-sPgNBXdvZS .navbar.opened { transition: all 0.3s; } .cid-sPgNBXdvZS .navbar .dropdown-item { padding: 0.5rem 1.8rem; } .cid-sPgNBXdvZS .navbar .navbar-logo img { width: auto; } .cid-sPgNBXdvZS .navbar .navbar-collapse { justify-content: flex-end; z-index: 1; } .cid-sPgNBXdvZS .navbar.collapsed { justify-content: center; } .cid-sPgNBXdvZS .navbar.collapsed .nav-item .nav-link::before { display: none; } .cid-sPgNBXdvZS .navbar.collapsed.opened .dropdown-menu { top: 0; } .cid-sPgNBXdvZS .navbar.collapsed .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-sPgNBXdvZS .navbar.collapsed .dropdown-menu .dropdown-item:after { right: auto; } .cid-sPgNBXdvZS .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-sPgNBXdvZS .navbar.collapsed ul.navbar-nav li { margin: auto; } .cid-sPgNBXdvZS .navbar.collapsed .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem; text-align: center; } .cid-sPgNBXdvZS .navbar.collapsed .icons-menu { padding-left: 0; padding-right: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } @media (max-width: 991px) { .cid-sPgNBXdvZS .navbar .nav-item .nav-link::before { display: none; } .cid-sPgNBXdvZS .navbar.opened .dropdown-menu { top: 0; } .cid-sPgNBXdvZS .navbar .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-sPgNBXdvZS .navbar .dropdown-menu .dropdown-item:after { right: auto; } .cid-sPgNBXdvZS .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-sPgNBXdvZS .navbar .navbar-logo img { height: 3rem !important; } .cid-sPgNBXdvZS .navbar ul.navbar-nav li { margin: auto; } .cid-sPgNBXdvZS .navbar .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem !important; text-align: center; } .cid-sPgNBXdvZS .navbar .navbar-brand { flex-shrink: initial; flex-basis: auto; word-break: break-word; padding-right: 2rem; } .cid-sPgNBXdvZS .navbar .navbar-toggler { flex-basis: auto; } .cid-sPgNBXdvZS .navbar .icons-menu { padding-left: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } } .cid-sPgNBXdvZS .navbar.navbar-short { min-height: 60px; } .cid-sPgNBXdvZS .navbar.navbar-short .navbar-logo img { height: 2.5rem !important; } .cid-sPgNBXdvZS .navbar.navbar-short .navbar-brand { min-height: 60px; padding: 0; } .cid-sPgNBXdvZS .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-sPgNBXdvZS .navbar-brand .navbar-caption { line-height: inherit !important; } .cid-sPgNBXdvZS .navbar-brand .navbar-logo a { outline: none; } .cid-sPgNBXdvZS .dropdown-item.active, .cid-sPgNBXdvZS .dropdown-item:active { background-color: transparent; } .cid-sPgNBXdvZS .navbar-expand-lg .navbar-nav .nav-link { padding: 0; } .cid-sPgNBXdvZS .nav-dropdown .link.dropdown-toggle { margin-right: 1.667em; } .cid-sPgNBXdvZS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { margin-right: 0; padding: 0.667em 1.667em; } .cid-sPgNBXdvZS .navbar.navbar-expand-lg .dropdown .dropdown-menu { background: #6ec7f2; } .cid-sPgNBXdvZS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; left: 100%; } .cid-sPgNBXdvZS .navbar .dropdown.open > .dropdown-menu { display: block; } .cid-sPgNBXdvZS ul.navbar-nav { flex-wrap: wrap; } .cid-sPgNBXdvZS .navbar-buttons { text-align: center; min-width: 170px; } .cid-sPgNBXdvZS button.navbar-toggler { outline: none; width: 31px; height: 20px; cursor: pointer; transition: all 0.2s; position: relative; align-self: center; } .cid-sPgNBXdvZS button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #000000; } .cid-sPgNBXdvZS button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all 0.2s; } .cid-sPgNBXdvZS button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all 0.15s; } .cid-sPgNBXdvZS button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all 0.15s; } .cid-sPgNBXdvZS button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all 0.2s; } .cid-sPgNBXdvZS nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-sPgNBXdvZS nav.opened .hamburger span:nth-child(2) { transform: rotate(45deg); transition: all 0.25s; } .cid-sPgNBXdvZS nav.opened .hamburger span:nth-child(3) { transform: rotate(-45deg); transition: all 0.25s; } .cid-sPgNBXdvZS nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-sPgNBXdvZS .navbar-dropdown { padding: 0 1rem; position: fixed; } .cid-sPgNBXdvZS a.nav-link { display: flex; align-items: center; justify-content: center; } .cid-sPgNBXdvZS .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-sPgNBXdvZS .navbar { height: 70px; } .cid-sPgNBXdvZS .navbar.opened { height: auto; } .cid-sPgNBXdvZS .nav-item .nav-link:hover::before { width: 175%; max-width: calc(100% + 2rem); left: -1rem; } } .cid-sPyh1PcHrx { padding-top: 5rem; padding-bottom: 5rem; background-color: #fafafa; } .cid-sPyhrNZBtK { padding-top: 3rem; padding-bottom: 0rem; background-color: #fafafa; } .cid-sPyhOlOI6D { padding-top: 5rem; padding-bottom: 0rem; background-color: #fafafa; } .cid-sPyhOlOI6D .row { flex-direction: row-reverse; } .cid-sPyhOIovlM { padding-top: 5rem; padding-bottom: 0rem; background-color: #fafafa; } .cid-sPyiremWTZ { padding-top: 5rem; padding-bottom: 0rem; background-color: #fafafa; } .cid-sPyiremWTZ .row { flex-direction: row-reverse; } .cid-sPyiQMaP2A { padding-top: 5rem; padding-bottom: 5rem; background-image: url("../../../assets/images/lei-de-lavoisier-g-b.e-300x200.jpg"); } .cid-sPyiQMaP2A .card-wrapper { background: #ffffff; border-radius: 4px; } @media (max-width: 767px) { .cid-sPyiQMaP2A .card-wrapper { padding: 1rem; } } @media (min-width: 768px) and (max-width: 991px) { .cid-sPyiQMaP2A .card-wrapper { padding: 2rem; } } @media (min-width: 992px) { .cid-sPyiQMaP2A .card-wrapper { padding: 4rem; } } .cid-sPyiVmNRBJ { padding-top: 5rem; padding-bottom: 6rem; background-image: url("../../../assets/images/hqdefault-480x360.jpg"); } .cid-sPyiVmNRBJ .card-wrapper { background: #ffffff; border-radius: 4px; } @media (max-width: 767px) { .cid-sPyiVmNRBJ .card-wrapper { padding: 1rem; } } @media (min-width: 768px) and (max-width: 991px) { .cid-sPyiVmNRBJ .card-wrapper { padding: 2rem; } } @media (min-width: 992px) { .cid-sPyiVmNRBJ .card-wrapper { padding: 4rem; } } .cid-sPykdVfot6 { padding-top: 5rem; padding-bottom: 0rem; background-color: #fafafa; } .cid-sPgNxf8OP1 { z-index: 1000; width: 100%; position: relative; min-height: 60px; } .cid-sPgNxf8OP1 nav.navbar { position: fixed; } .cid-sPgNxf8OP1 .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-sPgNxf8OP1 .dropdown-menu { padding: 0; border-radius: 4px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); } .cid-sPgNxf8OP1 .dropdown-item { border-bottom: 1px solid #e6e6e6; } .cid-sPgNxf8OP1 .dropdown-item:hover, .cid-sPgNxf8OP1 .dropdown-item:focus { background: #6592e6 !important; color: white !important; } .cid-sPgNxf8OP1 .dropdown-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } .cid-sPgNxf8OP1 .dropdown-item:last-child { border-bottom: none; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .cid-sPgNxf8OP1 .nav-dropdown .link { padding: 0 0.3em !important; margin: 0.667em 1em !important; } .cid-sPgNxf8OP1 .nav-dropdown .link.dropdown-toggle::after { margin-left: 0.5rem; margin-top: 0.2rem; } .cid-sPgNxf8OP1 .nav-link { position: relative; } .cid-sPgNxf8OP1 .container { display: flex; margin: auto; } .cid-sPgNxf8OP1 .iconfont-wrapper { color: #000000 !important; font-size: 1.5rem; padding-right: 0.5rem; } .cid-sPgNxf8OP1 .dropdown-menu, .cid-sPgNxf8OP1 .navbar.opened { background: #6ec7f2 !important; } .cid-sPgNxf8OP1 .nav-item:focus, .cid-sPgNxf8OP1 .nav-link:focus { outline: none; } .cid-sPgNxf8OP1 .dropdown .dropdown-menu .dropdown-item { width: auto; transition: all 0.25s ease-in-out; } .cid-sPgNxf8OP1 .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-sPgNxf8OP1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { margin-right: 0.5rem; vertical-align: sub; } .cid-sPgNxf8OP1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { display: inline-block; transform: scale(1, 1); transition: all 0.25s ease-in-out; } .cid-sPgNxf8OP1 .collapsed .dropdown-menu .dropdown-item:before { display: none; } .cid-sPgNxf8OP1 .collapsed .dropdown .dropdown-menu .dropdown-item { padding: 0.235em 1.5em 0.235em 1.5em !important; transition: none; margin: 0 !important; } .cid-sPgNxf8OP1 .navbar { min-height: 70px; transition: all 0.3s; border-bottom: 1px solid transparent; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); background: #6ec7f2; } .cid-sPgNxf8OP1 .navbar.opened { transition: all 0.3s; } .cid-sPgNxf8OP1 .navbar .dropdown-item { padding: 0.5rem 1.8rem; } .cid-sPgNxf8OP1 .navbar .navbar-logo img { width: auto; } .cid-sPgNxf8OP1 .navbar .navbar-collapse { justify-content: flex-end; z-index: 1; } .cid-sPgNxf8OP1 .navbar.collapsed { justify-content: center; } .cid-sPgNxf8OP1 .navbar.collapsed .nav-item .nav-link::before { display: none; } .cid-sPgNxf8OP1 .navbar.collapsed.opened .dropdown-menu { top: 0; } .cid-sPgNxf8OP1 .navbar.collapsed .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-sPgNxf8OP1 .navbar.collapsed .dropdown-menu .dropdown-item:after { right: auto; } .cid-sPgNxf8OP1 .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-sPgNxf8OP1 .navbar.collapsed ul.navbar-nav li { margin: auto; } .cid-sPgNxf8OP1 .navbar.collapsed .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem; text-align: center; } .cid-sPgNxf8OP1 .navbar.collapsed .icons-menu { padding-left: 0; padding-right: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } @media (max-width: 991px) { .cid-sPgNxf8OP1 .navbar .nav-item .nav-link::before { display: none; } .cid-sPgNxf8OP1 .navbar.opened .dropdown-menu { top: 0; } .cid-sPgNxf8OP1 .navbar .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-sPgNxf8OP1 .navbar .dropdown-menu .dropdown-item:after { right: auto; } .cid-sPgNxf8OP1 .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-sPgNxf8OP1 .navbar .navbar-logo img { height: 3rem !important; } .cid-sPgNxf8OP1 .navbar ul.navbar-nav li { margin: auto; } .cid-sPgNxf8OP1 .navbar .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem !important; text-align: center; } .cid-sPgNxf8OP1 .navbar .navbar-brand { flex-shrink: initial; flex-basis: auto; word-break: break-word; padding-right: 2rem; } .cid-sPgNxf8OP1 .navbar .navbar-toggler { flex-basis: auto; } .cid-sPgNxf8OP1 .navbar .icons-menu { padding-left: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } } .cid-sPgNxf8OP1 .navbar.navbar-short { min-height: 60px; } .cid-sPgNxf8OP1 .navbar.navbar-short .navbar-logo img { height: 2.5rem !important; } .cid-sPgNxf8OP1 .navbar.navbar-short .navbar-brand { min-height: 60px; padding: 0; } .cid-sPgNxf8OP1 .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-sPgNxf8OP1 .navbar-brand .navbar-caption { line-height: inherit !important; } .cid-sPgNxf8OP1 .navbar-brand .navbar-logo a { outline: none; } .cid-sPgNxf8OP1 .dropdown-item.active, .cid-sPgNxf8OP1 .dropdown-item:active { background-color: transparent; } .cid-sPgNxf8OP1 .navbar-expand-lg .navbar-nav .nav-link { padding: 0; } .cid-sPgNxf8OP1 .nav-dropdown .link.dropdown-toggle { margin-right: 1.667em; } .cid-sPgNxf8OP1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { margin-right: 0; padding: 0.667em 1.667em; } .cid-sPgNxf8OP1 .navbar.navbar-expand-lg .dropdown .dropdown-menu { background: #6ec7f2; } .cid-sPgNxf8OP1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; left: 100%; } .cid-sPgNxf8OP1 .navbar .dropdown.open > .dropdown-menu { display: block; } .cid-sPgNxf8OP1 ul.navbar-nav { flex-wrap: wrap; } .cid-sPgNxf8OP1 .navbar-buttons { text-align: center; min-width: 170px; } .cid-sPgNxf8OP1 button.navbar-toggler { outline: none; width: 31px; height: 20px; cursor: pointer; transition: all 0.2s; position: relative; align-self: center; } .cid-sPgNxf8OP1 button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #000000; } .cid-sPgNxf8OP1 button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all 0.2s; } .cid-sPgNxf8OP1 button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all 0.15s; } .cid-sPgNxf8OP1 button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all 0.15s; } .cid-sPgNxf8OP1 button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all 0.2s; } .cid-sPgNxf8OP1 nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-sPgNxf8OP1 nav.opened .hamburger span:nth-child(2) { transform: rotate(45deg); transition: all 0.25s; } .cid-sPgNxf8OP1 nav.opened .hamburger span:nth-child(3) { transform: rotate(-45deg); transition: all 0.25s; } .cid-sPgNxf8OP1 nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-sPgNxf8OP1 .navbar-dropdown { padding: 0 1rem; position: fixed; } .cid-sPgNxf8OP1 a.nav-link { display: flex; align-items: center; justify-content: center; } .cid-sPgNxf8OP1 .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-sPgNxf8OP1 .navbar { height: 70px; } .cid-sPgNxf8OP1 .navbar.opened { height: auto; } .cid-sPgNxf8OP1 .nav-item .nav-link:hover::before { width: 175%; max-width: calc(100% + 2rem); left: -1rem; } } .cid-sPxEjHwgLO { padding-top: 5rem; padding-bottom: 1rem; background-color: #ffffff; } .cid-sPxEVn067L { padding-top: 3rem; padding-bottom: 0rem; background-color: #ffffff; } @media (max-width: 991px) { .cid-sPxEVn067L .image-wrapper { margin-bottom: 1rem; } } .cid-sPxEVn067L .row { flex-direction: row-reverse; } .cid-sPxEVn067L img { width: 100%; } @media (min-width: 992px) { .cid-sPxEVn067L .text-wrapper { padding: 2rem; } } .cid-sPxFGwAsfY { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } @media (max-width: 991px) { .cid-sPxFGwAsfY .image-wrapper { margin-bottom: 1rem; } } .cid-sPxFGwAsfY img { width: 100%; } @media (min-width: 992px) { .cid-sPxFGwAsfY .text-wrapper { padding: 2rem; } } .cid-sPxLfEhxwU { padding-top: 1rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-sPxLfEhxwU img, .cid-sPxLfEhxwU .item-img { width: 100%; } .cid-sPxLfEhxwU .item:focus, .cid-sPxLfEhxwU span:focus { outline: none; } .cid-sPxLfEhxwU .item { cursor: pointer; margin-bottom: 2rem; position: relative; } .cid-sPxLfEhxwU .row { margin-left: 0; margin-right: 0; } .cid-sPxLfEhxwU .item { padding: 0; margin: 0; } .cid-sPxLfEhxwU .item-wrapper { position: unset; border-radius: 4px; background: #fafafa; height: 100%; display: flex; flex-flow: column nowrap; } @media (min-width: 992px) { .cid-sPxLfEhxwU .item-wrapper .item-content { padding: 2rem; } } @media (max-width: 991px) { .cid-sPxLfEhxwU .item-wrapper .item-content { padding: 1rem; } } .cid-sPxLfEhxwU .mbr-section-btn { margin-top: auto !important; } .cid-sPxLfEhxwU .mbr-section-title { color: #232323; text-align: left; } .cid-sPxFH1YFfa { padding-top: 2rem; padding-bottom: 0rem; background-color: #ffffff; } @media (max-width: 991px) { .cid-sPxFH1YFfa .image-wrapper { margin-bottom: 1rem; } } .cid-sPxFH1YFfa .row { flex-direction: row-reverse; } .cid-sPxFH1YFfa img { width: 100%; } @media (min-width: 992px) { .cid-sPxFH1YFfa .text-wrapper { padding: 2rem; } } .cid-sPxMzadhKG { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-sPxMzadhKG img, .cid-sPxMzadhKG .item-img { width: 100%; } .cid-sPxMzadhKG .item:focus, .cid-sPxMzadhKG span:focus { outline: none; } .cid-sPxMzadhKG .item { cursor: pointer; margin-bottom: 2rem; position: relative; } .cid-sPxMzadhKG .row { margin-left: 0; margin-right: 0; } .cid-sPxMzadhKG .item { padding: 0; margin: 0; } .cid-sPxMzadhKG .item-wrapper { position: unset; border-radius: 4px; background: #fafafa; height: 100%; display: flex; flex-flow: column nowrap; } @media (min-width: 992px) { .cid-sPxMzadhKG .item-wrapper .item-content { padding: 2rem; } } @media (max-width: 991px) { .cid-sPxMzadhKG .item-wrapper .item-content { padding: 1rem; } } .cid-sPxMzadhKG .mbr-section-btn { margin-top: auto !important; } .cid-sPxMzadhKG .mbr-section-title { color: #232323; text-align: left; } .cid-sPgNoSkT5m { z-index: 1000; width: 100%; position: relative; min-height: 60px; } .cid-sPgNoSkT5m nav.navbar { position: fixed; } .cid-sPgNoSkT5m .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-sPgNoSkT5m .dropdown-menu { padding: 0; border-radius: 4px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); } .cid-sPgNoSkT5m .dropdown-item { border-bottom: 1px solid #e6e6e6; } .cid-sPgNoSkT5m .dropdown-item:hover, .cid-sPgNoSkT5m .dropdown-item:focus { background: #6592e6 !important; color: white !important; } .cid-sPgNoSkT5m .dropdown-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } .cid-sPgNoSkT5m .dropdown-item:last-child { border-bottom: none; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .cid-sPgNoSkT5m .nav-dropdown .link { padding: 0 0.3em !important; margin: 0.667em 1em !important; } .cid-sPgNoSkT5m .nav-dropdown .link.dropdown-toggle::after { margin-left: 0.5rem; margin-top: 0.2rem; } .cid-sPgNoSkT5m .nav-link { position: relative; } .cid-sPgNoSkT5m .container { display: flex; margin: auto; } .cid-sPgNoSkT5m .iconfont-wrapper { color: #000000 !important; font-size: 1.5rem; padding-right: 0.5rem; } .cid-sPgNoSkT5m .dropdown-menu, .cid-sPgNoSkT5m .navbar.opened { background: #6ec7f2 !important; } .cid-sPgNoSkT5m .nav-item:focus, .cid-sPgNoSkT5m .nav-link:focus { outline: none; } .cid-sPgNoSkT5m .dropdown .dropdown-menu .dropdown-item { width: auto; transition: all 0.25s ease-in-out; } .cid-sPgNoSkT5m .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-sPgNoSkT5m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { margin-right: 0.5rem; vertical-align: sub; } .cid-sPgNoSkT5m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { display: inline-block; transform: scale(1, 1); transition: all 0.25s ease-in-out; } .cid-sPgNoSkT5m .collapsed .dropdown-menu .dropdown-item:before { display: none; } .cid-sPgNoSkT5m .collapsed .dropdown .dropdown-menu .dropdown-item { padding: 0.235em 1.5em 0.235em 1.5em !important; transition: none; margin: 0 !important; } .cid-sPgNoSkT5m .navbar { min-height: 70px; transition: all 0.3s; border-bottom: 1px solid transparent; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); background: #6ec7f2; } .cid-sPgNoSkT5m .navbar.opened { transition: all 0.3s; } .cid-sPgNoSkT5m .navbar .dropdown-item { padding: 0.5rem 1.8rem; } .cid-sPgNoSkT5m .navbar .navbar-logo img { width: auto; } .cid-sPgNoSkT5m .navbar .navbar-collapse { justify-content: flex-end; z-index: 1; } .cid-sPgNoSkT5m .navbar.collapsed { justify-content: center; } .cid-sPgNoSkT5m .navbar.collapsed .nav-item .nav-link::before { display: none; } .cid-sPgNoSkT5m .navbar.collapsed.opened .dropdown-menu { top: 0; } .cid-sPgNoSkT5m .navbar.collapsed .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-sPgNoSkT5m .navbar.collapsed .dropdown-menu .dropdown-item:after { right: auto; } .cid-sPgNoSkT5m .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-sPgNoSkT5m .navbar.collapsed ul.navbar-nav li { margin: auto; } .cid-sPgNoSkT5m .navbar.collapsed .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem; text-align: center; } .cid-sPgNoSkT5m .navbar.collapsed .icons-menu { padding-left: 0; padding-right: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } @media (max-width: 991px) { .cid-sPgNoSkT5m .navbar .nav-item .nav-link::before { display: none; } .cid-sPgNoSkT5m .navbar.opened .dropdown-menu { top: 0; } .cid-sPgNoSkT5m .navbar .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-sPgNoSkT5m .navbar .dropdown-menu .dropdown-item:after { right: auto; } .cid-sPgNoSkT5m .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-sPgNoSkT5m .navbar .navbar-logo img { height: 3rem !important; } .cid-sPgNoSkT5m .navbar ul.navbar-nav li { margin: auto; } .cid-sPgNoSkT5m .navbar .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem !important; text-align: center; } .cid-sPgNoSkT5m .navbar .navbar-brand { flex-shrink: initial; flex-basis: auto; word-break: break-word; padding-right: 2rem; } .cid-sPgNoSkT5m .navbar .navbar-toggler { flex-basis: auto; } .cid-sPgNoSkT5m .navbar .icons-menu { padding-left: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } } .cid-sPgNoSkT5m .navbar.navbar-short { min-height: 60px; } .cid-sPgNoSkT5m .navbar.navbar-short .navbar-logo img { height: 2.5rem !important; } .cid-sPgNoSkT5m .navbar.navbar-short .navbar-brand { min-height: 60px; padding: 0; } .cid-sPgNoSkT5m .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-sPgNoSkT5m .navbar-brand .navbar-caption { line-height: inherit !important; } .cid-sPgNoSkT5m .navbar-brand .navbar-logo a { outline: none; } .cid-sPgNoSkT5m .dropdown-item.active, .cid-sPgNoSkT5m .dropdown-item:active { background-color: transparent; } .cid-sPgNoSkT5m .navbar-expand-lg .navbar-nav .nav-link { padding: 0; } .cid-sPgNoSkT5m .nav-dropdown .link.dropdown-toggle { margin-right: 1.667em; } .cid-sPgNoSkT5m .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { margin-right: 0; padding: 0.667em 1.667em; } .cid-sPgNoSkT5m .navbar.navbar-expand-lg .dropdown .dropdown-menu { background: #6ec7f2; } .cid-sPgNoSkT5m .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; left: 100%; } .cid-sPgNoSkT5m .navbar .dropdown.open > .dropdown-menu { display: block; } .cid-sPgNoSkT5m ul.navbar-nav { flex-wrap: wrap; } .cid-sPgNoSkT5m .navbar-buttons { text-align: center; min-width: 170px; } .cid-sPgNoSkT5m button.navbar-toggler { outline: none; width: 31px; height: 20px; cursor: pointer; transition: all 0.2s; position: relative; align-self: center; } .cid-sPgNoSkT5m button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #000000; } .cid-sPgNoSkT5m button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all 0.2s; } .cid-sPgNoSkT5m button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all 0.15s; } .cid-sPgNoSkT5m button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all 0.15s; } .cid-sPgNoSkT5m button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all 0.2s; } .cid-sPgNoSkT5m nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-sPgNoSkT5m nav.opened .hamburger span:nth-child(2) { transform: rotate(45deg); transition: all 0.25s; } .cid-sPgNoSkT5m nav.opened .hamburger span:nth-child(3) { transform: rotate(-45deg); transition: all 0.25s; } .cid-sPgNoSkT5m nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-sPgNoSkT5m .navbar-dropdown { padding: 0 1rem; position: fixed; } .cid-sPgNoSkT5m a.nav-link { display: flex; align-items: center; justify-content: center; } .cid-sPgNoSkT5m .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-sPgNoSkT5m .navbar { height: 70px; } .cid-sPgNoSkT5m .navbar.opened { height: auto; } .cid-sPgNoSkT5m .nav-item .nav-link:hover::before { width: 175%; max-width: calc(100% + 2rem); left: -1rem; } } .cid-sPy1YaueGW { padding-top: 5rem; padding-bottom: 5rem; background-color: #ffffff; } .cid-sPy6zpLTdh { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-sPy6zpLTdh img, .cid-sPy6zpLTdh .item-img { width: 100%; } .cid-sPy6zpLTdh .item:focus, .cid-sPy6zpLTdh span:focus { outline: none; } .cid-sPy6zpLTdh .item { cursor: pointer; margin-bottom: 2rem; position: relative; } .cid-sPy6zpLTdh .item-wrapper { position: unset; border-radius: 4px; background: #ffffff; height: 100%; display: flex; flex-flow: column nowrap; } @media (min-width: 992px) { .cid-sPy6zpLTdh .item-wrapper .item-content { padding: 2rem; } } @media (max-width: 991px) { .cid-sPy6zpLTdh .item-wrapper .item-content { padding: 1rem; } } .cid-sPy6zpLTdh .mbr-section-btn { margin-top: auto !important; } .cid-sPy6zpLTdh .mbr-section-title { color: #000000; text-align: left; } .cid-sPy6zpLTdh .mbr-text, .cid-sPy6zpLTdh .mbr-section-btn { text-align: center; } .cid-sPy6zpLTdh .item-title { text-align: center; } .cid-sPy6zpLTdh .item-subtitle { text-align: left; } .cid-sPy7CXnOqS { padding-top: 2rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-sPy8fS79w3 { padding-top: 1rem; padding-bottom: 0rem; background-color: #ffffff; } @media (max-width: 991px) { .cid-sPy8fS79w3 .image-wrapper { margin-bottom: 1rem; } } .cid-sPy8fS79w3 .row { flex-direction: row-reverse; } .cid-sPy8fS79w3 img { width: 100%; } @media (min-width: 992px) { .cid-sPy8fS79w3 .text-wrapper { padding: 2rem; } } .cid-sPy8E5AG1V { padding-top: 3rem; padding-bottom: 1rem; background-color: #ffffff; } @media (max-width: 991px) { .cid-sPy8E5AG1V .image-wrapper { margin-bottom: 1rem; } } .cid-sPy8E5AG1V img { width: 100%; } @media (min-width: 992px) { .cid-sPy8E5AG1V .text-wrapper { padding: 2rem; } } .cid-sPy9jyeFyh { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } @media (max-width: 991px) { .cid-sPy9jyeFyh .image-wrapper { margin-bottom: 1rem; } } .cid-sPy9jyeFyh .row { flex-direction: row-reverse; } .cid-sPy9jyeFyh img { width: 100%; } @media (min-width: 992px) { .cid-sPy9jyeFyh .text-wrapper { padding: 2rem; } } .cid-sPya3UoFZD { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-sPya3UoFZD img, .cid-sPya3UoFZD .item-img { width: 100%; } .cid-sPya3UoFZD .item:focus, .cid-sPya3UoFZD span:focus { outline: none; } .cid-sPya3UoFZD .item { cursor: pointer; margin-bottom: 2rem; position: relative; } .cid-sPya3UoFZD .row { margin-left: 0; margin-right: 0; } .cid-sPya3UoFZD .item { padding: 0; margin: 0; } .cid-sPya3UoFZD .item-wrapper { position: unset; border-radius: 4px; background: #ffffff; height: 100%; display: flex; flex-flow: column nowrap; } @media (min-width: 992px) { .cid-sPya3UoFZD .item-wrapper .item-content { padding: 2rem; } } @media (max-width: 991px) { .cid-sPya3UoFZD .item-wrapper .item-content { padding: 1rem; } } .cid-sPya3UoFZD .mbr-section-btn { margin-top: auto !important; } .cid-sPya3UoFZD .mbr-section-title { color: #000000; text-align: left; } .cid-sPya3UoFZD .mbr-text, .cid-sPya3UoFZD .mbr-section-btn { text-align: center; } .cid-sPya3UoFZD .item-title { text-align: center; } .cid-sPya3UoFZD .item-subtitle { text-align: left; } .cid-sPyatWLvUK { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } @media (max-width: 991px) { .cid-sPyatWLvUK .image-wrapper { margin-bottom: 1rem; } } .cid-sPyatWLvUK img { width: 100%; } @media (min-width: 992px) { .cid-sPyatWLvUK .text-wrapper { padding: 2rem; } } .cid-sPycrTwRt7 { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } @media (max-width: 991px) { .cid-sPycrTwRt7 .image-wrapper { margin-bottom: 1rem; } } .cid-sPycrTwRt7 .row { flex-direction: row-reverse; } .cid-sPycrTwRt7 img { width: 100%; } @media (min-width: 992px) { .cid-sPycrTwRt7 .text-wrapper { padding: 2rem; } }