/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.progress{position:relative;}.progress__track{min-width:100px;max-width:100%;height:16px;margin-top:5px;border:1px solid;background-color:#fff;}.progress__bar{width:3%;min-width:3%;max-width:100%;height:1.5em;background-color:#000;}.progress__description,.progress__percentage{overflow:hidden;margin-top:0.2em;color:#555;font-size:0.875em;}.progress__description{float:left;}[dir="rtl"] .progress__description{float:right;}.progress__percentage{float:right;}[dir="rtl"] .progress__percentage{float:left;}.progress--small .progress__track{height:7px;}.progress--small .progress__bar{height:7px;background-size:20px 20px;}
.ajax-progress{display:inline-block;padding:1px 5px 2px 5px;}[dir="rtl"] .ajax-progress{float:right;}.ajax-progress-throbber .throbber{display:inline;padding:1px 5px 2px;background:transparent url(/themes/contrib/stable/images/core/throbber-active.gif) no-repeat 0 center;}.ajax-progress-throbber .message{display:inline;padding:1px 5px 2px;}tr .ajax-progress-throbber .throbber{margin:0 2px;}.ajax-progress-bar{width:16em;}.ajax-progress-fullscreen{position:fixed;z-index:1000;top:48.5%;left:49%;width:24px;height:24px;padding:4px;opacity:0.9;border-radius:7px;background-color:#232323;background-image:url(/themes/contrib/stable/images/core/loading-small.gif);background-repeat:no-repeat;background-position:center center;}[dir="rtl"] .ajax-progress-fullscreen{right:49%;left:auto;}
.text-align-left{text-align:left;}.text-align-right{text-align:right;}.text-align-center{text-align:center;}.text-align-justify{text-align:justify;}.align-left{float:left;}.align-right{float:right;}.align-center{display:block;margin-right:auto;margin-left:auto;}
.fieldgroup{padding:0;border-width:0;}
.container-inline div,.container-inline label{display:inline;}.container-inline .details-wrapper{display:block;}
.clearfix:after{display:table;clear:both;content:"";}
.js details:not([open]) .details-wrapper{display:none;}
.hidden{display:none;}.visually-hidden{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.visually-hidden.focusable:active,.visually-hidden.focusable:focus{position:static !important;overflow:visible;clip:auto;width:auto;height:auto;}.invisible{visibility:hidden;}
.item-list__comma-list,.item-list__comma-list li{display:inline;}.item-list__comma-list{margin:0;padding:0;}.item-list__comma-list li:after{content:", ";}.item-list__comma-list li:last-child:after{content:"";}
.js .js-hide{display:none;}.js-show{display:none;}.js .js-show{display:block;}
.nowrap{white-space:nowrap;}
.position-container{position:relative;}
.reset-appearance{margin:0;padding:0;border:0 none;background:transparent;line-height:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;}
.resize-none{resize:none;}.resize-vertical{min-height:2em;resize:vertical;}.resize-horizontal{max-width:100%;resize:horizontal;}.resize-both{max-width:100%;min-height:2em;resize:both;}
.system-status-counter__status-icon{display:inline-block;width:25px;height:25px;vertical-align:middle;}.system-status-counter__status-icon:before{display:block;content:"";background-repeat:no-repeat;background-position:center 2px;background-size:20px;}.system-status-counter__status-icon--error:before{background-image:url(/themes/contrib/stable/images/core/icons/e32700/error.svg);}.system-status-counter__status-icon--warning:before{background-image:url(/themes/contrib/stable/images/core/icons/e29700/warning.svg);}.system-status-counter__status-icon--checked:before{background-image:url(/themes/contrib/stable/images/core/icons/73b355/check.svg);}
.system-status-report-counters__item{width:100%;margin-bottom:0.5em;padding:0.5em 0;text-align:center;white-space:nowrap;background-color:rgba(0,0,0,0.063);}@media screen and (min-width:60em){.system-status-report-counters{display:flex;flex-wrap:wrap;justify-content:space-between;}.system-status-report-counters__item--half-width{width:49%;}.system-status-report-counters__item--third-width{width:33%;}}
.system-status-general-info__item{margin-top:1em;padding:0 1em 1em;border:1px solid #ccc;}.system-status-general-info__item-title{border-bottom:1px solid #ccc;}
.tablesort{display:inline-block;width:16px;height:16px;background-size:100%;}.tablesort--asc{background-image:url(/themes/contrib/stable/images/core/icons/787878/twistie-down.svg);}.tablesort--desc{background-image:url(/themes/contrib/stable/images/core/icons/787878/twistie-up.svg);}
.custom-dropdown{position:relative;width:100%;}.custom-dropdown__trigger{display:flex;align-items:center;width:100%;padding:15px 40px 15px 16px;background:#ffffff;border:1px solid #d9e1e2;border-radius:3px;font-weight:600;font-size:16px;line-height:1.5;color:#a0a0a0;text-align:left;cursor:pointer;transition:border-color 0.2s ease;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%233c3c3c' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;outline:none;}.custom-dropdown__trigger.has-value{color:#3c3c3c;}.custom-dropdown__trigger:hover,.custom-dropdown__trigger:focus{border-color:#005dab;}.custom-dropdown.is-open .custom-dropdown__trigger{border-color:#005dab;border-radius:3px 3px 0 0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 6.5L6 1.5L11 6.5' stroke='%23005dab' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");}.custom-dropdown__panel{display:none;position:absolute;top:100%;left:0;right:0;z-index:100;background:#ffffff;border:1px solid #005dab;border-top:none;border-radius:0 0 3px 3px;box-shadow:0 4px 12px rgba(0,0,0,0.1);}.custom-dropdown.is-open .custom-dropdown__panel{display:block;}.custom-dropdown__search{display:block;width:100%;padding:10px 16px;border:none;border-bottom:1px solid #e8ecee;font-size:14px;font-weight:500;line-height:1.5;color:#3c3c3c;outline:none;background:#fafbfc;box-sizing:border-box;}.custom-dropdown__search::placeholder{color:#a0a0a0;}.custom-dropdown__list{margin:0;padding:0;list-style:none;max-height:220px;overflow-y:auto;}.custom-dropdown__item{padding:12px 16px;font-size:15px;font-weight:500;line-height:1.5;color:#3c3c3c;cursor:pointer;transition:background-color 0.15s ease;}.custom-dropdown__item:hover{background-color:#f0f6fc;}.custom-dropdown__item.is-selected{background-color:#e8f0fe;color:#005dab;font-weight:600;}.custom-dropdown__no-result{padding:12px 16px;font-size:14px;color:#a0a0a0;font-style:italic;}.custom-dropdown__list::-webkit-scrollbar{width:4px;}.custom-dropdown__list::-webkit-scrollbar-track{background:transparent;}.custom-dropdown__list::-webkit-scrollbar-thumb{background:#d9e1e2;border-radius:2px;}.custom-dropdown.is-dropup .custom-dropdown__trigger{border-radius:0 0 3px 3px;}.custom-dropdown.is-dropup .custom-dropdown__panel{top:auto;bottom:100%;border:1px solid #005dab;border-bottom:none;border-radius:3px 3px 0 0;box-shadow:0 -4px 12px rgba(0,0,0,0.1);}.custom-dropdown.is-dropup .custom-dropdown__search{order:1;border-bottom:none;border-top:1px solid #e8ecee;}.custom-dropdown.is-dropup .custom-dropdown__panel{display:none;flex-direction:column;}.custom-dropdown.is-dropup.is-open .custom-dropdown__panel{display:flex;}
.lead-pdp-footer-form{max-width:600px;margin:0 auto;padding:40px 30px;background:#fff;}.lead-pdp-footer-form .form-header{margin-bottom:24px;}.lead-pdp-footer-form .form-header .title{font-size:36px;font-weight:500;line-height:45px;letter-spacing:-0.02em;padding-bottom:16px;border-bottom:1px solid rgba(217,225,226,1);}.lead-pdp-footer-form .form-header .desc{font-size:16px;font-weight:400;line-height:24px;margin-top:16px;}.lead-pdp-footer-form .form-group{margin-bottom:16px;}.lead-pdp-footer-form .form-group .form-control{display:block;padding:15px 16px;background:#ffffff;border:1px solid #d9e1e2;border-radius:3px;width:100%;height:auto;font-weight:600;font-size:16px;line-height:1.5;color:#3c3c3c;box-shadow:none;}.lead-pdp-footer-form span.required{font-weight:600;font-size:16px;line-height:150%;color:#1464f4;}.lead-pdp-footer-form .floating-label{position:relative;}.lead-pdp-footer-form .floating-label > input + label,.lead-pdp-footer-form .floating-label > textarea + label{transition:all 150ms cubic-bezier(0.4,0,0.2,1);position:absolute;z-index:3;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;top:0;left:0;pointer-events:none;display:block;padding:15px 16px;font-weight:600;font-size:16px;line-height:1.5;color:#3c3c3c;}.lead-pdp-footer-form .floating-label > input:focus + label,.lead-pdp-footer-form .form-group.has-value .floating-label > input + label,.lead-pdp-footer-form .floating-label > textarea:focus + label,.lead-pdp-footer-form .form-group.has-value .floating-label > textarea + label{font-weight:600;font-size:12px;line-height:1.5;color:#8a8a8a;top:5px;left:16px;padding:0;}.lead-pdp-footer-form .floating-label > input:focus,.lead-pdp-footer-form .form-group.has-value .floating-label > input{padding-top:24px;padding-bottom:6px;}.lead-pdp-footer-form .floating-label > textarea:focus,.lead-pdp-footer-form .form-group.has-value .floating-label > textarea{padding-top:28px;padding-bottom:6px;}.lead-pdp-footer-form .form-group select.form-control{appearance:none;-webkit-appearance:none;cursor:pointer;font-size:16px;padding-right:40px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%233c3c3c' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;}.lead-pdp-footer-form .select-label{display:block;margin-bottom:6px;font-weight:600;font-size:14px;line-height:1.5;color:#3c3c3c;}.lead-pdp-footer-form .form-group textarea.form-control{resize:vertical;min-height:80px;}.lead-pdp-footer-form .char-counter{text-align:right;font-size:12px;color:#8a8a8a;margin-top:4px;}.lead-pdp-footer-form .form-error{font-weight:600;font-size:12px !important;line-height:1.5;color:#dc3545 !important;margin-left:16px;margin-top:4px;margin-bottom:0 !important;}.lead-pdp-footer-form .form-type-checkbox{display:flex;}.lead-pdp-footer-form .form-type-checkbox input{width:24px;height:24px;outline:none;box-shadow:none;border-radius:0;border:none;transition:none;}.lead-pdp-footer-form .form-type-checkbox label{flex:1;margin-left:8px;margin-bottom:0;font-size:16px;line-height:150%;}#lead-pdp-footer-wrapper .btn{position:relative;display:inline-block;padding:1rem;overflow:hidden;z-index:1;cursor:pointer;border:none;font-weight:700;font-size:0.75rem;line-height:1rem;text-align:center;letter-spacing:0.1em;text-transform:uppercase;color:#ffffff;border-radius:4px;}#lead-pdp-footer-wrapper .btn--primary--blue{color:#fff;background:#1464f4;}#lead-pdp-footer-wrapper .btn--border--blue{border:0.063rem solid #1464f4;}#lead-pdp-footer-wrapper .btn:disabled{background-color:#8A8A8A;border-color:#8A8A8A;opacity:1;cursor:not-allowed;}#lead-pdp-footer-wrapper .btn.is-loading{color:transparent !important;pointer-events:none;}#lead-pdp-footer-wrapper.is-submitting .form-body{pointer-events:none;opacity:0.6;}.btn-loading-wrapper{position:relative;}.btn-spinner{position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid rgba(255,255,255,0.3);border-top-color:#fff;border-radius:50%;animation:btn-spin 0.6s linear infinite;pointer-events:none;z-index:2;}@keyframes btn-spin{to{transform:rotate(360deg);}}.lead-pdp-footer-section{background:#f5f5f5;padding:60px 0;}.lead-form-toast{position:fixed;bottom:24px;right:24px;z-index:9999;display:none;padding:14px 20px;border-radius:4px;font-size:14px;font-weight:500;line-height:1.5;max-width:360px;box-shadow:0 4px 16px rgba(0,0,0,0.18);pointer-events:none;}.lead-form-toast--success{background-color:#1e6b32;color:#fff;border-left:4px solid #0d4a21;}.lead-form-toast--error{background-color:#b71c1c;color:#fff;border-left:4px solid #7f0000;}@media only screen and (max-width:767px){.lead-pdp-footer-form{max-width:100vw;padding:30px 16px;}.lead-pdp-footer-form .form-header .title{font-size:20px;font-weight:500;line-height:25.1px;}.lead-pdp-footer-section{padding:40px 0;}}
option:empty{display:none;}select[name="field_district"]{display:none;}
