.btn { border-width: 2px;}body { font-family: Jost;}.display-1 { font-family: 'Jost', sans-serif; font-size: 4.6rem; line-height: 1.1;}.display-1 > .mbr-iconfont { font-size: 5.75rem;}.display-2 { font-family: 'Jost', sans-serif; font-size: 3rem; line-height: 1.1;}.display-2 > .mbr-iconfont { font-size: 3.75rem;}.display-4 { font-family: 'Jost', sans-serif; font-size: 1.1rem; line-height: 1.5;}.display-4 > .mbr-iconfont { font-size: 1.375rem;}.display-5 { font-family: 'Jost', sans-serif; font-size: 2rem; line-height: 1.5;}.display-5 > .mbr-iconfont { font-size: 2.5rem;}.display-7 { font-family: 'Jost', sans-serif; font-size: 1.2rem; line-height: 1.5;}.display-7 > .mbr-iconfont { font-size: 1.5rem;}/* ---- Fluid typography for mobile devices ---- *//* 1.4 - font scale ratio ( bootstrap == 1.42857 ) *//* 100vw - current viewport width *//* (48 - 20) 48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) *//* 0.65 - min scale variable, may vary */@media (max-width: 992px) { .display-1 { font-size: 3.68rem; }}@media (max-width: 768px) { .display-1 { font-size: 3.22rem; font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))); line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)))); } .display-2 { font-size: 2.4rem; font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))); line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)))); } .display-4 { font-size: 0.88rem; font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))); line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)))); } .display-5 { font-size: 1.6rem; font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))); line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)))); } .display-7 { font-size: 0.96rem; font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))); line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)))); }}/* Buttons */.btn { padding: 0.6rem 1.2rem; border-radius: 4px;}.btn-sm { padding: 0.6rem 1.2rem; border-radius: 4px;}.btn-md { padding: 0.6rem 1.2rem; border-radius: 4px;}.btn-lg { padding: 1rem 2.6rem; border-radius: 4px;}.bg-primary { background-color: #353535 !important;}.bg-success { background-color: #bbbbbb !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: #353535 !important; border-color: #353535 !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: #0a0a0a !important; border-color: #0a0a0a !important; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);}.btn-primary.disabled,.btn-primary:disabled { color: #ffffff !important; background-color: #0a0a0a !important; border-color: #0a0a0a !important;}.btn-secondary,.btn-secondary:active { background-color: #ff6666 !important; border-color: #ff6666 !important; color: #ffffff !important; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);}.btn-secondary:hover,.btn-secondary:focus,.btn-secondary.focus,.btn-secondary.active { color: #ffffff !important; background-color: #ff0f0f !important; border-color: #ff0f0f !important; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);}.btn-secondary.disabled,.btn-secondary:disabled { color: #ffffff !important; background-color: #ff0f0f !important; border-color: #ff0f0f !important;}.btn-info,.btn-info:active { background-color: #47b5ed !important; border-color: #47b5ed !important; color: #ffffff !important; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);}.btn-info:hover,.btn-info:focus,.btn-info.focus,.btn-info.active { color: #ffffff !important; background-color: #148cca !important; border-color: #148cca !important; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);}.btn-info.disabled,.btn-info:disabled { color: #ffffff !important; background-color: #148cca !important; border-color: #148cca !important;}.btn-success,.btn-success:active { background-color: #bbbbbb !important; border-color: #bbbbbb !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: #909090 !important; border-color: #909090 !important; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);}.btn-success.disabled,.btn-success:disabled { color: #ffffff !important; background-color: #909090 !important; border-color: #909090 !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: #353535; color: #353535;}.btn-primary-outline:hover,.btn-primary-outline:focus,.btn-primary-outline.focus,.btn-primary-outline.active { color: #0a0a0a !important; background-color: transparent!important; border-color: #0a0a0a !important; box-shadow: none!important;}.btn-primary-outline.disabled,.btn-primary-outline:disabled { color: #ffffff !important; background-color: #353535 !important; border-color: #353535 !important;}.btn-secondary-outline,.btn-secondary-outline:active { background-color: transparent !important; border-color: #ff6666; color: #ff6666;}.btn-secondary-outline:hover,.btn-secondary-outline:focus,.btn-secondary-outline.focus,.btn-secondary-outline.active { color: #ff0f0f !important; background-color: transparent!important; border-color: #ff0f0f !important; box-shadow: none!important;}.btn-secondary-outline.disabled,.btn-secondary-outline:disabled { color: #ffffff !important; background-color: #ff6666 !important; border-color: #ff6666 !important;}.btn-info-outline,.btn-info-outline:active { background-color: transparent !important; border-color: #47b5ed; 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: #148cca !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: #bbbbbb; color: #bbbbbb;}.btn-success-outline:hover,.btn-success-outline:focus,.btn-success-outline.focus,.btn-success-outline.active { color: #909090 !important; background-color: transparent!important; border-color: #909090 !important; box-shadow: none!important;}.btn-success-outline.disabled,.btn-success-outline:disabled { color: #ffffff !important; background-color: #bbbbbb !important; border-color: #bbbbbb !important;}.btn-warning-outline,.btn-warning-outline:active { background-color: transparent !important; border-color: #ffe161; color: #ffe161;}.btn-warning-outline:hover,.btn-warning-outline:focus,.btn-warning-outline.focus,.btn-warning-outline.active { color: #ffd10a !important; background-color: transparent!important; border-color: #ffd10a !important; box-shadow: none!important;}.btn-warning-outline.disabled,.btn-warning-outline:disabled { color: #614f00 !important; background-color: #ffe161 !important; border-color: #ffe161 !important;}.btn-danger-outline,.btn-danger-outline:active { background-color: transparent !important; border-color: #ff9966; color: #ff9966;}.btn-danger-outline:hover,.btn-danger-outline:focus,.btn-danger-outline.focus,.btn-danger-outline.active { color: #ff5f0f !important; background-color: transparent!important; border-color: #ff5f0f !important; box-shadow: none!important;}.btn-danger-outline.disabled,.btn-danger-outline:disabled { color: #ffffff !important; background-color: #ff9966 !important; border-color: #ff9966 !important;}.btn-black-outline,.btn-black-outline:active { background-color: transparent !important; border-color: #232323; color: #232323;}.btn-black-outline:hover,.btn-black-outline:focus,.btn-black-outline.focus,.btn-black-outline.active { color: #000000 !important; background-color: transparent!important; border-color: #000000 !important; box-shadow: none!important;}.btn-black-outline.disabled,.btn-black-outline:disabled { color: #ffffff !important; background-color: #232323 !important; border-color: #232323 !important;}.btn-white-outline,.btn-white-outline:active { background-color: transparent !important; border-color: #fafafa; color: #fafafa;}.btn-white-outline:hover,.btn-white-outline:focus,.btn-white-outline.focus,.btn-white-outline.active { color: #cfcfcf !important; background-color: transparent!important; border-color: #cfcfcf !important; box-shadow: none!important;}.btn-white-outline.disabled,.btn-white-outline:disabled { color: #7a7a7a !important; background-color: #fafafa !important; border-color: #fafafa !important;}.text-primary { color: #353535 !important;}.text-secondary { color: #ff6666 !important;}.text-success { color: #bbbbbb !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: #020202 !important;}a.text-secondary:hover,a.text-secondary:focus,a.text-secondary.active { color: #ff0000 !important;}a.text-success:hover,a.text-success:focus,a.text-success.active { color: #888888 !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: #353535;}.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: #353535; border-color: #353535; color: #ffffff;}.mbr-gallery-filter li.active .btn:focus { box-shadow: none;}a,a:hover { color: #353535;}.mbr-plan-header.bg-primary .mbr-plan-subtitle,.mbr-plan-header.bg-primary .mbr-plan-price-desc { color: #a8a8a8;}.mbr-plan-header.bg-success .mbr-plan-subtitle,.mbr-plan-header.bg-success .mbr-plan-price-desc { color: #fbfbfb;}.mbr-plan-header.bg-info .mbr-plan-subtitle,.mbr-plan-header.bg-info .mbr-plan-price-desc { color: #ffffff;}.mbr-plan-header.bg-warning .mbr-plan-subtitle,.mbr-plan-header.bg-warning .mbr-plan-price-desc { color: #ffffff;}.mbr-plan-header.bg-danger .mbr-plan-subtitle,.mbr-plan-header.bg-danger .mbr-plan-price-desc { color: #ffffff;}/* Scroll to top button*/.scrollToTop_wraper { display: none;}.form-control { font-family: 'Jost', sans-serif; font-size: 1.1rem; line-height: 1.5; font-weight: 400;}.form-control > .mbr-iconfont { font-size: 1.375rem;}.form-control:hover,.form-control:focus { box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px; border-color: #353535 !important;}.form-control:-webkit-input-placeholder { font-family: 'Jost', sans-serif; font-size: 1.1rem; line-height: 1.5; font-weight: 400;}.form-control:-webkit-input-placeholder > .mbr-iconfont { font-size: 1.375rem;}blockquote { border-color: #353535;}/* Forms */.jq-selectbox li:hover,.jq-selectbox li.selected { background-color: #353535; color: #ffffff;}.jq-number__spin { transition: 0.25s ease;}.jq-number__spin:hover { border-color: #353535;}.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: #353535; border-bottom-color: #353535;}.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: #353535 !important; box-shadow: none !important;}.xdsoft_datetimepicker .xdsoft_calendar td:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover { color: #000000 !important; background: #ff6666 !important; box-shadow: none !important;}.lazy-bg { background-image: none !important;}.lazy-placeholder:not(section),.lazy-none { display: block; position: relative; padding-bottom: 56.25%; width: 100%; height: auto;}iframe.lazy-placeholder,.lazy-placeholder:after { content: ''; position: absolute; width: 200px; height: 200px; background: transparent no-repeat center; background-size: contain; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23353535' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");}section.lazy-placeholder:after { opacity: 0.5;}body { overflow-x: hidden;}a { transition: color 0.6s;}.cid-uETxh2CZbd { z-index: 1000; width: 100%; position: relative; min-height: 60px;}.cid-uETxh2CZbd nav.navbar { position: fixed;}.cid-uETxh2CZbd .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-uETxh2CZbd .dropdown-menu { padding: 0; border-radius: 4px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);}.cid-uETxh2CZbd .dropdown-item { border-bottom: 1px solid #e6e6e6;}.cid-uETxh2CZbd .dropdown-item:hover,.cid-uETxh2CZbd .dropdown-item:focus { background: #353535 !important; color: white !important;}.cid-uETxh2CZbd .dropdown-item:hover span { color: white;}.cid-uETxh2CZbd .dropdown-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px;}.cid-uETxh2CZbd .dropdown-item:last-child { border-bottom: none; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px;}.cid-uETxh2CZbd .nav-dropdown .link { padding: 0 0.3em !important; margin: 0.667em 1em !important;}.cid-uETxh2CZbd .nav-dropdown .link.dropdown-toggle::after { margin-left: 0.5rem; margin-top: 0.2rem;}.cid-uETxh2CZbd .nav-link { position: relative;}.cid-uETxh2CZbd .container { display: flex; margin: auto; flex-wrap: nowrap;}@media (max-width: 991px) { .cid-uETxh2CZbd .container { flex-wrap: wrap; }}.cid-uETxh2CZbd .container-fluid { flex-wrap: nowrap;}@media (max-width: 991px) { .cid-uETxh2CZbd .container-fluid { flex-wrap: wrap; }}.cid-uETxh2CZbd .iconfont-wrapper { color: #000000 !important; font-size: 1.5rem; padding-right: 0.5rem;}.cid-uETxh2CZbd .dropdown-menu,.cid-uETxh2CZbd .navbar.opened { background: #060606 !important;}.cid-uETxh2CZbd .nav-item:focus,.cid-uETxh2CZbd .nav-link:focus { outline: none;}.cid-uETxh2CZbd .dropdown .dropdown-menu .dropdown-item { width: auto; transition: all 0.25s ease-in-out;}.cid-uETxh2CZbd .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem;}.cid-uETxh2CZbd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { margin-right: 0.5rem; vertical-align: sub;}.cid-uETxh2CZbd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { display: inline-block; transform: scale(1, 1); transition: all 0.25s ease-in-out;}.cid-uETxh2CZbd .collapsed .dropdown-menu .dropdown-item:before { display: none;}.cid-uETxh2CZbd .collapsed .dropdown .dropdown-menu .dropdown-item { padding: 0.235em 1.5em 0.235em 1.5em !important; transition: none; margin: 0 !important;}.cid-uETxh2CZbd .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: #060606;}.cid-uETxh2CZbd .navbar.opened { transition: all 0.3s;}.cid-uETxh2CZbd .navbar .dropdown-item { padding: 0.5rem 1.8rem;}.cid-uETxh2CZbd .navbar .navbar-logo img { width: auto;}.cid-uETxh2CZbd .navbar .navbar-collapse { justify-content: flex-end; z-index: 1;}.cid-uETxh2CZbd .navbar.collapsed { justify-content: center;}.cid-uETxh2CZbd .navbar.collapsed .nav-item .nav-link::before { display: none;}.cid-uETxh2CZbd .navbar.collapsed.opened .dropdown-menu { top: 0;}@media (min-width: 992px) { .cid-uETxh2CZbd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse { max-height: calc(98.5vh - 3rem); }}.cid-uETxh2CZbd .navbar.collapsed .dropdown-menu .dropdown-submenu { left: 0 !important;}.cid-uETxh2CZbd .navbar.collapsed .dropdown-menu .dropdown-item:after { right: auto;}.cid-uETxh2CZbd .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-uETxh2CZbd .navbar.collapsed ul.navbar-nav li { margin: auto;}.cid-uETxh2CZbd .navbar.collapsed .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem; text-align: center;}.cid-uETxh2CZbd .navbar.collapsed .icons-menu { padding-left: 0; padding-right: 0; padding-top: 0.5rem; padding-bottom: 0.5rem;}@media (max-width: 991px) { .cid-uETxh2CZbd .navbar .nav-item .nav-link::before { display: none; } .cid-uETxh2CZbd .navbar.opened .dropdown-menu { top: 0; } .cid-uETxh2CZbd .navbar .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-uETxh2CZbd .navbar .dropdown-menu .dropdown-item:after { right: auto; } .cid-uETxh2CZbd .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-uETxh2CZbd .navbar .navbar-logo img { height: 3rem !important; } .cid-uETxh2CZbd .navbar ul.navbar-nav li { margin: auto; } .cid-uETxh2CZbd .navbar .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem !important; text-align: center; } .cid-uETxh2CZbd .navbar .navbar-brand { flex-shrink: initial; flex-basis: auto; word-break: break-word; padding-right: 2rem; } .cid-uETxh2CZbd .navbar .navbar-toggler { flex-basis: auto; } .cid-uETxh2CZbd .navbar .icons-menu { padding-left: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; }}@media (max-width: 991px) and (max-width: 767px) { .cid-uETxh2CZbd .navbar .navbar-brand { width: calc(100% - 31px); }}.cid-uETxh2CZbd .navbar.navbar-short { min-height: 60px;}.cid-uETxh2CZbd .navbar.navbar-short .navbar-logo img { height: 2.5rem !important;}.cid-uETxh2CZbd .navbar.navbar-short .navbar-brand { min-height: 60px; padding: 0;}.cid-uETxh2CZbd .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-uETxh2CZbd .navbar-brand .navbar-caption { line-height: inherit !important;}.cid-uETxh2CZbd .navbar-brand .navbar-logo a { outline: none;}.cid-uETxh2CZbd .dropdown-item.active,.cid-uETxh2CZbd .dropdown-item:active { background-color: transparent;}.cid-uETxh2CZbd .navbar-expand-lg .navbar-nav .nav-link { padding: 0;}.cid-uETxh2CZbd .nav-dropdown .link.dropdown-toggle { margin-right: 1.667em;}.cid-uETxh2CZbd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { margin-right: 0; padding: 0.667em 1.667em;}.cid-uETxh2CZbd .navbar.navbar-expand-lg .dropdown .dropdown-menu { background: #060606;}.cid-uETxh2CZbd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; left: 100%;}.cid-uETxh2CZbd .navbar .dropdown.open > .dropdown-menu { display: block;}.cid-uETxh2CZbd ul.navbar-nav { flex-wrap: wrap;}.cid-uETxh2CZbd .navbar-buttons { text-align: center; min-width: 170px;}.cid-uETxh2CZbd button.navbar-toggler { outline: none; width: 31px; height: 20px; cursor: pointer; transition: all 0.2s; position: relative; align-self: center;}.cid-uETxh2CZbd button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #bbbbbb;}.cid-uETxh2CZbd button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all 0.2s;}.cid-uETxh2CZbd button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all 0.15s;}.cid-uETxh2CZbd button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all 0.15s;}.cid-uETxh2CZbd button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all 0.2s;}.cid-uETxh2CZbd nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s;}.cid-uETxh2CZbd nav.opened .hamburger span:nth-child(2) { transform: rotate(45deg); transition: all 0.25s;}.cid-uETxh2CZbd nav.opened .hamburger span:nth-child(3) { transform: rotate(-45deg); transition: all 0.25s;}.cid-uETxh2CZbd nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s;}.cid-uETxh2CZbd .navbar-dropdown { padding: 0 1rem; position: fixed;}.cid-uETxh2CZbd a.nav-link { display: flex; align-items: center; justify-content: center;}.cid-uETxh2CZbd .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-uETxh2CZbd .navbar { height: 70px; } .cid-uETxh2CZbd .navbar.opened { height: auto; } .cid-uETxh2CZbd .nav-item .nav-link:hover::before { width: 175%; max-width: calc(100% + 2rem); left: -1rem; }}.cid-uIbP3ukPhV { padding-top: 7rem; padding-bottom: 0rem; overflow: hidden; background-color: #060606;}.cid-uIbP3ukPhV .title-wrapper { margin-bottom: 60px;}@media (max-width: 992px) { .cid-uIbP3ukPhV .title-wrapper { margin-bottom: 48px; }}.cid-uIbP3ukPhV .title-wrapper .desc-wrapper .mbr-desc { display: inline-block; width: 50%; margin-bottom: 36px;}@media (max-width: 992px) { .cid-uIbP3ukPhV .title-wrapper .desc-wrapper .mbr-desc { width: 100%; margin-bottom: 16px; }}.cid-uIbP3ukPhV .title-wrapper .mbr-section-title { margin-bottom: 24px;}.cid-uIbP3ukPhV .title-wrapper .text-wrapper .mbr-text { display: inline-block; width: 50%; margin-bottom: 0;}@media (max-width: 992px) { .cid-uIbP3ukPhV .title-wrapper .text-wrapper .mbr-text { width: 100%; }}.cid-uIbP3ukPhV .embla__slide { display: flex; justify-content: center; position: relative; min-width: 850px; max-width: 850px;}@media (max-width: 1200px) { .cid-uIbP3ukPhV .embla__slide { min-width: 650px; max-width: 650px; }}@media (max-width: 767px) { .cid-uIbP3ukPhV .embla__slide { min-width: 100%; max-width: 100%; }}.cid-uIbP3ukPhV .embla__slide:hover .slide-content .item-wrapper .item-img img,.cid-uIbP3ukPhV .embla__slide:focus .slide-content .item-wrapper .item-img img { border: 2px solid #e8b210;}.cid-uIbP3ukPhV .embla__slide .slide-content { width: 100%;}.cid-uIbP3ukPhV .embla__slide .slide-content .item-wrapper .item-img { margin-bottom: 32px;}.cid-uIbP3ukPhV .embla__slide .slide-content .item-wrapper .item-img img { height: 480px; width: 100%; object-fit: cover; border: 2px solid transparent;}@media (max-width: 992px) { .cid-uIbP3ukPhV .embla__slide .slide-content .item-wrapper .item-img img { height: 350px; }}.cid-uIbP3ukPhV .embla__slide .slide-content .item-wrapper .item-content { position: relative; z-index: 1; padding: 2px;}.cid-uIbP3ukPhV .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title { display: inline-block; width: 50%; margin-bottom: 8px;}@media (max-width: 992px) { .cid-uIbP3ukPhV .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title { width: 100%; }}.cid-uIbP3ukPhV .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text { display: inline-block; width: 50%; margin-bottom: 0;}@media (max-width: 992px) { .cid-uIbP3ukPhV .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text { width: 100%; }}.cid-uIbP3ukPhV .embla__button--next,.cid-uIbP3ukPhV .embla__button--prev { display: flex;}.cid-uIbP3ukPhV .embla__button { bottom: 0; width: 48px; height: 48px; font-size: 24px; background-color: #252525 !important; color: #ffffff !important; border: none !important; border-radius: 50%; transition: all 0.3s; position: absolute; display: flex; justify-content: center; align-items: center; opacity: 1 !important; display: none;}.cid-uIbP3ukPhV .embla__button:hover { transform: scale(1.05);}.cid-uIbP3ukPhV .embla__button.embla__button--prev { left: 0;}.cid-uIbP3ukPhV .embla__button.embla__button--next { right: 0;}.cid-uIbP3ukPhV .embla { position: relative; margin-bottom: 50px;}@media (max-width: 992px) { .cid-uIbP3ukPhV .embla { margin-bottom: 38px; }}.cid-uIbP3ukPhV .embla__viewport { width: 100%; margin-right: 1rem;}.cid-uIbP3ukPhV .embla__viewport.is-draggable { cursor: grab;}.cid-uIbP3ukPhV .embla__viewport.is-dragging { cursor: grabbing;}.cid-uIbP3ukPhV .embla__container { display: flex; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -webkit-tap-highlight-color: transparent;}.cid-uIbP3ukPhV .item-menu-overlay { opacity: 0 !important;}.cid-uIbP3ukPhV .mbr-section-title { color: #ffffff;}.cid-uIbP3ukPhV .mbr-text,.cid-uIbP3ukPhV .text-wrapper { color: #9aa0a6; text-align: center;}.cid-uIbP3ukPhV .mbr-desc,.cid-uIbP3ukPhV .desc-wrapper { color: #9aa0a6; text-align: center;}.cid-uIbP3ukPhV .item-title,.cid-uIbP3ukPhV .title-wrap { color: #ffffff; text-align: center;}.cid-uIbP3ukPhV .item-text,.cid-uIbP3ukPhV .text-wrap { color: #9aa0a6; text-align: center;}.cid-uIbP3ukPhV .mbr-section-title,.cid-uIbP3ukPhV .mbr-section-btn { text-align: center; color: #bbbbbb;}.cid-uETxIIl5lI { padding-top: 1rem; padding-bottom: 1rem; background-color: #060606;}@media (max-width: 991px) { .cid-uETxIIl5lI .image-wrapper { margin-bottom: 1rem; }}.cid-uETxIIl5lI .row { flex-direction: row-reverse;}.cid-uETxIIl5lI img { width: 100%;}.cid-uIBYyfTJ1n { padding-top: 1rem; padding-bottom: 0rem; background-color: #060606;}.cid-uIBYyfTJ1n .mbr-text { color: #767676;}.cid-uIBYyfTJ1n .mbr-section-subtitle { color: #bbbbbb; text-align: center;}.cid-uEH2GWN0wD { padding-top: 30px; padding-bottom: 15px; background: linear-gradient(0deg, #060606, #060606);}.cid-uEH2GWN0wD a { text-align: center;}.cid-uEH2GWN0wD p { color: #0a0a0a; text-align: center;}.cid-uEH2GWN0wD span { font-size: 2rem;}.cid-uEH2GWN0wD .mbr-iconfont-social { font-size: 22px; color: #767676; height: 2.2em; line-height: 1.6em; width: 2.2em; padding-top: 6px; display: inline-block; border-radius: 50%; border: 2px solid #767676;}.cid-uEH2GWN0wD .social-list a:focus { text-decoration: none;}.cid-uEH2GWN0wD .media-container-row { -webkit-align-items: center; align-items: center;}.cid-uEH2GWN0wD .media-container-row a { margin: 0 1rem;}.cid-uEH2GWN0wD .mbr-fallback-image.disabled { display: none;}.cid-uEH2GWN0wD .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0;}.cid-uEH2GWN0wD P { text-align: center; color: #767676;}.cid-uFMFlKeC9S { padding-top: 1rem; padding-bottom: 0rem; background-color: #060606;}.cid-uFMFlKeC9S blockquote { border-color: #bbbbbb; border-radius: 4px; background-color: #ffffff;}.cid-uGDnx4tVmo { padding-top: 1rem; padding-bottom: 0rem; background-color: #060606;}.cid-uGDnx4tVmo img,.cid-uGDnx4tVmo .item-img { width: 100%;}.cid-uGDnx4tVmo .item:focus,.cid-uGDnx4tVmo span:focus { outline: none;}.cid-uGDnx4tVmo .item { cursor: pointer; margin-bottom: 2rem; position: relative;}.cid-uGDnx4tVmo .item-wrapper { position: unset; border-radius: 4px; background: #fafafa; height: 100%; display: flex; flex-flow: column nowrap;}@media (min-width: 992px) { .cid-uGDnx4tVmo .item-wrapper .item-content { padding: 2rem; }}@media (max-width: 991px) { .cid-uGDnx4tVmo .item-wrapper .item-content { padding: 1rem; }}.cid-uGDnx4tVmo .mbr-section-btn { margin-top: auto !important;}.cid-uGDnx4tVmo .mbr-section-title { color: #bbbbbb;}.cid-uGDnx4tVmo .mbr-section-subtitle { color: #767676;}.cid-uEH2GnnaaA { padding-top: 1rem; padding-bottom: 1rem; background-color: #060606;}@media (max-width: 991px) { .cid-uEH2GnnaaA .image-wrapper { margin-bottom: 1rem; }}.cid-uEH2GnnaaA .row { flex-direction: row-reverse;}.cid-uEH2GnnaaA img { width: 100%;}.cid-uKjta8Vr4Q { padding-top: 0rem; padding-bottom: 0rem; background-color: #060606;}.cid-uKjta8Vr4Q .mbr-section-subtitle { text-align: center; color: #bbbbbb;}.cid-uKjs2arP6r { padding-top: 1rem; padding-bottom: 1rem; background-color: #000000;}.cid-uKjs2arP6r .mbr-fallback-image.disabled { display: none;}.cid-uKjs2arP6r .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0;}.cid-uKjs2arP6r .google-map { position: relative;}.cid-uKjs2arP6r .google-map iframe { height: 700px; filter: invert(1);}@media (max-width: 992px) { .cid-uKjs2arP6r .google-map iframe { height: 350px; }}.cid-uKjs2arP6r .mbr-text { color: #bbbbbb; text-align: center;}.cid-uIeHUqlnGU { padding-top: 0px; padding-bottom: 30px; padding-left: 22px; padding-right: 22px; background-color: #060606;}.cid-uIeHUqlnGU .text-block { margin: auto;}.cid-uIeHUqlnGU amp-img { text-align: center;}.cid-uIeHUqlnGU .lc-input { display: flex; height: 40px; width: 100%; border-style: solid; border-width: 1px; border-radius: 4px; border-color: #767676; background-color: #060606; margin-bottom: 10px; color: #bbbbbb !important;}.cid-uIeHUqlnGU .lc-textarea { height: 100px; width: 100%; border-style: solid; border-width: 1px; border-radius: 4px; font-family: inherit; border-color: #767676; background-color: #060606; margin-bottom: 15px; color: #bbbbbb;}.cid-uIeHUqlnGU .lc-field { width: 100%; padding: 10px; outline: none; border-width: 0px; border-radius: 4px; background-color: #060606;}.cid-uIeHUqlnGU H4 { color: #000000;}.cid-uIeHUqlnGU .mbr-section-title { color: #bbbbbb;}.cid-uIeHUqlnGU .gdpr-block a { color: #000000;}.cid-uIeHUqlnGU .tipo-de-letra { font-family: "Exo 2";}.cid-uIeHUqlnGU .cantos-redondos { border-radius: 12px;}.cid-uIeHUqlnGU .input { color: #bbbbbb !important;}.cid-uIeHUqlnGU .mbr-text { color: #767676;}.cid-uIeHUqlnGU input { color: #bbbbbb;}.cid-uIeHUqlnGU input[type=textarea] { color: #bbbbbb;}.cid-uKjs5gFDUF { padding-top: 1rem; padding-bottom: 1rem; background-color: #060606;}@media (max-width: 991px) { .cid-uKjs5gFDUF .image-wrapper { margin-bottom: 1rem; }}.cid-uKjs5gFDUF .row { flex-direction: row-reverse;}.cid-uKjs5gFDUF img { width: 100%;}.cid-uIeHNi6xS1 { padding-top: 30px; padding-bottom: 15px; background: linear-gradient(0deg, #060606, #060606);}.cid-uIeHNi6xS1 a { text-align: center;}.cid-uIeHNi6xS1 p { color: #0a0a0a; text-align: center;}.cid-uIeHNi6xS1 span { font-size: 2rem;}.cid-uIeHNi6xS1 .mbr-iconfont-social { font-size: 22px; color: #767676; height: 2.2em; line-height: 1.6em; width: 2.2em; padding-top: 6px; display: inline-block; border-radius: 50%; border: 2px solid #767676;}.cid-uIeHNi6xS1 .social-list a:focus { text-decoration: none;}.cid-uIeHNi6xS1 .media-container-row { -webkit-align-items: center; align-items: center;}.cid-uIeHNi6xS1 .media-container-row a { margin: 0 1rem;}.cid-uIeHNi6xS1 .mbr-fallback-image.disabled { display: none;}.cid-uIeHNi6xS1 .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0;}.cid-uIeHNi6xS1 P { text-align: center; color: #767676;}.cid-uETy3jXsji { padding-top: 45px; padding-bottom: 45px; background-color: #060606;}@media (max-width: 767px) { .cid-uETy3jXsji .media-wrap { margin-bottom: 1rem; text-align: center; }}.cid-uETy3jXsji .mbr-text { color: #767676;}@media (max-width: 767px) { .cid-uETy3jXsji .links { text-align: center !important; }}@media (max-width: 767px) { .cid-uETy3jXsji .footer-lower .copyright { margin-bottom: 1rem; text-align: center; }}.cid-uETy3jXsji .footer-lower hr { margin: 1rem 0; border-color: #000; opacity: 0.05;}.cid-uETy3jXsji .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: flex-end; justify-content: flex-end;}.cid-uETy3jXsji .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #232323;}.cid-uETy3jXsji .footer-lower .social-list .soc-item { margin: 0 0.5rem;}.cid-uETy3jXsji .footer-lower .social-list a { margin: 0; opacity: 0.5; -webkit-transition: 0.2s linear; transition: 0.2s linear;}.cid-uETy3jXsji .footer-lower .social-list a:hover { opacity: 1;}@media (max-width: 767px) { .cid-uETy3jXsji .footer-lower .social-list { -webkit-justify-content: center; justify-content: center; }}.cid-uETy3jXsji .copyright > p { color: #767676;}.cid-uIeTjq0uVB.popup-builder { background-color: #ffffff;}.cid-uIeTjq0uVB.popup-builder .modal { position: relative; display: block; z-index: 1;}.cid-uIeTjq0uVB.popup-builder .modal-dialog { margin-top: 60px; margin-bottom: 60px;}.cid-uIeTjq0uVB .modal-content,.cid-uIeTjq0uVB .modal-dialog { height: auto;}.cid-uIeTjq0uVB .form-wrapper .input-group-btn { margin-right: auto; margin-left: auto;}.cid-uIeTjq0uVB .form-wrapper .input-group-btn .btn { margin: 0 !important;}@media (min-width: 769px) { .cid-uIeTjq0uVB .form-wrapper .mbr-form .form-group, .cid-uIeTjq0uVB .form-wrapper .mbr-form .input-group-btn { padding: 0 .5rem; }}.cid-uIeTjq0uVB .card-img { width: 100%; margin: auto; border-radius: 0;}.cid-uIeTjq0uVB .mbr-figure img { display: block; width: 100%; -ms-flex-item-align: center; -ms-grid-row-align: center; -webkit-align-self: center; align-self: center;}.cid-uIeTjq0uVB .mbr-text { text-align: center;}.cid-uIeTjq0uVB .pt-0 { padding-top: 0 !important;}.cid-uIeTjq0uVB .pb-0 { padding-bottom: 0 !important;}.cid-uIeTjq0uVB .form-content { -ms-flex-pack: center; justify-content: center; text-align: center;}.cid-uIeTjq0uVB .mbr-overlay { bottom: 0; left: 0; position: absolute; right: 0; top: 0; z-index: 0; pointer-events: none;}.cid-uIeTjq0uVB .modal-open { overflow: hidden;}.cid-uIeTjq0uVB .modal-open .modal { overflow-x: hidden; overflow-y: auto;}.cid-uIeTjq0uVB .modal { position: fixed; top: 0; left: 0; z-index: 1050; display: none; width: 100%; height: 100%; overflow: hidden; outline: 0;}.cid-uIeTjq0uVB .modal-dialog { position: relative; width: auto; margin: .5rem; pointer-events: none;}.cid-uIeTjq0uVB .modal.fade .modal-dialog { transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; -webkit-transform: translate(0, -50px); transform: translate(0, -50px);}.cid-uIeTjq0uVB .modal.show .modal-dialog { -webkit-transform: none; transform: none;}.cid-uIeTjq0uVB .modal-dialog-centered { display: flex; -ms-flex-align: center; align-items: center; min-height: calc(100% - (.5rem * 2));}.cid-uIeTjq0uVB .modal-dialog-centered::before { display: block; height: calc(100vh - (.5rem * 2)); content: "";}.cid-uIeTjq0uVB .modal-content { background: #ffffff; position: relative; display: flex; -ms-flex-direction: column; flex-direction: column; width: 100%; pointer-events: auto; background-clip: padding-box; border: none; outline: 0; -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2); box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);}.cid-uIeTjq0uVB .margin-center-pos { margin-top: auto; margin-bottom: auto;}.cid-uIeTjq0uVB .modal-backdrop { position: fixed; top: 0; left: 0; z-index: 1040; width: 100vw; height: 100vh; background-color: #000;}.cid-uIeTjq0uVB .modal-backdrop.fade { opacity: 0;}.cid-uIeTjq0uVB .modal-backdrop.show { opacity: .5;}.cid-uIeTjq0uVB .modal-header { display: flex; -ms-flex-align: start; align-items: flex-start; -ms-flex-pack: justify; justify-content: space-between; border-bottom: none;}@media (min-width: 992px) { .cid-uIeTjq0uVB .modal-header { padding: 2rem 2rem 1rem; }}@media (max-width: 991px) { .cid-uIeTjq0uVB .modal-header { padding: 1rem; }}.cid-uIeTjq0uVB .modal-header .close { position: absolute; top: 1rem; right: 1rem; margin: -1rem -1rem -1rem auto; padding: 1rem; opacity: .75;}.cid-uIeTjq0uVB .modal-header .close svg { fill: #353535;}.cid-uIeTjq0uVB .modal-header .close:hover { opacity: 1;}.cid-uIeTjq0uVB .modal-header .close:focus { outline: none;}.cid-uIeTjq0uVB .modal-title { line-height: 1.5; width: 100%; margin: 0; text-align: center;}.cid-uIeTjq0uVB .modal-body { position: relative; -ms-flex: 1 1 auto; flex: 1 1 auto;}@media (min-width: 992px) { .cid-uIeTjq0uVB .modal-body { padding: 1rem 2rem 2rem; }}@media (max-width: 991px) { .cid-uIeTjq0uVB .modal-body { padding: 1rem; }}.cid-uIeTjq0uVB .modal-footer { display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; border-top: none; text-align: center;}@media (min-width: 992px) { .cid-uIeTjq0uVB .modal-footer { padding: 0rem 2rem 2rem; }}@media (max-width: 991px) { .cid-uIeTjq0uVB .modal-footer { padding: 1rem; }}.cid-uIeTjq0uVB .modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll;}@media (min-width: 576px) { .cid-uIeTjq0uVB .modal-dialog { max-width: 500px; margin: 1.75rem auto; } .cid-uIeTjq0uVB .modal-dialog-centered { min-height: calc(100% - (1.75rem * 2)); } .cid-uIeTjq0uVB .modal-dialog-centered::before { height: calc(100vh - (1.75rem * 2)); } .cid-uIeTjq0uVB .modal-sm { max-width: 300px; }}@media (min-width: 992px) { .cid-uIeTjq0uVB .modal-lg, .cid-uIeTjq0uVB .modal-xl { max-width: 800px; }}@media (min-width: 1200px) { .cid-uIeTjq0uVB .modal-xl { max-width: 1140px; }}.cid-uIeTjq0uVB .row { display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px;}.cid-uIeTjq0uVB .col-md-4 { position: relative; width: 100%; padding-right: 15px; padding-left: 15px; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%;}.cid-uIeTjq0uVB .form-group { margin-bottom: 1rem;}.cid-uIeTjq0uVB .form-control { display: block; width: 100%; font-size: 1rem; font-weight: 400; line-height: 1.5;}.cid-uIeTjq0uVB .col { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%;}.cid-uIeTjq0uVB .col-md-auto { position: relative; padding-right: 15px; padding-left: 15px; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%;}.cid-uIeTjq0uVB .mbr-section-btn { margin: 0;}.cid-uIeTjq0uVB .mbr-section-btn .btn { margin: 0;}.cid-uETxh2CZbd { z-index: 1000; width: 100%; position: relative; min-height: 60px;}.cid-uETxh2CZbd nav.navbar { position: fixed;}.cid-uETxh2CZbd .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-uETxh2CZbd .dropdown-menu { padding: 0; border-radius: 4px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);}.cid-uETxh2CZbd .dropdown-item { border-bottom: 1px solid #e6e6e6;}.cid-uETxh2CZbd .dropdown-item:hover,.cid-uETxh2CZbd .dropdown-item:focus { background: #353535 !important; color: white !important;}.cid-uETxh2CZbd .dropdown-item:hover span { color: white;}.cid-uETxh2CZbd .dropdown-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px;}.cid-uETxh2CZbd .dropdown-item:last-child { border-bottom: none; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px;}.cid-uETxh2CZbd .nav-dropdown .link { padding: 0 0.3em !important; margin: 0.667em 1em !important;}.cid-uETxh2CZbd .nav-dropdown .link.dropdown-toggle::after { margin-left: 0.5rem; margin-top: 0.2rem;}.cid-uETxh2CZbd .nav-link { position: relative;}.cid-uETxh2CZbd .container { display: flex; margin: auto; flex-wrap: nowrap;}@media (max-width: 991px) { .cid-uETxh2CZbd .container { flex-wrap: wrap; }}.cid-uETxh2CZbd .container-fluid { flex-wrap: nowrap;}@media (max-width: 991px) { .cid-uETxh2CZbd .container-fluid { flex-wrap: wrap; }}.cid-uETxh2CZbd .iconfont-wrapper { color: #000000 !important; font-size: 1.5rem; padding-right: 0.5rem;}.cid-uETxh2CZbd .dropdown-menu,.cid-uETxh2CZbd .navbar.opened { background: #060606 !important;}.cid-uETxh2CZbd .nav-item:focus,.cid-uETxh2CZbd .nav-link:focus { outline: none;}.cid-uETxh2CZbd .dropdown .dropdown-menu .dropdown-item { width: auto; transition: all 0.25s ease-in-out;}.cid-uETxh2CZbd .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem;}.cid-uETxh2CZbd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { margin-right: 0.5rem; vertical-align: sub;}.cid-uETxh2CZbd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { display: inline-block; transform: scale(1, 1); transition: all 0.25s ease-in-out;}.cid-uETxh2CZbd .collapsed .dropdown-menu .dropdown-item:before { display: none;}.cid-uETxh2CZbd .collapsed .dropdown .dropdown-menu .dropdown-item { padding: 0.235em 1.5em 0.235em 1.5em !important; transition: none; margin: 0 !important;}.cid-uETxh2CZbd .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: #060606;}.cid-uETxh2CZbd .navbar.opened { transition: all 0.3s;}.cid-uETxh2CZbd .navbar .dropdown-item { padding: 0.5rem 1.8rem;}.cid-uETxh2CZbd .navbar .navbar-logo img { width: auto;}.cid-uETxh2CZbd .navbar .navbar-collapse { justify-content: flex-end; z-index: 1;}.cid-uETxh2CZbd .navbar.collapsed { justify-content: center;}.cid-uETxh2CZbd .navbar.collapsed .nav-item .nav-link::before { display: none;}.cid-uETxh2CZbd .navbar.collapsed.opened .dropdown-menu { top: 0;}@media (min-width: 992px) { .cid-uETxh2CZbd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse { max-height: calc(98.5vh - 3rem); }}.cid-uETxh2CZbd .navbar.collapsed .dropdown-menu .dropdown-submenu { left: 0 !important;}.cid-uETxh2CZbd .navbar.collapsed .dropdown-menu .dropdown-item:after { right: auto;}.cid-uETxh2CZbd .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-uETxh2CZbd .navbar.collapsed ul.navbar-nav li { margin: auto;}.cid-uETxh2CZbd .navbar.collapsed .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem; text-align: center;}.cid-uETxh2CZbd .navbar.collapsed .icons-menu { padding-left: 0; padding-right: 0; padding-top: 0.5rem; padding-bottom: 0.5rem;}@media (max-width: 991px) { .cid-uETxh2CZbd .navbar .nav-item .nav-link::before { display: none; } .cid-uETxh2CZbd .navbar.opened .dropdown-menu { top: 0; } .cid-uETxh2CZbd .navbar .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-uETxh2CZbd .navbar .dropdown-menu .dropdown-item:after { right: auto; } .cid-uETxh2CZbd .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-uETxh2CZbd .navbar .navbar-logo img { height: 3rem !important; } .cid-uETxh2CZbd .navbar ul.navbar-nav li { margin: auto; } .cid-uETxh2CZbd .navbar .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem !important; text-align: center; } .cid-uETxh2CZbd .navbar .navbar-brand { flex-shrink: initial; flex-basis: auto; word-break: break-word; padding-right: 2rem; } .cid-uETxh2CZbd .navbar .navbar-toggler { flex-basis: auto; } .cid-uETxh2CZbd .navbar .icons-menu { padding-left: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; }}@media (max-width: 991px) and (max-width: 767px) { .cid-uETxh2CZbd .navbar .navbar-brand { width: calc(100% - 31px); }}.cid-uETxh2CZbd .navbar.navbar-short { min-height: 60px;}.cid-uETxh2CZbd .navbar.navbar-short .navbar-logo img { height: 2.5rem !important;}.cid-uETxh2CZbd .navbar.navbar-short .navbar-brand { min-height: 60px; padding: 0;}.cid-uETxh2CZbd .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-uETxh2CZbd .navbar-brand .navbar-caption { line-height: inherit !important;}.cid-uETxh2CZbd .navbar-brand .navbar-logo a { outline: none;}.cid-uETxh2CZbd .dropdown-item.active,.cid-uETxh2CZbd .dropdown-item:active { background-color: transparent;}.cid-uETxh2CZbd .navbar-expand-lg .navbar-nav .nav-link { padding: 0;}.cid-uETxh2CZbd .nav-dropdown .link.dropdown-toggle { margin-right: 1.667em;}.cid-uETxh2CZbd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { margin-right: 0; padding: 0.667em 1.667em;}.cid-uETxh2CZbd .navbar.navbar-expand-lg .dropdown .dropdown-menu { background: #060606;}.cid-uETxh2CZbd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; left: 100%;}.cid-uETxh2CZbd .navbar .dropdown.open > .dropdown-menu { display: block;}.cid-uETxh2CZbd ul.navbar-nav { flex-wrap: wrap;}.cid-uETxh2CZbd .navbar-buttons { text-align: center; min-width: 170px;}.cid-uETxh2CZbd button.navbar-toggler { outline: none; width: 31px; height: 20px; cursor: pointer; transition: all 0.2s; position: relative; align-self: center;}.cid-uETxh2CZbd button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #bbbbbb;}.cid-uETxh2CZbd button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all 0.2s;}.cid-uETxh2CZbd button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all 0.15s;}.cid-uETxh2CZbd button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all 0.15s;}.cid-uETxh2CZbd button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all 0.2s;}.cid-uETxh2CZbd nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s;}.cid-uETxh2CZbd nav.opened .hamburger span:nth-child(2) { transform: rotate(45deg); transition: all 0.25s;}.cid-uETxh2CZbd nav.opened .hamburger span:nth-child(3) { transform: rotate(-45deg); transition: all 0.25s;}.cid-uETxh2CZbd nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s;}.cid-uETxh2CZbd .navbar-dropdown { padding: 0 1rem; position: fixed;}.cid-uETxh2CZbd a.nav-link { display: flex; align-items: center; justify-content: center;}.cid-uETxh2CZbd .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-uETxh2CZbd .navbar { height: 70px; } .cid-uETxh2CZbd .navbar.opened { height: auto; } .cid-uETxh2CZbd .nav-item .nav-link:hover::before { width: 175%; max-width: calc(100% + 2rem); left: -1rem; }}.cid-uIeVISlk2h { padding-top: 7rem; padding-bottom: 5rem; background-color: #060606;}.cid-uIeVISlk2h .mbr-section-subtitle { color: #bbbbbb;}.cid-uIeVISlk2h .mbr-text { color: #767676;}.cid-uKjzYYTbwq { padding-top: 1rem; padding-bottom: 1rem; background-color: #060606;}@media (max-width: 991px) { .cid-uKjzYYTbwq .image-wrapper { margin-bottom: 1rem; }}.cid-uKjzYYTbwq .row { flex-direction: row-reverse;}.cid-uKjzYYTbwq img { width: 100%;}.cid-uKjzXtQLor { padding-top: 30px; padding-bottom: 15px; background: linear-gradient(0deg, #060606, #060606);}.cid-uKjzXtQLor a { text-align: center;}.cid-uKjzXtQLor p { color: #0a0a0a; text-align: center;}.cid-uKjzXtQLor span { font-size: 2rem;}.cid-uKjzXtQLor .mbr-iconfont-social { font-size: 22px; color: #767676; height: 2.2em; line-height: 1.6em; width: 2.2em; padding-top: 6px; display: inline-block; border-radius: 50%; border: 2px solid #767676;}.cid-uKjzXtQLor .social-list a:focus { text-decoration: none;}.cid-uKjzXtQLor .media-container-row { -webkit-align-items: center; align-items: center;}.cid-uKjzXtQLor .media-container-row a { margin: 0 1rem;}.cid-uKjzXtQLor .mbr-fallback-image.disabled { display: none;}.cid-uKjzXtQLor .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0;}.cid-uKjzXtQLor P { text-align: center; color: #767676;}.cid-uETy3jXsji { padding-top: 45px; padding-bottom: 45px; background-color: #060606;}@media (max-width: 767px) { .cid-uETy3jXsji .media-wrap { margin-bottom: 1rem; text-align: center; }}.cid-uETy3jXsji .mbr-text { color: #767676;}@media (max-width: 767px) { .cid-uETy3jXsji .links { text-align: center !important; }}@media (max-width: 767px) { .cid-uETy3jXsji .footer-lower .copyright { margin-bottom: 1rem; text-align: center; }}.cid-uETy3jXsji .footer-lower hr { margin: 1rem 0; border-color: #000; opacity: 0.05;}.cid-uETy3jXsji .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: flex-end; justify-content: flex-end;}.cid-uETy3jXsji .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #232323;}.cid-uETy3jXsji .footer-lower .social-list .soc-item { margin: 0 0.5rem;}.cid-uETy3jXsji .footer-lower .social-list a { margin: 0; opacity: 0.5; -webkit-transition: 0.2s linear; transition: 0.2s linear;}.cid-uETy3jXsji .footer-lower .social-list a:hover { opacity: 1;}@media (max-width: 767px) { .cid-uETy3jXsji .footer-lower .social-list { -webkit-justify-content: center; justify-content: center; }}.cid-uETy3jXsji .copyright > p { color: #767676;}.cid-uIDUhc9iGd { z-index: 1000; width: 100%; position: relative; min-height: 60px;}.cid-uIDUhc9iGd nav.navbar { position: fixed;}.cid-uIDUhc9iGd .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-uIDUhc9iGd .dropdown-menu { padding: 0; border-radius: 4px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);}.cid-uIDUhc9iGd .dropdown-item { border-bottom: 1px solid #e6e6e6;}.cid-uIDUhc9iGd .dropdown-item:hover,.cid-uIDUhc9iGd .dropdown-item:focus { background: #353535 !important; color: white !important;}.cid-uIDUhc9iGd .dropdown-item:hover span { color: white;}.cid-uIDUhc9iGd .dropdown-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px;}.cid-uIDUhc9iGd .dropdown-item:last-child { border-bottom: none; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px;}.cid-uIDUhc9iGd .nav-dropdown .link { padding: 0 0.3em !important; margin: 0.667em 1em !important;}.cid-uIDUhc9iGd .nav-dropdown .link.dropdown-toggle::after { margin-left: 0.5rem; margin-top: 0.2rem;}.cid-uIDUhc9iGd .nav-link { position: relative;}.cid-uIDUhc9iGd .container { display: flex; margin: auto; flex-wrap: nowrap;}@media (max-width: 991px) { .cid-uIDUhc9iGd .container { flex-wrap: wrap; }}.cid-uIDUhc9iGd .container-fluid { flex-wrap: nowrap;}@media (max-width: 991px) { .cid-uIDUhc9iGd .container-fluid { flex-wrap: wrap; }}.cid-uIDUhc9iGd .iconfont-wrapper { color: #000000 !important; font-size: 1.5rem; padding-right: 0.5rem;}.cid-uIDUhc9iGd .dropdown-menu,.cid-uIDUhc9iGd .navbar.opened { background: #060606 !important;}.cid-uIDUhc9iGd .nav-item:focus,.cid-uIDUhc9iGd .nav-link:focus { outline: none;}.cid-uIDUhc9iGd .dropdown .dropdown-menu .dropdown-item { width: auto; transition: all 0.25s ease-in-out;}.cid-uIDUhc9iGd .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem;}.cid-uIDUhc9iGd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { margin-right: 0.5rem; vertical-align: sub;}.cid-uIDUhc9iGd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { display: inline-block; transform: scale(1, 1); transition: all 0.25s ease-in-out;}.cid-uIDUhc9iGd .collapsed .dropdown-menu .dropdown-item:before { display: none;}.cid-uIDUhc9iGd .collapsed .dropdown .dropdown-menu .dropdown-item { padding: 0.235em 1.5em 0.235em 1.5em !important; transition: none; margin: 0 !important;}.cid-uIDUhc9iGd .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: #060606;}.cid-uIDUhc9iGd .navbar.opened { transition: all 0.3s;}.cid-uIDUhc9iGd .navbar .dropdown-item { padding: 0.5rem 1.8rem;}.cid-uIDUhc9iGd .navbar .navbar-logo img { width: auto;}.cid-uIDUhc9iGd .navbar .navbar-collapse { justify-content: flex-end; z-index: 1;}.cid-uIDUhc9iGd .navbar.collapsed { justify-content: center;}.cid-uIDUhc9iGd .navbar.collapsed .nav-item .nav-link::before { display: none;}.cid-uIDUhc9iGd .navbar.collapsed.opened .dropdown-menu { top: 0;}@media (min-width: 992px) { .cid-uIDUhc9iGd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse { max-height: calc(98.5vh - 3rem); }}.cid-uIDUhc9iGd .navbar.collapsed .dropdown-menu .dropdown-submenu { left: 0 !important;}.cid-uIDUhc9iGd .navbar.collapsed .dropdown-menu .dropdown-item:after { right: auto;}.cid-uIDUhc9iGd .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-uIDUhc9iGd .navbar.collapsed ul.navbar-nav li { margin: auto;}.cid-uIDUhc9iGd .navbar.collapsed .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem; text-align: center;}.cid-uIDUhc9iGd .navbar.collapsed .icons-menu { padding-left: 0; padding-right: 0; padding-top: 0.5rem; padding-bottom: 0.5rem;}@media (max-width: 991px) { .cid-uIDUhc9iGd .navbar .nav-item .nav-link::before { display: none; } .cid-uIDUhc9iGd .navbar.opened .dropdown-menu { top: 0; } .cid-uIDUhc9iGd .navbar .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-uIDUhc9iGd .navbar .dropdown-menu .dropdown-item:after { right: auto; } .cid-uIDUhc9iGd .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-uIDUhc9iGd .navbar .navbar-logo img { height: 3rem !important; } .cid-uIDUhc9iGd .navbar ul.navbar-nav li { margin: auto; } .cid-uIDUhc9iGd .navbar .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem !important; text-align: center; } .cid-uIDUhc9iGd .navbar .navbar-brand { flex-shrink: initial; flex-basis: auto; word-break: break-word; padding-right: 2rem; } .cid-uIDUhc9iGd .navbar .navbar-toggler { flex-basis: auto; } .cid-uIDUhc9iGd .navbar .icons-menu { padding-left: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; }}@media (max-width: 991px) and (max-width: 767px) { .cid-uIDUhc9iGd .navbar .navbar-brand { width: calc(100% - 31px); }}.cid-uIDUhc9iGd .navbar.navbar-short { min-height: 60px;}.cid-uIDUhc9iGd .navbar.navbar-short .navbar-logo img { height: 2.5rem !important;}.cid-uIDUhc9iGd .navbar.navbar-short .navbar-brand { min-height: 60px; padding: 0;}.cid-uIDUhc9iGd .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-uIDUhc9iGd .navbar-brand .navbar-caption { line-height: inherit !important;}.cid-uIDUhc9iGd .navbar-brand .navbar-logo a { outline: none;}.cid-uIDUhc9iGd .dropdown-item.active,.cid-uIDUhc9iGd .dropdown-item:active { background-color: transparent;}.cid-uIDUhc9iGd .navbar-expand-lg .navbar-nav .nav-link { padding: 0;}.cid-uIDUhc9iGd .nav-dropdown .link.dropdown-toggle { margin-right: 1.667em;}.cid-uIDUhc9iGd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { margin-right: 0; padding: 0.667em 1.667em;}.cid-uIDUhc9iGd .navbar.navbar-expand-lg .dropdown .dropdown-menu { background: #060606;}.cid-uIDUhc9iGd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; left: 100%;}.cid-uIDUhc9iGd .navbar .dropdown.open > .dropdown-menu { display: block;}.cid-uIDUhc9iGd ul.navbar-nav { flex-wrap: wrap;}.cid-uIDUhc9iGd .navbar-buttons { text-align: center; min-width: 170px;}.cid-uIDUhc9iGd button.navbar-toggler { outline: none; width: 31px; height: 20px; cursor: pointer; transition: all 0.2s; position: relative; align-self: center;}.cid-uIDUhc9iGd button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #bbbbbb;}.cid-uIDUhc9iGd button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all 0.2s;}.cid-uIDUhc9iGd button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all 0.15s;}.cid-uIDUhc9iGd button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all 0.15s;}.cid-uIDUhc9iGd button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all 0.2s;}.cid-uIDUhc9iGd nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s;}.cid-uIDUhc9iGd nav.opened .hamburger span:nth-child(2) { transform: rotate(45deg); transition: all 0.25s;}.cid-uIDUhc9iGd nav.opened .hamburger span:nth-child(3) { transform: rotate(-45deg); transition: all 0.25s;}.cid-uIDUhc9iGd nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s;}.cid-uIDUhc9iGd .navbar-dropdown { padding: 0 1rem; position: fixed;}.cid-uIDUhc9iGd a.nav-link { display: flex; align-items: center; justify-content: center;}.cid-uIDUhc9iGd .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-uIDUhc9iGd .navbar { height: 70px; } .cid-uIDUhc9iGd .navbar.opened { height: auto; } .cid-uIDUhc9iGd .nav-item .nav-link:hover::before { width: 175%; max-width: calc(100% + 2rem); left: -1rem; }}.cid-uIDUhcw6Xl { padding-top: 7rem; padding-bottom: 5rem; background-color: #060606;}.cid-uIDUhcw6Xl .mbr-section-subtitle { color: #bbbbbb;}.cid-uIDUhcw6Xl .mbr-text { color: #767676;}.cid-uKjA22hwSf { padding-top: 1rem; padding-bottom: 1rem; background-color: #060606;}@media (max-width: 991px) { .cid-uKjA22hwSf .image-wrapper { margin-bottom: 1rem; }}.cid-uKjA22hwSf .row { flex-direction: row-reverse;}.cid-uKjA22hwSf img { width: 100%;}.cid-uKjA1qsmJb { padding-top: 30px; padding-bottom: 15px; background: linear-gradient(0deg, #060606, #060606);}.cid-uKjA1qsmJb a { text-align: center;}.cid-uKjA1qsmJb p { color: #0a0a0a; text-align: center;}.cid-uKjA1qsmJb span { font-size: 2rem;}.cid-uKjA1qsmJb .mbr-iconfont-social { font-size: 22px; color: #767676; height: 2.2em; line-height: 1.6em; width: 2.2em; padding-top: 6px; display: inline-block; border-radius: 50%; border: 2px solid #767676;}.cid-uKjA1qsmJb .social-list a:focus { text-decoration: none;}.cid-uKjA1qsmJb .media-container-row { -webkit-align-items: center; align-items: center;}.cid-uKjA1qsmJb .media-container-row a { margin: 0 1rem;}.cid-uKjA1qsmJb .mbr-fallback-image.disabled { display: none;}.cid-uKjA1qsmJb .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0;}.cid-uKjA1qsmJb P { text-align: center; color: #767676;}.cid-uIDUhcKxOq { padding-top: 45px; padding-bottom: 45px; background-color: #060606;}@media (max-width: 767px) { .cid-uIDUhcKxOq .media-wrap { margin-bottom: 1rem; text-align: center; }}.cid-uIDUhcKxOq .mbr-text { color: #767676;}@media (max-width: 767px) { .cid-uIDUhcKxOq .links { text-align: center !important; }}@media (max-width: 767px) { .cid-uIDUhcKxOq .footer-lower .copyright { margin-bottom: 1rem; text-align: center; }}.cid-uIDUhcKxOq .footer-lower hr { margin: 1rem 0; border-color: #000; opacity: 0.05;}.cid-uIDUhcKxOq .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: flex-end; justify-content: flex-end;}.cid-uIDUhcKxOq .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #232323;}.cid-uIDUhcKxOq .footer-lower .social-list .soc-item { margin: 0 0.5rem;}.cid-uIDUhcKxOq .footer-lower .social-list a { margin: 0; opacity: 0.5; -webkit-transition: 0.2s linear; transition: 0.2s linear;}.cid-uIDUhcKxOq .footer-lower .social-list a:hover { opacity: 1;}@media (max-width: 767px) { .cid-uIDUhcKxOq .footer-lower .social-list { -webkit-justify-content: center; justify-content: center; }}.cid-uIDUhcKxOq .copyright > p { color: #767676;}.cid-uETxh2CZbd { z-index: 1000; width: 100%; position: relative; min-height: 60px;}.cid-uETxh2CZbd nav.navbar { position: fixed;}.cid-uETxh2CZbd .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-uETxh2CZbd .dropdown-menu { padding: 0; border-radius: 4px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);}.cid-uETxh2CZbd .dropdown-item { border-bottom: 1px solid #e6e6e6;}.cid-uETxh2CZbd .dropdown-item:hover,.cid-uETxh2CZbd .dropdown-item:focus { background: #353535 !important; color: white !important;}.cid-uETxh2CZbd .dropdown-item:hover span { color: white;}.cid-uETxh2CZbd .dropdown-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px;}.cid-uETxh2CZbd .dropdown-item:last-child { border-bottom: none; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px;}.cid-uETxh2CZbd .nav-dropdown .link { padding: 0 0.3em !important; margin: 0.667em 1em !important;}.cid-uETxh2CZbd .nav-dropdown .link.dropdown-toggle::after { margin-left: 0.5rem; margin-top: 0.2rem;}.cid-uETxh2CZbd .nav-link { position: relative;}.cid-uETxh2CZbd .container { display: flex; margin: auto; flex-wrap: nowrap;}@media (max-width: 991px) { .cid-uETxh2CZbd .container { flex-wrap: wrap; }}.cid-uETxh2CZbd .container-fluid { flex-wrap: nowrap;}@media (max-width: 991px) { .cid-uETxh2CZbd .container-fluid { flex-wrap: wrap; }}.cid-uETxh2CZbd .iconfont-wrapper { color: #000000 !important; font-size: 1.5rem; padding-right: 0.5rem;}.cid-uETxh2CZbd .dropdown-menu,.cid-uETxh2CZbd .navbar.opened { background: #060606 !important;}.cid-uETxh2CZbd .nav-item:focus,.cid-uETxh2CZbd .nav-link:focus { outline: none;}.cid-uETxh2CZbd .dropdown .dropdown-menu .dropdown-item { width: auto; transition: all 0.25s ease-in-out;}.cid-uETxh2CZbd .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem;}.cid-uETxh2CZbd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { margin-right: 0.5rem; vertical-align: sub;}.cid-uETxh2CZbd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { display: inline-block; transform: scale(1, 1); transition: all 0.25s ease-in-out;}.cid-uETxh2CZbd .collapsed .dropdown-menu .dropdown-item:before { display: none;}.cid-uETxh2CZbd .collapsed .dropdown .dropdown-menu .dropdown-item { padding: 0.235em 1.5em 0.235em 1.5em !important; transition: none; margin: 0 !important;}.cid-uETxh2CZbd .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: #060606;}.cid-uETxh2CZbd .navbar.opened { transition: all 0.3s;}.cid-uETxh2CZbd .navbar .dropdown-item { padding: 0.5rem 1.8rem;}.cid-uETxh2CZbd .navbar .navbar-logo img { width: auto;}.cid-uETxh2CZbd .navbar .navbar-collapse { justify-content: flex-end; z-index: 1;}.cid-uETxh2CZbd .navbar.collapsed { justify-content: center;}.cid-uETxh2CZbd .navbar.collapsed .nav-item .nav-link::before { display: none;}.cid-uETxh2CZbd .navbar.collapsed.opened .dropdown-menu { top: 0;}@media (min-width: 992px) { .cid-uETxh2CZbd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse { max-height: calc(98.5vh - 3rem); }}.cid-uETxh2CZbd .navbar.collapsed .dropdown-menu .dropdown-submenu { left: 0 !important;}.cid-uETxh2CZbd .navbar.collapsed .dropdown-menu .dropdown-item:after { right: auto;}.cid-uETxh2CZbd .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-uETxh2CZbd .navbar.collapsed ul.navbar-nav li { margin: auto;}.cid-uETxh2CZbd .navbar.collapsed .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem; text-align: center;}.cid-uETxh2CZbd .navbar.collapsed .icons-menu { padding-left: 0; padding-right: 0; padding-top: 0.5rem; padding-bottom: 0.5rem;}@media (max-width: 991px) { .cid-uETxh2CZbd .navbar .nav-item .nav-link::before { display: none; } .cid-uETxh2CZbd .navbar.opened .dropdown-menu { top: 0; } .cid-uETxh2CZbd .navbar .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-uETxh2CZbd .navbar .dropdown-menu .dropdown-item:after { right: auto; } .cid-uETxh2CZbd .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-uETxh2CZbd .navbar .navbar-logo img { height: 3rem !important; } .cid-uETxh2CZbd .navbar ul.navbar-nav li { margin: auto; } .cid-uETxh2CZbd .navbar .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem !important; text-align: center; } .cid-uETxh2CZbd .navbar .navbar-brand { flex-shrink: initial; flex-basis: auto; word-break: break-word; padding-right: 2rem; } .cid-uETxh2CZbd .navbar .navbar-toggler { flex-basis: auto; } .cid-uETxh2CZbd .navbar .icons-menu { padding-left: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; }}@media (max-width: 991px) and (max-width: 767px) { .cid-uETxh2CZbd .navbar .navbar-brand { width: calc(100% - 31px); }}.cid-uETxh2CZbd .navbar.navbar-short { min-height: 60px;}.cid-uETxh2CZbd .navbar.navbar-short .navbar-logo img { height: 2.5rem !important;}.cid-uETxh2CZbd .navbar.navbar-short .navbar-brand { min-height: 60px; padding: 0;}.cid-uETxh2CZbd .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-uETxh2CZbd .navbar-brand .navbar-caption { line-height: inherit !important;}.cid-uETxh2CZbd .navbar-brand .navbar-logo a { outline: none;}.cid-uETxh2CZbd .dropdown-item.active,.cid-uETxh2CZbd .dropdown-item:active { background-color: transparent;}.cid-uETxh2CZbd .navbar-expand-lg .navbar-nav .nav-link { padding: 0;}.cid-uETxh2CZbd .nav-dropdown .link.dropdown-toggle { margin-right: 1.667em;}.cid-uETxh2CZbd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { margin-right: 0; padding: 0.667em 1.667em;}.cid-uETxh2CZbd .navbar.navbar-expand-lg .dropdown .dropdown-menu { background: #060606;}.cid-uETxh2CZbd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; left: 100%;}.cid-uETxh2CZbd .navbar .dropdown.open > .dropdown-menu { display: block;}.cid-uETxh2CZbd ul.navbar-nav { flex-wrap: wrap;}.cid-uETxh2CZbd .navbar-buttons { text-align: center; min-width: 170px;}.cid-uETxh2CZbd button.navbar-toggler { outline: none; width: 31px; height: 20px; cursor: pointer; transition: all 0.2s; position: relative; align-self: center;}.cid-uETxh2CZbd button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #bbbbbb;}.cid-uETxh2CZbd button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all 0.2s;}.cid-uETxh2CZbd button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all 0.15s;}.cid-uETxh2CZbd button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all 0.15s;}.cid-uETxh2CZbd button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all 0.2s;}.cid-uETxh2CZbd nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s;}.cid-uETxh2CZbd nav.opened .hamburger span:nth-child(2) { transform: rotate(45deg); transition: all 0.25s;}.cid-uETxh2CZbd nav.opened .hamburger span:nth-child(3) { transform: rotate(-45deg); transition: all 0.25s;}.cid-uETxh2CZbd nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s;}.cid-uETxh2CZbd .navbar-dropdown { padding: 0 1rem; position: fixed;}.cid-uETxh2CZbd a.nav-link { display: flex; align-items: center; justify-content: center;}.cid-uETxh2CZbd .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-uETxh2CZbd .navbar { height: 70px; } .cid-uETxh2CZbd .navbar.opened { height: auto; } .cid-uETxh2CZbd .nav-item .nav-link:hover::before { width: 175%; max-width: calc(100% + 2rem); left: -1rem; }}.cid-uKjxNNMqrG { padding-top: 5rem; padding-bottom: 1rem; background-color: #060606;}@media (max-width: 991px) { .cid-uKjxNNMqrG .image-wrapper { margin-bottom: 1rem; }}.cid-uKjxNNMqrG .row { flex-direction: row-reverse;}.cid-uKjxNNMqrG img { width: 100%;}.cid-uKjyad9Wsg { padding-top: 2rem; padding-bottom: 1rem; background-color: #060606;}.cid-uKjyad9Wsg img,.cid-uKjyad9Wsg .item-img { width: 100%;}.cid-uKjyad9Wsg .item:focus,.cid-uKjyad9Wsg span:focus { outline: none;}.cid-uKjyad9Wsg .item { cursor: pointer; margin-bottom: 2rem;}.cid-uKjyad9Wsg .item-wrapper { position: relative; border-radius: 4px; background: #353535; height: 100%; display: flex; flex-flow: column nowrap;}@media (min-width: 992px) { .cid-uKjyad9Wsg .item-wrapper .item-content { padding: 2rem 2rem 0; } .cid-uKjyad9Wsg .item-wrapper .item-footer { padding: 0 2rem 2rem; }}@media (max-width: 991px) { .cid-uKjyad9Wsg .item-wrapper .item-content { padding: 1rem 1rem 0; } .cid-uKjyad9Wsg .item-wrapper .item-footer { padding: 0 1rem 1rem; }}.cid-uKjyad9Wsg .mbr-section-btn { margin-top: auto !important;}.cid-uKjyad9Wsg .mbr-section-title { color: #bbbbbb;}.cid-uKjyad9Wsg .mbr-text,.cid-uKjyad9Wsg .mbr-section-btn { text-align: left; color: #767676;}.cid-uKjyad9Wsg .item-title { text-align: left; color: #bbbbbb;}.cid-uKjyad9Wsg .item-subtitle { text-align: left;}.cid-uKjyad9Wsg .mbr-section-subtitle { color: #bbbbbb;}.cid-uKjxZgQelJ { padding-top: 30px; padding-bottom: 15px; background: linear-gradient(0deg, #060606, #060606);}.cid-uKjxZgQelJ a { text-align: center;}.cid-uKjxZgQelJ p { color: #0a0a0a; text-align: center;}.cid-uKjxZgQelJ span { font-size: 2rem;}.cid-uKjxZgQelJ .mbr-iconfont-social { font-size: 22px; color: #767676; height: 2.2em; line-height: 1.6em; width: 2.2em; padding-top: 6px; display: inline-block; border-radius: 50%; border: 2px solid #767676;}.cid-uKjxZgQelJ .social-list a:focus { text-decoration: none;}.cid-uKjxZgQelJ .media-container-row { -webkit-align-items: center; align-items: center;}.cid-uKjxZgQelJ .media-container-row a { margin: 0 1rem;}.cid-uKjxZgQelJ .mbr-fallback-image.disabled { display: none;}.cid-uKjxZgQelJ .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0;}.cid-uKjxZgQelJ P { text-align: center; color: #767676;}.cid-uETy3jXsji { padding-top: 45px; padding-bottom: 45px; background-color: #060606;}@media (max-width: 767px) { .cid-uETy3jXsji .media-wrap { margin-bottom: 1rem; text-align: center; }}.cid-uETy3jXsji .mbr-text { color: #767676;}@media (max-width: 767px) { .cid-uETy3jXsji .links { text-align: center !important; }}@media (max-width: 767px) { .cid-uETy3jXsji .footer-lower .copyright { margin-bottom: 1rem; text-align: center; }}.cid-uETy3jXsji .footer-lower hr { margin: 1rem 0; border-color: #000; opacity: 0.05;}.cid-uETy3jXsji .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: flex-end; justify-content: flex-end;}.cid-uETy3jXsji .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #232323;}.cid-uETy3jXsji .footer-lower .social-list .soc-item { margin: 0 0.5rem;}.cid-uETy3jXsji .footer-lower .social-list a { margin: 0; opacity: 0.5; -webkit-transition: 0.2s linear; transition: 0.2s linear;}.cid-uETy3jXsji .footer-lower .social-list a:hover { opacity: 1;}@media (max-width: 767px) { .cid-uETy3jXsji .footer-lower .social-list { -webkit-justify-content: center; justify-content: center; }}.cid-uETy3jXsji .copyright > p { color: #767676;}.cid-uKjrpvwJBa { z-index: 1000; width: 100%; position: relative; min-height: 60px;}.cid-uKjrpvwJBa nav.navbar { position: fixed;}.cid-uKjrpvwJBa .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-uKjrpvwJBa .dropdown-menu { padding: 0; border-radius: 4px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);}.cid-uKjrpvwJBa .dropdown-item { border-bottom: 1px solid #e6e6e6;}.cid-uKjrpvwJBa .dropdown-item:hover,.cid-uKjrpvwJBa .dropdown-item:focus { background: #353535 !important; color: white !important;}.cid-uKjrpvwJBa .dropdown-item:hover span { color: white;}.cid-uKjrpvwJBa .dropdown-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px;}.cid-uKjrpvwJBa .dropdown-item:last-child { border-bottom: none; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px;}.cid-uKjrpvwJBa .nav-dropdown .link { padding: 0 0.3em !important; margin: 0.667em 1em !important;}.cid-uKjrpvwJBa .nav-dropdown .link.dropdown-toggle::after { margin-left: 0.5rem; margin-top: 0.2rem;}.cid-uKjrpvwJBa .nav-link { position: relative;}.cid-uKjrpvwJBa .container { display: flex; margin: auto; flex-wrap: nowrap;}@media (max-width: 991px) { .cid-uKjrpvwJBa .container { flex-wrap: wrap; }}.cid-uKjrpvwJBa .container-fluid { flex-wrap: nowrap;}@media (max-width: 991px) { .cid-uKjrpvwJBa .container-fluid { flex-wrap: wrap; }}.cid-uKjrpvwJBa .iconfont-wrapper { color: #000000 !important; font-size: 1.5rem; padding-right: 0.5rem;}.cid-uKjrpvwJBa .dropdown-menu,.cid-uKjrpvwJBa .navbar.opened { background: #060606 !important;}.cid-uKjrpvwJBa .nav-item:focus,.cid-uKjrpvwJBa .nav-link:focus { outline: none;}.cid-uKjrpvwJBa .dropdown .dropdown-menu .dropdown-item { width: auto; transition: all 0.25s ease-in-out;}.cid-uKjrpvwJBa .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem;}.cid-uKjrpvwJBa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { margin-right: 0.5rem; vertical-align: sub;}.cid-uKjrpvwJBa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { display: inline-block; transform: scale(1, 1); transition: all 0.25s ease-in-out;}.cid-uKjrpvwJBa .collapsed .dropdown-menu .dropdown-item:before { display: none;}.cid-uKjrpvwJBa .collapsed .dropdown .dropdown-menu .dropdown-item { padding: 0.235em 1.5em 0.235em 1.5em !important; transition: none; margin: 0 !important;}.cid-uKjrpvwJBa .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: #060606;}.cid-uKjrpvwJBa .navbar.opened { transition: all 0.3s;}.cid-uKjrpvwJBa .navbar .dropdown-item { padding: 0.5rem 1.8rem;}.cid-uKjrpvwJBa .navbar .navbar-logo img { width: auto;}.cid-uKjrpvwJBa .navbar .navbar-collapse { justify-content: flex-end; z-index: 1;}.cid-uKjrpvwJBa .navbar.collapsed { justify-content: center;}.cid-uKjrpvwJBa .navbar.collapsed .nav-item .nav-link::before { display: none;}.cid-uKjrpvwJBa .navbar.collapsed.opened .dropdown-menu { top: 0;}@media (min-width: 992px) { .cid-uKjrpvwJBa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse { max-height: calc(98.5vh - 3rem); }}.cid-uKjrpvwJBa .navbar.collapsed .dropdown-menu .dropdown-submenu { left: 0 !important;}.cid-uKjrpvwJBa .navbar.collapsed .dropdown-menu .dropdown-item:after { right: auto;}.cid-uKjrpvwJBa .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-uKjrpvwJBa .navbar.collapsed ul.navbar-nav li { margin: auto;}.cid-uKjrpvwJBa .navbar.collapsed .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem; text-align: center;}.cid-uKjrpvwJBa .navbar.collapsed .icons-menu { padding-left: 0; padding-right: 0; padding-top: 0.5rem; padding-bottom: 0.5rem;}@media (max-width: 991px) { .cid-uKjrpvwJBa .navbar .nav-item .nav-link::before { display: none; } .cid-uKjrpvwJBa .navbar.opened .dropdown-menu { top: 0; } .cid-uKjrpvwJBa .navbar .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-uKjrpvwJBa .navbar .dropdown-menu .dropdown-item:after { right: auto; } .cid-uKjrpvwJBa .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-uKjrpvwJBa .navbar .navbar-logo img { height: 3rem !important; } .cid-uKjrpvwJBa .navbar ul.navbar-nav li { margin: auto; } .cid-uKjrpvwJBa .navbar .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem !important; text-align: center; } .cid-uKjrpvwJBa .navbar .navbar-brand { flex-shrink: initial; flex-basis: auto; word-break: break-word; padding-right: 2rem; } .cid-uKjrpvwJBa .navbar .navbar-toggler { flex-basis: auto; } .cid-uKjrpvwJBa .navbar .icons-menu { padding-left: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; }}@media (max-width: 991px) and (max-width: 767px) { .cid-uKjrpvwJBa .navbar .navbar-brand { width: calc(100% - 31px); }}.cid-uKjrpvwJBa .navbar.navbar-short { min-height: 60px;}.cid-uKjrpvwJBa .navbar.navbar-short .navbar-logo img { height: 2.5rem !important;}.cid-uKjrpvwJBa .navbar.navbar-short .navbar-brand { min-height: 60px; padding: 0;}.cid-uKjrpvwJBa .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-uKjrpvwJBa .navbar-brand .navbar-caption { line-height: inherit !important;}.cid-uKjrpvwJBa .navbar-brand .navbar-logo a { outline: none;}.cid-uKjrpvwJBa .dropdown-item.active,.cid-uKjrpvwJBa .dropdown-item:active { background-color: transparent;}.cid-uKjrpvwJBa .navbar-expand-lg .navbar-nav .nav-link { padding: 0;}.cid-uKjrpvwJBa .nav-dropdown .link.dropdown-toggle { margin-right: 1.667em;}.cid-uKjrpvwJBa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { margin-right: 0; padding: 0.667em 1.667em;}.cid-uKjrpvwJBa .navbar.navbar-expand-lg .dropdown .dropdown-menu { background: #060606;}.cid-uKjrpvwJBa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; left: 100%;}.cid-uKjrpvwJBa .navbar .dropdown.open > .dropdown-menu { display: block;}.cid-uKjrpvwJBa ul.navbar-nav { flex-wrap: wrap;}.cid-uKjrpvwJBa .navbar-buttons { text-align: center; min-width: 170px;}.cid-uKjrpvwJBa button.navbar-toggler { outline: none; width: 31px; height: 20px; cursor: pointer; transition: all 0.2s; position: relative; align-self: center;}.cid-uKjrpvwJBa button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #bbbbbb;}.cid-uKjrpvwJBa button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all 0.2s;}.cid-uKjrpvwJBa button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all 0.15s;}.cid-uKjrpvwJBa button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all 0.15s;}.cid-uKjrpvwJBa button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all 0.2s;}.cid-uKjrpvwJBa nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s;}.cid-uKjrpvwJBa nav.opened .hamburger span:nth-child(2) { transform: rotate(45deg); transition: all 0.25s;}.cid-uKjrpvwJBa nav.opened .hamburger span:nth-child(3) { transform: rotate(-45deg); transition: all 0.25s;}.cid-uKjrpvwJBa nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s;}.cid-uKjrpvwJBa .navbar-dropdown { padding: 0 1rem; position: fixed;}.cid-uKjrpvwJBa a.nav-link { display: flex; align-items: center; justify-content: center;}.cid-uKjrpvwJBa .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-uKjrpvwJBa .navbar { height: 70px; } .cid-uKjrpvwJBa .navbar.opened { height: auto; } .cid-uKjrpvwJBa .nav-item .nav-link:hover::before { width: 175%; max-width: calc(100% + 2rem); left: -1rem; }}.cid-uMkfLf3wg3 { padding-top: 7rem; padding-bottom: 1rem; background-color: #000000;}.cid-uMkfLf3wg3 .mbr-fallback-image.disabled { display: none;}.cid-uMkfLf3wg3 .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0;}@media (max-width: 991px) { .cid-uMkfLf3wg3 .image-wrapper { margin-bottom: 1rem; }}.cid-uMkfLf3wg3 .row { flex-direction: row-reverse;}.cid-uMkfLf3wg3 img { width: 100%;}.cid-uKjrpvS1mm { padding-top: 1rem; padding-bottom: 1rem; background-color: #060606;}.cid-uKjrpvS1mm .mbr-section-subtitle { color: #bbbbbb;}.cid-uKjrpvS1mm .mbr-text { color: #767676;}.cid-uKjApmhZzp { padding-top: 1rem; padding-bottom: 1rem; background-color: #060606;}@media (max-width: 991px) { .cid-uKjApmhZzp .image-wrapper { margin-bottom: 1rem; }}.cid-uKjApmhZzp .row { flex-direction: row-reverse;}.cid-uKjApmhZzp img { width: 100%;}.cid-uKjAoOX4Tu { padding-top: 30px; padding-bottom: 15px; background: linear-gradient(0deg, #060606, #060606);}.cid-uKjAoOX4Tu a { text-align: center;}.cid-uKjAoOX4Tu p { color: #0a0a0a; text-align: center;}.cid-uKjAoOX4Tu span { font-size: 2rem;}.cid-uKjAoOX4Tu .mbr-iconfont-social { font-size: 22px; color: #767676; height: 2.2em; line-height: 1.6em; width: 2.2em; padding-top: 6px; display: inline-block; border-radius: 50%; border: 2px solid #767676;}.cid-uKjAoOX4Tu .social-list a:focus { text-decoration: none;}.cid-uKjAoOX4Tu .media-container-row { -webkit-align-items: center; align-items: center;}.cid-uKjAoOX4Tu .media-container-row a { margin: 0 1rem;}.cid-uKjAoOX4Tu .mbr-fallback-image.disabled { display: none;}.cid-uKjAoOX4Tu .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0;}.cid-uKjAoOX4Tu P { text-align: center; color: #767676;}.cid-uKjrpw2RTD { padding-top: 45px; padding-bottom: 45px; background-color: #060606;}@media (max-width: 767px) { .cid-uKjrpw2RTD .media-wrap { margin-bottom: 1rem; text-align: center; }}.cid-uKjrpw2RTD .mbr-text { color: #767676;}@media (max-width: 767px) { .cid-uKjrpw2RTD .links { text-align: center !important; }}@media (max-width: 767px) { .cid-uKjrpw2RTD .footer-lower .copyright { margin-bottom: 1rem; text-align: center; }}.cid-uKjrpw2RTD .footer-lower hr { margin: 1rem 0; border-color: #000; opacity: 0.05;}.cid-uKjrpw2RTD .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: flex-end; justify-content: flex-end;}.cid-uKjrpw2RTD .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #232323;}.cid-uKjrpw2RTD .footer-lower .social-list .soc-item { margin: 0 0.5rem;}.cid-uKjrpw2RTD .footer-lower .social-list a { margin: 0; opacity: 0.5; -webkit-transition: 0.2s linear; transition: 0.2s linear;}.cid-uKjrpw2RTD .footer-lower .social-list a:hover { opacity: 1;}@media (max-width: 767px) { .cid-uKjrpw2RTD .footer-lower .social-list { -webkit-justify-content: center; justify-content: center; }}.cid-uKjrpw2RTD .copyright > p { color: #767676;}.cid-uKjrCC8fEP { z-index: 1000; width: 100%; position: relative; min-height: 60px;}.cid-uKjrCC8fEP nav.navbar { position: fixed;}.cid-uKjrCC8fEP .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-uKjrCC8fEP .dropdown-menu { padding: 0; border-radius: 4px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);}.cid-uKjrCC8fEP .dropdown-item { border-bottom: 1px solid #e6e6e6;}.cid-uKjrCC8fEP .dropdown-item:hover,.cid-uKjrCC8fEP .dropdown-item:focus { background: #353535 !important; color: white !important;}.cid-uKjrCC8fEP .dropdown-item:hover span { color: white;}.cid-uKjrCC8fEP .dropdown-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px;}.cid-uKjrCC8fEP .dropdown-item:last-child { border-bottom: none; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px;}.cid-uKjrCC8fEP .nav-dropdown .link { padding: 0 0.3em !important; margin: 0.667em 1em !important;}.cid-uKjrCC8fEP .nav-dropdown .link.dropdown-toggle::after { margin-left: 0.5rem; margin-top: 0.2rem;}.cid-uKjrCC8fEP .nav-link { position: relative;}.cid-uKjrCC8fEP .container { display: flex; margin: auto; flex-wrap: nowrap;}@media (max-width: 991px) { .cid-uKjrCC8fEP .container { flex-wrap: wrap; }}.cid-uKjrCC8fEP .container-fluid { flex-wrap: nowrap;}@media (max-width: 991px) { .cid-uKjrCC8fEP .container-fluid { flex-wrap: wrap; }}.cid-uKjrCC8fEP .iconfont-wrapper { color: #000000 !important; font-size: 1.5rem; padding-right: 0.5rem;}.cid-uKjrCC8fEP .dropdown-menu,.cid-uKjrCC8fEP .navbar.opened { background: #060606 !important;}.cid-uKjrCC8fEP .nav-item:focus,.cid-uKjrCC8fEP .nav-link:focus { outline: none;}.cid-uKjrCC8fEP .dropdown .dropdown-menu .dropdown-item { width: auto; transition: all 0.25s ease-in-out;}.cid-uKjrCC8fEP .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem;}.cid-uKjrCC8fEP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { margin-right: 0.5rem; vertical-align: sub;}.cid-uKjrCC8fEP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { display: inline-block; transform: scale(1, 1); transition: all 0.25s ease-in-out;}.cid-uKjrCC8fEP .collapsed .dropdown-menu .dropdown-item:before { display: none;}.cid-uKjrCC8fEP .collapsed .dropdown .dropdown-menu .dropdown-item { padding: 0.235em 1.5em 0.235em 1.5em !important; transition: none; margin: 0 !important;}.cid-uKjrCC8fEP .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: #060606;}.cid-uKjrCC8fEP .navbar.opened { transition: all 0.3s;}.cid-uKjrCC8fEP .navbar .dropdown-item { padding: 0.5rem 1.8rem;}.cid-uKjrCC8fEP .navbar .navbar-logo img { width: auto;}.cid-uKjrCC8fEP .navbar .navbar-collapse { justify-content: flex-end; z-index: 1;}.cid-uKjrCC8fEP .navbar.collapsed { justify-content: center;}.cid-uKjrCC8fEP .navbar.collapsed .nav-item .nav-link::before { display: none;}.cid-uKjrCC8fEP .navbar.collapsed.opened .dropdown-menu { top: 0;}@media (min-width: 992px) { .cid-uKjrCC8fEP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse { max-height: calc(98.5vh - 3rem); }}.cid-uKjrCC8fEP .navbar.collapsed .dropdown-menu .dropdown-submenu { left: 0 !important;}.cid-uKjrCC8fEP .navbar.collapsed .dropdown-menu .dropdown-item:after { right: auto;}.cid-uKjrCC8fEP .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-uKjrCC8fEP .navbar.collapsed ul.navbar-nav li { margin: auto;}.cid-uKjrCC8fEP .navbar.collapsed .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem; text-align: center;}.cid-uKjrCC8fEP .navbar.collapsed .icons-menu { padding-left: 0; padding-right: 0; padding-top: 0.5rem; padding-bottom: 0.5rem;}@media (max-width: 991px) { .cid-uKjrCC8fEP .navbar .nav-item .nav-link::before { display: none; } .cid-uKjrCC8fEP .navbar.opened .dropdown-menu { top: 0; } .cid-uKjrCC8fEP .navbar .dropdown-menu .dropdown-submenu { left: 0 !important; } .cid-uKjrCC8fEP .navbar .dropdown-menu .dropdown-item:after { right: auto; } .cid-uKjrCC8fEP .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-uKjrCC8fEP .navbar .navbar-logo img { height: 3rem !important; } .cid-uKjrCC8fEP .navbar ul.navbar-nav li { margin: auto; } .cid-uKjrCC8fEP .navbar .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem !important; text-align: center; } .cid-uKjrCC8fEP .navbar .navbar-brand { flex-shrink: initial; flex-basis: auto; word-break: break-word; padding-right: 2rem; } .cid-uKjrCC8fEP .navbar .navbar-toggler { flex-basis: auto; } .cid-uKjrCC8fEP .navbar .icons-menu { padding-left: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; }}@media (max-width: 991px) and (max-width: 767px) { .cid-uKjrCC8fEP .navbar .navbar-brand { width: calc(100% - 31px); }}.cid-uKjrCC8fEP .navbar.navbar-short { min-height: 60px;}.cid-uKjrCC8fEP .navbar.navbar-short .navbar-logo img { height: 2.5rem !important;}.cid-uKjrCC8fEP .navbar.navbar-short .navbar-brand { min-height: 60px; padding: 0;}.cid-uKjrCC8fEP .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-uKjrCC8fEP .navbar-brand .navbar-caption { line-height: inherit !important;}.cid-uKjrCC8fEP .navbar-brand .navbar-logo a { outline: none;}.cid-uKjrCC8fEP .dropdown-item.active,.cid-uKjrCC8fEP .dropdown-item:active { background-color: transparent;}.cid-uKjrCC8fEP .navbar-expand-lg .navbar-nav .nav-link { padding: 0;}.cid-uKjrCC8fEP .nav-dropdown .link.dropdown-toggle { margin-right: 1.667em;}.cid-uKjrCC8fEP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { margin-right: 0; padding: 0.667em 1.667em;}.cid-uKjrCC8fEP .navbar.navbar-expand-lg .dropdown .dropdown-menu { background: #060606;}.cid-uKjrCC8fEP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; left: 100%;}.cid-uKjrCC8fEP .navbar .dropdown.open > .dropdown-menu { display: block;}.cid-uKjrCC8fEP ul.navbar-nav { flex-wrap: wrap;}.cid-uKjrCC8fEP .navbar-buttons { text-align: center; min-width: 170px;}.cid-uKjrCC8fEP button.navbar-toggler { outline: none; width: 31px; height: 20px; cursor: pointer; transition: all 0.2s; position: relative; align-self: center;}.cid-uKjrCC8fEP button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; height: 2px; border-right: 5px; background-color: #bbbbbb;}.cid-uKjrCC8fEP button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all 0.2s;}.cid-uKjrCC8fEP button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all 0.15s;}.cid-uKjrCC8fEP button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all 0.15s;}.cid-uKjrCC8fEP button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all 0.2s;}.cid-uKjrCC8fEP nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s;}.cid-uKjrCC8fEP nav.opened .hamburger span:nth-child(2) { transform: rotate(45deg); transition: all 0.25s;}.cid-uKjrCC8fEP nav.opened .hamburger span:nth-child(3) { transform: rotate(-45deg); transition: all 0.25s;}.cid-uKjrCC8fEP nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s;}.cid-uKjrCC8fEP .navbar-dropdown { padding: 0 1rem; position: fixed;}.cid-uKjrCC8fEP a.nav-link { display: flex; align-items: center; justify-content: center;}.cid-uKjrCC8fEP .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-uKjrCC8fEP .navbar { height: 70px; } .cid-uKjrCC8fEP .navbar.opened { height: auto; } .cid-uKjrCC8fEP .nav-item .nav-link:hover::before { width: 175%; max-width: calc(100% + 2rem); left: -1rem; }}.cid-uKjrCCrd1B { padding-top: 7rem; padding-bottom: 5rem; background-color: #060606;}.cid-uKjrCCrd1B .mbr-section-subtitle { color: #bbbbbb;}.cid-uKjrCCrd1B .mbr-text { color: #767676;}.cid-uKjA5aG900 { padding-top: 1rem; padding-bottom: 1rem; background-color: #060606;}@media (max-width: 991px) { .cid-uKjA5aG900 .image-wrapper { margin-bottom: 1rem; }}.cid-uKjA5aG900 .row { flex-direction: row-reverse;}.cid-uKjA5aG900 img { width: 100%;}.cid-uKjA4poGt1 { padding-top: 30px; padding-bottom: 15px; background: linear-gradient(0deg, #060606, #060606);}.cid-uKjA4poGt1 a { text-align: center;}.cid-uKjA4poGt1 p { color: #0a0a0a; text-align: center;}.cid-uKjA4poGt1 span { font-size: 2rem;}.cid-uKjA4poGt1 .mbr-iconfont-social { font-size: 22px; color: #767676; height: 2.2em; line-height: 1.6em; width: 2.2em; padding-top: 6px; display: inline-block; border-radius: 50%; border: 2px solid #767676;}.cid-uKjA4poGt1 .social-list a:focus { text-decoration: none;}.cid-uKjA4poGt1 .media-container-row { -webkit-align-items: center; align-items: center;}.cid-uKjA4poGt1 .media-container-row a { margin: 0 1rem;}.cid-uKjA4poGt1 .mbr-fallback-image.disabled { display: none;}.cid-uKjA4poGt1 .mbr-fallback-image { display: block; background-size: cover; background-position: center center; width: 100%; height: 100%; position: absolute; top: 0;}.cid-uKjA4poGt1 P { text-align: center; color: #767676;}.cid-uKjrCCBrrp { padding-top: 45px; padding-bottom: 45px; background-color: #060606;}@media (max-width: 767px) { .cid-uKjrCCBrrp .media-wrap { margin-bottom: 1rem; text-align: center; }}.cid-uKjrCCBrrp .mbr-text { color: #767676;}@media (max-width: 767px) { .cid-uKjrCCBrrp .links { text-align: center !important; }}@media (max-width: 767px) { .cid-uKjrCCBrrp .footer-lower .copyright { margin-bottom: 1rem; text-align: center; }}.cid-uKjrCCBrrp .footer-lower hr { margin: 1rem 0; border-color: #000; opacity: 0.05;}.cid-uKjrCCBrrp .footer-lower .social-list { padding-left: 0; margin-bottom: 0; list-style: none; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: flex-end; justify-content: flex-end;}.cid-uKjrCCBrrp .footer-lower .social-list .mbr-iconfont-social { font-size: 1.3rem; color: #232323;}.cid-uKjrCCBrrp .footer-lower .social-list .soc-item { margin: 0 0.5rem;}.cid-uKjrCCBrrp .footer-lower .social-list a { margin: 0; opacity: 0.5; -webkit-transition: 0.2s linear; transition: 0.2s linear;}.cid-uKjrCCBrrp .footer-lower .social-list a:hover { opacity: 1;}@media (max-width: 767px) { .cid-uKjrCCBrrp .footer-lower .social-list { -webkit-justify-content: center; justify-content: center; }}.cid-uKjrCCBrrp .copyright > p { color: #767676;}

