﻿/*!
Theme Name: Via Tellus
Author: Agencia Volpe
Author URI: https://viatellus.com.br
Description: Projeto para Viatellus
Version: 1.0.0
Tested up to: 7.4
Requires PHP: 7.0+
*/:root{--alert-color-danger: #842029;--alert-color-danger-background: #f8d7da;--alert-color-danger-border: #f5c2c7;--alert-color-info: #084298;--alert-color-info-background: #cfe2ff;--alert-color-info-border: #b6d4fe;--alert-color-warning: #664d03;--alert-color-warning-background: #fff3cd;--alert-color-warning-border: #ffecb5;--alert-color-success: #0f5132;--alert-color-success-background: #d1e7dd;--alert-color-success-border: #badbcc}.alert{position:relative;padding:.85rem 1rem;margin-bottom:1rem;border:1px solid rgba(0,0,0,0);border-radius:.25rem;width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;font-size:17px;line-height:1.5}.alert .alert-icon{font-size:1rem}.alert h3{font-size:1.1em !important;width:100% !important;padding:0 10px 10px 10px !important}.alert p{padding:0 10px !important;line-height:1.5rem}.alert p a{font-weight:600}.alert p strong{font-weight:600}.alert .close{font-size:1.2em;font-weight:500;padding:0 5px;color:inherit}.alert-danger{color:var(--alert-color-danger);background:var(--alert-color-danger-background);border-color:var(--alert-color-danger-border)}.alert-danger h3{color:var(--alert-color-danger) !important}.alert-warning{color:var(--alert-color-warning);background:var(--alert-color-warning-background);border-color:var(--alert-color-warning-border)}.alert-warning h3{color:var(--alert-color-warning) !important}.alert-info{color:var(--alert-color-info);background:var(--alert-color-info-background);border-color:var(--alert-color-info-border)}.alert-info h3{color:var(--alert-color-info) !important}.alert-success{color:var(--alert-color-success);background:var(--alert-color-success-background);border-color:var(--alert-color-success-border)}.alert-success h3{color:var(--alert-color-success) !important}@keyframes form-shake{0%,100%{transform:translateX(0)}15%{transform:translateX(-7px)}30%{transform:translateX(7px)}45%{transform:translateX(-5px)}60%{transform:translateX(5px)}75%{transform:translateX(-3px)}90%{transform:translateX(3px)}}@keyframes error-slide-in{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.form-shake{animation:form-shake .5s ease}input,select,textarea{transition:border-color .2s ease,box-shadow .2s ease}input.is-invalid,select.is-invalid,textarea.is-invalid{border:1.5px solid #dc3545 !important;box-shadow:0 0 0 3px rgba(220,53,69,.12) !important;background-color:#fff8f8 !important;outline:none}input.is-valid,select.is-valid,textarea.is-valid{border:1.5px solid #28a745 !important;box-shadow:0 0 0 3px rgba(40,167,69,.1) !important;outline:none}input[type=checkbox].is-invalid,input[type=checkbox].is-valid,input[type=file].is-invalid,input[type=file].is-valid{border:none !important;box-shadow:none !important;background-color:rgba(0,0,0,0) !important}.field-error-msg{display:none;font-size:14px;font-weight:500;color:#dc3545;border:solid 1px #dc3545;margin-top:-8px;margin-bottom:6px;padding:5px 10px;border-radius:4px;background:#fff}.field-error-msg::before{content:"⚠ "}.field-error-msg.visible{display:block;animation:error-slide-in .2s ease forwards}.admin-page .admin-container table th{background-color:#f9f9f9;color:#555;padding:12px;text-align:left;border-bottom:1px solid #eee}.admin-page .admin-container table td{padding:12px;text-align:left;border-bottom:1px solid #eee}.admin-page .admin-container .status-badge{padding:4px 8px;border-radius:4px;font-size:12px;font-weight:bold;text-transform:uppercase}.admin-page .admin-container .status-badge.status-active{background-color:#d4edda;color:#155724}.admin-page .admin-container .status-badge.status-inactive{background-color:#f8d7da;color:#721c24}.admin-page .admin-container .btn-edit{color:#0d2532;text-decoration:none;font-weight:bold}.admin-page .admin-container .btn-edit:hover{text-decoration:underline}.admin-page .admin-container .user-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.admin-page .admin-container .search-area{margin-bottom:20px;display:flex;justify-content:flex-end}.admin-page .admin-container .search-area form{display:flex;flex-direction:row;gap:10px}.admin-page .admin-container .search-area form input{padding:8px;border-radius:5px;width:250px;margin-bottom:0}.admin-page .admin-container .search-area form input,.admin-page .admin-container .search-area form select,.admin-page .admin-container .search-area form textarea{border:2px solid #ccc}.admin-page .admin-container .search-area form button{padding:8px 15px;background-color:#0d2532;color:#fff;border:none;border-radius:5px;cursor:pointer;font-weight:bold;margin-top:0}.admin-page .admin-container .search-area form button:hover{background-color:#13ada6}.admin-page .admin-container .pagination{display:flex;justify-content:center;gap:5px;margin-top:20px}.admin-page .admin-container .pagination a{padding:8px 12px;border:1px solid #ccc;border-radius:5px;text-decoration:none;color:#333}.admin-page .admin-container .pagination a.active{background-color:#0d2532;color:#fff;border-color:#0d2532}.admin-page .admin-container .pagination a:hover:not(.active){background-color:#eee}.admin-page .admin-container .btn{display:inline-block;padding:8px 15px;background-color:#0d2532;color:#fff;text-decoration:none;border-radius:5px;font-weight:bold;cursor:pointer;border:none;transition:all .3s}.admin-page .admin-container .btn:hover{background-color:#13ada6;color:#fff}.admin-page .admin-container .btn i{margin-right:5px}.admin-page .admin-container .btn.btn-sm{padding:5px 10px;font-size:13px}.admin-page .admin-container .btn.btn-danger{background-color:#d9534f}.admin-page .admin-container .btn.btn-danger:hover{background-color:#c9302c}.admin-page .admin-container .admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.admin-page .admin-container .admin-header h2{margin:0}.admin-page .admin-container .admin-filters{margin-bottom:30px;background:#fff;padding:20px;border-radius:8px;border:1px solid #ddd;box-shadow:0 2px 4px rgba(0,0,0,.05)}.admin-page .admin-container .admin-filters .board-filters-form{display:flex;align-items:center;gap:25px;flex-wrap:wrap}.admin-page .admin-container .admin-filters .board-filters-form .filter-item{display:flex;align-items:center;gap:10px}.admin-page .admin-container .admin-filters .board-filters-form .filter-item label{font-weight:bold;font-size:14px;color:#333;white-space:nowrap}.admin-page .admin-container .admin-filters .board-filters-form .filter-item select{min-width:200px}.admin-page .admin-container .admin-filters .board-filters-form .filter-item .btn-clear-filters{color:#d9534f;text-decoration:none;font-size:14px;font-weight:bold;padding:8px 12px;border:1px solid #d9534f;border-radius:4px;transition:all .3s}.admin-page .admin-container .admin-filters .board-filters-form .filter-item .btn-clear-filters:hover{background:#d9534f;color:#fff;text-decoration:none}.admin-page .admin-container .select2-container--default .select2-selection--single{border:2px solid #ccc;border-radius:0;height:40px;display:flex;align-items:center;background:#fff}.admin-page .admin-container .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:40px;padding-left:10px;color:#555}.admin-page .admin-container .select2-container--default .select2-selection--single .select2-selection__arrow{height:38px}.admin-page .admin-container .select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:not-allowed}.admin-page .admin-container .select2-container--default.select2-container--focus .select2-selection--single{border:2px solid #787878}.admin-page .admin-container .select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#eee;color:#333}.admin-page .admin-container .select2-dropdown{border:2px solid #787878;border-radius:0}/*!
 * Font Awesome Free 6.0.0-beta2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */.fa{font-family:var(--fa-style-family, "Font Awesome 6 Free");font-weight:var(--fa-style, 900)}.fa,.fas,.fa-solid,.far,.fa-regular,.fal,.fa-light,.fat,.fa-thin,.fad,.fa-duotone,.fab,.fa-brands{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display, inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.0833333337em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.0714285718em;vertical-align:.0535714295em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.0416666682em;vertical-align:-0.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-0.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin, 2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width, 2em);line-height:inherit}.fa-border{border-color:var(--fa-border-color, #eee);border-radius:var(--fa-border-radius, 0.1em);border-style:var(--fa-border-style, solid);border-width:var(--fa-border-width, 0.08em);padding:var(--fa-border-padding, 0.2em 0.25em 0.15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin, 0.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin, 0.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay, 0);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, ease-in-out)}.fa-fade{animation-name:fa-fade;animation-delay:var(--fa-animation-delay, 0);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1))}.fa-flash{animation-name:fa-flash;animation-delay:var(--fa-animation-delay, 0);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay, 0);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, ease-in-out)}.fa-spin{animation-name:fa-spin;animation-delay:var(--fa-animation-delay, 0);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 2s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, linear)}.fa-spin-reverse{--fa-animation-direction: reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, steps(8))}@media(prefers-reduced-motion: reduce){.fa-beat,.fa-fade,.fa-flash,.fa-flip,.fa-pulse,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale, 1.25))}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity, 0.4)}}@keyframes fa-flash{0%,100%{opacity:var(--fa-flash-opacity, 0.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-flash-scale, 1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))}}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scale(-1, 1)}.fa-flip-vertical{transform:scale(1, -1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1, -1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle, none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index, auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse, #fff)}.fa-message-plus::before{content:""}.fa-message-captions::before{content:""}.fa-up::before{content:""}.fa-down::before{content:""}.fa-layer-plus::before{content:""}.fa-0::before{content:"\30 "}.fa-1::before{content:"\31 "}.fa-2::before{content:"\32 "}.fa-3::before{content:"\33 "}.fa-4::before{content:"\34 "}.fa-5::before{content:"\35 "}.fa-6::before{content:"\36 "}.fa-7::before{content:"\37 "}.fa-8::before{content:"\38 "}.fa-9::before{content:"\39 "}.fa-a::before{content:"A"}.fa-address-book::before{content:""}.fa-contact-book::before{content:""}.fa-address-card::before{content:""}.fa-contact-card::before{content:""}.fa-vcard::before{content:""}.fa-align-center::before{content:""}.fa-align-justify::before{content:""}.fa-align-left::before{content:""}.fa-align-right::before{content:""}.fa-anchor::before{content:""}.fa-angle-down::before{content:""}.fa-angle-left::before{content:""}.fa-angle-right::before{content:""}.fa-angle-up::before{content:""}.fa-angles-down::before{content:""}.fa-angle-double-down::before{content:""}.fa-angles-left::before{content:""}.fa-angle-double-left::before{content:""}.fa-angles-right::before{content:""}.fa-angle-double-right::before{content:""}.fa-angles-up::before{content:""}.fa-angle-double-up::before{content:""}.fa-ankh::before{content:""}.fa-apple-whole::before{content:""}.fa-apple-alt::before{content:""}.fa-archway::before{content:""}.fa-arrow-down::before{content:""}.fa-arrow-down-1-9::before{content:""}.fa-sort-numeric-asc::before{content:""}.fa-sort-numeric-down::before{content:""}.fa-arrow-down-9-1::before{content:""}.fa-sort-numeric-desc::before{content:""}.fa-sort-numeric-down-alt::before{content:""}.fa-arrow-down-a-z::before{content:""}.fa-sort-alpha-asc::before{content:""}.fa-sort-alpha-down::before{content:""}.fa-arrow-down-short-wide::before{content:""}.fa-sort-amount-desc::before{content:""}.fa-sort-amount-down-alt::before{content:""}.fa-arrow-down-wide-short::before{content:""}.fa-sort-amount-asc::before{content:""}.fa-sort-amount-down::before{content:""}.fa-arrow-down-z-a::before{content:""}.fa-sort-alpha-desc::before{content:""}.fa-sort-alpha-down-alt::before{content:""}.fa-arrow-left::before{content:""}.fa-arrow-pointer::before{content:""}.fa-mouse-pointer::before{content:""}.fa-arrow-right::before{content:""}.fa-arrow-rotate-left::before{content:""}.fa-arrow-left-rotate::before{content:""}.fa-arrow-rotate-back::before{content:""}.fa-arrow-rotate-backward::before{content:""}.fa-undo::before{content:""}.fa-arrow-rotate-right::before{content:""}.fa-arrow-right-rotate::before{content:""}.fa-arrow-rotate-forward::before{content:""}.fa-redo::before{content:""}.fa-arrow-trend-down::before{content:""}.fa-arrow-trend-up::before{content:""}.fa-arrow-up::before{content:""}.fa-arrow-up-1-9::before{content:""}.fa-sort-numeric-up::before{content:""}.fa-arrow-up-9-1::before{content:""}.fa-sort-numeric-up-alt::before{content:""}.fa-arrow-up-a-z::before{content:""}.fa-sort-alpha-up::before{content:""}.fa-arrow-up-from-bracket::before{content:""}.fa-arrow-up-short-wide::before{content:""}.fa-sort-amount-up-alt::before{content:""}.fa-arrow-up-wide-short::before{content:""}.fa-sort-amount-up::before{content:""}.fa-arrow-up-z-a::before{content:""}.fa-sort-alpha-up-alt::before{content:""}.fa-arrows-rotate::before{content:""}.fa-refresh::before{content:""}.fa-sync::before{content:""}.fa-asterisk::before{content:"\*"}.fa-at::before{content:"\@"}.fa-atom::before{content:""}.fa-audio-description::before{content:""}.fa-austral-sign::before{content:""}.fa-award::before{content:""}.fa-b::before{content:"B"}.fa-baby::before{content:""}.fa-baby-carriage::before{content:""}.fa-carriage-baby::before{content:""}.fa-backward::before{content:""}.fa-backward-fast::before{content:""}.fa-fast-backward::before{content:""}.fa-backward-step::before{content:""}.fa-step-backward::before{content:""}.fa-bacon::before{content:""}.fa-bacteria::before{content:""}.fa-bacterium::before{content:""}.fa-bag-shopping::before{content:""}.fa-shopping-bag::before{content:""}.fa-bahai::before{content:""}.fa-baht-sign::before{content:""}.fa-ban::before{content:""}.fa-cancel::before{content:""}.fa-ban-smoking::before{content:""}.fa-smoking-ban::before{content:""}.fa-bandage::before{content:""}.fa-band-aid::before{content:""}.fa-bank::before{content:""}.fa-institution::before{content:""}.fa-university::before{content:""}.fa-barcode::before{content:""}.fa-bars::before{content:""}.fa-navicon::before{content:""}.fa-bars-staggered::before{content:""}.fa-reorder::before{content:""}.fa-stream::before{content:""}.fa-baseball::before{content:""}.fa-baseball-ball::before{content:""}.fa-basket-shopping::before{content:""}.fa-shopping-basket::before{content:""}.fa-basketball::before{content:""}.fa-basketball-ball::before{content:""}.fa-bath::before{content:""}.fa-bathtub::before{content:""}.fa-battery-empty::before{content:""}.fa-battery-0::before{content:""}.fa-battery-full::before{content:""}.fa-battery::before{content:""}.fa-battery-5::before{content:""}.fa-battery-half::before{content:""}.fa-battery-3::before{content:""}.fa-battery-quarter::before{content:""}.fa-battery-2::before{content:""}.fa-battery-three-quarters::before{content:""}.fa-battery-4::before{content:""}.fa-bed::before{content:""}.fa-bed-pulse::before{content:""}.fa-procedures::before{content:""}.fa-beer-mug-empty::before{content:""}.fa-beer::before{content:""}.fa-bell::before{content:""}.fa-bell-on::before{content:""}.fa-bell-concierge::before{content:""}.fa-concierge-bell::before{content:""}.fa-bell-slash::before{content:""}.fa-bezier-curve::before{content:""}.fa-bicycle::before{content:""}.fa-binoculars::before{content:""}.fa-biohazard::before{content:""}.fa-bitcoin-sign::before{content:""}.fa-blender::before{content:""}.fa-blender-phone::before{content:""}.fa-blog::before{content:""}.fa-bold::before{content:""}.fa-bolt::before{content:""}.fa-flash::before{content:""}.fa-bomb::before{content:""}.fa-bone::before{content:""}.fa-bong::before{content:""}.fa-book::before{content:""}.fa-book-atlas::before{content:""}.fa-atlas::before{content:""}.fa-book-bible::before{content:""}.fa-bible::before{content:""}.fa-book-journal-whills::before{content:""}.fa-journal-whills::before{content:""}.fa-book-medical::before{content:""}.fa-book-open::before{content:""}.fa-book-open-reader::before{content:""}.fa-book-reader::before{content:""}.fa-books::before{content:""}.fa-book-quran::before{content:""}.fa-quran::before{content:""}.fa-book-skull::before{content:""}.fa-book-dead::before{content:""}.fa-bookmark::before{content:""}.fa-border-all::before{content:""}.fa-border-none::before{content:""}.fa-border-top-left::before{content:""}.fa-border-style::before{content:""}.fa-bowling-ball::before{content:""}.fa-box::before{content:""}.fa-box-archive::before{content:""}.fa-archive::before{content:""}.fa-box-open::before{content:""}.fa-box-tissue::before{content:""}.fa-boxes-stacked::before{content:""}.fa-boxes::before{content:""}.fa-boxes-alt::before{content:""}.fa-braille::before{content:""}.fa-brain::before{content:""}.fa-bread-slice::before{content:""}.fa-briefcase::before{content:""}.fa-briefcase-medical::before{content:""}.fa-broom::before{content:""}.fa-brush::before{content:""}.fa-bug::before{content:""}.fa-building::before{content:""}.fa-bullhorn::before{content:""}.fa-bullseye::before{content:""}.fa-burger::before{content:""}.fa-hamburger::before{content:""}.fa-bus::before{content:""}.fa-bus-simple::before{content:""}.fa-bus-alt::before{content:""}.fa-business-time::before{content:""}.fa-briefcase-clock::before{content:""}.fa-backpack::before{content:""}.fa-diploma::before{content:""}.fa-c::before{content:"C"}.fa-cake-candles::before{content:""}.fa-birthday-cake::before{content:""}.fa-calculator::before{content:""}.fa-calendar::before{content:""}.fa-calendar-check::before{content:""}.fa-calendar-day::before{content:""}.fa-calendar-days::before{content:""}.fa-calendar-alt::before{content:""}.fa-calendar-minus::before{content:""}.fa-calendar-plus::before{content:""}.fa-calendar-week::before{content:""}.fa-calendar-xmark::before{content:""}.fa-calendar-times::before{content:""}.fa-camera::before{content:""}.fa-camera-alt::before{content:""}.fa-camera-retro::before{content:""}.fa-camera-rotate::before{content:""}.fa-campground::before{content:""}.fa-candy-cane::before{content:""}.fa-cannabis::before{content:""}.fa-capsules::before{content:""}.fa-car::before{content:""}.fa-automobile::before{content:""}.fa-car-battery::before{content:""}.fa-battery-car::before{content:""}.fa-car-crash::before{content:""}.fa-car-rear::before{content:""}.fa-car-alt::before{content:""}.fa-car-side::before{content:""}.fa-caravan::before{content:""}.fa-caret-down::before{content:""}.fa-caret-left::before{content:""}.fa-caret-right::before{content:""}.fa-caret-up::before{content:""}.fa-carrot::before{content:""}.fa-cart-arrow-down::before{content:""}.fa-cart-flatbed::before{content:""}.fa-dolly-flatbed::before{content:""}.fa-cart-flatbed-suitcase::before{content:""}.fa-luggage-cart::before{content:""}.fa-cart-plus::before{content:""}.fa-cart-shopping::before{content:""}.fa-shopping-cart::before{content:""}.fa-cash-register::before{content:""}.fa-cat::before{content:""}.fa-cedi-sign::before{content:""}.fa-cent-sign::before{content:""}.fa-certificate::before{content:""}.fa-chair::before{content:""}.fa-chalkboard::before{content:""}.fa-blackboard::before{content:""}.fa-chalkboard-user::before{content:""}.fa-chalkboard-teacher::before{content:""}.fa-champagne-glasses::before{content:""}.fa-glass-cheers::before{content:""}.fa-charging-station::before{content:""}.fa-chart-area::before{content:""}.fa-area-chart::before{content:""}.fa-chart-bar::before{content:""}.fa-bar-chart::before{content:""}.fa-chart-gantt::before{content:""}.fa-chart-line::before{content:""}.fa-line-chart::before{content:""}.fa-chart-pie::before{content:""}.fa-pie-chart::before{content:""}.fa-check::before{content:""}.fa-check-double::before{content:""}.fa-check-to-slot::before{content:""}.fa-vote-yea::before{content:""}.fa-cheese::before{content:""}.fa-chess::before{content:""}.fa-chess-bishop::before{content:""}.fa-chess-board::before{content:""}.fa-chess-king::before{content:""}.fa-chess-knight::before{content:""}.fa-chess-pawn::before{content:""}.fa-chess-queen::before{content:""}.fa-chess-rook::before{content:""}.fa-chevron-down::before{content:""}.fa-chevron-left::before{content:""}.fa-chevron-right::before{content:""}.fa-chevron-up::before{content:""}.fa-child::before{content:""}.fa-church::before{content:""}.fa-circle::before{content:""}.fa-circle-arrow-down::before{content:""}.fa-arrow-circle-down::before{content:""}.fa-circle-arrow-left::before{content:""}.fa-arrow-circle-left::before{content:""}.fa-circle-arrow-right::before{content:""}.fa-arrow-circle-right::before{content:""}.fa-circle-arrow-up::before{content:""}.fa-arrow-circle-up::before{content:""}.fa-circle-check::before{content:""}.fa-check-circle::before{content:""}.fa-circle-chevron-down::before{content:""}.fa-chevron-circle-down::before{content:""}.fa-circle-chevron-left::before{content:""}.fa-chevron-circle-left::before{content:""}.fa-circle-chevron-right::before{content:""}.fa-chevron-circle-right::before{content:""}.fa-circle-chevron-up::before{content:""}.fa-chevron-circle-up::before{content:""}.fa-circle-dollar-to-slot::before{content:""}.fa-donate::before{content:""}.fa-circle-dot::before{content:""}.fa-dot-circle::before{content:""}.fa-circle-down::before{content:""}.fa-arrow-alt-circle-down::before{content:""}.fa-circle-exclamation::before{content:""}.fa-exclamation-circle::before{content:""}.fa-circle-h::before{content:""}.fa-hospital-symbol::before{content:""}.fa-circle-half-stroke::before{content:""}.fa-adjust::before{content:""}.fa-circle-info::before{content:""}.fa-info-circle::before{content:""}.fa-circle-left::before{content:""}.fa-arrow-alt-circle-left::before{content:""}.fa-circle-minus::before{content:""}.fa-minus-circle::before{content:""}.fa-circle-notch::before{content:""}.fa-circle-pause::before{content:""}.fa-pause-circle::before{content:""}.fa-circle-play::before{content:""}.fa-play-circle::before{content:""}.fa-circle-plus::before{content:""}.fa-plus-circle::before{content:""}.fa-circle-question::before{content:""}.fa-question-circle::before{content:""}.fa-circle-radiation::before{content:""}.fa-radiation-alt::before{content:""}.fa-circle-right::before{content:""}.fa-arrow-alt-circle-right::before{content:""}.fa-circle-stop::before{content:""}.fa-stop-circle::before{content:""}.fa-circle-up::before{content:""}.fa-arrow-alt-circle-up::before{content:""}.fa-circle-user::before{content:""}.fa-user-circle::before{content:""}.fa-circle-xmark::before{content:""}.fa-times-circle::before{content:""}.fa-xmark-circle::before{content:""}.fa-city::before{content:""}.fa-clapperboard::before{content:""}.fa-clipboard::before{content:""}.fa-clipboard-check::before{content:""}.fa-clipboard-list::before{content:""}.fa-clock::before{content:""}.fa-clock-four::before{content:""}.fa-clock-rotate-left::before{content:""}.fa-history::before{content:""}.fa-clone::before{content:""}.fa-closed-captioning::before{content:""}.fa-cloud::before{content:""}.fa-cloud-arrow-down::before{content:""}.fa-cloud-download::before{content:""}.fa-cloud-download-alt::before{content:""}.fa-cloud-arrow-up::before{content:""}.fa-cloud-upload::before{content:""}.fa-cloud-upload-alt::before{content:""}.fa-cloud-meatball::before{content:""}.fa-cloud-moon::before{content:""}.fa-cloud-moon-rain::before{content:""}.fa-cloud-rain::before{content:""}.fa-cloud-showers-heavy::before{content:""}.fa-cloud-sun::before{content:""}.fa-cloud-sun-rain::before{content:""}.fa-clover::before{content:""}.fa-code::before{content:""}.fa-code-branch::before{content:""}.fa-code-commit::before{content:""}.fa-code-compare::before{content:""}.fa-code-fork::before{content:""}.fa-code-merge::before{content:""}.fa-code-pull-request::before{content:""}.fa-coins::before{content:""}.fa-colon-sign::before{content:""}.fa-comment::before{content:""}.fa-comment-dollar::before{content:""}.fa-comment-dots::before{content:""}.fa-commenting::before{content:""}.fa-comment-medical::before{content:""}.fa-comment-slash::before{content:""}.fa-comment-sms::before{content:""}.fa-sms::before{content:""}.fa-comments::before{content:""}.fa-comments-dollar::before{content:""}.fa-compact-disc::before{content:""}.fa-compass::before{content:""}.fa-compass-drafting::before{content:""}.fa-drafting-compass::before{content:""}.fa-compress::before{content:""}.fa-computer-mouse::before{content:""}.fa-mouse::before{content:""}.fa-cookie::before{content:""}.fa-cookie-bite::before{content:""}.fa-copy::before{content:""}.fa-copyright::before{content:""}.fa-couch::before{content:""}.fa-credit-card::before{content:""}.fa-credit-card-alt::before{content:""}.fa-crop::before{content:""}.fa-crop-simple::before{content:""}.fa-crop-alt::before{content:""}.fa-cross::before{content:""}.fa-crosshairs::before{content:""}.fa-crow::before{content:""}.fa-crown::before{content:""}.fa-crutch::before{content:""}.fa-cruzeiro-sign::before{content:""}.fa-cube::before{content:""}.fa-cubes::before{content:""}.fa-d::before{content:"D"}.fa-database::before{content:""}.fa-delete-left::before{content:""}.fa-backspace::before{content:""}.fa-democrat::before{content:""}.fa-desktop::before{content:""}.fa-desktop-alt::before{content:""}.fa-dharmachakra::before{content:""}.fa-diagram-project::before{content:""}.fa-project-diagram::before{content:""}.fa-diamond-turn-right::before{content:""}.fa-directions::before{content:""}.fa-dice::before{content:""}.fa-dice-d20::before{content:""}.fa-dice-d6::before{content:""}.fa-dice-five::before{content:""}.fa-dice-four::before{content:""}.fa-dice-one::before{content:""}.fa-dice-six::before{content:""}.fa-dice-three::before{content:""}.fa-dice-two::before{content:""}.fa-disease::before{content:""}.fa-divide::before{content:""}.fa-dna::before{content:""}.fa-dog::before{content:""}.fa-dollar-sign::before{content:"\$"}.fa-dollar::before{content:"\$"}.fa-usd::before{content:"\$"}.fa-dolly::before{content:""}.fa-dolly-box::before{content:""}.fa-dong-sign::before{content:""}.fa-door-closed::before{content:""}.fa-door-open::before{content:""}.fa-dove::before{content:""}.fa-down-left-and-up-right-to-center::before{content:""}.fa-compress-alt::before{content:""}.fa-down-long::before{content:""}.fa-long-arrow-alt-down::before{content:""}.fa-download::before{content:""}.fa-dragon::before{content:""}.fa-draw-polygon::before{content:""}.fa-droplet::before{content:""}.fa-tint::before{content:""}.fa-droplet-slash::before{content:""}.fa-tint-slash::before{content:""}.fa-drum::before{content:""}.fa-drum-steelpan::before{content:""}.fa-drumstick-bite::before{content:""}.fa-dumbbell::before{content:""}.fa-dumpster::before{content:""}.fa-dumpster-fire::before{content:""}.fa-dungeon::before{content:""}.fa-e::before{content:"E"}.fa-ear-deaf::before{content:""}.fa-deaf::before{content:""}.fa-deafness::before{content:""}.fa-hard-of-hearing::before{content:""}.fa-ear-listen::before{content:""}.fa-assistive-listening-systems::before{content:""}.fa-earth-africa::before{content:""}.fa-globe-africa::before{content:""}.fa-earth-americas::before{content:""}.fa-earth::before{content:""}.fa-globe-americas::before{content:""}.fa-earth-asia::before{content:""}.fa-globe-asia::before{content:""}.fa-earth-europa::before{content:""}.fa-globe-europe::before{content:""}.fa-egg::before{content:""}.fa-eject::before{content:""}.fa-elevator::before{content:""}.fa-ellipsis::before{content:""}.fa-ellipsis-h::before{content:""}.fa-ellipsis-vertical::before{content:""}.fa-ellipsis-v::before{content:""}.fa-envelope::before{content:""}.fa-envelope-open::before{content:""}.fa-envelope-open-text::before{content:""}.fa-envelopes-bulk::before{content:""}.fa-mail-bulk::before{content:""}.fa-equals::before{content:"\="}.fa-eraser::before{content:""}.fa-ethernet::before{content:""}.fa-euro-sign::before{content:""}.fa-eur::before{content:""}.fa-euro::before{content:""}.fa-exclamation::before{content:"\!"}.fa-expand::before{content:""}.fa-eye::before{content:""}.fa-eye-dropper::before{content:""}.fa-eye-dropper-empty::before{content:""}.fa-eyedropper::before{content:""}.fa-eye-low-vision::before{content:""}.fa-low-vision::before{content:""}.fa-eye-slash::before{content:""}.fa-f::before{content:"F"}.fa-face-angry::before{content:""}.fa-angry::before{content:""}.fa-face-dizzy::before{content:""}.fa-dizzy::before{content:""}.fa-face-flushed::before{content:""}.fa-flushed::before{content:""}.fa-face-frown::before{content:""}.fa-frown::before{content:""}.fa-face-frown-open::before{content:""}.fa-frown-open::before{content:""}.fa-face-grimace::before{content:""}.fa-grimace::before{content:""}.fa-face-grin::before{content:""}.fa-grin::before{content:""}.fa-face-grin-beam::before{content:""}.fa-grin-beam::before{content:""}.fa-face-grin-beam-sweat::before{content:""}.fa-grin-beam-sweat::before{content:""}.fa-face-grin-hearts::before{content:""}.fa-grin-hearts::before{content:""}.fa-face-grin-squint::before{content:""}.fa-grin-squint::before{content:""}.fa-face-grin-squint-tears::before{content:""}.fa-grin-squint-tears::before{content:""}.fa-face-grin-stars::before{content:""}.fa-grin-stars::before{content:""}.fa-face-grin-tears::before{content:""}.fa-grin-tears::before{content:""}.fa-face-grin-tongue::before{content:""}.fa-grin-tongue::before{content:""}.fa-face-grin-tongue-squint::before{content:""}.fa-grin-tongue-squint::before{content:""}.fa-face-grin-tongue-wink::before{content:""}.fa-grin-tongue-wink::before{content:""}.fa-face-grin-wide::before{content:""}.fa-grin-alt::before{content:""}.fa-face-grin-wink::before{content:""}.fa-grin-wink::before{content:""}.fa-face-kiss::before{content:""}.fa-kiss::before{content:""}.fa-face-kiss-beam::before{content:""}.fa-kiss-beam::before{content:""}.fa-face-kiss-wink-heart::before{content:""}.fa-kiss-wink-heart::before{content:""}.fa-face-laugh::before{content:""}.fa-laugh::before{content:""}.fa-face-laugh-beam::before{content:""}.fa-laugh-beam::before{content:""}.fa-face-laugh-squint::before{content:""}.fa-laugh-squint::before{content:""}.fa-face-laugh-wink::before{content:""}.fa-laugh-wink::before{content:""}.fa-face-meh::before{content:""}.fa-meh::before{content:""}.fa-face-meh-blank::before{content:""}.fa-meh-blank::before{content:""}.fa-face-rolling-eyes::before{content:""}.fa-meh-rolling-eyes::before{content:""}.fa-face-sad-cry::before{content:""}.fa-sad-cry::before{content:""}.fa-face-sad-tear::before{content:""}.fa-sad-tear::before{content:""}.fa-face-smile::before{content:""}.fa-smile::before{content:""}.fa-face-smile-beam::before{content:""}.fa-smile-beam::before{content:""}.fa-face-smile-wink::before{content:""}.fa-smile-wink::before{content:""}.fa-face-surprise::before{content:""}.fa-surprise::before{content:""}.fa-face-tired::before{content:""}.fa-tired::before{content:""}.fa-fan::before{content:""}.fa-faucet::before{content:""}.fa-fax::before{content:""}.fa-feather::before{content:""}.fa-feather-pointed::before{content:""}.fa-feather-alt::before{content:""}.fa-file::before{content:""}.fa-file-arrow-down::before{content:""}.fa-file-download::before{content:""}.fa-file-arrow-up::before{content:""}.fa-file-upload::before{content:""}.fa-file-audio::before{content:""}.fa-file-code::before{content:""}.fa-file-contract::before{content:""}.fa-file-csv::before{content:""}.fa-file-excel::before{content:""}.fa-file-export::before{content:""}.fa-arrow-right-from-file::before{content:""}.fa-file-image::before{content:""}.fa-file-import::before{content:""}.fa-arrow-right-to-file::before{content:""}.fa-file-invoice::before{content:""}.fa-file-invoice-dollar::before{content:""}.fa-file-lines::before{content:""}.fa-file-alt::before{content:""}.fa-file-text::before{content:""}.fa-file-medical::before{content:""}.fa-file-pdf::before{content:""}.fa-file-powerpoint::before{content:""}.fa-file-prescription::before{content:""}.fa-file-signature::before{content:""}.fa-file-video::before{content:""}.fa-file-waveform::before{content:""}.fa-file-medical-alt::before{content:""}.fa-file-word::before{content:""}.fa-file-zipper::before{content:""}.fa-file-archive::before{content:""}.fa-fill::before{content:""}.fa-fill-drip::before{content:""}.fa-film::before{content:""}.fa-filter::before{content:""}.fa-filter-circle-dollar::before{content:""}.fa-funnel-dollar::before{content:""}.fa-filter-circle-xmark::before{content:""}.fa-fingerprint::before{content:""}.fa-fire::before{content:""}.fa-fire-extinguisher::before{content:""}.fa-fire-flame-curved::before{content:""}.fa-fire-alt::before{content:""}.fa-fire-flame-simple::before{content:""}.fa-burn::before{content:""}.fa-fish::before{content:""}.fa-flag::before{content:""}.fa-flag-checkered::before{content:""}.fa-flag-usa::before{content:""}.fa-flask::before{content:""}.fa-floppy-disk::before{content:""}.fa-save::before{content:""}.fa-florin-sign::before{content:""}.fa-folder::before{content:""}.fa-folder-minus::before{content:""}.fa-folder-open::before{content:""}.fa-folder-plus::before{content:""}.fa-folder-tree::before{content:""}.fa-font::before{content:""}.fa-football::before{content:""}.fa-football-ball::before{content:""}.fa-forward::before{content:""}.fa-forward-fast::before{content:""}.fa-fast-forward::before{content:""}.fa-forward-step::before{content:""}.fa-step-forward::before{content:""}.fa-franc-sign::before{content:""}.fa-frog::before{content:""}.fa-futbol::before{content:""}.fa-futbol-ball::before{content:""}.fa-soccer-ball::before{content:""}.fa-g::before{content:"G"}.fa-gamepad::before{content:""}.fa-gas-pump::before{content:""}.fa-gauge-simple::before{content:""}.fa-gauge-simple-high::before{content:""}.fa-tachometer::before{content:""}.fa-gavel::before{content:""}.fa-legal::before{content:""}.fa-gear::before{content:""}.fa-cog::before{content:""}.fa-gears::before{content:""}.fa-cogs::before{content:""}.fa-gem::before{content:""}.fa-genderless::before{content:""}.fa-ghost::before{content:""}.fa-gift::before{content:""}.fa-gifts::before{content:""}.fa-glasses::before{content:""}.fa-globe::before{content:""}.fa-golf-ball-tee::before{content:""}.fa-golf-ball::before{content:""}.fa-gopuram::before{content:""}.fa-graduation-cap::before{content:""}.fa-mortar-board::before{content:""}.fa-greater-than::before{content:"\>"}.fa-greater-than-equal::before{content:""}.fa-grip::before{content:""}.fa-grip-horizontal::before{content:""}.fa-grip-lines::before{content:""}.fa-grip-lines-vertical::before{content:""}.fa-grip-vertical::before{content:""}.fa-guarani-sign::before{content:""}.fa-guitar::before{content:""}.fa-gun::before{content:""}.fa-h::before{content:"H"}.fa-hammer::before{content:""}.fa-hamsa::before{content:""}.fa-hand::before{content:""}.fa-hand-paper::before{content:""}.fa-hand-back-fist::before{content:""}.fa-hand-rock::before{content:""}.fa-hand-dots::before{content:""}.fa-allergies::before{content:""}.fa-hand-fist::before{content:""}.fa-fist-raised::before{content:""}.fa-hand-holding::before{content:""}.fa-hand-holding-dollar::before{content:""}.fa-hand-holding-usd::before{content:""}.fa-hand-holding-droplet::before{content:""}.fa-hand-holding-water::before{content:""}.fa-hand-holding-heart::before{content:""}.fa-hand-holding-medical::before{content:""}.fa-hand-lizard::before{content:""}.fa-hand-middle-finger::before{content:""}.fa-hand-peace::before{content:""}.fa-hand-point-down::before{content:""}.fa-hand-point-left::before{content:""}.fa-hand-point-right::before{content:""}.fa-hand-point-up::before{content:""}.fa-hand-pointer::before{content:""}.fa-hand-scissors::before{content:""}.fa-hand-sparkles::before{content:""}.fa-hand-spock::before{content:""}.fa-hands::before{content:""}.fa-sign-language::before{content:""}.fa-signing::before{content:""}.fa-hands-asl-interpreting::before{content:""}.fa-american-sign-language-interpreting::before{content:""}.fa-asl-interpreting::before{content:""}.fa-hands-american-sign-language-interpreting::before{content:""}.fa-hands-bubbles::before{content:""}.fa-hands-wash::before{content:""}.fa-hands-clapping::before{content:""}.fa-hands-holding::before{content:""}.fa-hands-praying::before{content:""}.fa-praying-hands::before{content:""}.fa-handshake::before{content:""}.fa-handshake-angle::before{content:""}.fa-hands-helping::before{content:""}.fa-handshake-simple-slash::before{content:""}.fa-handshake-alt-slash::before{content:""}.fa-handshake-slash::before{content:""}.fa-hanukiah::before{content:""}.fa-hard-drive::before{content:""}.fa-hdd::before{content:""}.fa-hashtag::before{content:"\#"}.fa-hat-cowboy::before{content:""}.fa-hat-cowboy-side::before{content:""}.fa-hat-wizard::before{content:""}.fa-head-side-cough::before{content:""}.fa-head-side-cough-slash::before{content:""}.fa-head-side-mask::before{content:""}.fa-head-side-virus::before{content:""}.fa-heading::before{content:""}.fa-header::before{content:""}.fa-headphones::before{content:""}.fa-headphones-simple::before{content:""}.fa-headphones-alt::before{content:""}.fa-headset::before{content:""}.fa-heart::before{content:""}.fa-heart-crack::before{content:""}.fa-heart-broken::before{content:""}.fa-heart-pulse::before{content:""}.fa-heartbeat::before{content:""}.fa-helicopter::before{content:""}.fa-helmet-safety::before{content:""}.fa-hard-hat::before{content:""}.fa-hat-hard::before{content:""}.fa-highlighter::before{content:""}.fa-hippo::before{content:""}.fa-hockey-puck::before{content:""}.fa-holly-berry::before{content:""}.fa-horse::before{content:""}.fa-horse-head::before{content:""}.fa-hospital::before{content:""}.fa-hospital-user::before{content:""}.fa-hospital-wide::before{content:""}.fa-hospital-alt::before{content:""}.fa-hot-tub-person::before{content:""}.fa-hot-tub::before{content:""}.fa-hotdog::before{content:""}.fa-hotel::before{content:""}.fa-hourglass::before{content:""}.fa-hourglass-2::before{content:""}.fa-hourglass-half::before{content:""}.fa-hourglass-empty::before{content:""}.fa-hourglass-end::before{content:""}.fa-hourglass-3::before{content:""}.fa-hourglass-start::before{content:""}.fa-hourglass-1::before{content:""}.fa-house::before{content:""}.fa-home::before{content:""}.fa-house-chimney::before{content:""}.fa-home-lg::before{content:""}.fa-house-crack::before{content:""}.fa-house-laptop::before{content:""}.fa-laptop-house::before{content:""}.fa-house-medical::before{content:""}.fa-house-user::before{content:""}.fa-home-user::before{content:""}.fa-hryvnia-sign::before{content:""}.fa-hryvnia::before{content:""}.fa-i::before{content:"I"}.fa-i-cursor::before{content:""}.fa-ice-cream::before{content:""}.fa-icicles::before{content:""}.fa-icons::before{content:""}.fa-heart-music-camera-bolt::before{content:""}.fa-id-badge::before{content:""}.fa-id-card::before{content:""}.fa-drivers-license::before{content:""}.fa-id-card-clip::before{content:""}.fa-id-card-alt::before{content:""}.fa-igloo::before{content:""}.fa-image::before{content:""}.fa-image-portrait::before{content:""}.fa-portrait::before{content:""}.fa-images::before{content:""}.fa-inbox::before{content:""}.fa-indent::before{content:""}.fa-indian-rupee-sign::before{content:""}.fa-indian-rupee::before{content:""}.fa-inr::before{content:""}.fa-industry::before{content:""}.fa-infinity::before{content:""}.fa-info::before{content:""}.fa-italic::before{content:""}.fa-j::before{content:"J"}.fa-jedi::before{content:""}.fa-jet-fighter::before{content:""}.fa-fighter-jet::before{content:""}.fa-joint::before{content:""}.fa-k::before{content:"K"}.fa-kaaba::before{content:""}.fa-key::before{content:""}.fa-keyboard::before{content:""}.fa-khanda::before{content:""}.fa-kip-sign::before{content:""}.fa-kit-medical::before{content:""}.fa-first-aid::before{content:""}.fa-kiwi-bird::before{content:""}.fa-l::before{content:"L"}.fa-landmark::before{content:""}.fa-language::before{content:""}.fa-laptop::before{content:""}.fa-laptop-code::before{content:""}.fa-laptop-medical::before{content:""}.fa-lari-sign::before{content:""}.fa-layer-group::before{content:""}.fa-leaf::before{content:""}.fa-left-long::before{content:""}.fa-long-arrow-alt-left::before{content:""}.fa-left-right::before{content:""}.fa-arrows-alt-h::before{content:""}.fa-lemon::before{content:""}.fa-less-than::before{content:"\<"}.fa-less-than-equal::before{content:""}.fa-life-ring::before{content:""}.fa-lightbulb::before{content:""}.fa-link::before{content:""}.fa-chain::before{content:""}.fa-link-slash::before{content:""}.fa-chain-broken::before{content:""}.fa-chain-slash::before{content:""}.fa-unlink::before{content:""}.fa-lira-sign::before{content:""}.fa-list::before{content:""}.fa-list-squares::before{content:""}.fa-list-check::before{content:""}.fa-tasks::before{content:""}.fa-list-ol::before{content:""}.fa-list-1-2::before{content:""}.fa-list-numeric::before{content:""}.fa-list-ul::before{content:""}.fa-list-dots::before{content:""}.fa-litecoin-sign::before{content:""}.fa-location-arrow::before{content:""}.fa-location-crosshairs::before{content:""}.fa-location::before{content:""}.fa-location-dot::before{content:""}.fa-map-marker-alt::before{content:""}.fa-location-pin::before{content:""}.fa-map-marker::before{content:""}.fa-lock::before{content:""}.fa-lock-open::before{content:""}.fa-lungs::before{content:""}.fa-lungs-virus::before{content:""}.fa-m::before{content:"M"}.fa-magnet::before{content:""}.fa-magnifying-glass::before{content:""}.fa-search::before{content:""}.fa-magnifying-glass-dollar::before{content:""}.fa-search-dollar::before{content:""}.fa-magnifying-glass-location::before{content:""}.fa-search-location::before{content:""}.fa-magnifying-glass-minus::before{content:""}.fa-search-minus::before{content:""}.fa-magnifying-glass-plus::before{content:""}.fa-search-plus::before{content:""}.fa-manat-sign::before{content:""}.fa-map::before{content:""}.fa-map-location::before{content:""}.fa-map-marked::before{content:""}.fa-map-location-dot::before{content:""}.fa-map-marked-alt::before{content:""}.fa-map-pin::before{content:""}.fa-marker::before{content:""}.fa-mars::before{content:""}.fa-mars-and-venus::before{content:""}.fa-mars-double::before{content:""}.fa-mars-stroke::before{content:""}.fa-mars-stroke-right::before{content:""}.fa-mars-stroke-h::before{content:""}.fa-mars-stroke-up::before{content:""}.fa-mars-stroke-v::before{content:""}.fa-martini-glass::before{content:""}.fa-glass-martini-alt::before{content:""}.fa-martini-glass-citrus::before{content:""}.fa-cocktail::before{content:""}.fa-martini-glass-empty::before{content:""}.fa-glass-martini::before{content:""}.fa-mask::before{content:""}.fa-mask-face::before{content:""}.fa-masks-theater::before{content:""}.fa-theater-masks::before{content:""}.fa-maximize::before{content:""}.fa-expand-arrows-alt::before{content:""}.fa-medal::before{content:""}.fa-memory::before{content:""}.fa-menorah::before{content:""}.fa-mercury::before{content:""}.fa-message::before{content:""}.fa-comment-alt::before{content:""}.fa-meteor::before{content:""}.fa-microchip::before{content:""}.fa-microphone::before{content:""}.fa-microphone-lines::before{content:""}.fa-microphone-alt::before{content:""}.fa-microphone-lines-slash::before{content:""}.fa-microphone-alt-slash::before{content:""}.fa-microphone-slash::before{content:""}.fa-microscope::before{content:""}.fa-mill-sign::before{content:""}.fa-minimize::before{content:""}.fa-compress-arrows-alt::before{content:""}.fa-minus::before{content:""}.fa-subtract::before{content:""}.fa-mitten::before{content:""}.fa-mobile-button::before{content:""}.fa-mobile-screen-button::before{content:""}.fa-mobile-alt::before{content:""}.fa-money-bill::before{content:""}.fa-money-bill-1::before{content:""}.fa-money-bill-alt::before{content:""}.fa-money-bill-1-wave::before{content:""}.fa-money-bill-wave-alt::before{content:""}.fa-money-bill-wave::before{content:""}.fa-money-check::before{content:""}.fa-money-check-dollar::before{content:""}.fa-money-check-alt::before{content:""}.fa-monument::before{content:""}.fa-moon::before{content:""}.fa-mortar-pestle::before{content:""}.fa-mosque::before{content:""}.fa-motorcycle::before{content:""}.fa-mountain::before{content:""}.fa-mug-hot::before{content:""}.fa-mug-saucer::before{content:""}.fa-coffee::before{content:""}.fa-music::before{content:""}.fa-n::before{content:"N"}.fa-naira-sign::before{content:""}.fa-network-wired::before{content:""}.fa-neuter::before{content:""}.fa-newspaper::before{content:""}.fa-not-equal::before{content:""}.fa-note-sticky::before{content:""}.fa-sticky-note::before{content:""}.fa-notes-medical::before{content:""}.fa-o::before{content:"O"}.fa-object-group::before{content:""}.fa-object-ungroup::before{content:""}.fa-oil-can::before{content:""}.fa-om::before{content:""}.fa-otter::before{content:""}.fa-outdent::before{content:""}.fa-dedent::before{content:""}.fa-p::before{content:"P"}.fa-pager::before{content:""}.fa-paint-brush::before{content:""}.fa-paint-roller::before{content:""}.fa-palette::before{content:""}.fa-pallet::before{content:""}.fa-panorama::before{content:""}.fa-paper-plane::before{content:""}.fa-paperclip::before{content:""}.fa-parachute-box::before{content:""}.fa-paragraph::before{content:""}.fa-passport::before{content:""}.fa-paste::before{content:""}.fa-file-clipboard::before{content:""}.fa-pause::before{content:""}.fa-paw::before{content:""}.fa-peace::before{content:""}.fa-pen::before{content:""}.fa-pen-clip::before{content:""}.fa-pen-alt::before{content:""}.fa-pen-fancy::before{content:""}.fa-pen-nib::before{content:""}.fa-pen-ruler::before{content:""}.fa-pencil-ruler::before{content:""}.fa-pen-to-square::before{content:""}.fa-edit::before{content:""}.fa-pencil::before{content:""}.fa-pencil-alt::before{content:""}.fa-people-arrows-left-right::before{content:""}.fa-people-arrows::before{content:""}.fa-people-carry-box::before{content:""}.fa-people-carry::before{content:""}.fa-pepper-hot::before{content:""}.fa-percent::before{content:"\%"}.fa-percentage::before{content:"\%"}.fa-person::before{content:""}.fa-male::before{content:""}.fa-person-biking::before{content:""}.fa-biking::before{content:""}.fa-person-booth::before{content:""}.fa-person-dots-from-line::before{content:""}.fa-diagnoses::before{content:""}.fa-person-dress::before{content:""}.fa-female::before{content:""}.fa-person-hiking::before{content:""}.fa-hiking::before{content:""}.fa-person-praying::before{content:""}.fa-pray::before{content:""}.fa-person-running::before{content:""}.fa-running::before{content:""}.fa-person-skating::before{content:""}.fa-skating::before{content:""}.fa-person-skiing::before{content:""}.fa-skiing::before{content:""}.fa-person-skiing-nordic::before{content:""}.fa-skiing-nordic::before{content:""}.fa-person-snowboarding::before{content:""}.fa-snowboarding::before{content:""}.fa-person-swimming::before{content:""}.fa-swimmer::before{content:""}.fa-person-walking::before{content:""}.fa-walking::before{content:""}.fa-person-walking-with-cane::before{content:""}.fa-blind::before{content:""}.fa-peseta-sign::before{content:""}.fa-peso-sign::before{content:""}.fa-phone::before{content:""}.fa-phone-flip::before{content:""}.fa-phone-alt::before{content:""}.fa-phone-slash::before{content:""}.fa-phone-volume::before{content:""}.fa-volume-control-phone::before{content:""}.fa-photo-film::before{content:""}.fa-photo-video::before{content:""}.fa-piggy-bank::before{content:""}.fa-pills::before{content:""}.fa-pizza-slice::before{content:""}.fa-place-of-worship::before{content:""}.fa-plane::before{content:""}.fa-plane-arrival::before{content:""}.fa-plane-departure::before{content:""}.fa-plane-slash::before{content:""}.fa-play::before{content:""}.fa-plug::before{content:""}.fa-plus::before{content:"\+"}.fa-add::before{content:"\+"}.fa-plus-minus::before{content:""}.fa-podcast::before{content:""}.fa-poo::before{content:""}.fa-poo-storm::before{content:""}.fa-poo-bolt::before{content:""}.fa-poop::before{content:""}.fa-power-off::before{content:""}.fa-prescription::before{content:""}.fa-prescription-bottle::before{content:""}.fa-prescription-bottle-medical::before{content:""}.fa-prescription-bottle-alt::before{content:""}.fa-print::before{content:""}.fa-pump-medical::before{content:""}.fa-pump-soap::before{content:""}.fa-puzzle-piece::before{content:""}.fa-q::before{content:"Q"}.fa-qrcode::before{content:""}.fa-question::before{content:"\?"}.fa-quidditch::before{content:""}.fa-broom-ball::before{content:""}.fa-quidditch-broom-ball::before{content:""}.fa-quote-left::before{content:""}.fa-quote-left-alt::before{content:""}.fa-quote-right::before{content:""}.fa-quote-right-alt::before{content:""}.fa-r::before{content:"R"}.fa-radiation::before{content:""}.fa-rainbow::before{content:""}.fa-receipt::before{content:""}.fa-record-vinyl::before{content:""}.fa-rectangle-ad::before{content:""}.fa-ad::before{content:""}.fa-rectangle-list::before{content:""}.fa-list-alt::before{content:""}.fa-rectangle-xmark::before{content:""}.fa-rectangle-times::before{content:""}.fa-times-rectangle::before{content:""}.fa-window-close::before{content:""}.fa-recycle::before{content:""}.fa-registered::before{content:""}.fa-repeat::before{content:""}.fa-reply::before{content:""}.fa-mail-reply::before{content:""}.fa-reply-all::before{content:""}.fa-mail-reply-all::before{content:""}.fa-republican::before{content:""}.fa-restroom::before{content:""}.fa-retweet::before{content:""}.fa-ribbon::before{content:""}.fa-right-from-bracket::before{content:""}.fa-sign-out-alt::before{content:""}.fa-right-left::before{content:""}.fa-exchange-alt::before{content:""}.fa-right-long::before{content:""}.fa-long-arrow-alt-right::before{content:""}.fa-right-to-bracket::before{content:""}.fa-sign-in-alt::before{content:""}.fa-ring::before{content:""}.fa-road::before{content:""}.fa-robot::before{content:""}.fa-rocket::before{content:""}.fa-rotate::before{content:""}.fa-sync-alt::before{content:""}.fa-rotate-left::before{content:""}.fa-rotate-back::before{content:""}.fa-rotate-backward::before{content:""}.fa-undo-alt::before{content:""}.fa-route::before{content:""}.fa-rss::before{content:""}.fa-feed::before{content:""}.fa-ruble-sign::before{content:""}.fa-rouble::before{content:""}.fa-rub::before{content:""}.fa-ruble::before{content:""}.fa-ruler::before{content:""}.fa-ruler-combined::before{content:""}.fa-ruler-horizontal::before{content:""}.fa-ruler-vertical::before{content:""}.fa-rupee-sign::before{content:""}.fa-rupee::before{content:""}.fa-rupiah-sign::before{content:""}.fa-s::before{content:"S"}.fa-sailboat::before{content:""}.fa-satellite::before{content:""}.fa-satellite-dish::before{content:""}.fa-scale-balanced::before{content:""}.fa-balance-scale::before{content:""}.fa-scale-unbalanced::before{content:""}.fa-balance-scale-left::before{content:""}.fa-scale-unbalanced-flip::before{content:""}.fa-balance-scale-right::before{content:""}.fa-school::before{content:""}.fa-scissors::before{content:""}.fa-cut::before{content:""}.fa-screwdriver::before{content:""}.fa-screwdriver-wrench::before{content:""}.fa-tools::before{content:""}.fa-scroll::before{content:""}.fa-scroll-torah::before{content:""}.fa-torah::before{content:""}.fa-sd-card::before{content:""}.fa-section::before{content:""}.fa-seedling::before{content:""}.fa-sprout::before{content:""}.fa-server::before{content:""}.fa-shapes::before{content:""}.fa-triangle-circle-square::before{content:""}.fa-share::before{content:""}.fa-arrow-turn-right::before{content:""}.fa-mail-forward::before{content:""}.fa-share-from-square::before{content:""}.fa-share-square::before{content:""}.fa-share-nodes::before{content:""}.fa-share-alt::before{content:""}.fa-shekel-sign::before{content:""}.fa-ils::before{content:""}.fa-shekel::before{content:""}.fa-sheqel::before{content:""}.fa-sheqel-sign::before{content:""}.fa-shield-blank::before{content:""}.fa-shield-alt::before{content:""}.fa-shield-virus::before{content:""}.fa-ship::before{content:""}.fa-shirt::before{content:""}.fa-t-shirt::before{content:""}.fa-tshirt::before{content:""}.fa-shoe-prints::before{content:""}.fa-shop::before{content:""}.fa-store-alt::before{content:""}.fa-shop-slash::before{content:""}.fa-store-alt-slash::before{content:""}.fa-shower::before{content:""}.fa-shuffle::before{content:""}.fa-random::before{content:""}.fa-shuttle-space::before{content:""}.fa-space-shuttle::before{content:""}.fa-sign-hanging::before{content:""}.fa-sign::before{content:""}.fa-signal::before{content:""}.fa-signal-5::before{content:""}.fa-signal-perfect::before{content:""}.fa-signature::before{content:""}.fa-signs-post::before{content:""}.fa-map-signs::before{content:""}.fa-sim-card::before{content:""}.fa-sink::before{content:""}.fa-sitemap::before{content:""}.fa-skull::before{content:""}.fa-skull-crossbones::before{content:""}.fa-slash::before{content:""}.fa-sleigh::before{content:""}.fa-sliders::before{content:""}.fa-sliders-h::before{content:""}.fa-smog::before{content:""}.fa-smoking::before{content:""}.fa-snowflake::before{content:""}.fa-snowman::before{content:""}.fa-snowplow::before{content:""}.fa-soap::before{content:""}.fa-socks::before{content:""}.fa-solar-panel::before{content:""}.fa-sort::before{content:""}.fa-unsorted::before{content:""}.fa-sort-down::before{content:""}.fa-sort-desc::before{content:""}.fa-sort-up::before{content:""}.fa-sort-asc::before{content:""}.fa-spa::before{content:""}.fa-spaghetti-monster-flying::before{content:""}.fa-pastafarianism::before{content:""}.fa-spell-check::before{content:""}.fa-spider::before{content:""}.fa-spinner::before{content:""}.fa-splotch::before{content:""}.fa-spoon::before{content:""}.fa-utensil-spoon::before{content:""}.fa-spray-can::before{content:""}.fa-spray-can-sparkles::before{content:""}.fa-air-freshener::before{content:""}.fa-square::before{content:""}.fa-square-caret-down::before{content:""}.fa-caret-square-down::before{content:""}.fa-square-caret-left::before{content:""}.fa-caret-square-left::before{content:""}.fa-square-caret-right::before{content:""}.fa-caret-square-right::before{content:""}.fa-square-caret-up::before{content:""}.fa-caret-square-up::before{content:""}.fa-square-check::before{content:""}.fa-check-square::before{content:""}.fa-square-envelope::before{content:""}.fa-envelope-square::before{content:""}.fa-square-full::before{content:""}.fa-square-h::before{content:""}.fa-h-square::before{content:""}.fa-square-minus::before{content:""}.fa-minus-square::before{content:""}.fa-square-parking::before{content:""}.fa-parking::before{content:""}.fa-square-pen::before{content:""}.fa-pen-square::before{content:""}.fa-pencil-square::before{content:""}.fa-square-phone::before{content:""}.fa-phone-square::before{content:""}.fa-square-phone-flip::before{content:""}.fa-phone-square-alt::before{content:""}.fa-square-plus::before{content:""}.fa-plus-square::before{content:""}.fa-square-poll-horizontal::before{content:""}.fa-poll-h::before{content:""}.fa-square-poll-vertical::before{content:""}.fa-poll::before{content:""}.fa-square-root-variable::before{content:""}.fa-square-root-alt::before{content:""}.fa-square-rss::before{content:""}.fa-rss-square::before{content:""}.fa-square-share-nodes::before{content:""}.fa-share-alt-square::before{content:""}.fa-square-up-right::before{content:""}.fa-external-link-square-alt::before{content:""}.fa-stairs::before{content:""}.fa-stamp::before{content:""}.fa-star::before{content:""}.fa-star-and-crescent::before{content:""}.fa-star-half::before{content:""}.fa-star-half-stroke::before{content:""}.fa-star-half-alt::before{content:""}.fa-star-of-david::before{content:""}.fa-star-of-life::before{content:""}.fa-sterling-sign::before{content:""}.fa-gbp::before{content:""}.fa-pound-sign::before{content:""}.fa-stethoscope::before{content:""}.fa-stop::before{content:""}.fa-stopwatch::before{content:""}.fa-stopwatch-20::before{content:""}.fa-store::before{content:""}.fa-store-slash::before{content:""}.fa-street-view::before{content:""}.fa-strikethrough::before{content:""}.fa-stroopwafel::before{content:""}.fa-subscript::before{content:""}.fa-suitcase::before{content:""}.fa-suitcase-medical::before{content:""}.fa-medkit::before{content:""}.fa-suitcase-rolling::before{content:""}.fa-sun::before{content:""}.fa-superscript::before{content:""}.fa-swatchbook::before{content:""}.fa-synagogue::before{content:""}.fa-syringe::before{content:""}.fa-t::before{content:"T"}.fa-table::before{content:""}.fa-table-cells::before{content:""}.fa-th::before{content:""}.fa-table-cells-large::before{content:""}.fa-th-large::before{content:""}.fa-table-columns::before{content:""}.fa-columns::before{content:""}.fa-table-list::before{content:""}.fa-th-list::before{content:""}.fa-table-tennis-paddle-ball::before{content:""}.fa-ping-pong-paddle-ball::before{content:""}.fa-table-tennis::before{content:""}.fa-tablet-button::before{content:""}.fa-tablet-screen-button::before{content:""}.fa-tablet-alt::before{content:""}.fa-tablets::before{content:""}.fa-tachograph-digital::before{content:""}.fa-digital-tachograph::before{content:""}.fa-tag::before{content:""}.fa-tags::before{content:""}.fa-tape::before{content:""}.fa-taxi::before{content:""}.fa-cab::before{content:""}.fa-teeth::before{content:""}.fa-teeth-open::before{content:""}.fa-temperature-empty::before{content:""}.fa-temperature-0::before{content:""}.fa-thermometer-0::before{content:""}.fa-thermometer-empty::before{content:""}.fa-temperature-full::before{content:""}.fa-temperature-4::before{content:""}.fa-thermometer-4::before{content:""}.fa-thermometer-full::before{content:""}.fa-temperature-half::before{content:""}.fa-temperature-2::before{content:""}.fa-thermometer-2::before{content:""}.fa-thermometer-half::before{content:""}.fa-temperature-high::before{content:""}.fa-temperature-low::before{content:""}.fa-temperature-quarter::before{content:""}.fa-temperature-1::before{content:""}.fa-thermometer-1::before{content:""}.fa-thermometer-quarter::before{content:""}.fa-temperature-three-quarters::before{content:""}.fa-temperature-3::before{content:""}.fa-thermometer-3::before{content:""}.fa-thermometer-three-quarters::before{content:""}.fa-tenge-sign::before{content:""}.fa-tenge::before{content:""}.fa-terminal::before{content:""}.fa-text-height::before{content:""}.fa-text-slash::before{content:""}.fa-remove-format::before{content:""}.fa-text-width::before{content:""}.fa-thermometer::before{content:""}.fa-thumbs-down::before{content:""}.fa-thumbs-up::before{content:""}.fa-thumbtack::before{content:""}.fa-thumb-tack::before{content:""}.fa-ticket-simple::before{content:""}.fa-ticket-alt::before{content:""}.fa-timeline::before{content:""}.fa-toggle-off::before{content:""}.fa-toggle-on::before{content:""}.fa-toilet::before{content:""}.fa-toilet-paper::before{content:""}.fa-toilet-paper-slash::before{content:""}.fa-toolbox::before{content:""}.fa-tooth::before{content:""}.fa-torii-gate::before{content:""}.fa-tower-broadcast::before{content:""}.fa-broadcast-tower::before{content:""}.fa-tractor::before{content:""}.fa-trademark::before{content:""}.fa-traffic-light::before{content:""}.fa-trailer::before{content:""}.fa-train::before{content:""}.fa-train-subway::before{content:""}.fa-subway::before{content:""}.fa-train-tram::before{content:""}.fa-tram::before{content:""}.fa-transgender::before{content:""}.fa-transgender-alt::before{content:""}.fa-trash::before{content:""}.fa-trash-arrow-up::before{content:""}.fa-trash-restore::before{content:""}.fa-trash-can::before{content:""}.fa-trash-alt::before{content:""}.fa-trash-can-arrow-up::before{content:""}.fa-trash-restore-alt::before{content:""}.fa-tree::before{content:""}.fa-triangle-exclamation::before{content:""}.fa-exclamation-triangle::before{content:""}.fa-warning::before{content:""}.fa-trophy::before{content:""}.fa-truck::before{content:""}.fa-truck-fast::before{content:""}.fa-shipping-fast::before{content:""}.fa-truck-medical::before{content:""}.fa-ambulance::before{content:""}.fa-truck-monster::before{content:""}.fa-truck-moving::before{content:""}.fa-truck-pickup::before{content:""}.fa-truck-ramp-box::before{content:""}.fa-truck-loading::before{content:""}.fa-tty::before{content:""}.fa-teletype::before{content:""}.fa-turkish-lira-sign::before{content:""}.fa-try::before{content:""}.fa-turkish-lira::before{content:""}.fa-turn-down::before{content:""}.fa-level-down-alt::before{content:""}.fa-turn-up::before{content:""}.fa-level-up-alt::before{content:""}.fa-tv::before{content:""}.fa-television::before{content:""}.fa-tv-alt::before{content:""}.fa-u::before{content:"U"}.fa-umbrella::before{content:""}.fa-umbrella-beach::before{content:""}.fa-underline::before{content:""}.fa-universal-access::before{content:""}.fa-unlock::before{content:""}.fa-unlock-keyhole::before{content:""}.fa-unlock-alt::before{content:""}.fa-up-down::before{content:""}.fa-arrows-alt-v::before{content:""}.fa-up-down-left-right::before{content:""}.fa-arrows-alt::before{content:""}.fa-up-long::before{content:""}.fa-long-arrow-alt-up::before{content:""}.fa-up-right-and-down-left-from-center::before{content:""}.fa-expand-alt::before{content:""}.fa-up-right-from-square::before{content:""}.fa-external-link-alt::before{content:""}.fa-upload::before{content:""}.fa-user::before{content:""}.fa-user-astronaut::before{content:""}.fa-user-check::before{content:""}.fa-user-clock::before{content:""}.fa-user-doctor::before{content:""}.fa-user-md::before{content:""}.fa-user-gear::before{content:""}.fa-user-cog::before{content:""}.fa-user-graduate::before{content:""}.fa-user-group::before{content:""}.fa-user-friends::before{content:""}.fa-user-injured::before{content:""}.fa-user-large::before{content:""}.fa-user-alt::before{content:""}.fa-user-large-slash::before{content:""}.fa-user-alt-slash::before{content:""}.fa-user-lock::before{content:""}.fa-user-minus::before{content:""}.fa-user-ninja::before{content:""}.fa-user-nurse::before{content:""}.fa-user-pen::before{content:""}.fa-user-edit::before{content:""}.fa-user-plus::before{content:""}.fa-user-secret::before{content:""}.fa-user-shield::before{content:""}.fa-user-slash::before{content:""}.fa-user-tag::before{content:""}.fa-user-tie::before{content:""}.fa-user-xmark::before{content:""}.fa-user-times::before{content:""}.fa-users::before{content:""}.fa-group::before{content:""}.fa-users-gear::before{content:""}.fa-users-cog::before{content:""}.fa-users-slash::before{content:""}.fa-utensils::before{content:""}.fa-cutlery::before{content:""}.fa-v::before{content:"V"}.fa-van-shuttle::before{content:""}.fa-shuttle-van::before{content:""}.fa-vault::before{content:""}.fa-vector-square::before{content:""}.fa-venus::before{content:""}.fa-venus-double::before{content:""}.fa-venus-mars::before{content:""}.fa-vest::before{content:""}.fa-vest-patches::before{content:""}.fa-vial::before{content:""}.fa-vials::before{content:""}.fa-video::before{content:""}.fa-video-camera::before{content:""}.fa-video-slash::before{content:""}.fa-vihara::before{content:""}.fa-virus::before{content:""}.fa-virus-slash::before{content:""}.fa-viruses::before{content:""}.fa-voicemail::before{content:""}.fa-volleyball::before{content:""}.fa-volleyball-ball::before{content:""}.fa-volume-high::before{content:""}.fa-volume-up::before{content:""}.fa-volume-low::before{content:""}.fa-volume-down::before{content:""}.fa-volume-off::before{content:""}.fa-volume-xmark::before{content:""}.fa-volume-mute::before{content:""}.fa-volume-times::before{content:""}.fa-vr-cardboard::before{content:""}.fa-w::before{content:"W"}.fa-wallet::before{content:""}.fa-wand-magic::before{content:""}.fa-magic::before{content:""}.fa-warehouse::before{content:""}.fa-water::before{content:""}.fa-water-ladder::before{content:""}.fa-ladder-water::before{content:""}.fa-swimming-pool::before{content:""}.fa-wave-square::before{content:""}.fa-weight-hanging::before{content:""}.fa-weight-scale::before{content:""}.fa-weight::before{content:""}.fa-wheelchair::before{content:""}.fa-whiskey-glass::before{content:""}.fa-glass-whiskey::before{content:""}.fa-wifi::before{content:""}.fa-wifi-3::before{content:""}.fa-wifi-strong::before{content:""}.fa-wind::before{content:""}.fa-window-maximize::before{content:""}.fa-window-minimize::before{content:""}.fa-window-restore::before{content:""}.fa-wine-bottle::before{content:""}.fa-wine-glass::before{content:""}.fa-wine-glass-empty::before{content:""}.fa-wine-glass-alt::before{content:""}.fa-won-sign::before{content:""}.fa-krw::before{content:""}.fa-won::before{content:""}.fa-wrench::before{content:""}.fa-x::before{content:"X"}.fa-x-ray::before{content:""}.fa-xmark::before{content:""}.fa-close::before{content:""}.fa-multiply::before{content:""}.fa-remove::before{content:""}.fa-times::before{content:""}.fa-y::before{content:"Y"}.fa-yen-sign::before{content:""}.fa-cny::before{content:""}.fa-jpy::before{content:""}.fa-rmb::before{content:""}.fa-yen::before{content:""}.fa-yin-yang::before{content:""}.fa-z::before{content:"Z"}.sr-only,.fa-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.sr-only-focusable:not(:focus),.fa-sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}/*!
 * Font Awesome Free 6.0.0-beta2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url("../webfonts/fa-solid-900.woff2") format("woff2"),url("../webfonts/fa-solid-900.ttf") format("truetype")}.fas,.fa-solid{font-family:"Font Awesome 6 Free";font-weight:900}/*!
 * Font Awesome Free 6.0.0-beta2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url("../webfonts/fa-regular-400.woff2") format("woff2"),url("../webfonts/fa-regular-400.ttf") format("truetype")}.far,.fa-regular{font-family:"Font Awesome 6 Free";font-weight:400}html{scroll-behavior:smooth}body{text-size-adjust:100%;position:relative;width:100%;min-height:100vh}*,::after,::before{box-sizing:border-box}a:not([class]){text-decoration-skip-ink:auto}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;margin:0;padding:0;border:0;vertical-align:baseline}:focus{outline:0}main,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}td:empty,th:empty{opacity:0}input:required,input{box-shadow:none}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #fff inset}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;-moz-appearance:none}input[type=search]{-webkit-appearance:none;-moz-appearance:none;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}textarea{overflow:auto;vertical-align:top;resize:vertical}audio,canvas,video{display:inline-block;max-width:100%}audio:not([controls]){display:none;height:0}[hidden]{display:none}a:active,a:hover{outline:none}img{border:0;max-width:100%;display:inline-block;vertical-align:middle;height:auto}picture{display:inline-block}figure{margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;border:0;background:rgba(0,0,0,0)}button::-moz-focus-inner{border:0}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}button{border:0;background:rgba(0,0,0,0)}textarea{overflow:auto;vertical-align:top;resize:vertical}table{border-collapse:collapse;border-spacing:0}hr{box-sizing:content-box;overflow:visible;background:#000;border:0;height:1px;line-height:0;margin:0;padding:0;page-break-after:always;width:100%}pre{font-family:monospace,monospace;font-size:100%}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:none}code,kbd,samp{font-family:monospace,monospace;font-size:100%}small{font-size:75%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-5px}sup{top:-5px}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1;margin:0;padding:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0;outline:0}legend{color:inherit;white-space:normal;display:block;border:0;max-width:100%;width:100%}fieldset{min-width:0}body:not(:-moz-handler-blocked) fieldset{display:block}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}template{display:none}@font-face{font-family:"Museo Sans";src:url(../fonts/museo-sans-100.woff2) format("woff2");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:"Museo Sans";src:url(../fonts/museo-sans-300.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"Museo Sans";src:url(../fonts/museo-sans-500.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Museo Sans";src:url(../fonts/museo-sans-700.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Museo Sans";src:url(../fonts/museo-sans-900.woff2) format("woff2");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:"Museo Sans";src:url(../fonts/museo-sans-100-italic.woff2) format("woff2");font-weight:100;font-style:italic;font-display:swap}@font-face{font-family:"Museo Sans";src:url(../fonts/museo-sans-300-italic.woff2) format("woff2");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:"Museo Sans";src:url(../fonts/museo-sans-500-italic.woff2) format("woff2");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:"Museo Sans";src:url(../fonts/museo-sans-700-italic.woff2) format("woff2");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:"Museo Sans";src:url(../fonts/museo-sans-900-italic.woff2) format("woff2");font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:"La Paloma";src:url(../fonts/la-paloma.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}html{position:relative;min-height:100%;scroll-behavior:smooth}body{font-family:"Museo Sans",sans-serif;font-weight:300;font-size:16px;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 1px rgba(0,0,0,.004);text-rendering:optimizeLegibility !important;-webkit-font-smoothing:antialiased !important;-moz-osx-font-smoothing:grayscale !important;-webkit-text-stroke:1px rgba(0,0,0,0);margin:0;padding:95px 0 0 0;color:#595959;display:flex;flex-direction:column;text-size-adjust:none}@media(max-width: 991.98px){body{padding-top:65px}}pre{width:100%;border-radius:.3em;padding:.8em;overflow:auto;background:#272822;border:#f92672 2px solid;font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.4;tab-size:8;color:#a6e22e;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none;margin:20px 0}h1,h2,h3,h4,h5,h6{font-family:"Museo Sans",sans-serif;color:#151515;font-weight:500;line-height:1.36;letter-spacing:-0.55px}h1.title-line,h2.title-line,h3.title-line,h4.title-line,h5.title-line,h6.title-line{position:relative;padding-bottom:15px;margin-bottom:17px}h1.title-line:before,h2.title-line:before,h3.title-line:before,h4.title-line:before,h5.title-line:before,h6.title-line:before{background-color:#0d2532;content:"";height:2px;width:30px;position:absolute;left:0;right:0;bottom:0}h1.title-line-white,h2.title-line-white,h3.title-line-white,h4.title-line-white,h5.title-line-white,h6.title-line-white{position:relative;padding-bottom:15px;margin-bottom:20px}h1.title-line-white:before,h2.title-line-white:before,h3.title-line-white:before,h4.title-line-white:before,h5.title-line-white:before,h6.title-line-white:before{background-color:#fff;content:"";height:2px;width:30px;position:absolute;left:0;right:0;bottom:0}h1{font-size:32px}h2{font-size:28px}h3{font-size:24px}h4{font-size:20px}h5{font-size:18px}h6{font-size:16px}p{margin-top:15px}strong{font-weight:700;color:#0d2532}.grey-highlight-box{padding-top:5px}.grey-highlight-box .col{margin-top:30px;padding:20px;border-left:2px solid #583b8f}.grey-highlight-box .col:first-of-type{margin-top:0}.grey-highlight-box .col h4{font-size:20px;margin-bottom:15px}.grey-highlight-box .col p{margin:0}.grey-highlight-box .col p:last-of-type{margin:0 auto}.container{width:100%;max-width:1200px;margin-right:auto;margin-left:auto;padding:0 15px}@media(max-width: 991.98px){.container{padding:0 20px}}.container-fluid{width:100%;margin-right:auto;margin-left:auto}.display-none{display:none}.display-block{display:block !important}.display-flex{display:flex}.display-inline{display:inline}.display-inline-block{display:inline-block}.text-center{text-align:center}a{text-decoration:none;color:#151515;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;-ms-transition:all 300ms ease;-o-transition:all 300ms ease;transition:all 300ms ease}a:hover{color:#13ada6}a:focus-visible{box-shadow:inset 0 0 0 2px #151515;background:#151515 !important;color:#fff !important;outline-offset:0;transition:none !important}a:focus-visible *{transition:none;background:#151515 !important;color:#fff !important}a:focus-visible img{transition:all 0ms ease;background:#151515 !important;display:inline-block;outline:5px solid #151515;outline-offset:-5px}a:focus:not(:focus-visible) img{transition:all 0ms ease;background:#151515 !important;display:inline-block;outline:5px solid #151515;outline-offset:-5px}button:focus,input[type=submit]:focus{background:#151515 !important;color:#fff !important}button:focus *,input[type=submit]:focus *{color:#fff !important}p a{text-decoration:underline}form{display:flex;flex-wrap:wrap;width:100%}form input,form select,form textarea{width:100%;padding:10px;border:2px solid #ccc;line-height:1.5;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;-ms-transition:all 300ms ease;-o-transition:all 300ms ease;transition:all 300ms ease}form input:focus,form select:focus,form textarea:focus{border:2px solid #787878 !important;background:#eee}form input[disabled],form select[disabled],form textarea[disabled]{cursor:default;border:2px solid #999 !important;background:#eee}form select{padding:0 10px}form input[type=radio]:focus{outline:2px solid #787878 !important}form fieldset{display:flex;flex-wrap:wrap;width:100%;margin:5px}form fieldset legend,form fieldset h2{font-size:1.5em;padding:10px;width:100%}form fieldset label{display:flex;font-weight:500}form fieldset label a{padding-left:10px;text-decoration:underline}form fieldset label sup{line-height:2}form fieldset .form-hidden-content,form fieldset .form-hidden-content-yes,form fieldset .form-hidden-content-no{display:none;flex-wrap:wrap;margin:5px 0;border:1px solid #ccc;border-radius:3px;box-sizing:border-box;width:100%}form fieldset .form-hidden-content.form-hidden-content-show,form fieldset .form-hidden-content-yes.form-hidden-content-show,form fieldset .form-hidden-content-no.form-hidden-content-show{display:flex}form fieldset .form-col{width:50%;padding:10px}@media(max-width: 991.98px){form fieldset .form-col{width:100%}}form fieldset .form-col.label-block{display:flex;flex-wrap:wrap}form fieldset .form-col.label-block h4{width:100%}form fieldset .form-col.label-block label{width:100%;display:block;padding-bottom:10px}form fieldset .form-col.label-line{display:flex;flex-wrap:wrap}form fieldset .form-col.label-line h4{width:100%}form fieldset .form-col.label-line label{width:auto;display:block;padding-bottom:10px}form fieldset .form-col.label-line label span{margin:0 15px 15px 0 !important}form fieldset .form-col.label-half label{width:50%}form fieldset .form-col input[type=radio],form fieldset .form-col input[type=checkbox]{width:auto;margin-top:5px;align-self:flex-start}form fieldset .form-col input[type=radio]+span,form fieldset .form-col input[type=checkbox]+span{margin:0 10px 15px 10px}form fieldset .form-col h4~label{font-size:1em;font-weight:400}form fieldset .form-col textarea{height:150px}form fieldset .form-col button{padding:8px 30px;background:#151515;color:#fff;border:2px solid #151515;border-radius:3px;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;-ms-transition:all 300ms ease;-o-transition:all 300ms ease;transition:all 300ms ease}form fieldset .form-col button:hover{color:#fff;background:#d61261;border:2px solid #d61261}form fieldset .form-col h4{padding:0 0 10px 0;margin:0;font-size:1.1em;font-weight:500;color:#595959}form fieldset .form-col.title{padding-bottom:0;margin-bottom:-10px}form fieldset .form-col.col-full{width:100%}form fieldset .form-col.col-half{width:50%}@media(max-width: 991.98px){form fieldset .form-col.col-half{width:100%}}form fieldset .form-col.col-tree{width:33.33%}form fieldset .form-col.col-four{width:25%}@media(max-width: 991.98px){form fieldset .form-col.col-four{width:100%}}form fieldset .form-col.col-five{width:16.66%}form fieldset .form-col.col-auto{width:auto}form fieldset.option-inputs{border:#0d2532 2px solid;background:rgb(62.1428571429,154.7142857143,204.8571428571);border-radius:3px;padding:20px}form fieldset.option-inputs h2{color:rgb(2.4761904762,7.0476190476,9.5238095238);font-weight:500}form fieldset.option-inputs .option-inputs-add{display:flex;flex-wrap:wrap;width:100%;margin-bottom:10px}form fieldset.option-inputs .option-inputs-list{padding:10px}form fieldset.option-inputs .option-inputs-list .table-responsive table tr{background:#fff}form fieldset.option-inputs .option-inputs-list .table-responsive table tr:nth-child(odd){background:#eee}form fieldset.send{display:flex;flex-wrap:wrap;justify-content:flex-end;background:none;border:none}form #result-form{margin-top:30px}.sr-only{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.sr-only-focusable:focus,.sr-only-focusable:active{clip:auto !important;-webkit-clip-path:none !important;clip-path:none !important;height:auto !important;margin:auto !important;overflow:visible !important;width:auto !important;white-space:normal !important}header.header-top{background:#fff;position:fixed;width:100%;z-index:999;top:0;border-bottom:1px solid #eee;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;-ms-transition:all 300ms ease;-o-transition:all 300ms ease;transition:all 300ms ease}header.header-top .main-header{padding:10px 0}header.header-top .main-header .container{display:flex;align-items:center;justify-content:space-between;padding:0}header.header-top .main-header .container .logo a{display:inline-block}@media(max-width: 991.98px){header.header-top .main-header .container .logo a{padding:5px}}header.header-top .main-header .container .logo a:focus img{background:#fff !important;display:inline-block;outline:none;box-shadow:none !important}header.header-top .main-header .container .logo a:focus-visible{background:#fff !important;color:#fff !important;outline:2px solid #151515;outline-offset:0;transition:none !important;box-shadow:none !important}header.header-top .main-header .container .logo a:focus-visible *{transition:none;background:#fff !important;color:#fff !important}header.header-top .main-header .container .logo a:focus-visible img{background:#fff !important;display:inline-block;outline:none}header.header-top .main-header .container .logo img{width:200px}@media(max-width: 991.98px){header.header-top .main-header .container .logo img{width:130px}}@media(max-width: 991.98px){header.header-top .main-header .container .main-menu{display:none}}header.header-top .main-header .container .main-menu .container{display:flex;justify-content:space-between;align-items:center}header.header-top .main-header .container .main-menu .container nav{padding:0 10px;margin:0 auto;flex:9}header.header-top .main-header .container .main-menu .container nav ul{display:flex;justify-content:center}header.header-top .main-header .container .main-menu .container nav ul li{padding:25px 10px;margin:0 2px;position:relative}header.header-top .main-header .container .main-menu .container nav ul li a{font-size:18px;color:#151515;display:inline-block;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;-ms-transition:all 300ms ease;-o-transition:all 300ms ease;transition:all 300ms ease}header.header-top .main-header .container .main-menu .container nav ul li a:hover{color:#13ada6}header.header-top .main-header .container .main-menu .container nav ul li a.active{color:#13ada6;text-decoration:underline}header.header-top .main-header .container .main-menu .container nav ul li a i{font-size:1em;width:auto;height:auto}header.header-top .main-header .container .main-menu .container nav ul li.menu-item-has-children>a:after{content:" ";font-family:Line Awesome Free,sans-serif;font-weight:900;transition:all .3s ease}header.header-top .main-header .container .main-menu .container nav ul li.menu-item-has-children ul.sub-menu{display:none;position:absolute;padding:0 20px;background:#fff;border:1px solid #eee;flex-wrap:wrap;top:74px}header.header-top .main-header .container .main-menu .container nav ul li.menu-item-has-children ul.sub-menu li{width:100%;border-bottom:1px solid #eee;padding:8px 0}header.header-top .main-header .container .main-menu .container nav ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children>a:after{content:" " !important;font-family:Line Awesome Free,sans-serif;font-weight:900}header.header-top .main-header .container .main-menu .container nav ul li.menu-item-has-children ul.sub-menu li:last-of-type{border-bottom:none}header.header-top .main-header .container .main-menu .container nav ul li.menu-item-has-children ul.sub-menu li a{font-weight:500;font-size:14px;text-transform:none;color:#595959;text-wrap:nowrap}header.header-top .main-header .container .main-menu .container nav ul li.menu-item-has-children ul.sub-menu ul.sub-menu{display:none;position:absolute;left:100%;top:initial;bottom:-1px;border:1px solid #eee;background:#fff}header.header-top .main-header .container .header-actions{display:flex;justify-content:end}@media(max-width: 991.98px){header.header-top .main-header .container .header-actions{width:auto}}header.header-top .main-header .container .header-actions.header-login-mobile{width:auto}@media(min-width: 768px){header.header-top .main-header .container .header-actions.header-login-mobile{display:none}}header.header-top .main-header .container .header-actions .client-button a{background:#0d2532;color:#fff;padding:8px 20px;border-radius:20px;font-size:14px;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;-ms-transition:all 300ms ease;-o-transition:all 300ms ease;transition:all 300ms ease}header.header-top .main-header .container .header-actions .client-button a:hover{color:#fff;background:#13ada6}header.header-top .main-header .container .header-actions .action-search a{color:#595959;padding:5px 5px}@media(max-width: 991.98px){header.header-top .main-header .container .header-actions .action-search a{margin-top:2px;display:block}}header.header-top .main-header .container .header-actions .action-search a:hover{color:#888}header.header-top .main-header .container .header-actions .action-search a i{font-size:1.5em;width:auto;height:auto}header.header-top .main-header .container .header-actions .user-menu{position:relative;z-index:10}header.header-top .main-header .container .header-actions .user-menu a{color:#595959;padding:5px 0 0 10px}header.header-top .main-header .container .header-actions .user-menu a:hover{color:#888}header.header-top .main-header .container .header-actions .user-menu a i{font-size:1.5em;width:auto;height:auto}header.header-top .main-header .container .header-actions .user-menu ul.sub-menu{display:none;position:absolute;padding:0 20px;background:#fff;border:1px solid #eee;flex-wrap:wrap;right:0;text-align:right}header.header-top .main-header .container .header-actions .user-menu ul.sub-menu li{width:100%;border-bottom:1px solid #eee;padding:8px 0;white-space:nowrap}header.header-top .main-header .container .header-actions .user-menu ul.sub-menu li a{font-weight:500;font-size:14px;text-transform:none;color:#595959}@media(min-width: 768px){header.header-top .main-header .container .header-actions .mobile-menu{display:none}}header.header-top .main-header .container .header-actions .mobile-menu a{color:#595959;padding:5px 5px 5px 15px;display:block}header.header-top .main-header .container .header-actions .mobile-menu a:hover{color:#888}header.header-top .main-header .container .header-actions .mobile-menu a i{font-size:1.8em;width:auto;height:auto}header.header-top .mobile-nav{display:none !important;background:#fff;border-bottom:1px solid #eee}@media(max-width: 991.98px){header.header-top .mobile-nav.active{display:block !important}}@media(min-width: 768px){header.header-top .mobile-nav{display:none !important}}header.header-top .mobile-nav .menu{list-style:none;padding:0;margin:0}header.header-top .mobile-nav .menu li{border-bottom:1px solid #eee}header.header-top .mobile-nav .menu li:last-child{border-bottom:none}header.header-top .mobile-nav .menu li a{display:flex;align-items:center;justify-content:space-between;padding:15px 20px;color:#595959;text-decoration:none;font-weight:500;text-transform:uppercase;font-size:.9em}header.header-top .mobile-nav .menu li a:hover{background:#f9f9f9;color:#0d2532}header.header-top .mobile-nav .menu li a i{font-size:1.2em;transition:transform .3s ease}header.header-top .mobile-nav .menu li.menu-item-has-children .sub-menu{display:none;background:#fdfdfd;padding:0;list-style:none}header.header-top .mobile-nav .menu li.menu-item-has-children .sub-menu li{border-bottom:1px solid #f0f0f0}header.header-top .mobile-nav .menu li.menu-item-has-children .sub-menu li:last-child{border-bottom:none}header.header-top .mobile-nav .menu li.menu-item-has-children .sub-menu li a{padding:12px 35px;text-transform:none;font-size:.85em;justify-content:flex-start}header.header-top .mobile-nav .menu li.menu-item-has-children.open>a{background:#f9f9f9;color:#0d2532}header.header-top .mobile-nav .menu li.menu-item-has-children.open>a i{transform:rotate(180deg)}header.header-top .mobile-nav .menu li.menu-item-has-children.open .sub-menu{display:block}@media(max-width: 991.98px){header.header-top .main-header .container{padding:0 15px}header.header-top .main-header .header-actions .client-button{display:none}header.header-top .main-header .header-actions .mobile-menu button{background:rgba(0,0,0,0);border:0;padding:5px 5px 5px 15px;display:block;color:#595959;cursor:pointer}header.header-top .main-header .header-actions .mobile-menu button:hover{color:#888}header.header-top .main-header .header-actions .mobile-menu button i{font-size:1.8em;width:auto;height:auto}}.banner{position:relative;width:100%;height:800px;background-image:url("../images/banner-home.jpg");background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:flex-end}.banner .container{margin-bottom:80px;display:flex;justify-content:flex-end}.banner .content{display:flex;flex-direction:column;align-items:flex-start}.banner .content h1{font-weight:700}.banner .content h1,.banner .content p{color:#fff;font-size:55px;line-height:1;margin-bottom:0;padding-bottom:0}.banner .content strong{color:#fff}@media(max-width: 991.98px){.banner{height:560px;background-position:60% center}.banner .container{margin-bottom:40px;justify-content:flex-start}.banner .content{max-width:320px}.banner .content h1,.banner .content p{font-size:38px;line-height:.95}}@media(max-width: 767.98px){.banner{height:480px}.banner .content{max-width:250px}.banner .content h1,.banner .content p{font-size:30px}}.about-us{padding:60px 0;position:relative;overflow:hidden;scroll-margin-top:60px}.about-us .container{position:relative;z-index:2}.about-us__parallax{position:absolute;top:-15%;left:0;right:0;width:100%;height:140%;background:url("../images/bg-home-01.png") top center/cover no-repeat;z-index:-1;will-change:transform}.about-us__overview{display:flex;align-items:center;justify-content:space-between;gap:80px}.about-us__content{flex:1;max-width:600px}.about-us__content p{font-size:25px;margin-bottom:24px}.about-us__media{flex:1;display:flex;justify-content:center}.about-us__media img{width:100%;height:auto}.about-us__advantages{margin-top:100px;position:relative}.about-us__advantages h2{font-family:"La Paloma",cursive;font-size:55px;position:relative;z-index:1;margin-bottom:-50px}.about-us__section-title{font-size:36px;margin-bottom:60px}.about-us__advantages-list{display:grid;grid-template-columns:repeat(4, 1fr);gap:40px}.about-us__advantage{padding:90px 30px;background:#f6f6f6;transition:transform .3s ease,box-shadow .3s ease;text-align:center;position:relative}.about-us__advantage h3{font-size:25px;margin-bottom:20px}.about-us__advantage p{font-size:20px;line-height:1.5}.about-us__advantage:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(0,0,0,.08)}@media(max-width: 991.98px){.about-us{padding:60px 0}.about-us__overview{flex-direction:column;gap:30px}.about-us__content{max-width:none}.about-us__content p{font-size:20px}.about-us__advantages{margin-top:50px}.about-us__advantages h2{font-size:25px;margin-bottom:20px}.about-us__advantages-list{grid-template-columns:1fr;gap:20px}.about-us__advantage{padding:40px 24px}.about-us__advantage h3{font-size:22px}.about-us__advantage p{font-size:18px}}.developments{position:relative;padding:120px 0}.developments__wrapper{display:flex;align-items:center;gap:80px;position:relative}.developments__building{flex:1}.developments__building img{width:650px;height:auto;display:block;position:absolute;top:-220px;left:-150px;z-index:2}.developments__content{flex:1;max-width:600px;position:relative;z-index:3}.developments__subtitle{font-family:"La Paloma",cursive;font-size:55px;text-align:right;display:block;margin-bottom:10px;position:absolute;top:0;right:0}.developments__title{margin-bottom:40px;margin-top:70px;text-align:left}.developments__gallery{display:grid;grid-template-columns:repeat(2, 1fr);gap:20px;margin-bottom:40px}.developments__gallery-item{overflow:hidden}.developments__gallery-item a{display:block;width:100%;height:100%}.developments__gallery-item img{width:100%;height:auto;display:block;transition:transform .4s ease}.developments__gallery-item:hover img{transform:scale(1.05)}.developments__cta{margin-top:20px;text-align:center}.developments__button{display:inline-block;padding:16px 40px;font-size:25px;font-weight:700;background:#9dc641;color:#0d2532;border-radius:50px;text-decoration:none;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;-ms-transition:all 300ms ease;-o-transition:all 300ms ease;transition:all 300ms ease}.developments__button:hover{transform:translateY(-3px);background:#9dc641;color:#0d2532}.developments__pattern{position:absolute;right:0;bottom:80px;width:380px;height:260px;background:url("../images/pattern-home.png") no-repeat center;background-size:contain}@media(max-width: 991.98px){.developments{padding:60px 0;overflow:hidden}.developments__wrapper{flex-direction:column;gap:30px}.developments__building{width:100%}.developments__building img{position:relative;top:auto;left:auto;width:min(100%,420px);margin:0 auto}.developments__content{max-width:none;width:100%}.developments__subtitle{position:static;text-align:left;font-size:25px;margin-bottom:20px}.developments__title{margin:0 0 30px}.developments__title img{max-width:280px;width:100%}.developments__gallery{gap:12px;margin-bottom:30px}.developments__button{width:100%;padding:14px 24px;font-size:20px}.developments__pattern{display:none}}@media(max-width: 767.98px){.developments__gallery{grid-template-columns:1fr}}.footer__top{position:relative;padding:100px 0;background:linear-gradient(135deg, #1fa39a, #2bb1a6);overflow:hidden}.footer__top::before{content:"";position:absolute;inset:0;background:url("../images/bg-footer.jpg") no-repeat center;background-size:cover}.footer__top .container{position:relative;z-index:2}.footer__content{display:flex;justify-content:space-between;align-items:center;gap:60px}.footer__brand img{max-width:400px;height:auto}.footer__info{width:350px;color:#fff}.footer__info p{margin:0;font-size:22px;font-weight:400}.footer__contact{margin-top:15px !important}.footer__contact a{color:#fff;text-decoration:none;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;-ms-transition:all 300ms ease;-o-transition:all 300ms ease;transition:all 300ms ease}.footer__contact a:hover{color:#0d2532}.footer__bottom{background:#fff;padding:20px 0;font-size:16px;text-align:center}.footer__bottom p{margin:0}.footer__links{margin-top:5px}.footer__links a{font-weight:400;text-decoration:none;margin:0 6px}.footer__links span{margin:0 6px}@media(max-width: 991.98px){.footer__links a{display:block;margin-top:10px}.footer__links span{display:none}}@media(max-width: 991.98px){.footer__top{padding:60px 0}.footer__content{flex-direction:column;align-items:flex-start;gap:30px}.footer__brand img{max-width:280px}.footer__info{width:100%}.footer__info p{font-size:18px}}.whatsapp-float{position:fixed;bottom:25px;right:25px;z-index:999}.whatsapp-float .whatsapp-icone{display:block;width:60px;height:60px;background:#4da735;border-radius:100%;text-align:center;line-height:56px;box-shadow:2px 2px 3px rgba(0,0,0,.2);transition:all .3s ease;color:#fff;text-decoration:none}.whatsapp-float .whatsapp-icone:hover{transform:scale(1.1);color:#fff}.whatsapp-float .whatsapp-icone img{width:35px;height:35px;vertical-align:middle}.pulse-green{animation:pulse-green 2s infinite;border-radius:100%}@keyframes pulse-green{0%{box-shadow:0 0 0 0 rgba(77,167,53,.7)}70%{box-shadow:0 0 0 15px rgba(77,167,53,0)}100%{box-shadow:0 0 0 0 rgba(77,167,53,0)}}.error-404{padding:120px 0 140px;text-align:center}.error-404__content{display:flex;flex-direction:column;align-items:center;gap:20px}.error-404__code{font-size:160px;font-weight:900;line-height:1;color:#13ada6;opacity:.18;letter-spacing:-8px;user-select:none}.error-404__title{font-size:42px;font-weight:700;color:#0d2532;margin:-60px 0 0}.error-404__text{font-size:20px;color:#777;max-width:480px;line-height:1.6;margin:0}.error-404__btn{display:inline-block;margin-top:12px;padding:16px 40px;background:#13ada6;color:#fff;font-size:18px;font-weight:700;border-radius:999px;transition:background .2s ease}.error-404__btn:hover{background:#0d2532}@media(max-width: 991.98px){.error-404{padding:80px 0 100px}.error-404__code{font-size:120px}.error-404__title{font-size:32px;margin-top:-44px}.error-404__text{font-size:18px}}@media(max-width: 767.98px){.error-404{padding:60px 0 80px}.error-404__code{font-size:90px}.error-404__title{font-size:26px;margin-top:-34px}}.developments-page{background:url("../images/bg-page-developments.jpg") top center/cover no-repeat}.developments-page .developments-intro{background:url("../images/pattern-right.png") top right no-repeat;padding:60px 0;margin-top:60px;margin-bottom:60px}.developments-page .developments-intro__title{font-family:"La Paloma",cursive;font-size:55px;display:block;margin-bottom:10px}.developments-page .developments-intro__text{font-size:25px;line-height:1.6;max-width:980px}@media(max-width: 1400px){.developments-page .developments-intro__text{font-size:24px}}.developments-page .developments-grid{padding:60px 0 0 60px}.developments-page .developments-grid__list{display:grid;grid-template-columns:repeat(2, 1fr);gap:80px}.developments-page .developments-grid .development-card{position:relative;background:#fff;cursor:pointer}.developments-page .developments-grid .development-card__inner{position:relative;overflow:hidden;transition:box-shadow .3s ease}.developments-page .developments-grid .development-card__inner img{width:100%;display:block;transition:transform .5s ease}.developments-page .developments-grid .development-card__inner:hover{box-shadow:0 10px 30px rgba(0,0,0,.15)}.developments-page .developments-grid .development-card__inner:hover img{transform:scale(1.1)}.developments-page .developments-grid .development-card__info{background:rgba(19,173,166,.8);color:#fff;padding:18px 20px;position:absolute;bottom:0;left:0;right:0;z-index:1}.developments-page .developments-grid .development-card__info h3{color:#fff;margin-bottom:6px;font-size:26px;font-weight:600}.developments-page .developments-grid .development-card__info p{font-size:22px;margin:0}.developments-page .developments-grid .development-card__status{position:absolute;top:-25px;left:50%;transform:translateX(-50%);padding:10px 25px;border-radius:80px;font-size:28px;font-weight:600;color:#fff;z-index:10;white-space:nowrap}.developments-page .developments-grid .development-card__status--ready{background:#8cc63f;color:#0d2532}.developments-page .developments-grid .development-card__status--launch{background:#20323a}.developments-page .developments-grid .development-card__status--construction{background:#f5c400;color:#0d2532}.developments-page .developments-grid .development-card__status--soon{background:#e30000}.developments-page .development-highlight{padding:60px 0;background:url("../images/pattern-left.png") no-repeat;background-position:left 70px;scroll-margin-top:60px}.developments-page .development-highlight__wrapper{display:grid;grid-template-columns:1fr 1fr;align-items:flex-start;gap:80px;position:relative}.developments-page .development-highlight__image img{position:relative;left:-40px}.developments-page .development-highlight__content{position:relative}.developments-page .development-highlight__cta{grid-column:1/-1;text-align:center}.developments-page .development-highlight__cta a{margin:0 auto;display:inline-block;padding:8px 30px;font-size:28px;font-weight:700;background:#9dc641;color:#0d2532;border-radius:50px;text-decoration:none;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;-ms-transition:all 300ms ease;-o-transition:all 300ms ease;transition:all 300ms ease}.developments-page .development-highlight__cta a:hover{transform:translateY(-3px);background:#0d2532;color:#fff}.developments-page .development-highlight__title{position:relative;left:-200px;margin-bottom:40px;padding-top:30px}.developments-page .development-highlight__size,.developments-page .development-highlight__address,.developments-page .development-highlight__leisure{margin-bottom:30px}.developments-page .development-highlight__size h3,.developments-page .development-highlight__address h3,.developments-page .development-highlight__leisure h3{color:#0d2532;font-size:40px;font-weight:900}.developments-page .development-highlight__size p,.developments-page .development-highlight__size ul,.developments-page .development-highlight__address p,.developments-page .development-highlight__address ul,.developments-page .development-highlight__leisure p,.developments-page .development-highlight__leisure ul{margin-top:0;font-size:18px}.developments-page .development-highlight__size ul,.developments-page .development-highlight__address ul,.developments-page .development-highlight__leisure ul{padding-top:10px}.developments-page .development-highlight__size ul li,.developments-page .development-highlight__address ul li,.developments-page .development-highlight__leisure ul li{margin:5px 0}.developments-page .development-highlight__size ul li::before,.developments-page .development-highlight__address ul li::before,.developments-page .development-highlight__leisure ul li::before{content:"- "}.developments-page .development-highlight__address p{color:#0d2532;font-weight:900}.developments-page .development-highlight__leisure ul{columns:2}.developments-page .development-highlight__leisure ul li{margin:0 0 5px 0}@media(max-width: 991.98px){.developments-page .developments-intro{padding:30px 0;margin:30px 0;background-size:120px auto}.developments-page .developments-intro__title{font-size:25px}.developments-page .developments-intro__text{font-size:20px}.developments-page .developments-grid{padding:30px 0 40px}.developments-page .developments-grid__list{grid-template-columns:1fr;gap:40px}.developments-page .developments-grid .development-card__status{font-size:20px;top:-18px;padding:8px 18px}.developments-page .developments-grid .development-card__info{padding:14px 16px}.developments-page .developments-grid .development-card__info h3{font-size:22px}.developments-page .developments-grid .development-card__info p{font-size:18px}.developments-page .development-highlight{padding:40px 0 0;background:none}.developments-page .development-highlight__wrapper{grid-template-columns:1fr;gap:30px}.developments-page .development-highlight__image img{position:relative;left:auto;width:min(100%,420px);margin:0 auto;display:block}.developments-page .development-highlight__title{left:auto;padding-top:0;margin-bottom:20px}.developments-page .development-highlight__title img{max-width:260px;width:100%}.developments-page .development-highlight__cta{grid-column:1/-1;text-align:center}.developments-page .development-highlight__cta a{font-size:20px}.developments-page .development-highlight__size h3,.developments-page .development-highlight__address h3,.developments-page .development-highlight__leisure h3{font-size:32px}.developments-page .development-highlight__size p,.developments-page .development-highlight__size ul,.developments-page .development-highlight__address p,.developments-page .development-highlight__address ul,.developments-page .development-highlight__leisure p,.developments-page .development-highlight__leisure ul{font-size:16px}.developments-page .development-highlight__leisure ul{columns:1}}.development-gallery{padding:60px 0}.development-gallery .section-title{margin-bottom:30px;color:#0d2532;font-size:40px;font-weight:900}.development-gallery__slider{position:relative;padding:0 60px}.development-gallery__viewport{overflow:hidden}.development-gallery__list{display:flex;gap:20px;transition:transform .4s ease}.development-gallery__list img{width:calc((100% - 60px)/4);flex-shrink:0;display:block}.development-gallery__gallery-warp{position:relative}.development-gallery .swiper-slide{overflow:hidden}.development-gallery .swiper-slide a{display:block;width:100%;height:100%}.development-gallery .swiper-slide img{width:100%;display:block;transition:transform .5s ease}.development-gallery .swiper-slide:hover img{transform:scale(1.05)}.development-gallery .swiper-button-prev,.development-gallery .swiper-button-next{width:40px;height:40px;background:#13ada6;font-size:40px;font-weight:900;border-radius:50%;box-shadow:0 3px 10px rgba(0,0,0,.15);color:#fff}.development-gallery .swiper-button-prev .swiper-navigation-icon,.development-gallery .swiper-button-next .swiper-navigation-icon{display:none}.development-gallery .swiper-button-prev::before{content:"‹";position:relative;top:-2px}.development-gallery .swiper-button-next::before{content:"›";position:relative;top:-2px}.development-gallery .swiper-button-prev{position:absolute;left:-20px !important}.development-gallery .swiper-button-next{right:-20px !important}@media(max-width: 991.98px){.development-gallery{padding:40px 0}.development-gallery .section-title{font-size:30px}.development-gallery__slider{padding:0 24px}.development-gallery .swiper-button-prev{left:-6px !important}.development-gallery .swiper-button-next{right:-6px !important}}.development-plans{padding:60px 0}.development-plans .section-title{margin-bottom:30px;color:#0d2532;font-size:40px;font-weight:900}.development-plans__gallery-warp{position:relative}.development-plans__slider{padding:0 60px}.development-plans .swiper-slide{display:flex}.development-plans .development-plan{position:relative;width:100%;overflow:hidden}.development-plans .development-plan img{width:100%;display:block;transition:transform .5s ease}.development-plans .development-plan:hover img{transform:scale(1.05)}.development-plans .development-plan span{position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:#13ada6;color:#fff;padding:8px 20px;width:150px;border-radius:40px;font-size:24px;font-weight:600;text-align:center}.development-plans .swiper-button-prev,.development-plans .swiper-button-next{width:40px;height:40px;background:#13ada6;font-size:40px;font-weight:900;border-radius:50%;box-shadow:0 3px 10px rgba(0,0,0,.15);color:#fff;display:flex;align-items:center;justify-content:center}.development-plans .swiper-button-prev .swiper-navigation-icon,.development-plans .swiper-button-next .swiper-navigation-icon{display:none}.development-plans .swiper-button-prev::before{content:"‹";position:relative;top:-2px}.development-plans .swiper-button-next::before{content:"›";position:relative;top:-2px}.development-plans .swiper-button-prev{left:-20px !important}.development-plans .swiper-button-next{right:-20px !important}@media(max-width: 991.98px){.development-plans{padding:40px 0}.development-plans .section-title{font-size:30px}.development-plans__slider{padding:0 24px}.development-plans .development-plan span{width:auto;max-width:calc(100% - 20px);padding:8px 16px;font-size:18px;white-space:normal;line-height:1.2}.development-plans .swiper-button-prev{left:-6px !important}.development-plans .swiper-button-next{right:-6px !important}}.development-views{background:url("../images/bg-views.jpg") top center/cover no-repeat}.development-views .development-panoramic-view{padding:30px 0;position:relative}.development-views .development-panoramic-view__content{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:40px;min-height:240px}.development-views .development-panoramic-view__title{max-width:760px;color:#fff;font-size:52px;font-weight:700;line-height:1.05;margin:0}.development-views .development-panoramic-view__button{display:inline-flex;align-items:center;justify-content:center;min-width:360px;padding:28px 40px;background:#0d2532;border-radius:999px;color:#fff;font-size:34px;font-weight:700;text-align:center}@media(max-width: 991.98px){.development-views .development-panoramic-view{padding:50px 0}.development-views .development-panoramic-view__content{flex-direction:column;align-items:flex-start;justify-content:center;min-height:auto;gap:24px}.development-views .development-panoramic-view__title{max-width:100%;font-size:42px}.development-views .development-panoramic-view__button{min-width:280px;padding:22px 32px;font-size:28px}}@media(max-width: 767.98px){.development-views .development-panoramic-view{padding:40px 0}.development-views .development-panoramic-view__title{font-size:34px}.development-views .development-panoramic-view__button{width:100%;min-width:0;font-size:24px;padding:18px 24px}}.development-views .development-panoramic-view::before{content:"";position:absolute;inset:0;background:hsla(177,90%,35%,.9);mix-blend-mode:multiply;z-index:1}.development-views .development-tour{padding:100px 0 60px 0;position:relative;background:hsla(0,0%,100%,.8)}.development-views .development-tour__title{font-family:"La Paloma",cursive;font-size:50px;display:block;margin-bottom:10px}.development-views .development-tour__text{font-size:20px;font-weight:500;margin-bottom:30px}.development-views .development-tour__text span{color:#0d2532;text-decoration:none;font-weight:600;display:block;margin-top:20px}.development-views .development-tour__links{display:flex;justify-content:space-between;flex-wrap:wrap;gap:25px}.development-views .development-tour__links a{background:#13ada6;color:#fff;padding:15px 20px;width:150px;border-radius:40px;font-size:24px;font-weight:600;text-align:center;transition:transform .3s ease}.development-views .development-tour__links a:hover{transform:scale(1.1)}.development-views .development-tour__pattern{position:absolute;right:0;top:-130px;width:380px;height:260px;background:url("../images/pattern-home.png") no-repeat center;background-size:contain;z-index:1}@media(max-width: 991.98px){.development-views .development-tour .developments-grid__list{grid-template-columns:1fr}.development-views .development-tour .development-highlight__wrapper{grid-template-columns:1fr;gap:40px}.development-views .development-tour .development-gallery__list{grid-template-columns:repeat(2, 1fr)}.development-views .development-tour .development-plans__list{grid-template-columns:1fr}.development-views .development-tour .development-tour__links{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 991.98px){.development-views .development-tour{padding:60px 0 30px}.development-views .development-tour__title{font-size:34px}.development-views .development-tour__text{font-size:18px}.development-views .development-tour__links{justify-content:center;gap:15px}.development-views .development-tour__links a{width:calc(50% - 8px);max-width:180px;padding:12px 16px;font-size:18px}.development-views .development-tour__pattern{display:none}}@media(max-width: 767.98px){.development-views .development-tour__links a{width:100%;max-width:none}}.development-views .development-tour::before{content:"";position:absolute;inset:0;background:hsla(0,0%,100%,.1);z-index:1}.development-views .development-tour .container{position:relative;z-index:2}.development-lead-form{padding:80px 0;background:#fff;scroll-margin-top:60px}.development-lead-form__content{display:grid;grid-template-columns:minmax(0, 1fr) minmax(420px, 620px);gap:60px;align-items:start}.development-lead-form__copy{padding-top:10px}.development-lead-form__copy p{font-size:23px;line-height:1.2;color:#666;margin:0 0 28px}.development-lead-form__copy strong{color:#0d2532;font-weight:700}.development-lead-form__title{max-width:700px;font-size:50px;font-weight:700;color:#0d2532;margin:0 0 48px}.development-lead-form__panel{background:#13ada6;padding:60px 70px 40px}.development-lead-form__panel-title{color:#fff;font-size:28px;font-weight:700;line-height:1.2;margin:0 0 36px}.development-lead-form__form{display:flex;flex-direction:column;gap:14px}.development-lead-form__form input,.development-lead-form__form select{width:100%;height:60px;border:none;border-radius:4px;padding:0 22px;font-size:20px;color:#666;background:#efefef}.development-lead-form__form select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10'%3E%3Cpath d='M1 1l7 7 7-7' stroke='%23666' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 20px center;cursor:pointer}.development-lead-form__form button{align-self:flex-end;min-width:180px;height:60px;padding:0 36px;border-radius:999px;background:#0d2532;color:#fff;font-size:28px;font-weight:700}.development-lead-form__checkbox{display:flex;align-items:flex-start;gap:16px;margin:28px 0 18px;color:#fff;font-size:17px;line-height:1.4;cursor:pointer}.development-lead-form__checkbox input{width:20px;height:20px;margin-top:4px;padding:0;flex-shrink:0;accent-color:#0d2532}.development-lead-form__checkbox a{color:#fff;text-decoration:underline}@media(max-width: 991.98px){.development-lead-form{padding:60px 0}.development-lead-form__content{grid-template-columns:1fr;gap:40px}.development-lead-form__copy p{font-size:22px;margin-bottom:22px}.development-lead-form__title{font-size:54px;margin-bottom:32px}.development-lead-form__panel{padding:40px 32px 32px}.development-lead-form__panel-title{font-size:24px;margin-bottom:28px}.development-lead-form__form input{height:64px;font-size:18px}.development-lead-form__form button{min-width:200px;height:68px;font-size:24px}.development-lead-form__checkbox{font-size:18px}}@media(max-width: 767.98px){.development-lead-form{padding:40px 0}.development-lead-form__title{font-size:42px}.development-lead-form__copy p{font-size:18px}.development-lead-form__panel{padding:32px 20px 24px}.development-lead-form__panel-title{font-size:20px}.development-lead-form__form input{height:58px;font-size:17px}.development-lead-form__form button{width:100%;min-width:0;height:60px;font-size:22px}.development-lead-form__checkbox{font-size:16px;gap:12px}.development-lead-form__checkbox input{width:24px;height:24px}}.contact-page .contact-hero{position:relative;padding:120px 0;min-height:800px;display:flex;align-items:center}.contact-page .contact-hero__bg{position:absolute;inset:0;z-index:-1;overflow:hidden}.contact-page .contact-hero__bg img{width:100%;height:140%;object-fit:cover;position:absolute;top:-10%;left:0;will-change:transform}.contact-page .contact-hero__content{position:relative;max-width:600px;background:hsla(0,0%,100%,.8);padding:60px 50px;box-shadow:0 15px 40px rgba(0,0,0,.1);margin-left:40px}.contact-page .contact-hero__title{font-family:"La Paloma",cursive;font-size:60px;color:#0d2532;margin-bottom:30px;text-align:center;position:absolute;top:-40px;left:-40px;z-index:1}.contact-page .contact-hero__tabs{display:flex;gap:15px;margin-bottom:30px;justify-content:flex-start;position:relative;z-index:2}.contact-page .contact-hero__tabs button{background:#0d2532;color:#fff;padding:8px 20px;border-radius:40px;font-weight:500;cursor:pointer;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;-ms-transition:all 300ms ease;-o-transition:all 300ms ease;transition:all 300ms ease}.contact-page .contact-hero__tabs button.active,.contact-page .contact-hero__tabs button:hover,.contact-page .contact-hero__tabs button:focus,.contact-page .contact-hero__tabs button:active,.contact-page .contact-hero__tabs button:focus-visible{background:#13ada6 !important;color:#fff}.contact-page .contact-form{display:flex;flex-direction:column;gap:10px}.contact-page .contact-form input,.contact-page .contact-form textarea,.contact-page .contact-form select{padding:16px 18px;border:1px solid #13ada6;border-radius:5px;font-size:18px;width:100%;background:#fff;color:#a1a1a1}.contact-page .contact-form input::placeholder,.contact-page .contact-form textarea::placeholder,.contact-page .contact-form select::placeholder{color:#a1a1a1}.contact-page .contact-form input:focus,.contact-page .contact-form textarea:focus,.contact-page .contact-form select:focus{border:1px solid #0d2532 !important;outline:none;color:#595959}.contact-page .contact-form input:not(:placeholder-shown),.contact-page .contact-form textarea:not(:placeholder-shown){color:#595959}.contact-page .contact-form textarea{resize:vertical;min-height:150px}.contact-page .contact-form select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2320323a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 15px center;background-size:18px;cursor:pointer}.contact-page .contact-form .form-subtitle{font-size:22px;color:#0d2532;margin:15px 0 5px;font-weight:700}.contact-page .contact-form .form-file-label{display:flex;flex-direction:column;gap:6px;cursor:pointer}.contact-page .contact-form .form-file-label__text{font-size:17px;color:#13ada6;font-weight:600}.contact-page .contact-form .form-file-label input[type=file]{width:100%;font-size:16px;color:#666;background:#f5f5f5;border:1px dashed #ccc;border-radius:4px;padding:10px 14px;cursor:pointer}.contact-page .contact-form .form-file-label input[type=file]::file-selector-button{background:#13ada6;color:#fff;border:none;border-radius:4px;padding:8px 16px;font-size:15px;font-weight:600;cursor:pointer;margin-right:12px}.contact-page .contact-form .form-checkbox{display:flex;align-items:flex-start;gap:10px;cursor:pointer;margin:5px 0}.contact-page .contact-form .form-checkbox input{width:18px;height:18px;margin-top:3px;flex-shrink:0}.contact-page .contact-form .form-checkbox span{font-size:16px;color:#13ada6;display:inline-block;margin-top:3px;line-height:1.4}.contact-page .contact-form .form-checkbox span a{color:#0d2532;text-decoration:underline}.contact-page .contact-form button[type=submit]{margin-top:10px;background:#13ada6;color:#fff;padding:15px;border-radius:40px;font-size:18px;font-weight:700;text-transform:uppercase;border:none;cursor:pointer;transition:background .3s ease;width:150px;margin-left:auto}.contact-page .contact-form button[type=submit]:hover{background:#0d2532}.contact-page .contact-map{margin-top:-50px;position:relative;z-index:2}.contact-page .contact-map iframe{width:100%;height:500px;border:0;display:block;box-shadow:0 5px 20px rgba(0,0,0,.1)}.contact-page .contact-info{background:#13ada6;color:#fff;padding:60px 0}.contact-page .contact-info__wrapper{display:flex;justify-content:space-between;align-items:center}@media(max-width: 991.98px){.contact-page .contact-hero{padding:70px 0 40px;min-height:auto}.contact-page .contact-hero__content{max-width:none;margin-left:0;padding:35px 20px 25px}.contact-page .contact-hero__title{position:static;font-size:44px;margin-bottom:20px;margin-top:20px;text-align:left}.contact-page .contact-hero__tabs{flex-wrap:wrap;gap:10px}.contact-page .contact-hero__tabs button{flex:1 1 calc(50% - 5px);text-align:center}.contact-page .contact-form button[type=submit]{width:100%}.contact-page .contact-map{margin-top:0}.contact-page .contact-map iframe{height:360px}.contact-page .contact-info{padding:40px 0}.contact-page .contact-info__wrapper{flex-direction:column;align-items:flex-start;gap:20px}}@media(max-width: 767.98px){.contact-page .contact-hero__tabs button{flex-basis:100%}}.privacy-page .privacy-hero{background:#13ada6;padding:60px 0}.privacy-page .privacy-hero__title{font-size:60px;color:#fff;margin:0}.privacy-page .privacy-text{padding:60px 0;color:#595959;line-height:1.6;margin:0 auto}.privacy-page .privacy-text p{margin-bottom:20px;font-size:16px}.privacy-page .privacy-text h2{font-size:24px;color:#13ada6;margin:40px 0 20px;font-weight:700}.privacy-page .privacy-text ul{margin-bottom:25px;padding-left:20px}.privacy-page .privacy-text ul li{margin-bottom:10px;font-size:16px;list-style-type:disc}.privacy-page .privacy-text ul li::marker{color:#0d2532}.privacy-page .privacy-text strong{font-weight:700;color:#13ada6}.privacy-page .privacy-text a{color:#0d2532;text-decoration:underline;transition:color .3s ease}.privacy-page .privacy-text a:hover{color:#13ada6}.privacy-page .privacy-text .privacy-table-wrapper{overflow-x:auto;margin:30px 0}.privacy-page .privacy-text .privacy-table-wrapper table{width:100%;border-collapse:collapse;min-width:600px}.privacy-page .privacy-text .privacy-table-wrapper table th,.privacy-page .privacy-text .privacy-table-wrapper table td{border:1px solid #ddd;padding:12px 15px;text-align:left;font-size:14px}.privacy-page .privacy-text .privacy-table-wrapper table th{background-color:#0d2532;color:#fff;font-weight:700}.privacy-page .privacy-text .privacy-table-wrapper table tr:nth-child(even){background-color:#f9f9f9}.privacy-page .privacy-text .privacy-table-wrapper table td strong{color:#0d2532}@media(max-width: 991.98px){.privacy-page .privacy-hero__title{font-size:40px}.privacy-page .privacy-text{padding:40px 0}}/*# sourceMappingURL=style.css.map */
