Edit file File name : mbr-additional.css Content :body { font-family: Jost; } .display-1 { font-family: 'Lora', serif; font-size: 4.6rem; line-height: 1.1; } .display-1 > .mbr-iconfont { font-size: 5.75rem; } .display-2 { font-family: 'Lora', serif; font-size: 2.6rem; line-height: 1.1; } .display-2 > .mbr-iconfont { font-size: 3.25rem; } .display-4 { font-family: 'Roboto Condensed', sans-serif; font-size: 1rem; line-height: 1.5; } .display-4 > .mbr-iconfont { font-size: 1.25rem; } .display-5 { font-family: 'Lora', serif; font-size: 1.4rem; line-height: 1.5; } .display-5 > .mbr-iconfont { font-size: 1.75rem; } .display-7 { font-family: 'Open Sans', 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.08rem; font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))); line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)))); } .display-4 { font-size: 0.8rem; font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))); line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)))); } .display-5 { font-size: 1.12rem; font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))); line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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: #c33131 !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: #c33131 !important; border-color: #c33131 !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: #7e2020 !important; border-color: #7e2020 !important; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2); } .btn-primary.disabled, .btn-primary:disabled { color: #ffffff !important; background-color: #7e2020 !important; border-color: #7e2020 !important; } .btn-secondary, .btn-secondary:active { background-color: #e43f3f !important; border-color: #e43f3f !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: #b31919 !important; border-color: #b31919 !important; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2); } .btn-secondary.disabled, .btn-secondary:disabled { color: #ffffff !important; background-color: #b31919 !important; border-color: #b31919 !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: #c33131; } .btn-primary-outline:hover, .btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline.active { color: #7e2020 !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: #c33131 !important; border-color: #c33131 !important; } .btn-secondary-outline, .btn-secondary-outline:active { background-color: transparent !important; border-color: transparent; color: #e43f3f; } .btn-secondary-outline:hover, .btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline.active { color: #b31919 !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: #e43f3f !important; border-color: #e43f3f !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: #c33131 !important; } .text-secondary { color: #e43f3f !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: #711d1d !important; } a.text-secondary:hover, a.text-secondary:focus, a.text-secondary.active { color: #a61717 !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: #c33131; } .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: #c33131; border-color: #c33131; color: #ffffff; } .mbr-gallery-filter li.active .btn:focus { box-shadow: none; } a, a:hover { color: #c33131; } .mbr-plan-header.bg-primary .mbr-plan-subtitle, .mbr-plan-header.bg-primary .mbr-plan-price-desc { color: #e39090; } .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*/ .form-control { font-family: 'Roboto Condensed', sans-serif; font-size: 1rem; line-height: 1.5; font-weight: 400; } .form-control > .mbr-iconfont { font-size: 1.25rem; } .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: #c33131 !important; } .form-control:-webkit-input-placeholder { font-family: 'Roboto Condensed', sans-serif; font-size: 1rem; line-height: 1.5; font-weight: 400; } .form-control:-webkit-input-placeholder > .mbr-iconfont { font-size: 1.25rem; } blockquote { border-color: #c33131; } /* Forms */ .jq-selectbox li:hover, .jq-selectbox li.selected { background-color: #c33131; color: #ffffff; } .jq-number__spin { transition: 0.25s ease; } .jq-number__spin:hover { border-color: #c33131; } .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: #c33131; border-bottom-color: #c33131; } .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: #c33131 !important; box-shadow: none !important; } .xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover { color: #ffffff !important; background: #e43f3f !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(""); } section.lazy-placeholder:after { opacity: 0.5; } body { overflow-x: hidden; } a { transition: color 0.6s; } .cid-tezaZkcFb9 { z-index: 1000; width: 100%; position: relative; min-height: 60px; } .cid-tezaZkcFb9 nav.navbar { position: fixed; } .cid-tezaZkcFb9 .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-tezaZkcFb9 .dropdown-menu { padding: 0; border-radius: 4px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); } .cid-tezaZkcFb9 .dropdown-item { border-bottom: 1px solid #e6e6e6; } .cid-tezaZkcFb9 .dropdown-item:hover, .cid-tezaZkcFb9 .dropdown-item:focus { background: #c33131 !important; color: white !important; } .cid-tezaZkcFb9 .dropdown-item:hover span { color: white; } .cid-tezaZkcFb9 .dropdown-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } .cid-tezaZkcFb9 .dropdown-item:last-child { border-bottom: none; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .cid-tezaZkcFb9 .nav-dropdown .link { padding: 0 0.3em !important; margin: 0.667em 1em !important; } .cid-tezaZkcFb9 .nav-dropdown .link.dropdown-toggle::after { margin-left: 0.5rem; margin-top: 0.2rem; } .cid-tezaZkcFb9 .nav-link { position: relative; } .cid-tezaZkcFb9 .container { display: flex; margin: auto; } @media (min-width: 992px) { .cid-tezaZkcFb9 .container { flex-wrap: nowrap; } } .cid-tezaZkcFb9 .iconfont-wrapper { color: #000000 !important; font-size: 1.5rem; padding-right: 0.5rem; } .cid-tezaZkcFb9 .dropdown-menu, .cid-tezaZkcFb9 .navbar.opened { background: #ffffff !important; } .cid-tezaZkcFb9 .nav-item:focus, .cid-tezaZkcFb9 .nav-link:focus { outline: none; } .cid-tezaZkcFb9 .dropdown .dropdown-menu .dropdown-item { width: auto; transition: all 0.25s ease-in-out; } .cid-tezaZkcFb9 .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-tezaZkcFb9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { margin-right: 0.5rem; vertical-align: sub; } .cid-tezaZkcFb9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { display: inline-block; transform: scale(1, 1); transition: all 0.25s ease-in-out; } .cid-tezaZkcFb9 .collapsed .dropdown-menu .dropdown-item:before { display: none; } .cid-tezaZkcFb9 .collapsed .dropdown .dropdown-menu .dropdown-item { padding: 0.235em 1.5em 0.235em 1.5em !important; transition: none; margin: 0 !important; } .cid-tezaZkcFb9 .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: #ffffff; } .cid-tezaZkcFb9 .navbar.opened { transition: all 0.3s; } .cid-tezaZkcFb9 .navbar .dropdown-item { padding: 0.5rem 1.8rem; } .cid-tezaZkcFb9 .navbar .navbar-logo img { width: auto; } .cid-tezaZkcFb9 .navbar .navbar-collapse { justify-content: flex-end; z-index: 1; } .cid-tezaZkcFb9 .navbar.collapsed { justify-content: center; } .cid-tezaZkcFb9 .navbar.collapsed .nav-item .nav-link::before { display: none; } .cid-tezaZkcFb9 .navbar.collapsed.opened .dropdown-menu { top: 0; } @media (min-width: 992px) { .cid-tezaZkcFb9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse { max-height: calc(98.5vh - 3rem); } } .cid-tezaZkcFb9 .navbar.collapsed .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-tezaZkcFb9 .navbar.collapsed .dropdown-menu .dropdown-item:after { right: auto; } .cid-tezaZkcFb9 .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-tezaZkcFb9 .navbar.collapsed ul.navbar-nav li { margin: auto; } .cid-tezaZkcFb9 .navbar.collapsed .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem; text-align: center; } .cid-tezaZkcFb9 .navbar.collapsed .icons-menu { padding-left: 0; padding-right: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } @media (max-width: 991px) { .cid-tezaZkcFb9 .navbar .nav-item .nav-link::before { display: none; } .cid-tezaZkcFb9 .navbar.opened .dropdown-menu { top: 0; } .cid-tezaZkcFb9 .navbar .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-tezaZkcFb9 .navbar .dropdown-menu .dropdown-item:after { right: auto; } .cid-tezaZkcFb9 .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-tezaZkcFb9 .navbar .navbar-logo img { height: 3rem !important; } .cid-tezaZkcFb9 .navbar ul.navbar-nav li { margin: auto; } .cid-tezaZkcFb9 .navbar .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem !important; text-align: center; } .cid-tezaZkcFb9 .navbar .navbar-brand { flex-shrink: initial; flex-basis: auto; word-break: break-word; padding-right: 2rem; } .cid-tezaZkcFb9 .navbar .navbar-toggler { flex-basis: auto; } .cid-tezaZkcFb9 .navbar .icons-menu { padding-left: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } } .cid-tezaZkcFb9 .navbar.navbar-short { min-height: 60px; } .cid-tezaZkcFb9 .navbar.navbar-short .navbar-logo img { height: 2.5rem !important; } .cid-tezaZkcFb9 .navbar.navbar-short .navbar-brand { min-height: 60px; padding: 0; } .cid-tezaZkcFb9 .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-tezaZkcFb9 .navbar-brand .navbar-caption { line-height: inherit !important; } .cid-tezaZkcFb9 .navbar-brand .navbar-logo a { outline: none; } .cid-tezaZkcFb9 .dropdown-item.active, .cid-tezaZkcFb9 .dropdown-item:active { background-color: transparent; } .cid-tezaZkcFb9 .navbar-expand-lg .navbar-nav .nav-link { padding: 0; } .cid-tezaZkcFb9 .nav-dropdown .link.dropdown-toggle { margin-right: 1.667em; } .cid-tezaZkcFb9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { margin-right: 0; padding: 0.667em 1.667em; } .cid-tezaZkcFb9 .navbar.navbar-expand-lg .dropdown .dropdown-menu { background: #ffffff; } .cid-tezaZkcFb9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; left: 100%; } .cid-tezaZkcFb9 .navbar .dropdown.open > .dropdown-menu { display: block; } .cid-tezaZkcFb9 ul.navbar-nav { flex-wrap: wrap; } .cid-tezaZkcFb9 .navbar-buttons { text-align: center; min-width: 170px; } .cid-tezaZkcFb9 button.navbar-toggler { outline: none; width: 31px; height: 20px; cursor: pointer; transition: all 0.2s; position: relative; align-self: center; } .cid-tezaZkcFb9 button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #000000; } .cid-tezaZkcFb9 button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all 0.2s; } .cid-tezaZkcFb9 button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all 0.15s; } .cid-tezaZkcFb9 button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all 0.15s; } .cid-tezaZkcFb9 button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all 0.2s; } .cid-tezaZkcFb9 nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-tezaZkcFb9 nav.opened .hamburger span:nth-child(2) { transform: rotate(45deg); transition: all 0.25s; } .cid-tezaZkcFb9 nav.opened .hamburger span:nth-child(3) { transform: rotate(-45deg); transition: all 0.25s; } .cid-tezaZkcFb9 nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-tezaZkcFb9 .navbar-dropdown { padding: 0 1rem; position: fixed; } .cid-tezaZkcFb9 a.nav-link { display: flex; align-items: center; justify-content: center; } .cid-tezaZkcFb9 .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-tezaZkcFb9 .navbar { height: 70px; } .cid-tezaZkcFb9 .navbar.opened { height: auto; } .cid-tezaZkcFb9 .nav-item .nav-link:hover::before { width: 175%; max-width: calc(100% + 2rem); left: -1rem; } } .cid-tezd1GD9AO { padding-top: 3rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-tezd3eCWbf { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-tezd3eCWbf .mbr-text { text-align: center; } .cid-tezjnEMqP4 { background-color: #ffffff; padding-top: 0rem; padding-bottom: 3rem; } @media (min-width: 768px) { .cid-tezjnEMqP4 .carousel { height: 650px; } } @media (max-width: 767px) { .cid-tezjnEMqP4 .carousel { height: 80vh; } } .cid-tezjnEMqP4 .carousel img { width: 100%; height: 100%; object-fit: cover; } .cid-tezjnEMqP4 .carousel-item, .cid-tezjnEMqP4 .carousel-inner { height: 100%; } .cid-tezjnEMqP4 .carousel-caption { top: 50%; transform: translateY(-50%); } .cid-tezjnEMqP4 .mbr-section-btn { margin-top: 25px; margin-bottom: 34px; } @media (max-width: 767px) { .cid-tezjnEMqP4 .mbr-section-btn .btn { padding: 1rem 2rem; } } .cid-tezjnEMqP4 .mobi-mbri-arrow-next { margin-left: 5px; } .cid-tezjnEMqP4 .mobi-mbri-arrow-prev { margin-right: 5px; } .cid-tezjnEMqP4 .carousel-control:hover.carousel-control-prev .mobi-mbri { transform: translateX(3px); } .cid-tezjnEMqP4 .carousel-control:hover.carousel-control-next .mobi-mbri { transform: translateX(-3px); } .cid-tezjnEMqP4 .item-wrapper { width: 100%; } @media (max-width: 767px) { .cid-tezjnEMqP4 .container .carousel-control { margin-bottom: 0; } .cid-tezjnEMqP4 .content-slider-wrap { width: 100% !important; } } .cid-tezjnEMqP4 .container .carousel-indicators { margin-bottom: 3px; } .cid-tezjnEMqP4 .carousel-control { top: 50%; width: 92px; height: 92px; margin-top: -1.5rem; font-size: 21px; border-radius: 50%; color: #202020; background-color: #fef2f2; border: 1px solid #fef2f2; transition: all 0.2s ease-out; opacity: 1; } .cid-tezjnEMqP4 .carousel-control.carousel-control-prev { left: 0; margin-left: -2.5rem; } .cid-tezjnEMqP4 .carousel-control.carousel-control-next { right: 0; margin-right: -2.5rem; } .cid-tezjnEMqP4 .carousel-control .mobi-mbri { transition: all 0.2s ease-out; } @media (max-width: 768px) { .cid-tezjnEMqP4 .carousel-control { display: none !important; } } .cid-tezjnEMqP4 .carousel-indicators { position: absolute; bottom: 0; margin-bottom: 2rem !important; align-items: center; } .cid-tezjnEMqP4 .carousel-indicators li { max-width: 10px; max-height: 10px; height: 6px; width: 6px; margin: 10px; background-color: #fef2f2; border: none; border-radius: 50%; opacity: 1; transition: all 0.2s ease-in-out; } .cid-tezjnEMqP4 .carousel-indicators li.active, .cid-tezjnEMqP4 .carousel-indicators li:hover { transform: scale(1.6); } .cid-tezjnEMqP4 .carousel-indicators li::after, .cid-tezjnEMqP4 .carousel-indicators li::before { content: none; } .cid-tezjnEMqP4 .carousel-indicators.ie-fix { left: 50%; display: block; width: 60%; margin-left: -30%; text-align: center; } @media (max-width: 768px) { .cid-tezjnEMqP4 .carousel-indicators { display: none !important; } } .cid-tezDoKnGUQ { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-tezEJCAKt0 { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-tezEJCAKt0 .mbr-text { text-align: center; } .cid-teAdVlLfcw { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-teAdVlLfcw .container { max-width: 1040px; } @media (max-width: 575px) { .cid-teAdVlLfcw .row { text-align: center!important; } } .cid-teAdVlLfcw .mbr-section-title { color: #000000; } @media (max-width: 575px) { .cid-teAdVlLfcw .mbr-section-title { text-align: center; } } .cid-teAdVlLfcw .mbr-text { color: #999999; margin-top: 20px; } .cid-teAdVlLfcw .mbr-text a:hover { text-decoration: underline; } .cid-teAdVlLfcw .mbr-section-btn { margin-top: 20px; } .cid-teAdVlLfcw .mbr-section-btn .btn { border-radius: 50px; } @media (max-width: 575px) { .cid-teAdVlLfcw .mbr-section-btn { display: flex; flex-wrap: wrap; } .cid-teAdVlLfcw .mbr-section-btn .btn { width: 100%; } } .cid-tezSxvF88r { padding-top: 15px; padding-bottom: 15px; overflow: hidden; box-sizing: border-box; background-color: #ffffff; } .cid-tezSxvF88r .mbr-slider .carousel-control { background: #1b1b1b; } .cid-tezSxvF88r .mbr-slider .carousel-control-prev { left: 0; margin-left: 2.5rem; } .cid-tezSxvF88r .mbr-slider .carousel-control-next { right: 0; margin-right: 2.5rem; } .cid-tezSxvF88r .mbr-slider .modal-body .close { background: #1b1b1b; } .cid-tezSxvF88r .mbr-gallery-item > div::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #f23801; opacity: 0; -webkit-transition: 0.2s opacity ease-in-out; transition: 0.2s opacity ease-in-out; background: linear-gradient(180deg, #f23801, #f7e4d6); } .cid-tezSxvF88r .icon-focus, .cid-tezSxvF88r .icon-video { font-size: 2rem !important; width: 50px; height: 50px; top: calc(50% - 25px); left: calc(50% - 25px); } .cid-tezSxvF88r .icon-focus:before, .cid-tezSxvF88r .icon-video:before { content: '+'; border-radius: 100px; background: rgba(0, 0, 0, 0.5); width: 100%; height: 100%; padding-bottom: 6px; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; } .cid-tezSxvF88r .icon-video { font-size: 1.5rem !important; } .cid-tezSxvF88r .mbr-gallery-title { transition: all 0.5s ease; position: absolute; text-align: left; display: none; width: 100%; bottom: 0; right: 0; padding: 1rem; font-weight: bold; background: transparent; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; } .cid-tezSxvF88r ul { font-size: 0; } .cid-tezSxvF88r .mbr-gallery-filter ul { text-align: left; } .cid-tezSxvF88r .mbr-gallery-filter ul li { padding: 0; margin: 0 .2rem; } .cid-tezSxvF88r .mbr-gallery-filter ul li .btn { position: relative; padding: 0.5rem 1rem 0.6rem !important; margin: 0!important; background-color: transparent !important; border-width: 0 !important; color: #f23801 !important; } .cid-tezSxvF88r .mbr-gallery-filter ul li .btn:after { content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; border: 1px solid transparent; border-radius: 100px; opacity: 0.5; } .cid-tezSxvF88r .mbr-gallery-filter ul li:not(.active) .btn:hover:after, .cid-tezSxvF88r .mbr-gallery-filter ul li.active .btn:after { border-color: #f23801; } .cid-tezSxvF88r .mbr-gallery-filter ul li .btn:hover:after { -webkit-animation: 1s btn-animation linear infinite; animation: 1s btn-animation linear infinite; } .cid-tezSxvF88r .mbr-gallery-filter ul li .btn:not(:hover):after { animation: none; } .cid-tezSxvF88r .mbr-gallery-filter ul li:first-child, .cid-tezSxvF88r .mbr-gallery-filter ul li:last-child { margin: 0; } .cid-tezSxvF88r .mbr-gallery-item > div:hover .mbr-gallery-title { display: block; } .cid-tezSxvF88r .mbr-gallery-item > div:hover:before { opacity: 0.4 !important; } @keyframes btn-animation { 0% { -webkit-transform: scale(1); transform: scale(1); } 100% { -webkit-transform: scale(1.3); transform: scale(1.3); opacity: 0; } } .cid-tezSxvF88r .mbr-section-tag { color: #9e9e9e; margin-bottom: 0.4375rem; } .cid-tezSxvF88r .mbr-section-title { margin-bottom: 1rem; } .cid-tezSxvF88r .mbr-section-title b:last-child, .cid-tezSxvF88r .mbr-section-title strong:last-child { color: #f23801; } .cid-tezSxvF88r .mbr-gallery-filter { padding-left: 0; padding-right: 0; } .cid-tezSxvF88r .mbr-gallery-filter ul li .btn:after { transform: none !important; } .cid-teAd9ivHhq { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-teAd9ivHhq .container { max-width: 1040px; } @media (max-width: 575px) { .cid-teAd9ivHhq .row { text-align: center!important; } } .cid-teAd9ivHhq .mbr-section-title { color: #000000; } @media (max-width: 575px) { .cid-teAd9ivHhq .mbr-section-title { text-align: center; } } .cid-teAd9ivHhq .mbr-text { color: #999999; margin-top: 20px; } .cid-teAd9ivHhq .mbr-text a:hover { text-decoration: underline; } .cid-teAd9ivHhq .mbr-section-btn { margin-top: 20px; } .cid-teAd9ivHhq .mbr-section-btn .btn { border-radius: 50px; } @media (max-width: 575px) { .cid-teAd9ivHhq .mbr-section-btn { display: flex; flex-wrap: wrap; } .cid-teAd9ivHhq .mbr-section-btn .btn { width: 100%; } } .cid-teB9Xs79AB { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-teB9Xs79AB .wrapper { background-color: transparent; } .cid-teB9Xs79AB li { list-style-type: none; } .cid-teB9Xs79AB .contact-info-m { margin-bottom: 1.875rem; } .cid-teB9Xs79AB .list-1 li { margin-bottom: 1rem; } .cid-teB9Xs79AB .list-1 li:last-child { margin-bottom: 0; } .cid-teB9Xs79AB .list-2 li { margin-bottom: 1.875rem; } .cid-teB9Xs79AB .list-2 li:last-child { margin-bottom: 0; } .cid-teB9Xs79AB ul { margin: 0; } .cid-teB9Xs79AB .logo { width: auto; height: 140px; object-fit: cover; } .cid-teB9Xs79AB .mbr-fallback-image.disabled { display: none; } .cid-teB9Xs79AB .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-teB9Xs79AB .list1 { text-align: center; } .cid-teB9Xs79AB .list2 { text-align: right; } .cid-teB9Xs79AB .mbr-section-title { text-align: center; } .cid-teB9Xs79AB .mbr-text { text-align: center; } .cid-teAoi0bsts { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-teAoi0bsts .bg-facebook { background: #1778f2; color: #ffffff; } .cid-teAoi0bsts .bg-facebook:hover { background: #0b60cb; } .cid-teAoi0bsts .bg-instagram { background: #f00075; color: #ffffff; } .cid-teAoi0bsts .bg-instagram:hover { background: #bd005c; } .cid-teAoi0bsts .bg-youtube { background: #06c755; color: #ffffff; } .cid-teAoi0bsts .bg-youtube:hover { background: #059540; } .cid-teAoi0bsts .bg-twitch { background: #06c755; color: #ffffff; } .cid-teAoi0bsts .bg-twitch:hover { background: #059540; } .cid-teAoi0bsts .iconfont-wrapper { display: inline-block; font-size: 32px; border-radius: 50%; width: 55px; height: 55px; line-height: 55px; text-align: center; transition: all 0.3s ease-in-out; } .cid-teAoi0bsts [class^="socicon-"]:before, .cid-teAoi0bsts [class*=" socicon-"]:before { line-height: 55px; padding: .6rem; } .cid-tmBKcslndj { padding-top: 1rem; padding-bottom: 0rem; background: #ffffff; } .cid-tmBKcslndj .mbr-fallback-image.disabled { display: none; } .cid-tmBKcslndj .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-tmBKcslndj .mbr-section-head { margin-bottom: 56px; } @media (max-width: 991px) { .cid-tmBKcslndj .mbr-section-head { margin-bottom: 50px; } } @media (max-width: 767px) { .cid-tmBKcslndj .mbr-section-head { margin-bottom: 45px; } } .cid-tmBKcslndj .google-map { height: 600px; position: relative; } .cid-tmBKcslndj .google-map iframe { height: 100%; width: 100%; } .cid-tmBKcslndj .google-map [data-state-details] { color: #6b6763; height: 1.5em; margin-top: -0.75em; padding-left: 1.25rem; padding-right: 1.25rem; position: absolute; text-align: center; top: 50%; width: 100%; } .cid-tmBKcslndj .google-map[data-state] { background: #e9e5dc; } .cid-tmBKcslndj .google-map[data-state="loading"] [data-state-details] { display: none; } .cid-teAwndHbLT { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-teAwndHbLT img, .cid-teAwndHbLT .item-img { width: 100%; } .cid-teAwndHbLT .item:focus, .cid-teAwndHbLT span:focus { outline: none; } .cid-teAwndHbLT .item { cursor: pointer; margin-bottom: 2rem; } .cid-teAwndHbLT .item-wrapper { position: relative; border-radius: 4px; background: #fafafa; height: 100%; display: flex; flex-flow: column nowrap; } @media (min-width: 992px) { .cid-teAwndHbLT .item-wrapper .item-content { padding: 2rem; } } @media (max-width: 991px) { .cid-teAwndHbLT .item-wrapper .item-content { padding: 1rem; } } .cid-teAwndHbLT .mbr-section-btn { margin-top: auto !important; } .cid-teAwndHbLT .mbr-section-title { color: #232323; } .cid-teAwndHbLT .mbr-text, .cid-teAwndHbLT .mbr-section-btn { text-align: left; } .cid-teAwndHbLT .item-title { text-align: left; } .cid-teAwndHbLT .item-subtitle { text-align: center; } .cid-teAjOcsQBj { padding-top: 15px; padding-bottom: 15px; background-color: #ffffff; overflow: hidden; } .cid-teAjOcsQBj .media-container-row .mbr-text { color: #000000; } .cid-teR1E2S4QZ { z-index: 1000; width: 100%; position: relative; min-height: 60px; } .cid-teR1E2S4QZ nav.navbar { position: fixed; } .cid-teR1E2S4QZ .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-teR1E2S4QZ .dropdown-menu { padding: 0; border-radius: 4px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); } .cid-teR1E2S4QZ .dropdown-item { border-bottom: 1px solid #e6e6e6; } .cid-teR1E2S4QZ .dropdown-item:hover, .cid-teR1E2S4QZ .dropdown-item:focus { background: #c33131 !important; color: white !important; } .cid-teR1E2S4QZ .dropdown-item:hover span { color: white; } .cid-teR1E2S4QZ .dropdown-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } .cid-teR1E2S4QZ .dropdown-item:last-child { border-bottom: none; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .cid-teR1E2S4QZ .nav-dropdown .link { padding: 0 0.3em !important; margin: 0.667em 1em !important; } .cid-teR1E2S4QZ .nav-dropdown .link.dropdown-toggle::after { margin-left: 0.5rem; margin-top: 0.2rem; } .cid-teR1E2S4QZ .nav-link { position: relative; } .cid-teR1E2S4QZ .container { display: flex; margin: auto; } @media (min-width: 992px) { .cid-teR1E2S4QZ .container { flex-wrap: nowrap; } } .cid-teR1E2S4QZ .iconfont-wrapper { color: #000000 !important; font-size: 1.5rem; padding-right: 0.5rem; } .cid-teR1E2S4QZ .dropdown-menu, .cid-teR1E2S4QZ .navbar.opened { background: #ffffff !important; } .cid-teR1E2S4QZ .nav-item:focus, .cid-teR1E2S4QZ .nav-link:focus { outline: none; } .cid-teR1E2S4QZ .dropdown .dropdown-menu .dropdown-item { width: auto; transition: all 0.25s ease-in-out; } .cid-teR1E2S4QZ .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-teR1E2S4QZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { margin-right: 0.5rem; vertical-align: sub; } .cid-teR1E2S4QZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { display: inline-block; transform: scale(1, 1); transition: all 0.25s ease-in-out; } .cid-teR1E2S4QZ .collapsed .dropdown-menu .dropdown-item:before { display: none; } .cid-teR1E2S4QZ .collapsed .dropdown .dropdown-menu .dropdown-item { padding: 0.235em 1.5em 0.235em 1.5em !important; transition: none; margin: 0 !important; } .cid-teR1E2S4QZ .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: #ffffff; } .cid-teR1E2S4QZ .navbar.opened { transition: all 0.3s; } .cid-teR1E2S4QZ .navbar .dropdown-item { padding: 0.5rem 1.8rem; } .cid-teR1E2S4QZ .navbar .navbar-logo img { width: auto; } .cid-teR1E2S4QZ .navbar .navbar-collapse { justify-content: flex-end; z-index: 1; } .cid-teR1E2S4QZ .navbar.collapsed { justify-content: center; } .cid-teR1E2S4QZ .navbar.collapsed .nav-item .nav-link::before { display: none; } .cid-teR1E2S4QZ .navbar.collapsed.opened .dropdown-menu { top: 0; } @media (min-width: 992px) { .cid-teR1E2S4QZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse { max-height: calc(98.5vh - 3rem); } } .cid-teR1E2S4QZ .navbar.collapsed .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-teR1E2S4QZ .navbar.collapsed .dropdown-menu .dropdown-item:after { right: auto; } .cid-teR1E2S4QZ .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-teR1E2S4QZ .navbar.collapsed ul.navbar-nav li { margin: auto; } .cid-teR1E2S4QZ .navbar.collapsed .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem; text-align: center; } .cid-teR1E2S4QZ .navbar.collapsed .icons-menu { padding-left: 0; padding-right: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } @media (max-width: 991px) { .cid-teR1E2S4QZ .navbar .nav-item .nav-link::before { display: none; } .cid-teR1E2S4QZ .navbar.opened .dropdown-menu { top: 0; } .cid-teR1E2S4QZ .navbar .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-teR1E2S4QZ .navbar .dropdown-menu .dropdown-item:after { right: auto; } .cid-teR1E2S4QZ .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-teR1E2S4QZ .navbar .navbar-logo img { height: 3rem !important; } .cid-teR1E2S4QZ .navbar ul.navbar-nav li { margin: auto; } .cid-teR1E2S4QZ .navbar .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem !important; text-align: center; } .cid-teR1E2S4QZ .navbar .navbar-brand { flex-shrink: initial; flex-basis: auto; word-break: break-word; padding-right: 2rem; } .cid-teR1E2S4QZ .navbar .navbar-toggler { flex-basis: auto; } .cid-teR1E2S4QZ .navbar .icons-menu { padding-left: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } } .cid-teR1E2S4QZ .navbar.navbar-short { min-height: 60px; } .cid-teR1E2S4QZ .navbar.navbar-short .navbar-logo img { height: 2.5rem !important; } .cid-teR1E2S4QZ .navbar.navbar-short .navbar-brand { min-height: 60px; padding: 0; } .cid-teR1E2S4QZ .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-teR1E2S4QZ .navbar-brand .navbar-caption { line-height: inherit !important; } .cid-teR1E2S4QZ .navbar-brand .navbar-logo a { outline: none; } .cid-teR1E2S4QZ .dropdown-item.active, .cid-teR1E2S4QZ .dropdown-item:active { background-color: transparent; } .cid-teR1E2S4QZ .navbar-expand-lg .navbar-nav .nav-link { padding: 0; } .cid-teR1E2S4QZ .nav-dropdown .link.dropdown-toggle { margin-right: 1.667em; } .cid-teR1E2S4QZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { margin-right: 0; padding: 0.667em 1.667em; } .cid-teR1E2S4QZ .navbar.navbar-expand-lg .dropdown .dropdown-menu { background: #ffffff; } .cid-teR1E2S4QZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; left: 100%; } .cid-teR1E2S4QZ .navbar .dropdown.open > .dropdown-menu { display: block; } .cid-teR1E2S4QZ ul.navbar-nav { flex-wrap: wrap; } .cid-teR1E2S4QZ .navbar-buttons { text-align: center; min-width: 170px; } .cid-teR1E2S4QZ button.navbar-toggler { outline: none; width: 31px; height: 20px; cursor: pointer; transition: all 0.2s; position: relative; align-self: center; } .cid-teR1E2S4QZ button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #000000; } .cid-teR1E2S4QZ button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all 0.2s; } .cid-teR1E2S4QZ button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all 0.15s; } .cid-teR1E2S4QZ button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all 0.15s; } .cid-teR1E2S4QZ button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all 0.2s; } .cid-teR1E2S4QZ nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-teR1E2S4QZ nav.opened .hamburger span:nth-child(2) { transform: rotate(45deg); transition: all 0.25s; } .cid-teR1E2S4QZ nav.opened .hamburger span:nth-child(3) { transform: rotate(-45deg); transition: all 0.25s; } .cid-teR1E2S4QZ nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-teR1E2S4QZ .navbar-dropdown { padding: 0 1rem; position: fixed; } .cid-teR1E2S4QZ a.nav-link { display: flex; align-items: center; justify-content: center; } .cid-teR1E2S4QZ .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-teR1E2S4QZ .navbar { height: 70px; } .cid-teR1E2S4QZ .navbar.opened { height: auto; } .cid-teR1E2S4QZ .nav-item .nav-link:hover::before { width: 175%; max-width: calc(100% + 2rem); left: -1rem; } } .cid-teR30izJfW { padding-top: 4rem; padding-bottom: 4rem; min-height: 280px; background-image: url(""); display: flex; align-items: center; } @media (min-width: 640px) { .cid-teR30izJfW { min-height: 300px; } } @media (min-width: 768px) { .cid-teR30izJfW { min-height: 380px; } } @media (min-width: 992px) { .cid-teR30izJfW { min-height: 420px; } } @media (min-width: 1200px) { .cid-teR30izJfW { min-height: 610px; } } .cid-teR30izJfW .mbr-fallback-image.disabled { display: none; } .cid-teR30izJfW .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-teR30izJfW .row { justify-content: flex-start; } .cid-teR30izJfW .mbr-section-title { color: #FEF9EE; } .cid-teR30izJfW .mbr-section-subtitle { color: #FEF9EE; } .cid-teR30izJfW .mbr-text { color: #FEF9EE; } .cid-teR3IvdRMX { padding-top: 6rem; padding-bottom: 0rem; background-color: #ffffff; } @media (max-width: 991px) { .cid-teR3IvdRMX .image-wrapper { margin-bottom: 1rem; } } .cid-teR3IvdRMX .row { flex-direction: row-reverse; } .cid-teR3IvdRMX img { width: 100%; } @media (min-width: 992px) { .cid-teR3IvdRMX .text-wrapper { padding: 2rem; } } .cid-teR1E8zFtP { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-teR1E8zFtP .container { max-width: 1040px; } @media (max-width: 575px) { .cid-teR1E8zFtP .row { text-align: center!important; } } .cid-teR1E8zFtP .mbr-section-title { color: #000000; } @media (max-width: 575px) { .cid-teR1E8zFtP .mbr-section-title { text-align: center; } } .cid-teR1E8zFtP .mbr-text { color: #999999; margin-top: 20px; } .cid-teR1E8zFtP .mbr-text a:hover { text-decoration: underline; } .cid-teR1E8zFtP .mbr-section-btn { margin-top: 20px; } .cid-teR1E8zFtP .mbr-section-btn .btn { border-radius: 50px; } @media (max-width: 575px) { .cid-teR1E8zFtP .mbr-section-btn { display: flex; flex-wrap: wrap; } .cid-teR1E8zFtP .mbr-section-btn .btn { width: 100%; } } .cid-teR1E9ueSS { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-teR1E9ueSS .wrapper { background-color: transparent; } .cid-teR1E9ueSS li { list-style-type: none; } .cid-teR1E9ueSS .contact-info-m { margin-bottom: 1.875rem; } .cid-teR1E9ueSS .list-1 li { margin-bottom: 1rem; } .cid-teR1E9ueSS .list-1 li:last-child { margin-bottom: 0; } .cid-teR1E9ueSS .list-2 li { margin-bottom: 1.875rem; } .cid-teR1E9ueSS .list-2 li:last-child { margin-bottom: 0; } .cid-teR1E9ueSS ul { margin: 0; } .cid-teR1E9ueSS .logo { width: auto; height: 140px; object-fit: cover; } .cid-teR1E9ueSS .mbr-fallback-image.disabled { display: none; } .cid-teR1E9ueSS .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-teR1E9ueSS .list1 { text-align: center; } .cid-teR1E9ueSS .list2 { text-align: right; } .cid-teR1E9ueSS .mbr-section-title { text-align: center; } .cid-teR1E9ueSS .mbr-text { text-align: center; } .cid-tmBKUd8gwB { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-tmBKUd8gwB .bg-facebook { background: #1778f2; color: #ffffff; } .cid-tmBKUd8gwB .bg-facebook:hover { background: #0b60cb; } .cid-tmBKUd8gwB .bg-instagram { background: #f00075; color: #ffffff; } .cid-tmBKUd8gwB .bg-instagram:hover { background: #bd005c; } .cid-tmBKUd8gwB .bg-youtube { background: #06c755; color: #ffffff; } .cid-tmBKUd8gwB .bg-youtube:hover { background: #059540; } .cid-tmBKUd8gwB .bg-twitch { background: #06c755; color: #ffffff; } .cid-tmBKUd8gwB .bg-twitch:hover { background: #059540; } .cid-tmBKUd8gwB .iconfont-wrapper { display: inline-block; font-size: 32px; border-radius: 50%; width: 55px; height: 55px; line-height: 55px; text-align: center; transition: all 0.3s ease-in-out; } .cid-tmBKUd8gwB [class^="socicon-"]:before, .cid-tmBKUd8gwB [class*=" socicon-"]:before { line-height: 55px; padding: .6rem; } .cid-tmBKjxcbdQ { padding-top: 1rem; padding-bottom: 0rem; background: #ffffff; } .cid-tmBKjxcbdQ .mbr-fallback-image.disabled { display: none; } .cid-tmBKjxcbdQ .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-tmBKjxcbdQ .mbr-section-head { margin-bottom: 56px; } @media (max-width: 991px) { .cid-tmBKjxcbdQ .mbr-section-head { margin-bottom: 50px; } } @media (max-width: 767px) { .cid-tmBKjxcbdQ .mbr-section-head { margin-bottom: 45px; } } .cid-tmBKjxcbdQ .google-map { height: 600px; position: relative; } .cid-tmBKjxcbdQ .google-map iframe { height: 100%; width: 100%; } .cid-tmBKjxcbdQ .google-map [data-state-details] { color: #6b6763; height: 1.5em; margin-top: -0.75em; padding-left: 1.25rem; padding-right: 1.25rem; position: absolute; text-align: center; top: 50%; width: 100%; } .cid-tmBKjxcbdQ .google-map[data-state] { background: #e9e5dc; } .cid-tmBKjxcbdQ .google-map[data-state="loading"] [data-state-details] { display: none; } .cid-tkHlzEraBh { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-tkHlzEraBh img, .cid-tkHlzEraBh .item-img { width: 100%; } .cid-tkHlzEraBh .item:focus, .cid-tkHlzEraBh span:focus { outline: none; } .cid-tkHlzEraBh .item { cursor: pointer; margin-bottom: 2rem; } .cid-tkHlzEraBh .item-wrapper { position: relative; border-radius: 4px; background: #fafafa; height: 100%; display: flex; flex-flow: column nowrap; } @media (min-width: 992px) { .cid-tkHlzEraBh .item-wrapper .item-content { padding: 2rem; } } @media (max-width: 991px) { .cid-tkHlzEraBh .item-wrapper .item-content { padding: 1rem; } } .cid-tkHlzEraBh .mbr-section-btn { margin-top: auto !important; } .cid-tkHlzEraBh .mbr-section-title { color: #232323; } .cid-tkHlzEraBh .mbr-text, .cid-tkHlzEraBh .mbr-section-btn { text-align: left; } .cid-tkHlzEraBh .item-title { text-align: left; } .cid-tkHlzEraBh .item-subtitle { text-align: center; } .cid-teR1EeNE3y { padding-top: 15px; padding-bottom: 15px; background-color: #ffffff; overflow: hidden; } .cid-teR1EeNE3y .media-container-row .mbr-text { color: #000000; } .cid-teR5HWyvek { z-index: 1000; width: 100%; position: relative; min-height: 60px; } .cid-teR5HWyvek nav.navbar { position: fixed; } .cid-teR5HWyvek .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-teR5HWyvek .dropdown-menu { padding: 0; border-radius: 4px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); } .cid-teR5HWyvek .dropdown-item { border-bottom: 1px solid #e6e6e6; } .cid-teR5HWyvek .dropdown-item:hover, .cid-teR5HWyvek .dropdown-item:focus { background: #c33131 !important; color: white !important; } .cid-teR5HWyvek .dropdown-item:hover span { color: white; } .cid-teR5HWyvek .dropdown-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } .cid-teR5HWyvek .dropdown-item:last-child { border-bottom: none; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .cid-teR5HWyvek .nav-dropdown .link { padding: 0 0.3em !important; margin: 0.667em 1em !important; } .cid-teR5HWyvek .nav-dropdown .link.dropdown-toggle::after { margin-left: 0.5rem; margin-top: 0.2rem; } .cid-teR5HWyvek .nav-link { position: relative; } .cid-teR5HWyvek .container { display: flex; margin: auto; } @media (min-width: 992px) { .cid-teR5HWyvek .container { flex-wrap: nowrap; } } .cid-teR5HWyvek .iconfont-wrapper { color: #000000 !important; font-size: 1.5rem; padding-right: 0.5rem; } .cid-teR5HWyvek .dropdown-menu, .cid-teR5HWyvek .navbar.opened { background: #ffffff !important; } .cid-teR5HWyvek .nav-item:focus, .cid-teR5HWyvek .nav-link:focus { outline: none; } .cid-teR5HWyvek .dropdown .dropdown-menu .dropdown-item { width: auto; transition: all 0.25s ease-in-out; } .cid-teR5HWyvek .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-teR5HWyvek .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { margin-right: 0.5rem; vertical-align: sub; } .cid-teR5HWyvek .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { display: inline-block; transform: scale(1, 1); transition: all 0.25s ease-in-out; } .cid-teR5HWyvek .collapsed .dropdown-menu .dropdown-item:before { display: none; } .cid-teR5HWyvek .collapsed .dropdown .dropdown-menu .dropdown-item { padding: 0.235em 1.5em 0.235em 1.5em !important; transition: none; margin: 0 !important; } .cid-teR5HWyvek .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: #ffffff; } .cid-teR5HWyvek .navbar.opened { transition: all 0.3s; } .cid-teR5HWyvek .navbar .dropdown-item { padding: 0.5rem 1.8rem; } .cid-teR5HWyvek .navbar .navbar-logo img { width: auto; } .cid-teR5HWyvek .navbar .navbar-collapse { justify-content: flex-end; z-index: 1; } .cid-teR5HWyvek .navbar.collapsed { justify-content: center; } .cid-teR5HWyvek .navbar.collapsed .nav-item .nav-link::before { display: none; } .cid-teR5HWyvek .navbar.collapsed.opened .dropdown-menu { top: 0; } @media (min-width: 992px) { .cid-teR5HWyvek .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse { max-height: calc(98.5vh - 3rem); } } .cid-teR5HWyvek .navbar.collapsed .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-teR5HWyvek .navbar.collapsed .dropdown-menu .dropdown-item:after { right: auto; } .cid-teR5HWyvek .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-teR5HWyvek .navbar.collapsed ul.navbar-nav li { margin: auto; } .cid-teR5HWyvek .navbar.collapsed .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem; text-align: center; } .cid-teR5HWyvek .navbar.collapsed .icons-menu { padding-left: 0; padding-right: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } @media (max-width: 991px) { .cid-teR5HWyvek .navbar .nav-item .nav-link::before { display: none; } .cid-teR5HWyvek .navbar.opened .dropdown-menu { top: 0; } .cid-teR5HWyvek .navbar .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-teR5HWyvek .navbar .dropdown-menu .dropdown-item:after { right: auto; } .cid-teR5HWyvek .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-teR5HWyvek .navbar .navbar-logo img { height: 3rem !important; } .cid-teR5HWyvek .navbar ul.navbar-nav li { margin: auto; } .cid-teR5HWyvek .navbar .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem !important; text-align: center; } .cid-teR5HWyvek .navbar .navbar-brand { flex-shrink: initial; flex-basis: auto; word-break: break-word; padding-right: 2rem; } .cid-teR5HWyvek .navbar .navbar-toggler { flex-basis: auto; } .cid-teR5HWyvek .navbar .icons-menu { padding-left: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } } .cid-teR5HWyvek .navbar.navbar-short { min-height: 60px; } .cid-teR5HWyvek .navbar.navbar-short .navbar-logo img { height: 2.5rem !important; } .cid-teR5HWyvek .navbar.navbar-short .navbar-brand { min-height: 60px; padding: 0; } .cid-teR5HWyvek .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-teR5HWyvek .navbar-brand .navbar-caption { line-height: inherit !important; } .cid-teR5HWyvek .navbar-brand .navbar-logo a { outline: none; } .cid-teR5HWyvek .dropdown-item.active, .cid-teR5HWyvek .dropdown-item:active { background-color: transparent; } .cid-teR5HWyvek .navbar-expand-lg .navbar-nav .nav-link { padding: 0; } .cid-teR5HWyvek .nav-dropdown .link.dropdown-toggle { margin-right: 1.667em; } .cid-teR5HWyvek .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { margin-right: 0; padding: 0.667em 1.667em; } .cid-teR5HWyvek .navbar.navbar-expand-lg .dropdown .dropdown-menu { background: #ffffff; } .cid-teR5HWyvek .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; left: 100%; } .cid-teR5HWyvek .navbar .dropdown.open > .dropdown-menu { display: block; } .cid-teR5HWyvek ul.navbar-nav { flex-wrap: wrap; } .cid-teR5HWyvek .navbar-buttons { text-align: center; min-width: 170px; } .cid-teR5HWyvek button.navbar-toggler { outline: none; width: 31px; height: 20px; cursor: pointer; transition: all 0.2s; position: relative; align-self: center; } .cid-teR5HWyvek button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #000000; } .cid-teR5HWyvek button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all 0.2s; } .cid-teR5HWyvek button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all 0.15s; } .cid-teR5HWyvek button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all 0.15s; } .cid-teR5HWyvek button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all 0.2s; } .cid-teR5HWyvek nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-teR5HWyvek nav.opened .hamburger span:nth-child(2) { transform: rotate(45deg); transition: all 0.25s; } .cid-teR5HWyvek nav.opened .hamburger span:nth-child(3) { transform: rotate(-45deg); transition: all 0.25s; } .cid-teR5HWyvek nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-teR5HWyvek .navbar-dropdown { padding: 0 1rem; position: fixed; } .cid-teR5HWyvek a.nav-link { display: flex; align-items: center; justify-content: center; } .cid-teR5HWyvek .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-teR5HWyvek .navbar { height: 70px; } .cid-teR5HWyvek .navbar.opened { height: auto; } .cid-teR5HWyvek .nav-item .nav-link:hover::before { width: 175%; max-width: calc(100% + 2rem); left: -1rem; } } .cid-teR5HXwwW1 { padding-top: 3rem; padding-bottom: 2rem; min-height: 280px; background-image: url(""); display: flex; align-items: center; } @media (min-width: 640px) { .cid-teR5HXwwW1 { min-height: 300px; } } @media (min-width: 768px) { .cid-teR5HXwwW1 { min-height: 380px; } } @media (min-width: 992px) { .cid-teR5HXwwW1 { min-height: 420px; } } @media (min-width: 1200px) { .cid-teR5HXwwW1 { min-height: 610px; } } .cid-teR5HXwwW1 .mbr-fallback-image.disabled { display: none; } .cid-teR5HXwwW1 .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-teR5HXwwW1 .row { justify-content: flex-start; } .cid-teR5HXwwW1 .mbr-section-title { color: #FEF9EE; } .cid-teR5HXwwW1 .mbr-section-subtitle { color: #FEF9EE; } .cid-teR5HXwwW1 .mbr-text { color: #FEF9EE; } .cid-teRg78aGGL { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-teR93wOxmv { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } @media (min-width: 1400px) { .cid-teR93wOxmv .container { max-width: 1368px; padding-left: 24px; padding-right: 24px; } .cid-teR93wOxmv .container .row { margin-left: -24px; margin-right: -24px; } .cid-teR93wOxmv .container .row > [class*="col"] { padding-left: 24px; padding-right: 24px; } } .cid-teR93wOxmv .row { display: flex; align-items: stretch; } .cid-teR93wOxmv .mbr-section-head { margin-bottom: 50px; } .cid-teR93wOxmv .label-text { width: 100%; color: #913BFF; margin-bottom: 20px; } .cid-teR93wOxmv .label-text span { padding: 8px 18px; background-color: #f0e4ff; border-radius: 15px; color: inherit; } .cid-teR93wOxmv .mbr-section-title { color: #010d4c; margin-bottom: 0; } .cid-teR93wOxmv .colored-text { color: #913bff; line-height: inherit; text-decoration: underline; text-decoration-thickness: 4px; } .cid-teR93wOxmv .mbr-section-subtitle { color: #00284E; opacity: 0.8; margin-bottom: 0; margin-top: 20px; } .cid-teR93wOxmv .item:focus, .cid-teR93wOxmv span:focus { outline: none; } .cid-teR93wOxmv .item { margin-top: 30px; display: flex; flex-direction: column; cursor: pointer; } .cid-teR93wOxmv .item-wrapper { position: relative; border-radius: 8px; height: 100%; display: flex; flex-flow: column nowrap; overflow: hidden; transition: all 0.3s ease-in-out; } .cid-teR93wOxmv .item-wrapper .item-content a:hover { color: #c33131 !important; } .cid-teR93wOxmv .item-wrapper:hover { transform: translateY(-5px); } .cid-teR93wOxmv .item-img { position: relative; z-index: 2; width: 100%; overflow: hidden; height: 318px; } @media (max-width: 1399px) { .cid-teR93wOxmv .item-img { height: 284px; } } @media (max-width: 1199px) { .cid-teR93wOxmv .item-img { height: 238px; } } @media (max-width: 991px) { .cid-teR93wOxmv .item-img { height: 262px; } } @media (max-width: 767px) { .cid-teR93wOxmv .item-img { height: 192px; } } @media (max-width: 575px) { .cid-teR93wOxmv .item-img { height: 100%; max-height: 426px; } } .cid-teR93wOxmv .item-img img { width: 100%; height: 100%; object-fit: cover; } .cid-teR93wOxmv .item-img::before { content: ''; position: absolute; width: 170px; height: 170px; border-radius: 50%; background: #c33131; right: -85px; bottom: -85px; z-index: 1; cursor: pointer; transform: scale(0); transition: all 0.3s ease-in-out; } .cid-teR93wOxmv .item-img .icon-box { position: absolute; color: #ffffff; font-size: 22px; right: 22px; bottom: 12px; z-index: 2; transform: scale(0); transition: all 0.3s ease-in-out; cursor: pointer; } .cid-teR93wOxmv .item-content-container { flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; padding: 42px 32px 20px; } @media (max-width: 1199px) { .cid-teR93wOxmv .item-content-container { padding: 20px 15px; } } .cid-teR93wOxmv .mbr-section-btn { margin-top: 20px; } .cid-teR93wOxmv .item-title { text-align: left; width: 100%; color: #A1A0A0; margin-bottom: 0; } .cid-teR93wOxmv .mbr-text { color: #010d4c; width: 100%; margin: 8px 0; } .cid-teRaHlltDU { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } @media (min-width: 1400px) { .cid-teRaHlltDU .container { max-width: 1368px; padding-left: 24px; padding-right: 24px; } .cid-teRaHlltDU .container .row { margin-left: -24px; margin-right: -24px; } .cid-teRaHlltDU .container .row > [class*="col"] { padding-left: 24px; padding-right: 24px; } } .cid-teRaHlltDU .row { display: flex; align-items: stretch; } .cid-teRaHlltDU .mbr-section-head { margin-bottom: 50px; } .cid-teRaHlltDU .label-text { width: 100%; color: #913BFF; margin-bottom: 20px; } .cid-teRaHlltDU .label-text span { padding: 8px 18px; background-color: #f0e4ff; border-radius: 15px; color: inherit; } .cid-teRaHlltDU .mbr-section-title { color: #010d4c; margin-bottom: 0; } .cid-teRaHlltDU .colored-text { color: #913bff; line-height: inherit; text-decoration: underline; text-decoration-thickness: 4px; } .cid-teRaHlltDU .mbr-section-subtitle { color: #00284E; opacity: 0.8; margin-bottom: 0; margin-top: 20px; } .cid-teRaHlltDU .item:focus, .cid-teRaHlltDU span:focus { outline: none; } .cid-teRaHlltDU .item { margin-top: 30px; display: flex; flex-direction: column; cursor: pointer; } .cid-teRaHlltDU .item-wrapper { position: relative; border-radius: 8px; height: 100%; display: flex; flex-flow: column nowrap; overflow: hidden; transition: all 0.3s ease-in-out; } .cid-teRaHlltDU .item-wrapper .item-content a:hover { color: #c33131 !important; } .cid-teRaHlltDU .item-wrapper:hover { transform: translateY(-5px); } .cid-teRaHlltDU .item-img { position: relative; z-index: 2; width: 100%; overflow: hidden; height: 318px; } @media (max-width: 1399px) { .cid-teRaHlltDU .item-img { height: 284px; } } @media (max-width: 1199px) { .cid-teRaHlltDU .item-img { height: 238px; } } @media (max-width: 991px) { .cid-teRaHlltDU .item-img { height: 262px; } } @media (max-width: 767px) { .cid-teRaHlltDU .item-img { height: 192px; } } @media (max-width: 575px) { .cid-teRaHlltDU .item-img { height: 100%; max-height: 426px; } } .cid-teRaHlltDU .item-img img { width: 100%; height: 100%; object-fit: cover; } .cid-teRaHlltDU .item-img::before { content: ''; position: absolute; width: 170px; height: 170px; border-radius: 50%; background: #c33131; right: -85px; bottom: -85px; z-index: 1; cursor: pointer; transform: scale(0); transition: all 0.3s ease-in-out; } .cid-teRaHlltDU .item-img .icon-box { position: absolute; color: #ffffff; font-size: 22px; right: 22px; bottom: 12px; z-index: 2; transform: scale(0); transition: all 0.3s ease-in-out; cursor: pointer; } .cid-teRaHlltDU .item-content-container { flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; padding: 42px 32px 20px; } @media (max-width: 1199px) { .cid-teRaHlltDU .item-content-container { padding: 20px 15px; } } .cid-teRaHlltDU .mbr-section-btn { margin-top: 20px; } .cid-teRaHlltDU .item-title { text-align: center; width: 100%; color: #000000; margin-bottom: 0; } .cid-teRaHlltDU .mbr-text { color: #010d4c; width: 100%; margin: 8px 0; } .cid-teRgABYIw7 { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-teRgABYIw7 .container { max-width: 1040px; } @media (max-width: 575px) { .cid-teRgABYIw7 .row { text-align: center!important; } } .cid-teRgABYIw7 .mbr-section-title { color: #000000; } @media (max-width: 575px) { .cid-teRgABYIw7 .mbr-section-title { text-align: center; } } .cid-teRgABYIw7 .mbr-text { color: #999999; margin-top: 20px; } .cid-teRgABYIw7 .mbr-text a:hover { text-decoration: underline; } .cid-teRgABYIw7 .mbr-section-btn { margin-top: 20px; } .cid-teRgABYIw7 .mbr-section-btn .btn { border-radius: 50px; } @media (max-width: 575px) { .cid-teRgABYIw7 .mbr-section-btn { display: flex; flex-wrap: wrap; } .cid-teRgABYIw7 .mbr-section-btn .btn { width: 100%; } } .cid-teRg8tCNco { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-teRhf3awut { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } @media (min-width: 1400px) { .cid-teRhf3awut .container { max-width: 1368px; padding-left: 24px; padding-right: 24px; } .cid-teRhf3awut .container .row { margin-left: -24px; margin-right: -24px; } .cid-teRhf3awut .container .row > [class*="col"] { padding-left: 24px; padding-right: 24px; } } .cid-teRhf3awut .row { display: flex; align-items: stretch; } .cid-teRhf3awut .mbr-section-head { margin-bottom: 50px; } .cid-teRhf3awut .label-text { width: 100%; color: #913BFF; margin-bottom: 20px; } .cid-teRhf3awut .label-text span { padding: 8px 18px; background-color: #f0e4ff; border-radius: 15px; color: inherit; } .cid-teRhf3awut .mbr-section-title { color: #010d4c; margin-bottom: 0; } .cid-teRhf3awut .colored-text { color: #913bff; line-height: inherit; text-decoration: underline; text-decoration-thickness: 4px; } .cid-teRhf3awut .mbr-section-subtitle { color: #00284E; opacity: 0.8; margin-bottom: 0; margin-top: 20px; } .cid-teRhf3awut .item:focus, .cid-teRhf3awut span:focus { outline: none; } .cid-teRhf3awut .item { margin-top: 30px; display: flex; flex-direction: column; cursor: pointer; } .cid-teRhf3awut .item-wrapper { position: relative; border-radius: 8px; height: 100%; display: flex; flex-flow: column nowrap; overflow: hidden; transition: all 0.3s ease-in-out; } .cid-teRhf3awut .item-wrapper .item-content a:hover { color: #c33131 !important; } .cid-teRhf3awut .item-wrapper:hover { transform: translateY(-5px); } .cid-teRhf3awut .item-img { position: relative; z-index: 2; width: 100%; overflow: hidden; height: 318px; } @media (max-width: 1399px) { .cid-teRhf3awut .item-img { height: 284px; } } @media (max-width: 1199px) { .cid-teRhf3awut .item-img { height: 238px; } } @media (max-width: 991px) { .cid-teRhf3awut .item-img { height: 262px; } } @media (max-width: 767px) { .cid-teRhf3awut .item-img { height: 192px; } } @media (max-width: 575px) { .cid-teRhf3awut .item-img { height: 100%; max-height: 426px; } } .cid-teRhf3awut .item-img img { width: 100%; height: 100%; object-fit: cover; } .cid-teRhf3awut .item-img::before { content: ''; position: absolute; width: 170px; height: 170px; border-radius: 50%; background: #c33131; right: -85px; bottom: -85px; z-index: 1; cursor: pointer; transform: scale(0); transition: all 0.3s ease-in-out; } .cid-teRhf3awut .item-img .icon-box { position: absolute; color: #ffffff; font-size: 22px; right: 22px; bottom: 12px; z-index: 2; transform: scale(0); transition: all 0.3s ease-in-out; cursor: pointer; } .cid-teRhf3awut .item-content-container { flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; padding: 42px 32px 20px; } @media (max-width: 1199px) { .cid-teRhf3awut .item-content-container { padding: 20px 15px; } } .cid-teRhf3awut .mbr-section-btn { margin-top: 20px; } .cid-teRhf3awut .item-title { text-align: center; width: 100%; color: #000000; margin-bottom: 0; } .cid-teRhf3awut .mbr-text { color: #010d4c; width: 100%; margin: 8px 0; } .cid-teRjdTD6pO { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-teRjbEsQ7M { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } @media (min-width: 1400px) { .cid-teRjbEsQ7M .container { max-width: 1368px; padding-left: 24px; padding-right: 24px; } .cid-teRjbEsQ7M .container .row { margin-left: -24px; margin-right: -24px; } .cid-teRjbEsQ7M .container .row > [class*="col"] { padding-left: 24px; padding-right: 24px; } } .cid-teRjbEsQ7M .row { display: flex; align-items: stretch; } .cid-teRjbEsQ7M .mbr-section-head { margin-bottom: 50px; } .cid-teRjbEsQ7M .label-text { width: 100%; color: #913BFF; margin-bottom: 20px; } .cid-teRjbEsQ7M .label-text span { padding: 8px 18px; background-color: #f0e4ff; border-radius: 15px; color: inherit; } .cid-teRjbEsQ7M .mbr-section-title { color: #010d4c; margin-bottom: 0; } .cid-teRjbEsQ7M .colored-text { color: #913bff; line-height: inherit; text-decoration: underline; text-decoration-thickness: 4px; } .cid-teRjbEsQ7M .mbr-section-subtitle { color: #00284E; opacity: 0.8; margin-bottom: 0; margin-top: 20px; } .cid-teRjbEsQ7M .item:focus, .cid-teRjbEsQ7M span:focus { outline: none; } .cid-teRjbEsQ7M .item { margin-top: 30px; display: flex; flex-direction: column; cursor: pointer; } .cid-teRjbEsQ7M .item-wrapper { position: relative; border-radius: 8px; height: 100%; display: flex; flex-flow: column nowrap; overflow: hidden; transition: all 0.3s ease-in-out; } .cid-teRjbEsQ7M .item-wrapper .item-content a:hover { color: #c33131 !important; } .cid-teRjbEsQ7M .item-wrapper:hover { transform: translateY(-5px); } .cid-teRjbEsQ7M .item-img { position: relative; z-index: 2; width: 100%; overflow: hidden; height: 318px; } @media (max-width: 1399px) { .cid-teRjbEsQ7M .item-img { height: 284px; } } @media (max-width: 1199px) { .cid-teRjbEsQ7M .item-img { height: 238px; } } @media (max-width: 991px) { .cid-teRjbEsQ7M .item-img { height: 262px; } } @media (max-width: 767px) { .cid-teRjbEsQ7M .item-img { height: 192px; } } @media (max-width: 575px) { .cid-teRjbEsQ7M .item-img { height: 100%; max-height: 426px; } } .cid-teRjbEsQ7M .item-img img { width: 100%; height: 100%; object-fit: cover; } .cid-teRjbEsQ7M .item-img::before { content: ''; position: absolute; width: 170px; height: 170px; border-radius: 50%; background: #c33131; right: -85px; bottom: -85px; z-index: 1; cursor: pointer; transform: scale(0); transition: all 0.3s ease-in-out; } .cid-teRjbEsQ7M .item-img .icon-box { position: absolute; color: #ffffff; font-size: 22px; right: 22px; bottom: 12px; z-index: 2; transform: scale(0); transition: all 0.3s ease-in-out; cursor: pointer; } .cid-teRjbEsQ7M .item-content-container { flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; padding: 42px 32px 20px; } @media (max-width: 1199px) { .cid-teRjbEsQ7M .item-content-container { padding: 20px 15px; } } .cid-teRjbEsQ7M .mbr-section-btn { margin-top: 20px; } .cid-teRjbEsQ7M .item-title { text-align: center; width: 100%; color: #000000; margin-bottom: 0; } .cid-teRjbEsQ7M .mbr-text { color: #010d4c; width: 100%; margin: 8px 0; } .cid-tmBMhDgZIw { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-tmBMhDgZIw .container { max-width: 1040px; } @media (max-width: 575px) { .cid-tmBMhDgZIw .row { text-align: center!important; } } .cid-tmBMhDgZIw .mbr-section-title { color: #000000; } @media (max-width: 575px) { .cid-tmBMhDgZIw .mbr-section-title { text-align: center; } } .cid-tmBMhDgZIw .mbr-text { color: #999999; margin-top: 20px; } .cid-tmBMhDgZIw .mbr-text a:hover { text-decoration: underline; } .cid-tmBMhDgZIw .mbr-section-btn { margin-top: 20px; } .cid-tmBMhDgZIw .mbr-section-btn .btn { border-radius: 50px; } @media (max-width: 575px) { .cid-tmBMhDgZIw .mbr-section-btn { display: flex; flex-wrap: wrap; } .cid-tmBMhDgZIw .mbr-section-btn .btn { width: 100%; } } .cid-teRjScSJtl { padding-top: 1rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-teR5HYLOCx { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-teR5HYLOCx .container { max-width: 1040px; } @media (max-width: 575px) { .cid-teR5HYLOCx .row { text-align: center!important; } } .cid-teR5HYLOCx .mbr-section-title { color: #000000; } @media (max-width: 575px) { .cid-teR5HYLOCx .mbr-section-title { text-align: center; } } .cid-teR5HYLOCx .mbr-text { color: #999999; margin-top: 20px; } .cid-teR5HYLOCx .mbr-text a:hover { text-decoration: underline; } .cid-teR5HYLOCx .mbr-section-btn { margin-top: 20px; } .cid-teR5HYLOCx .mbr-section-btn .btn { border-radius: 50px; } @media (max-width: 575px) { .cid-teR5HYLOCx .mbr-section-btn { display: flex; flex-wrap: wrap; } .cid-teR5HYLOCx .mbr-section-btn .btn { width: 100%; } } .cid-teR5HZhBo6 { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-teR5HZhBo6 .wrapper { background-color: transparent; } .cid-teR5HZhBo6 li { list-style-type: none; } .cid-teR5HZhBo6 .contact-info-m { margin-bottom: 1.875rem; } .cid-teR5HZhBo6 .list-1 li { margin-bottom: 1rem; } .cid-teR5HZhBo6 .list-1 li:last-child { margin-bottom: 0; } .cid-teR5HZhBo6 .list-2 li { margin-bottom: 1.875rem; } .cid-teR5HZhBo6 .list-2 li:last-child { margin-bottom: 0; } .cid-teR5HZhBo6 ul { margin: 0; } .cid-teR5HZhBo6 .logo { width: auto; height: 140px; object-fit: cover; } .cid-teR5HZhBo6 .mbr-fallback-image.disabled { display: none; } .cid-teR5HZhBo6 .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-teR5HZhBo6 .list1 { text-align: center; } .cid-teR5HZhBo6 .list2 { text-align: right; } .cid-teR5HZhBo6 .mbr-section-title { text-align: center; } .cid-teR5HZhBo6 .mbr-text { text-align: center; } .cid-tmBL11W1Zz { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-tmBL11W1Zz .bg-facebook { background: #1778f2; color: #ffffff; } .cid-tmBL11W1Zz .bg-facebook:hover { background: #0b60cb; } .cid-tmBL11W1Zz .bg-instagram { background: #f00075; color: #ffffff; } .cid-tmBL11W1Zz .bg-instagram:hover { background: #bd005c; } .cid-tmBL11W1Zz .bg-youtube { background: #06c755; color: #ffffff; } .cid-tmBL11W1Zz .bg-youtube:hover { background: #059540; } .cid-tmBL11W1Zz .bg-twitch { background: #06c755; color: #ffffff; } .cid-tmBL11W1Zz .bg-twitch:hover { background: #059540; } .cid-tmBL11W1Zz .iconfont-wrapper { display: inline-block; font-size: 32px; border-radius: 50%; width: 55px; height: 55px; line-height: 55px; text-align: center; transition: all 0.3s ease-in-out; } .cid-tmBL11W1Zz [class^="socicon-"]:before, .cid-tmBL11W1Zz [class*=" socicon-"]:before { line-height: 55px; padding: .6rem; } .cid-tmBJEmpjiG { padding-top: 1rem; padding-bottom: 0rem; background: #ffffff; } .cid-tmBJEmpjiG .mbr-fallback-image.disabled { display: none; } .cid-tmBJEmpjiG .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-tmBJEmpjiG .mbr-section-head { margin-bottom: 56px; } @media (max-width: 991px) { .cid-tmBJEmpjiG .mbr-section-head { margin-bottom: 50px; } } @media (max-width: 767px) { .cid-tmBJEmpjiG .mbr-section-head { margin-bottom: 45px; } } .cid-tmBJEmpjiG .google-map { height: 600px; position: relative; } .cid-tmBJEmpjiG .google-map iframe { height: 100%; width: 100%; } .cid-tmBJEmpjiG .google-map [data-state-details] { color: #6b6763; height: 1.5em; margin-top: -0.75em; padding-left: 1.25rem; padding-right: 1.25rem; position: absolute; text-align: center; top: 50%; width: 100%; } .cid-tmBJEmpjiG .google-map[data-state] { background: #e9e5dc; } .cid-tmBJEmpjiG .google-map[data-state="loading"] [data-state-details] { display: none; } .cid-tkHlHL5HBt { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-tkHlHL5HBt img, .cid-tkHlHL5HBt .item-img { width: 100%; } .cid-tkHlHL5HBt .item:focus, .cid-tkHlHL5HBt span:focus { outline: none; } .cid-tkHlHL5HBt .item { cursor: pointer; margin-bottom: 2rem; } .cid-tkHlHL5HBt .item-wrapper { position: relative; border-radius: 4px; background: #fafafa; height: 100%; display: flex; flex-flow: column nowrap; } @media (min-width: 992px) { .cid-tkHlHL5HBt .item-wrapper .item-content { padding: 2rem; } } @media (max-width: 991px) { .cid-tkHlHL5HBt .item-wrapper .item-content { padding: 1rem; } } .cid-tkHlHL5HBt .mbr-section-btn { margin-top: auto !important; } .cid-tkHlHL5HBt .mbr-section-title { color: #232323; } .cid-tkHlHL5HBt .mbr-text, .cid-tkHlHL5HBt .mbr-section-btn { text-align: left; } .cid-tkHlHL5HBt .item-title { text-align: left; } .cid-tkHlHL5HBt .item-subtitle { text-align: center; } .cid-teR5I3qHTu { padding-top: 15px; padding-bottom: 15px; background-color: #ffffff; overflow: hidden; } .cid-teR5I3qHTu .media-container-row .mbr-text { color: #000000; } .cid-teRnNZKoz5 { z-index: 1000; width: 100%; position: relative; min-height: 60px; } .cid-teRnNZKoz5 nav.navbar { position: fixed; } .cid-teRnNZKoz5 .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-teRnNZKoz5 .dropdown-menu { padding: 0; border-radius: 4px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); } .cid-teRnNZKoz5 .dropdown-item { border-bottom: 1px solid #e6e6e6; } .cid-teRnNZKoz5 .dropdown-item:hover, .cid-teRnNZKoz5 .dropdown-item:focus { background: #c33131 !important; color: white !important; } .cid-teRnNZKoz5 .dropdown-item:hover span { color: white; } .cid-teRnNZKoz5 .dropdown-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } .cid-teRnNZKoz5 .dropdown-item:last-child { border-bottom: none; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .cid-teRnNZKoz5 .nav-dropdown .link { padding: 0 0.3em !important; margin: 0.667em 1em !important; } .cid-teRnNZKoz5 .nav-dropdown .link.dropdown-toggle::after { margin-left: 0.5rem; margin-top: 0.2rem; } .cid-teRnNZKoz5 .nav-link { position: relative; } .cid-teRnNZKoz5 .container { display: flex; margin: auto; } @media (min-width: 992px) { .cid-teRnNZKoz5 .container { flex-wrap: nowrap; } } .cid-teRnNZKoz5 .iconfont-wrapper { color: #000000 !important; font-size: 1.5rem; padding-right: 0.5rem; } .cid-teRnNZKoz5 .dropdown-menu, .cid-teRnNZKoz5 .navbar.opened { background: #ffffff !important; } .cid-teRnNZKoz5 .nav-item:focus, .cid-teRnNZKoz5 .nav-link:focus { outline: none; } .cid-teRnNZKoz5 .dropdown .dropdown-menu .dropdown-item { width: auto; transition: all 0.25s ease-in-out; } .cid-teRnNZKoz5 .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-teRnNZKoz5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { margin-right: 0.5rem; vertical-align: sub; } .cid-teRnNZKoz5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { display: inline-block; transform: scale(1, 1); transition: all 0.25s ease-in-out; } .cid-teRnNZKoz5 .collapsed .dropdown-menu .dropdown-item:before { display: none; } .cid-teRnNZKoz5 .collapsed .dropdown .dropdown-menu .dropdown-item { padding: 0.235em 1.5em 0.235em 1.5em !important; transition: none; margin: 0 !important; } .cid-teRnNZKoz5 .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: #ffffff; } .cid-teRnNZKoz5 .navbar.opened { transition: all 0.3s; } .cid-teRnNZKoz5 .navbar .dropdown-item { padding: 0.5rem 1.8rem; } .cid-teRnNZKoz5 .navbar .navbar-logo img { width: auto; } .cid-teRnNZKoz5 .navbar .navbar-collapse { justify-content: flex-end; z-index: 1; } .cid-teRnNZKoz5 .navbar.collapsed { justify-content: center; } .cid-teRnNZKoz5 .navbar.collapsed .nav-item .nav-link::before { display: none; } .cid-teRnNZKoz5 .navbar.collapsed.opened .dropdown-menu { top: 0; } @media (min-width: 992px) { .cid-teRnNZKoz5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse { max-height: calc(98.5vh - 3rem); } } .cid-teRnNZKoz5 .navbar.collapsed .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-teRnNZKoz5 .navbar.collapsed .dropdown-menu .dropdown-item:after { right: auto; } .cid-teRnNZKoz5 .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-teRnNZKoz5 .navbar.collapsed ul.navbar-nav li { margin: auto; } .cid-teRnNZKoz5 .navbar.collapsed .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem; text-align: center; } .cid-teRnNZKoz5 .navbar.collapsed .icons-menu { padding-left: 0; padding-right: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } @media (max-width: 991px) { .cid-teRnNZKoz5 .navbar .nav-item .nav-link::before { display: none; } .cid-teRnNZKoz5 .navbar.opened .dropdown-menu { top: 0; } .cid-teRnNZKoz5 .navbar .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-teRnNZKoz5 .navbar .dropdown-menu .dropdown-item:after { right: auto; } .cid-teRnNZKoz5 .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-teRnNZKoz5 .navbar .navbar-logo img { height: 3rem !important; } .cid-teRnNZKoz5 .navbar ul.navbar-nav li { margin: auto; } .cid-teRnNZKoz5 .navbar .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem !important; text-align: center; } .cid-teRnNZKoz5 .navbar .navbar-brand { flex-shrink: initial; flex-basis: auto; word-break: break-word; padding-right: 2rem; } .cid-teRnNZKoz5 .navbar .navbar-toggler { flex-basis: auto; } .cid-teRnNZKoz5 .navbar .icons-menu { padding-left: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } } .cid-teRnNZKoz5 .navbar.navbar-short { min-height: 60px; } .cid-teRnNZKoz5 .navbar.navbar-short .navbar-logo img { height: 2.5rem !important; } .cid-teRnNZKoz5 .navbar.navbar-short .navbar-brand { min-height: 60px; padding: 0; } .cid-teRnNZKoz5 .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-teRnNZKoz5 .navbar-brand .navbar-caption { line-height: inherit !important; } .cid-teRnNZKoz5 .navbar-brand .navbar-logo a { outline: none; } .cid-teRnNZKoz5 .dropdown-item.active, .cid-teRnNZKoz5 .dropdown-item:active { background-color: transparent; } .cid-teRnNZKoz5 .navbar-expand-lg .navbar-nav .nav-link { padding: 0; } .cid-teRnNZKoz5 .nav-dropdown .link.dropdown-toggle { margin-right: 1.667em; } .cid-teRnNZKoz5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { margin-right: 0; padding: 0.667em 1.667em; } .cid-teRnNZKoz5 .navbar.navbar-expand-lg .dropdown .dropdown-menu { background: #ffffff; } .cid-teRnNZKoz5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; left: 100%; } .cid-teRnNZKoz5 .navbar .dropdown.open > .dropdown-menu { display: block; } .cid-teRnNZKoz5 ul.navbar-nav { flex-wrap: wrap; } .cid-teRnNZKoz5 .navbar-buttons { text-align: center; min-width: 170px; } .cid-teRnNZKoz5 button.navbar-toggler { outline: none; width: 31px; height: 20px; cursor: pointer; transition: all 0.2s; position: relative; align-self: center; } .cid-teRnNZKoz5 button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #000000; } .cid-teRnNZKoz5 button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all 0.2s; } .cid-teRnNZKoz5 button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all 0.15s; } .cid-teRnNZKoz5 button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all 0.15s; } .cid-teRnNZKoz5 button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all 0.2s; } .cid-teRnNZKoz5 nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-teRnNZKoz5 nav.opened .hamburger span:nth-child(2) { transform: rotate(45deg); transition: all 0.25s; } .cid-teRnNZKoz5 nav.opened .hamburger span:nth-child(3) { transform: rotate(-45deg); transition: all 0.25s; } .cid-teRnNZKoz5 nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-teRnNZKoz5 .navbar-dropdown { padding: 0 1rem; position: fixed; } .cid-teRnNZKoz5 a.nav-link { display: flex; align-items: center; justify-content: center; } .cid-teRnNZKoz5 .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-teRnNZKoz5 .navbar { height: 70px; } .cid-teRnNZKoz5 .navbar.opened { height: auto; } .cid-teRnNZKoz5 .nav-item .nav-link:hover::before { width: 175%; max-width: calc(100% + 2rem); left: -1rem; } } .cid-teRnO0ED5M { padding-top: 3rem; padding-bottom: 2rem; min-height: 280px; background-image: url(""); display: flex; align-items: center; } @media (min-width: 640px) { .cid-teRnO0ED5M { min-height: 300px; } } @media (min-width: 768px) { .cid-teRnO0ED5M { min-height: 380px; } } @media (min-width: 992px) { .cid-teRnO0ED5M { min-height: 420px; } } @media (min-width: 1200px) { .cid-teRnO0ED5M { min-height: 610px; } } .cid-teRnO0ED5M .mbr-fallback-image.disabled { display: none; } .cid-teRnO0ED5M .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-teRnO0ED5M .row { justify-content: flex-start; } .cid-teRnO0ED5M .mbr-section-title { color: #FEF9EE; } .cid-teRnO0ED5M .mbr-section-subtitle { color: #FEF9EE; } .cid-teRnO0ED5M .mbr-text { color: #FEF9EE; } .cid-teRnO1vRGG { padding-top: 1rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-teRnO24n7O { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } @media (min-width: 1400px) { .cid-teRnO24n7O .container { max-width: 1368px; padding-left: 24px; padding-right: 24px; } .cid-teRnO24n7O .container .row { margin-left: -24px; margin-right: -24px; } .cid-teRnO24n7O .container .row > [class*="col"] { padding-left: 24px; padding-right: 24px; } } .cid-teRnO24n7O .row { display: flex; align-items: stretch; } .cid-teRnO24n7O .mbr-section-head { margin-bottom: 50px; } .cid-teRnO24n7O .label-text { width: 100%; color: #913BFF; margin-bottom: 20px; } .cid-teRnO24n7O .label-text span { padding: 8px 18px; background-color: #f0e4ff; border-radius: 15px; color: inherit; } .cid-teRnO24n7O .mbr-section-title { color: #010d4c; margin-bottom: 0; } .cid-teRnO24n7O .colored-text { color: #913bff; line-height: inherit; text-decoration: underline; text-decoration-thickness: 4px; } .cid-teRnO24n7O .mbr-section-subtitle { color: #00284E; opacity: 0.8; margin-bottom: 0; margin-top: 20px; } .cid-teRnO24n7O .item:focus, .cid-teRnO24n7O span:focus { outline: none; } .cid-teRnO24n7O .item { margin-top: 30px; display: flex; flex-direction: column; cursor: pointer; } .cid-teRnO24n7O .item-wrapper { position: relative; border-radius: 8px; height: 100%; display: flex; flex-flow: column nowrap; overflow: hidden; transition: all 0.3s ease-in-out; } .cid-teRnO24n7O .item-wrapper .item-content a:hover { color: #c33131 !important; } .cid-teRnO24n7O .item-wrapper:hover { transform: translateY(-5px); } .cid-teRnO24n7O .item-img { position: relative; z-index: 2; width: 100%; overflow: hidden; height: 318px; } @media (max-width: 1399px) { .cid-teRnO24n7O .item-img { height: 284px; } } @media (max-width: 1199px) { .cid-teRnO24n7O .item-img { height: 238px; } } @media (max-width: 991px) { .cid-teRnO24n7O .item-img { height: 262px; } } @media (max-width: 767px) { .cid-teRnO24n7O .item-img { height: 192px; } } @media (max-width: 575px) { .cid-teRnO24n7O .item-img { height: 100%; max-height: 426px; } } .cid-teRnO24n7O .item-img img { width: 100%; height: 100%; object-fit: cover; } .cid-teRnO24n7O .item-img::before { content: ''; position: absolute; width: 170px; height: 170px; border-radius: 50%; background: #c33131; right: -85px; bottom: -85px; z-index: 1; cursor: pointer; transform: scale(0); transition: all 0.3s ease-in-out; } .cid-teRnO24n7O .item-img .icon-box { position: absolute; color: #ffffff; font-size: 22px; right: 22px; bottom: 12px; z-index: 2; transform: scale(0); transition: all 0.3s ease-in-out; cursor: pointer; } .cid-teRnO24n7O .item-content-container { flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; padding: 42px 32px 20px; } @media (max-width: 1199px) { .cid-teRnO24n7O .item-content-container { padding: 20px 15px; } } .cid-teRnO24n7O .mbr-section-btn { margin-top: 20px; } .cid-teRnO24n7O .item-title { text-align: center; width: 100%; color: #000000; margin-bottom: 0; } .cid-teRnO24n7O .mbr-text { color: #010d4c; width: 100%; margin: 8px 0; } .cid-teRnO2M4Wk { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } @media (min-width: 1400px) { .cid-teRnO2M4Wk .container { max-width: 1368px; padding-left: 24px; padding-right: 24px; } .cid-teRnO2M4Wk .container .row { margin-left: -24px; margin-right: -24px; } .cid-teRnO2M4Wk .container .row > [class*="col"] { padding-left: 24px; padding-right: 24px; } } .cid-teRnO2M4Wk .row { display: flex; align-items: stretch; } .cid-teRnO2M4Wk .mbr-section-head { margin-bottom: 50px; } .cid-teRnO2M4Wk .label-text { width: 100%; color: #913BFF; margin-bottom: 20px; } .cid-teRnO2M4Wk .label-text span { padding: 8px 18px; background-color: #f0e4ff; border-radius: 15px; color: inherit; } .cid-teRnO2M4Wk .mbr-section-title { color: #010d4c; margin-bottom: 0; } .cid-teRnO2M4Wk .colored-text { color: #913bff; line-height: inherit; text-decoration: underline; text-decoration-thickness: 4px; } .cid-teRnO2M4Wk .mbr-section-subtitle { color: #00284E; opacity: 0.8; margin-bottom: 0; margin-top: 20px; } .cid-teRnO2M4Wk .item:focus, .cid-teRnO2M4Wk span:focus { outline: none; } .cid-teRnO2M4Wk .item { margin-top: 30px; display: flex; flex-direction: column; cursor: pointer; } .cid-teRnO2M4Wk .item-wrapper { position: relative; border-radius: 8px; height: 100%; display: flex; flex-flow: column nowrap; overflow: hidden; transition: all 0.3s ease-in-out; } .cid-teRnO2M4Wk .item-wrapper .item-content a:hover { color: #c33131 !important; } .cid-teRnO2M4Wk .item-wrapper:hover { transform: translateY(-5px); } .cid-teRnO2M4Wk .item-img { position: relative; z-index: 2; width: 100%; overflow: hidden; height: 318px; } @media (max-width: 1399px) { .cid-teRnO2M4Wk .item-img { height: 284px; } } @media (max-width: 1199px) { .cid-teRnO2M4Wk .item-img { height: 238px; } } @media (max-width: 991px) { .cid-teRnO2M4Wk .item-img { height: 262px; } } @media (max-width: 767px) { .cid-teRnO2M4Wk .item-img { height: 192px; } } @media (max-width: 575px) { .cid-teRnO2M4Wk .item-img { height: 100%; max-height: 426px; } } .cid-teRnO2M4Wk .item-img img { width: 100%; height: 100%; object-fit: cover; } .cid-teRnO2M4Wk .item-img::before { content: ''; position: absolute; width: 170px; height: 170px; border-radius: 50%; background: #c33131; right: -85px; bottom: -85px; z-index: 1; cursor: pointer; transform: scale(0); transition: all 0.3s ease-in-out; } .cid-teRnO2M4Wk .item-img .icon-box { position: absolute; color: #ffffff; font-size: 22px; right: 22px; bottom: 12px; z-index: 2; transform: scale(0); transition: all 0.3s ease-in-out; cursor: pointer; } .cid-teRnO2M4Wk .item-content-container { flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; padding: 42px 32px 20px; } @media (max-width: 1199px) { .cid-teRnO2M4Wk .item-content-container { padding: 20px 15px; } } .cid-teRnO2M4Wk .mbr-section-btn { margin-top: 20px; } .cid-teRnO2M4Wk .item-title { text-align: center; width: 100%; color: #000000; margin-bottom: 0; } .cid-teRnO2M4Wk .mbr-text { color: #010d4c; width: 100%; margin: 8px 0; } .cid-teRA2BuZ0K { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } @media (min-width: 1400px) { .cid-teRA2BuZ0K .container { max-width: 1368px; padding-left: 24px; padding-right: 24px; } .cid-teRA2BuZ0K .container .row { margin-left: -24px; margin-right: -24px; } .cid-teRA2BuZ0K .container .row > [class*="col"] { padding-left: 24px; padding-right: 24px; } } .cid-teRA2BuZ0K .row { display: flex; align-items: stretch; } .cid-teRA2BuZ0K .mbr-section-head { margin-bottom: 50px; } .cid-teRA2BuZ0K .label-text { width: 100%; color: #913BFF; margin-bottom: 20px; } .cid-teRA2BuZ0K .label-text span { padding: 8px 18px; background-color: #f0e4ff; border-radius: 15px; color: inherit; } .cid-teRA2BuZ0K .mbr-section-title { color: #010d4c; margin-bottom: 0; } .cid-teRA2BuZ0K .colored-text { color: #913bff; line-height: inherit; text-decoration: underline; text-decoration-thickness: 4px; } .cid-teRA2BuZ0K .mbr-section-subtitle { color: #00284E; opacity: 0.8; margin-bottom: 0; margin-top: 20px; } .cid-teRA2BuZ0K .item:focus, .cid-teRA2BuZ0K span:focus { outline: none; } .cid-teRA2BuZ0K .item { margin-top: 30px; display: flex; flex-direction: column; cursor: pointer; } .cid-teRA2BuZ0K .item-wrapper { position: relative; border-radius: 8px; height: 100%; display: flex; flex-flow: column nowrap; overflow: hidden; transition: all 0.3s ease-in-out; } .cid-teRA2BuZ0K .item-wrapper .item-content a:hover { color: #c33131 !important; } .cid-teRA2BuZ0K .item-wrapper:hover { transform: translateY(-5px); } .cid-teRA2BuZ0K .item-img { position: relative; z-index: 2; width: 100%; overflow: hidden; height: 318px; } @media (max-width: 1399px) { .cid-teRA2BuZ0K .item-img { height: 284px; } } @media (max-width: 1199px) { .cid-teRA2BuZ0K .item-img { height: 238px; } } @media (max-width: 991px) { .cid-teRA2BuZ0K .item-img { height: 262px; } } @media (max-width: 767px) { .cid-teRA2BuZ0K .item-img { height: 192px; } } @media (max-width: 575px) { .cid-teRA2BuZ0K .item-img { height: 100%; max-height: 426px; } } .cid-teRA2BuZ0K .item-img img { width: 100%; height: 100%; object-fit: cover; } .cid-teRA2BuZ0K .item-img::before { content: ''; position: absolute; width: 170px; height: 170px; border-radius: 50%; background: #c33131; right: -85px; bottom: -85px; z-index: 1; cursor: pointer; transform: scale(0); transition: all 0.3s ease-in-out; } .cid-teRA2BuZ0K .item-img .icon-box { position: absolute; color: #ffffff; font-size: 22px; right: 22px; bottom: 12px; z-index: 2; transform: scale(0); transition: all 0.3s ease-in-out; cursor: pointer; } .cid-teRA2BuZ0K .item-content-container { flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; padding: 42px 32px 20px; } @media (max-width: 1199px) { .cid-teRA2BuZ0K .item-content-container { padding: 20px 15px; } } .cid-teRA2BuZ0K .mbr-section-btn { margin-top: 20px; } .cid-teRA2BuZ0K .item-title { text-align: center; width: 100%; color: #000000; margin-bottom: 0; } .cid-teRA2BuZ0K .mbr-text { color: #010d4c; width: 100%; margin: 8px 0; } .cid-teRnO448gs { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-teRBv2fQE2 { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-teRBv2fQE2 .mbr-text { text-align: center; } .cid-teRnO81ZP1 { padding-top: 1rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-teRnO8DTpL { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-teRnO8DTpL .container { max-width: 1040px; } @media (max-width: 575px) { .cid-teRnO8DTpL .row { text-align: center!important; } } .cid-teRnO8DTpL .mbr-section-title { color: #000000; } @media (max-width: 575px) { .cid-teRnO8DTpL .mbr-section-title { text-align: center; } } .cid-teRnO8DTpL .mbr-text { color: #999999; margin-top: 20px; } .cid-teRnO8DTpL .mbr-text a:hover { text-decoration: underline; } .cid-teRnO8DTpL .mbr-section-btn { margin-top: 20px; } .cid-teRnO8DTpL .mbr-section-btn .btn { border-radius: 50px; } @media (max-width: 575px) { .cid-teRnO8DTpL .mbr-section-btn { display: flex; flex-wrap: wrap; } .cid-teRnO8DTpL .mbr-section-btn .btn { width: 100%; } } .cid-teRnO9g0uQ { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-teRnO9g0uQ .wrapper { background-color: transparent; } .cid-teRnO9g0uQ li { list-style-type: none; } .cid-teRnO9g0uQ .contact-info-m { margin-bottom: 1.875rem; } .cid-teRnO9g0uQ .list-1 li { margin-bottom: 1rem; } .cid-teRnO9g0uQ .list-1 li:last-child { margin-bottom: 0; } .cid-teRnO9g0uQ .list-2 li { margin-bottom: 1.875rem; } .cid-teRnO9g0uQ .list-2 li:last-child { margin-bottom: 0; } .cid-teRnO9g0uQ ul { margin: 0; } .cid-teRnO9g0uQ .logo { width: auto; height: 140px; object-fit: cover; } .cid-teRnO9g0uQ .mbr-fallback-image.disabled { display: none; } .cid-teRnO9g0uQ .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-teRnO9g0uQ .list1 { text-align: center; } .cid-teRnO9g0uQ .list2 { text-align: right; } .cid-teRnO9g0uQ .mbr-section-title { text-align: center; } .cid-teRnO9g0uQ .mbr-text { text-align: center; } .cid-tmBLaQiavj { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-tmBLaQiavj .bg-facebook { background: #1778f2; color: #ffffff; } .cid-tmBLaQiavj .bg-facebook:hover { background: #0b60cb; } .cid-tmBLaQiavj .bg-instagram { background: #f00075; color: #ffffff; } .cid-tmBLaQiavj .bg-instagram:hover { background: #bd005c; } .cid-tmBLaQiavj .bg-youtube { background: #06c755; color: #ffffff; } .cid-tmBLaQiavj .bg-youtube:hover { background: #059540; } .cid-tmBLaQiavj .bg-twitch { background: #06c755; color: #ffffff; } .cid-tmBLaQiavj .bg-twitch:hover { background: #059540; } .cid-tmBLaQiavj .iconfont-wrapper { display: inline-block; font-size: 32px; border-radius: 50%; width: 55px; height: 55px; line-height: 55px; text-align: center; transition: all 0.3s ease-in-out; } .cid-tmBLaQiavj [class^="socicon-"]:before, .cid-tmBLaQiavj [class*=" socicon-"]:before { line-height: 55px; padding: .6rem; } .cid-tmBKu1ayTJ { padding-top: 1rem; padding-bottom: 0rem; background: #ffffff; } .cid-tmBKu1ayTJ .mbr-fallback-image.disabled { display: none; } .cid-tmBKu1ayTJ .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-tmBKu1ayTJ .mbr-section-head { margin-bottom: 56px; } @media (max-width: 991px) { .cid-tmBKu1ayTJ .mbr-section-head { margin-bottom: 50px; } } @media (max-width: 767px) { .cid-tmBKu1ayTJ .mbr-section-head { margin-bottom: 45px; } } .cid-tmBKu1ayTJ .google-map { height: 600px; position: relative; } .cid-tmBKu1ayTJ .google-map iframe { height: 100%; width: 100%; } .cid-tmBKu1ayTJ .google-map [data-state-details] { color: #6b6763; height: 1.5em; margin-top: -0.75em; padding-left: 1.25rem; padding-right: 1.25rem; position: absolute; text-align: center; top: 50%; width: 100%; } .cid-tmBKu1ayTJ .google-map[data-state] { background: #e9e5dc; } .cid-tmBKu1ayTJ .google-map[data-state="loading"] [data-state-details] { display: none; } .cid-tkHlPre6qE { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-tkHlPre6qE img, .cid-tkHlPre6qE .item-img { width: 100%; } .cid-tkHlPre6qE .item:focus, .cid-tkHlPre6qE span:focus { outline: none; } .cid-tkHlPre6qE .item { cursor: pointer; margin-bottom: 2rem; } .cid-tkHlPre6qE .item-wrapper { position: relative; border-radius: 4px; background: #fafafa; height: 100%; display: flex; flex-flow: column nowrap; } @media (min-width: 992px) { .cid-tkHlPre6qE .item-wrapper .item-content { padding: 2rem; } } @media (max-width: 991px) { .cid-tkHlPre6qE .item-wrapper .item-content { padding: 1rem; } } .cid-tkHlPre6qE .mbr-section-btn { margin-top: auto !important; } .cid-tkHlPre6qE .mbr-section-title { color: #232323; } .cid-tkHlPre6qE .mbr-text, .cid-tkHlPre6qE .mbr-section-btn { text-align: left; } .cid-tkHlPre6qE .item-title { text-align: left; } .cid-tkHlPre6qE .item-subtitle { text-align: center; } .cid-teRnOeU4Iu { padding-top: 15px; padding-bottom: 15px; background-color: #ffffff; overflow: hidden; } .cid-teRnOeU4Iu .media-container-row .mbr-text { color: #000000; } .cid-teSkeZrbIx { z-index: 1000; width: 100%; position: relative; min-height: 60px; } .cid-teSkeZrbIx nav.navbar { position: fixed; } .cid-teSkeZrbIx .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-teSkeZrbIx .dropdown-menu { padding: 0; border-radius: 4px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); } .cid-teSkeZrbIx .dropdown-item { border-bottom: 1px solid #e6e6e6; } .cid-teSkeZrbIx .dropdown-item:hover, .cid-teSkeZrbIx .dropdown-item:focus { background: #c33131 !important; color: white !important; } .cid-teSkeZrbIx .dropdown-item:hover span { color: white; } .cid-teSkeZrbIx .dropdown-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } .cid-teSkeZrbIx .dropdown-item:last-child { border-bottom: none; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .cid-teSkeZrbIx .nav-dropdown .link { padding: 0 0.3em !important; margin: 0.667em 1em !important; } .cid-teSkeZrbIx .nav-dropdown .link.dropdown-toggle::after { margin-left: 0.5rem; margin-top: 0.2rem; } .cid-teSkeZrbIx .nav-link { position: relative; } .cid-teSkeZrbIx .container { display: flex; margin: auto; } @media (min-width: 992px) { .cid-teSkeZrbIx .container { flex-wrap: nowrap; } } .cid-teSkeZrbIx .iconfont-wrapper { color: #000000 !important; font-size: 1.5rem; padding-right: 0.5rem; } .cid-teSkeZrbIx .dropdown-menu, .cid-teSkeZrbIx .navbar.opened { background: #ffffff !important; } .cid-teSkeZrbIx .nav-item:focus, .cid-teSkeZrbIx .nav-link:focus { outline: none; } .cid-teSkeZrbIx .dropdown .dropdown-menu .dropdown-item { width: auto; transition: all 0.25s ease-in-out; } .cid-teSkeZrbIx .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-teSkeZrbIx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { margin-right: 0.5rem; vertical-align: sub; } .cid-teSkeZrbIx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { display: inline-block; transform: scale(1, 1); transition: all 0.25s ease-in-out; } .cid-teSkeZrbIx .collapsed .dropdown-menu .dropdown-item:before { display: none; } .cid-teSkeZrbIx .collapsed .dropdown .dropdown-menu .dropdown-item { padding: 0.235em 1.5em 0.235em 1.5em !important; transition: none; margin: 0 !important; } .cid-teSkeZrbIx .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: #ffffff; } .cid-teSkeZrbIx .navbar.opened { transition: all 0.3s; } .cid-teSkeZrbIx .navbar .dropdown-item { padding: 0.5rem 1.8rem; } .cid-teSkeZrbIx .navbar .navbar-logo img { width: auto; } .cid-teSkeZrbIx .navbar .navbar-collapse { justify-content: flex-end; z-index: 1; } .cid-teSkeZrbIx .navbar.collapsed { justify-content: center; } .cid-teSkeZrbIx .navbar.collapsed .nav-item .nav-link::before { display: none; } .cid-teSkeZrbIx .navbar.collapsed.opened .dropdown-menu { top: 0; } @media (min-width: 992px) { .cid-teSkeZrbIx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse { max-height: calc(98.5vh - 3rem); } } .cid-teSkeZrbIx .navbar.collapsed .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-teSkeZrbIx .navbar.collapsed .dropdown-menu .dropdown-item:after { right: auto; } .cid-teSkeZrbIx .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-teSkeZrbIx .navbar.collapsed ul.navbar-nav li { margin: auto; } .cid-teSkeZrbIx .navbar.collapsed .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem; text-align: center; } .cid-teSkeZrbIx .navbar.collapsed .icons-menu { padding-left: 0; padding-right: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } @media (max-width: 991px) { .cid-teSkeZrbIx .navbar .nav-item .nav-link::before { display: none; } .cid-teSkeZrbIx .navbar.opened .dropdown-menu { top: 0; } .cid-teSkeZrbIx .navbar .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-teSkeZrbIx .navbar .dropdown-menu .dropdown-item:after { right: auto; } .cid-teSkeZrbIx .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-teSkeZrbIx .navbar .navbar-logo img { height: 3rem !important; } .cid-teSkeZrbIx .navbar ul.navbar-nav li { margin: auto; } .cid-teSkeZrbIx .navbar .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem !important; text-align: center; } .cid-teSkeZrbIx .navbar .navbar-brand { flex-shrink: initial; flex-basis: auto; word-break: break-word; padding-right: 2rem; } .cid-teSkeZrbIx .navbar .navbar-toggler { flex-basis: auto; } .cid-teSkeZrbIx .navbar .icons-menu { padding-left: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } } .cid-teSkeZrbIx .navbar.navbar-short { min-height: 60px; } .cid-teSkeZrbIx .navbar.navbar-short .navbar-logo img { height: 2.5rem !important; } .cid-teSkeZrbIx .navbar.navbar-short .navbar-brand { min-height: 60px; padding: 0; } .cid-teSkeZrbIx .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-teSkeZrbIx .navbar-brand .navbar-caption { line-height: inherit !important; } .cid-teSkeZrbIx .navbar-brand .navbar-logo a { outline: none; } .cid-teSkeZrbIx .dropdown-item.active, .cid-teSkeZrbIx .dropdown-item:active { background-color: transparent; } .cid-teSkeZrbIx .navbar-expand-lg .navbar-nav .nav-link { padding: 0; } .cid-teSkeZrbIx .nav-dropdown .link.dropdown-toggle { margin-right: 1.667em; } .cid-teSkeZrbIx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { margin-right: 0; padding: 0.667em 1.667em; } .cid-teSkeZrbIx .navbar.navbar-expand-lg .dropdown .dropdown-menu { background: #ffffff; } .cid-teSkeZrbIx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; left: 100%; } .cid-teSkeZrbIx .navbar .dropdown.open > .dropdown-menu { display: block; } .cid-teSkeZrbIx ul.navbar-nav { flex-wrap: wrap; } .cid-teSkeZrbIx .navbar-buttons { text-align: center; min-width: 170px; } .cid-teSkeZrbIx button.navbar-toggler { outline: none; width: 31px; height: 20px; cursor: pointer; transition: all 0.2s; position: relative; align-self: center; } .cid-teSkeZrbIx button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #000000; } .cid-teSkeZrbIx button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all 0.2s; } .cid-teSkeZrbIx button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all 0.15s; } .cid-teSkeZrbIx button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all 0.15s; } .cid-teSkeZrbIx button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all 0.2s; } .cid-teSkeZrbIx nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-teSkeZrbIx nav.opened .hamburger span:nth-child(2) { transform: rotate(45deg); transition: all 0.25s; } .cid-teSkeZrbIx nav.opened .hamburger span:nth-child(3) { transform: rotate(-45deg); transition: all 0.25s; } .cid-teSkeZrbIx nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-teSkeZrbIx .navbar-dropdown { padding: 0 1rem; position: fixed; } .cid-teSkeZrbIx a.nav-link { display: flex; align-items: center; justify-content: center; } .cid-teSkeZrbIx .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-teSkeZrbIx .navbar { height: 70px; } .cid-teSkeZrbIx .navbar.opened { height: auto; } .cid-teSkeZrbIx .nav-item .nav-link:hover::before { width: 175%; max-width: calc(100% + 2rem); left: -1rem; } } .cid-teSkf1RY0P { background-image: url(""); } .cid-teSkf1RY0P .mbr-text, .cid-teSkf1RY0P .typed-text, .cid-teSkf1RY0P .mbr-section-text { letter-spacing: 0.03rem; } .cid-teSkf1RY0P .btn { margin-left: 4px !important; } .cid-teSkf1RY0P .animated-element { color: #ffbc00; } .cid-teSkf1RY0P .typed-cursor { opacity: 1; -webkit-animation: blink 0.7s infinite; -moz-animation: blink 0.7s infinite; animation: blink 0.7s infinite; color: #ffbc00; } @keyframes blink { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } } @-webkit-keyframes blink { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } } @-moz-keyframes blink { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } } .cid-teSkf1RY0P .mbr-section-title { text-align: right; } .cid-teSkf3poLR { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-teSkf3poLR .mbr-text { text-align: center; } .cid-teSlHNhvqa { padding-top: 15px; padding-bottom: 15px; overflow: hidden; box-sizing: border-box; background-color: #ffffff; } .cid-teSlHNhvqa .mbr-slider .carousel-control { background: #1b1b1b; } .cid-teSlHNhvqa .mbr-slider .carousel-control-prev { left: 0; margin-left: 2.5rem; } .cid-teSlHNhvqa .mbr-slider .carousel-control-next { right: 0; margin-right: 2.5rem; } .cid-teSlHNhvqa .mbr-slider .modal-body .close { background: #1b1b1b; } .cid-teSlHNhvqa .mbr-gallery-item > div::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #f23801; opacity: 0; -webkit-transition: 0.2s opacity ease-in-out; transition: 0.2s opacity ease-in-out; background: linear-gradient(180deg, #f23801, #f7e4d6); } .cid-teSlHNhvqa .icon-focus, .cid-teSlHNhvqa .icon-video { font-size: 2rem !important; width: 50px; height: 50px; top: calc(50% - 25px); left: calc(50% - 25px); } .cid-teSlHNhvqa .icon-focus:before, .cid-teSlHNhvqa .icon-video:before { content: '+'; border-radius: 100px; background: rgba(0, 0, 0, 0.5); width: 100%; height: 100%; padding-bottom: 6px; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; } .cid-teSlHNhvqa .icon-video { font-size: 1.5rem !important; } .cid-teSlHNhvqa .mbr-gallery-title { transition: all 0.5s ease; position: absolute; text-align: left; display: none; width: 100%; bottom: 0; right: 0; padding: 1rem; font-weight: bold; background: transparent; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; } .cid-teSlHNhvqa ul { font-size: 0; } .cid-teSlHNhvqa .mbr-gallery-filter ul { text-align: left; } .cid-teSlHNhvqa .mbr-gallery-filter ul li { padding: 0; margin: 0 .2rem; } .cid-teSlHNhvqa .mbr-gallery-filter ul li .btn { position: relative; padding: 0.5rem 1rem 0.6rem !important; margin: 0!important; background-color: transparent !important; border-width: 0 !important; color: #f23801 !important; } .cid-teSlHNhvqa .mbr-gallery-filter ul li .btn:after { content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; border: 1px solid transparent; border-radius: 100px; opacity: 0.5; } .cid-teSlHNhvqa .mbr-gallery-filter ul li:not(.active) .btn:hover:after, .cid-teSlHNhvqa .mbr-gallery-filter ul li.active .btn:after { border-color: #f23801; } .cid-teSlHNhvqa .mbr-gallery-filter ul li .btn:hover:after { -webkit-animation: 1s btn-animation linear infinite; animation: 1s btn-animation linear infinite; } .cid-teSlHNhvqa .mbr-gallery-filter ul li .btn:not(:hover):after { animation: none; } .cid-teSlHNhvqa .mbr-gallery-filter ul li:first-child, .cid-teSlHNhvqa .mbr-gallery-filter ul li:last-child { margin: 0; } .cid-teSlHNhvqa .mbr-gallery-item > div:hover .mbr-gallery-title { display: block; } .cid-teSlHNhvqa .mbr-gallery-item > div:hover:before { opacity: 0.4 !important; } @keyframes btn-animation { 0% { -webkit-transform: scale(1); transform: scale(1); } 100% { -webkit-transform: scale(1.3); transform: scale(1.3); opacity: 0; } } .cid-teSlHNhvqa .mbr-section-tag { color: #9e9e9e; margin-bottom: 0.4375rem; } .cid-teSlHNhvqa .mbr-section-title { margin-bottom: 1rem; } .cid-teSlHNhvqa .mbr-section-title b:last-child, .cid-teSlHNhvqa .mbr-section-title strong:last-child { color: #f23801; } .cid-teSlHNhvqa .mbr-gallery-filter { padding-left: 0; padding-right: 0; } .cid-teSlHNhvqa .mbr-gallery-filter ul li .btn:after { transform: none !important; } .cid-teSmMmV9T4 { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-teSkf7ANu1 { padding-top: 1rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-teSkf89fbJ { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-teSkf89fbJ .container { max-width: 1040px; } @media (max-width: 575px) { .cid-teSkf89fbJ .row { text-align: center!important; } } .cid-teSkf89fbJ .mbr-section-title { color: #000000; } @media (max-width: 575px) { .cid-teSkf89fbJ .mbr-section-title { text-align: center; } } .cid-teSkf89fbJ .mbr-text { color: #999999; margin-top: 20px; } .cid-teSkf89fbJ .mbr-text a:hover { text-decoration: underline; } .cid-teSkf89fbJ .mbr-section-btn { margin-top: 20px; } .cid-teSkf89fbJ .mbr-section-btn .btn { border-radius: 50px; } @media (max-width: 575px) { .cid-teSkf89fbJ .mbr-section-btn { display: flex; flex-wrap: wrap; } .cid-teSkf89fbJ .mbr-section-btn .btn { width: 100%; } } .cid-teSkf8KD7h { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-teSkf8KD7h .wrapper { background-color: transparent; } .cid-teSkf8KD7h li { list-style-type: none; } .cid-teSkf8KD7h .contact-info-m { margin-bottom: 1.875rem; } .cid-teSkf8KD7h .list-1 li { margin-bottom: 1rem; } .cid-teSkf8KD7h .list-1 li:last-child { margin-bottom: 0; } .cid-teSkf8KD7h .list-2 li { margin-bottom: 1.875rem; } .cid-teSkf8KD7h .list-2 li:last-child { margin-bottom: 0; } .cid-teSkf8KD7h ul { margin: 0; } .cid-teSkf8KD7h .logo { width: auto; height: 140px; object-fit: cover; } .cid-teSkf8KD7h .mbr-fallback-image.disabled { display: none; } .cid-teSkf8KD7h .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-teSkf8KD7h .list1 { text-align: center; } .cid-teSkf8KD7h .list2 { text-align: right; } .cid-teSkf8KD7h .mbr-section-title { text-align: center; } .cid-teSkf8KD7h .mbr-text { text-align: center; } .cid-tmBLnXd22s { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-tmBLnXd22s .bg-facebook { background: #1778f2; color: #ffffff; } .cid-tmBLnXd22s .bg-facebook:hover { background: #0b60cb; } .cid-tmBLnXd22s .bg-instagram { background: #f00075; color: #ffffff; } .cid-tmBLnXd22s .bg-instagram:hover { background: #bd005c; } .cid-tmBLnXd22s .bg-youtube { background: #06c755; color: #ffffff; } .cid-tmBLnXd22s .bg-youtube:hover { background: #059540; } .cid-tmBLnXd22s .bg-twitch { background: #06c755; color: #ffffff; } .cid-tmBLnXd22s .bg-twitch:hover { background: #059540; } .cid-tmBLnXd22s .iconfont-wrapper { display: inline-block; font-size: 32px; border-radius: 50%; width: 55px; height: 55px; line-height: 55px; text-align: center; transition: all 0.3s ease-in-out; } .cid-tmBLnXd22s [class^="socicon-"]:before, .cid-tmBLnXd22s [class*=" socicon-"]:before { line-height: 55px; padding: .6rem; } .cid-tmBKFRly5J { padding-top: 1rem; padding-bottom: 0rem; background: #ffffff; } .cid-tmBKFRly5J .mbr-fallback-image.disabled { display: none; } .cid-tmBKFRly5J .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-tmBKFRly5J .mbr-section-head { margin-bottom: 56px; } @media (max-width: 991px) { .cid-tmBKFRly5J .mbr-section-head { margin-bottom: 50px; } } @media (max-width: 767px) { .cid-tmBKFRly5J .mbr-section-head { margin-bottom: 45px; } } .cid-tmBKFRly5J .google-map { height: 600px; position: relative; } .cid-tmBKFRly5J .google-map iframe { height: 100%; width: 100%; } .cid-tmBKFRly5J .google-map [data-state-details] { color: #6b6763; height: 1.5em; margin-top: -0.75em; padding-left: 1.25rem; padding-right: 1.25rem; position: absolute; text-align: center; top: 50%; width: 100%; } .cid-tmBKFRly5J .google-map[data-state] { background: #e9e5dc; } .cid-tmBKFRly5J .google-map[data-state="loading"] [data-state-details] { display: none; } .cid-tkHm3dWfym { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-tkHm3dWfym img, .cid-tkHm3dWfym .item-img { width: 100%; } .cid-tkHm3dWfym .item:focus, .cid-tkHm3dWfym span:focus { outline: none; } .cid-tkHm3dWfym .item { cursor: pointer; margin-bottom: 2rem; } .cid-tkHm3dWfym .item-wrapper { position: relative; border-radius: 4px; background: #fafafa; height: 100%; display: flex; flex-flow: column nowrap; } @media (min-width: 992px) { .cid-tkHm3dWfym .item-wrapper .item-content { padding: 2rem; } } @media (max-width: 991px) { .cid-tkHm3dWfym .item-wrapper .item-content { padding: 1rem; } } .cid-tkHm3dWfym .mbr-section-btn { margin-top: auto !important; } .cid-tkHm3dWfym .mbr-section-title { color: #232323; } .cid-tkHm3dWfym .mbr-text, .cid-tkHm3dWfym .mbr-section-btn { text-align: left; } .cid-tkHm3dWfym .item-title { text-align: left; } .cid-tkHm3dWfym .item-subtitle { text-align: center; } .cid-teSkfdi5Zd { padding-top: 15px; padding-bottom: 15px; background-color: #ffffff; overflow: hidden; } .cid-teSkfdi5Zd .media-container-row .mbr-text { color: #000000; } .cid-teRG5m5gm2 { z-index: 1000; width: 100%; position: relative; min-height: 60px; } .cid-teRG5m5gm2 nav.navbar { position: fixed; } .cid-teRG5m5gm2 .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-teRG5m5gm2 .dropdown-menu { padding: 0; border-radius: 4px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); } .cid-teRG5m5gm2 .dropdown-item { border-bottom: 1px solid #e6e6e6; } .cid-teRG5m5gm2 .dropdown-item:hover, .cid-teRG5m5gm2 .dropdown-item:focus { background: #c33131 !important; color: white !important; } .cid-teRG5m5gm2 .dropdown-item:hover span { color: white; } .cid-teRG5m5gm2 .dropdown-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } .cid-teRG5m5gm2 .dropdown-item:last-child { border-bottom: none; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .cid-teRG5m5gm2 .nav-dropdown .link { padding: 0 0.3em !important; margin: 0.667em 1em !important; } .cid-teRG5m5gm2 .nav-dropdown .link.dropdown-toggle::after { margin-left: 0.5rem; margin-top: 0.2rem; } .cid-teRG5m5gm2 .nav-link { position: relative; } .cid-teRG5m5gm2 .container { display: flex; margin: auto; } @media (min-width: 992px) { .cid-teRG5m5gm2 .container { flex-wrap: nowrap; } } .cid-teRG5m5gm2 .iconfont-wrapper { color: #000000 !important; font-size: 1.5rem; padding-right: 0.5rem; } .cid-teRG5m5gm2 .dropdown-menu, .cid-teRG5m5gm2 .navbar.opened { background: #ffffff !important; } .cid-teRG5m5gm2 .nav-item:focus, .cid-teRG5m5gm2 .nav-link:focus { outline: none; } .cid-teRG5m5gm2 .dropdown .dropdown-menu .dropdown-item { width: auto; transition: all 0.25s ease-in-out; } .cid-teRG5m5gm2 .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } .cid-teRG5m5gm2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { margin-right: 0.5rem; vertical-align: sub; } .cid-teRG5m5gm2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { display: inline-block; transform: scale(1, 1); transition: all 0.25s ease-in-out; } .cid-teRG5m5gm2 .collapsed .dropdown-menu .dropdown-item:before { display: none; } .cid-teRG5m5gm2 .collapsed .dropdown .dropdown-menu .dropdown-item { padding: 0.235em 1.5em 0.235em 1.5em !important; transition: none; margin: 0 !important; } .cid-teRG5m5gm2 .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: #ffffff; } .cid-teRG5m5gm2 .navbar.opened { transition: all 0.3s; } .cid-teRG5m5gm2 .navbar .dropdown-item { padding: 0.5rem 1.8rem; } .cid-teRG5m5gm2 .navbar .navbar-logo img { width: auto; } .cid-teRG5m5gm2 .navbar .navbar-collapse { justify-content: flex-end; z-index: 1; } .cid-teRG5m5gm2 .navbar.collapsed { justify-content: center; } .cid-teRG5m5gm2 .navbar.collapsed .nav-item .nav-link::before { display: none; } .cid-teRG5m5gm2 .navbar.collapsed.opened .dropdown-menu { top: 0; } @media (min-width: 992px) { .cid-teRG5m5gm2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse { max-height: calc(98.5vh - 3rem); } } .cid-teRG5m5gm2 .navbar.collapsed .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-teRG5m5gm2 .navbar.collapsed .dropdown-menu .dropdown-item:after { right: auto; } .cid-teRG5m5gm2 .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-teRG5m5gm2 .navbar.collapsed ul.navbar-nav li { margin: auto; } .cid-teRG5m5gm2 .navbar.collapsed .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem; text-align: center; } .cid-teRG5m5gm2 .navbar.collapsed .icons-menu { padding-left: 0; padding-right: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } @media (max-width: 991px) { .cid-teRG5m5gm2 .navbar .nav-item .nav-link::before { display: none; } .cid-teRG5m5gm2 .navbar.opened .dropdown-menu { top: 0; } .cid-teRG5m5gm2 .navbar .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-teRG5m5gm2 .navbar .dropdown-menu .dropdown-item:after { right: auto; } .cid-teRG5m5gm2 .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-teRG5m5gm2 .navbar .navbar-logo img { height: 3rem !important; } .cid-teRG5m5gm2 .navbar ul.navbar-nav li { margin: auto; } .cid-teRG5m5gm2 .navbar .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem !important; text-align: center; } .cid-teRG5m5gm2 .navbar .navbar-brand { flex-shrink: initial; flex-basis: auto; word-break: break-word; padding-right: 2rem; } .cid-teRG5m5gm2 .navbar .navbar-toggler { flex-basis: auto; } .cid-teRG5m5gm2 .navbar .icons-menu { padding-left: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } } .cid-teRG5m5gm2 .navbar.navbar-short { min-height: 60px; } .cid-teRG5m5gm2 .navbar.navbar-short .navbar-logo img { height: 2.5rem !important; } .cid-teRG5m5gm2 .navbar.navbar-short .navbar-brand { min-height: 60px; padding: 0; } .cid-teRG5m5gm2 .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-teRG5m5gm2 .navbar-brand .navbar-caption { line-height: inherit !important; } .cid-teRG5m5gm2 .navbar-brand .navbar-logo a { outline: none; } .cid-teRG5m5gm2 .dropdown-item.active, .cid-teRG5m5gm2 .dropdown-item:active { background-color: transparent; } .cid-teRG5m5gm2 .navbar-expand-lg .navbar-nav .nav-link { padding: 0; } .cid-teRG5m5gm2 .nav-dropdown .link.dropdown-toggle { margin-right: 1.667em; } .cid-teRG5m5gm2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { margin-right: 0; padding: 0.667em 1.667em; } .cid-teRG5m5gm2 .navbar.navbar-expand-lg .dropdown .dropdown-menu { background: #ffffff; } .cid-teRG5m5gm2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; left: 100%; } .cid-teRG5m5gm2 .navbar .dropdown.open > .dropdown-menu { display: block; } .cid-teRG5m5gm2 ul.navbar-nav { flex-wrap: wrap; } .cid-teRG5m5gm2 .navbar-buttons { text-align: center; min-width: 170px; } .cid-teRG5m5gm2 button.navbar-toggler { outline: none; width: 31px; height: 20px; cursor: pointer; transition: all 0.2s; position: relative; align-self: center; } .cid-teRG5m5gm2 button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #000000; } .cid-teRG5m5gm2 button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all 0.2s; } .cid-teRG5m5gm2 button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all 0.15s; } .cid-teRG5m5gm2 button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all 0.15s; } .cid-teRG5m5gm2 button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all 0.2s; } .cid-teRG5m5gm2 nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-teRG5m5gm2 nav.opened .hamburger span:nth-child(2) { transform: rotate(45deg); transition: all 0.25s; } .cid-teRG5m5gm2 nav.opened .hamburger span:nth-child(3) { transform: rotate(-45deg); transition: all 0.25s; } .cid-teRG5m5gm2 nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } .cid-teRG5m5gm2 .navbar-dropdown { padding: 0 1rem; position: fixed; } .cid-teRG5m5gm2 a.nav-link { display: flex; align-items: center; justify-content: center; } .cid-teRG5m5gm2 .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-teRG5m5gm2 .navbar { height: 70px; } .cid-teRG5m5gm2 .navbar.opened { height: auto; } .cid-teRG5m5gm2 .nav-item .nav-link:hover::before { width: 175%; max-width: calc(100% + 2rem); left: -1rem; } } .cid-teRGlss6ak { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-teRGlss6ak .content-wrapper { background: #ffffff; } @media (max-width: 991px) { .cid-teRGlss6ak .content-wrapper .row { flex-direction: column-reverse; } .cid-teRGlss6ak .content-wrapper .image-wrapper { margin-bottom: 2rem; } } @media (max-width: 767px) { .cid-teRGlss6ak .content-wrapper { padding: 1rem; } } @media (min-width: 768px) and (max-width: 991px) { .cid-teRGlss6ak .content-wrapper { padding: 2rem; } } @media (min-width: 992px) { .cid-teRGlss6ak .content-wrapper { padding: 5rem 3rem; } .cid-teRGlss6ak .content-wrapper .text-wrapper { padding-right: 2rem; } } .cid-teRGlss6ak .image-wrapper img { width: 100%; object-fit: cover; } .cid-teRGlss6ak .mbr-text, .cid-teRGlss6ak .mbr-section-btn { text-align: center; } .cid-teRGlss6ak .card-title { text-align: center; } .cid-teRHuEJet5 { background-image: url(""); } .cid-teRHuEJet5 .mbr-text, .cid-teRHuEJet5 .typed-text, .cid-teRHuEJet5 .mbr-section-text { letter-spacing: 0.03rem; } .cid-teRHuEJet5 .btn { margin-left: 4px !important; } .cid-teRHuEJet5 .animated-element { color: #ffbc00; } .cid-teRHuEJet5 .typed-cursor { opacity: 1; -webkit-animation: blink 0.7s infinite; -moz-animation: blink 0.7s infinite; animation: blink 0.7s infinite; color: #ffbc00; } @keyframes blink { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } } @-webkit-keyframes blink { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } } @-moz-keyframes blink { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } } .cid-teRG5oktDf { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-teRHY60k27 { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-teRHY60k27 .mbr-text { text-align: center; } .cid-teRJRpGed0 { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-teRPm4r0vw { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-teRPm4r0vw .mbr-text { text-align: center; } .cid-teRG5p1awV { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } @media (min-width: 1400px) { .cid-teRG5p1awV .container { max-width: 1368px; padding-left: 24px; padding-right: 24px; } .cid-teRG5p1awV .container .row { margin-left: -24px; margin-right: -24px; } .cid-teRG5p1awV .container .row > [class*="col"] { padding-left: 24px; padding-right: 24px; } } .cid-teRG5p1awV .row { display: flex; align-items: stretch; } .cid-teRG5p1awV .mbr-section-head { margin-bottom: 50px; } .cid-teRG5p1awV .label-text { width: 100%; color: #913BFF; margin-bottom: 20px; } .cid-teRG5p1awV .label-text span { padding: 8px 18px; background-color: #f0e4ff; border-radius: 15px; color: inherit; } .cid-teRG5p1awV .mbr-section-title { color: #010d4c; margin-bottom: 0; } .cid-teRG5p1awV .colored-text { color: #913bff; line-height: inherit; text-decoration: underline; text-decoration-thickness: 4px; } .cid-teRG5p1awV .mbr-section-subtitle { color: #00284E; opacity: 0.8; margin-bottom: 0; margin-top: 20px; } .cid-teRG5p1awV .item:focus, .cid-teRG5p1awV span:focus { outline: none; } .cid-teRG5p1awV .item { margin-top: 30px; display: flex; flex-direction: column; cursor: pointer; } .cid-teRG5p1awV .item-wrapper { position: relative; border-radius: 8px; height: 100%; display: flex; flex-flow: column nowrap; overflow: hidden; transition: all 0.3s ease-in-out; } .cid-teRG5p1awV .item-wrapper .item-content a:hover { color: #c33131 !important; } .cid-teRG5p1awV .item-wrapper:hover { transform: translateY(-5px); } .cid-teRG5p1awV .item-img { position: relative; z-index: 2; width: 100%; overflow: hidden; height: 318px; } @media (max-width: 1399px) { .cid-teRG5p1awV .item-img { height: 284px; } } @media (max-width: 1199px) { .cid-teRG5p1awV .item-img { height: 238px; } } @media (max-width: 991px) { .cid-teRG5p1awV .item-img { height: 262px; } } @media (max-width: 767px) { .cid-teRG5p1awV .item-img { height: 192px; } } @media (max-width: 575px) { .cid-teRG5p1awV .item-img { height: 100%; max-height: 426px; } } .cid-teRG5p1awV .item-img img { width: 100%; height: 100%; object-fit: cover; } .cid-teRG5p1awV .item-img::before { content: ''; position: absolute; width: 170px; height: 170px; border-radius: 50%; background: #c33131; right: -85px; bottom: -85px; z-index: 1; cursor: pointer; transform: scale(0); transition: all 0.3s ease-in-out; } .cid-teRG5p1awV .item-img .icon-box { position: absolute; color: #ffffff; font-size: 22px; right: 22px; bottom: 12px; z-index: 2; transform: scale(0); transition: all 0.3s ease-in-out; cursor: pointer; } .cid-teRG5p1awV .item-content-container { flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; padding: 42px 32px 20px; } @media (max-width: 1199px) { .cid-teRG5p1awV .item-content-container { padding: 20px 15px; } } .cid-teRG5p1awV .mbr-section-btn { margin-top: 20px; } .cid-teRG5p1awV .item-title { text-align: center; width: 100%; color: #000000; margin-bottom: 0; } .cid-teRG5p1awV .mbr-text { color: #010d4c; width: 100%; margin: 8px 0; } .cid-teRG5qfeV5 { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } @media (min-width: 1400px) { .cid-teRG5qfeV5 .container { max-width: 1368px; padding-left: 24px; padding-right: 24px; } .cid-teRG5qfeV5 .container .row { margin-left: -24px; margin-right: -24px; } .cid-teRG5qfeV5 .container .row > [class*="col"] { padding-left: 24px; padding-right: 24px; } } .cid-teRG5qfeV5 .row { display: flex; align-items: stretch; } .cid-teRG5qfeV5 .mbr-section-head { margin-bottom: 50px; } .cid-teRG5qfeV5 .label-text { width: 100%; color: #913BFF; margin-bottom: 20px; } .cid-teRG5qfeV5 .label-text span { padding: 8px 18px; background-color: #f0e4ff; border-radius: 15px; color: inherit; } .cid-teRG5qfeV5 .mbr-section-title { color: #010d4c; margin-bottom: 0; } .cid-teRG5qfeV5 .colored-text { color: #913bff; line-height: inherit; text-decoration: underline; text-decoration-thickness: 4px; } .cid-teRG5qfeV5 .mbr-section-subtitle { color: #00284E; opacity: 0.8; margin-bottom: 0; margin-top: 20px; } .cid-teRG5qfeV5 .item:focus, .cid-teRG5qfeV5 span:focus { outline: none; } .cid-teRG5qfeV5 .item { margin-top: 30px; display: flex; flex-direction: column; cursor: pointer; } .cid-teRG5qfeV5 .item-wrapper { position: relative; border-radius: 8px; height: 100%; display: flex; flex-flow: column nowrap; overflow: hidden; transition: all 0.3s ease-in-out; } .cid-teRG5qfeV5 .item-wrapper .item-content a:hover { color: #c33131 !important; } .cid-teRG5qfeV5 .item-wrapper:hover { transform: translateY(-5px); } .cid-teRG5qfeV5 .item-img { position: relative; z-index: 2; width: 100%; overflow: hidden; height: 318px; } @media (max-width: 1399px) { .cid-teRG5qfeV5 .item-img { height: 284px; } } @media (max-width: 1199px) { .cid-teRG5qfeV5 .item-img { height: 238px; } } @media (max-width: 991px) { .cid-teRG5qfeV5 .item-img { height: 262px; } } @media (max-width: 767px) { .cid-teRG5qfeV5 .item-img { height: 192px; } } @media (max-width: 575px) { .cid-teRG5qfeV5 .item-img { height: 100%; max-height: 426px; } } .cid-teRG5qfeV5 .item-img img { width: 100%; height: 100%; object-fit: cover; } .cid-teRG5qfeV5 .item-img::before { content: ''; position: absolute; width: 170px; height: 170px; border-radius: 50%; background: #c33131; right: -85px; bottom: -85px; z-index: 1; cursor: pointer; transform: scale(0); transition: all 0.3s ease-in-out; } .cid-teRG5qfeV5 .item-img .icon-box { position: absolute; color: #ffffff; font-size: 22px; right: 22px; bottom: 12px; z-index: 2; transform: scale(0); transition: all 0.3s ease-in-out; cursor: pointer; } .cid-teRG5qfeV5 .item-content-container { flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; padding: 42px 32px 20px; } @media (max-width: 1199px) { .cid-teRG5qfeV5 .item-content-container { padding: 20px 15px; } } .cid-teRG5qfeV5 .mbr-section-btn { margin-top: 20px; } .cid-teRG5qfeV5 .item-title { text-align: center; width: 100%; color: #000000; margin-bottom: 0; } .cid-teRG5qfeV5 .mbr-text { color: #010d4c; width: 100%; margin: 8px 0; } .cid-teRG5qU8cV { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } @media (min-width: 1400px) { .cid-teRG5qU8cV .container { max-width: 1368px; padding-left: 24px; padding-right: 24px; } .cid-teRG5qU8cV .container .row { margin-left: -24px; margin-right: -24px; } .cid-teRG5qU8cV .container .row > [class*="col"] { padding-left: 24px; padding-right: 24px; } } .cid-teRG5qU8cV .row { display: flex; align-items: stretch; } .cid-teRG5qU8cV .mbr-section-head { margin-bottom: 50px; } .cid-teRG5qU8cV .label-text { width: 100%; color: #913BFF; margin-bottom: 20px; } .cid-teRG5qU8cV .label-text span { padding: 8px 18px; background-color: #f0e4ff; border-radius: 15px; color: inherit; } .cid-teRG5qU8cV .mbr-section-title { color: #010d4c; margin-bottom: 0; } .cid-teRG5qU8cV .colored-text { color: #913bff; line-height: inherit; text-decoration: underline; text-decoration-thickness: 4px; } .cid-teRG5qU8cV .mbr-section-subtitle { color: #00284E; opacity: 0.8; margin-bottom: 0; margin-top: 20px; } .cid-teRG5qU8cV .item:focus, .cid-teRG5qU8cV span:focus { outline: none; } .cid-teRG5qU8cV .item { margin-top: 30px; display: flex; flex-direction: column; cursor: pointer; } .cid-teRG5qU8cV .item-wrapper { position: relative; border-radius: 8px; height: 100%; display: flex; flex-flow: column nowrap; overflow: hidden; transition: all 0.3s ease-in-out; } .cid-teRG5qU8cV .item-wrapper .item-content a:hover { color: #c33131 !important; } .cid-teRG5qU8cV .item-wrapper:hover { transform: translateY(-5px); } .cid-teRG5qU8cV .item-img { position: relative; z-index: 2; width: 100%; overflow: hidden; height: 318px; } @media (max-width: 1399px) { .cid-teRG5qU8cV .item-img { height: 284px; } } @media (max-width: 1199px) { .cid-teRG5qU8cV .item-img { height: 238px; } } @media (max-width: 991px) { .cid-teRG5qU8cV .item-img { height: 262px; } } @media (max-width: 767px) { .cid-teRG5qU8cV .item-img { height: 192px; } } @media (max-width: 575px) { .cid-teRG5qU8cV .item-img { height: 100%; max-height: 426px; } } .cid-teRG5qU8cV .item-img img { width: 100%; height: 100%; object-fit: cover; } .cid-teRG5qU8cV .item-img::before { content: ''; position: absolute; width: 170px; height: 170px; border-radius: 50%; background: #c33131; right: -85px; bottom: -85px; z-index: 1; cursor: pointer; transform: scale(0); transition: all 0.3s ease-in-out; } .cid-teRG5qU8cV .item-img .icon-box { position: absolute; color: #ffffff; font-size: 22px; right: 22px; bottom: 12px; z-index: 2; transform: scale(0); transition: all 0.3s ease-in-out; cursor: pointer; } .cid-teRG5qU8cV .item-content-container { flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; padding: 42px 32px 20px; } @media (max-width: 1199px) { .cid-teRG5qU8cV .item-content-container { padding: 20px 15px; } } .cid-teRG5qU8cV .mbr-section-btn { margin-top: 20px; } .cid-teRG5qU8cV .item-title { text-align: center; width: 100%; color: #000000; margin-bottom: 0; } .cid-teRG5qU8cV .mbr-text { color: #010d4c; width: 100%; margin: 8px 0; } .cid-teRG5sKDSO { padding-top: 1rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-teRG5tpqFJ { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-teRG5tpqFJ .container { max-width: 1040px; } @media (max-width: 575px) { .cid-teRG5tpqFJ .row { text-align: center!important; } } .cid-teRG5tpqFJ .mbr-section-title { color: #000000; } @media (max-width: 575px) { .cid-teRG5tpqFJ .mbr-section-title { text-align: center; } } .cid-teRG5tpqFJ .mbr-text { color: #999999; margin-top: 20px; } .cid-teRG5tpqFJ .mbr-text a:hover { text-decoration: underline; } .cid-teRG5tpqFJ .mbr-section-btn { margin-top: 20px; } .cid-teRG5tpqFJ .mbr-section-btn .btn { border-radius: 50px; } @media (max-width: 575px) { .cid-teRG5tpqFJ .mbr-section-btn { display: flex; flex-wrap: wrap; } .cid-teRG5tpqFJ .mbr-section-btn .btn { width: 100%; } } .cid-teRG5u124k { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-teRG5u124k .wrapper { background-color: transparent; } .cid-teRG5u124k li { list-style-type: none; } .cid-teRG5u124k .contact-info-m { margin-bottom: 1.875rem; } .cid-teRG5u124k .list-1 li { margin-bottom: 1rem; } .cid-teRG5u124k .list-1 li:last-child { margin-bottom: 0; } .cid-teRG5u124k .list-2 li { margin-bottom: 1.875rem; } .cid-teRG5u124k .list-2 li:last-child { margin-bottom: 0; } .cid-teRG5u124k ul { margin: 0; } .cid-teRG5u124k .logo { width: auto; height: 140px; object-fit: cover; } .cid-teRG5u124k .mbr-fallback-image.disabled { display: none; } .cid-teRG5u124k .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-teRG5u124k .list1 { text-align: center; } .cid-teRG5u124k .list2 { text-align: right; } .cid-teRG5u124k .mbr-section-title { text-align: center; } .cid-teRG5u124k .mbr-text { text-align: center; } .cid-tmBLhbs3yR { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-tmBLhbs3yR .bg-facebook { background: #1778f2; color: #ffffff; } .cid-tmBLhbs3yR .bg-facebook:hover { background: #0b60cb; } .cid-tmBLhbs3yR .bg-instagram { background: #f00075; color: #ffffff; } .cid-tmBLhbs3yR .bg-instagram:hover { background: #bd005c; } .cid-tmBLhbs3yR .bg-youtube { background: #06c755; color: #ffffff; } .cid-tmBLhbs3yR .bg-youtube:hover { background: #059540; } .cid-tmBLhbs3yR .bg-twitch { background: #06c755; color: #ffffff; } .cid-tmBLhbs3yR .bg-twitch:hover { background: #059540; } .cid-tmBLhbs3yR .iconfont-wrapper { display: inline-block; font-size: 32px; border-radius: 50%; width: 55px; height: 55px; line-height: 55px; text-align: center; transition: all 0.3s ease-in-out; } .cid-tmBLhbs3yR [class^="socicon-"]:before, .cid-tmBLhbs3yR [class*=" socicon-"]:before { line-height: 55px; padding: .6rem; } .cid-tmBKA3toks { padding-top: 1rem; padding-bottom: 0rem; background: #ffffff; } .cid-tmBKA3toks .mbr-fallback-image.disabled { display: none; } .cid-tmBKA3toks .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0; } .cid-tmBKA3toks .mbr-section-head { margin-bottom: 56px; } @media (max-width: 991px) { .cid-tmBKA3toks .mbr-section-head { margin-bottom: 50px; } } @media (max-width: 767px) { .cid-tmBKA3toks .mbr-section-head { margin-bottom: 45px; } } .cid-tmBKA3toks .google-map { height: 600px; position: relative; } .cid-tmBKA3toks .google-map iframe { height: 100%; width: 100%; } .cid-tmBKA3toks .google-map [data-state-details] { color: #6b6763; height: 1.5em; margin-top: -0.75em; padding-left: 1.25rem; padding-right: 1.25rem; position: absolute; text-align: center; top: 50%; width: 100%; } .cid-tmBKA3toks .google-map[data-state] { background: #e9e5dc; } .cid-tmBKA3toks .google-map[data-state="loading"] [data-state-details] { display: none; } .cid-tkHlWNtSCY { padding-top: 0rem; padding-bottom: 0rem; background-color: #ffffff; } .cid-tkHlWNtSCY img, .cid-tkHlWNtSCY .item-img { width: 100%; } .cid-tkHlWNtSCY .item:focus, .cid-tkHlWNtSCY span:focus { outline: none; } .cid-tkHlWNtSCY .item { cursor: pointer; margin-bottom: 2rem; } .cid-tkHlWNtSCY .item-wrapper { position: relative; border-radius: 4px; background: #fafafa; height: 100%; display: flex; flex-flow: column nowrap; } @media (min-width: 992px) { .cid-tkHlWNtSCY .item-wrapper .item-content { padding: 2rem; } } @media (max-width: 991px) { .cid-tkHlWNtSCY .item-wrapper .item-content { padding: 1rem; } } .cid-tkHlWNtSCY .mbr-section-btn { margin-top: auto !important; } .cid-tkHlWNtSCY .mbr-section-title { color: #232323; } .cid-tkHlWNtSCY .mbr-text, .cid-tkHlWNtSCY .mbr-section-btn { text-align: left; } .cid-tkHlWNtSCY .item-title { text-align: left; } .cid-tkHlWNtSCY .item-subtitle { text-align: center; } .cid-teRG5yTgxd { padding-top: 15px; padding-bottom: 15px; background-color: #ffffff; overflow: hidden; } .cid-teRG5yTgxd .media-container-row .mbr-text { color: #000000; } Save