@charset "UTF-8";.abc-checkbox{cursor:default;padding-left:4px}.abc-checkbox label{cursor:pointer;display:inline;vertical-align:top;position:relative;padding-left:5px}.abc-checkbox label::before{cursor:pointer;content:"";display:inline-block;position:absolute;width:17px;height:17px;top:2px;left:0;margin-left:-1.25rem;border:1px solid #ced4da;border-radius:3px;background-color:#fff;transition:border .15s ease-in-out,color .15s ease-in-out}.abc-checkbox label::after{cursor:pointer;display:inline-block;position:absolute;width:16px;height:16px;left:0;top:2px;margin-left:-1.25rem;padding-left:3px;padding-top:1px;font-size:11px;color:#495057}.abc-checkbox input[type=checkbox],.abc-checkbox input[type=radio]{position:static;margin-left:0;cursor:pointer;opacity:0;z-index:1}.abc-checkbox input[type=checkbox]:focus+label::before,.abc-checkbox input[type=radio]:focus+label::before{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.abc-checkbox input[type=checkbox]:checked+label::after,.abc-checkbox input[type=radio]:checked+label::after{font-family:FontAwesome;content:""}.abc-checkbox input[type=checkbox]:indeterminate+label::after,.abc-checkbox input[type=radio]:indeterminate+label::after{display:block;content:"";width:10px;height:3px;background-color:#555;border-radius:2px;margin-left:-16.5px;margin-top:7px}.abc-checkbox input[type=checkbox]:disabled+label,.abc-checkbox input[type=radio]:disabled+label{opacity:.65}.abc-checkbox input[type=checkbox]:disabled+label::before,.abc-checkbox input[type=radio]:disabled+label::before{background-color:#e9ecef;cursor:not-allowed}.abc-checkbox input[type=checkbox]:disabled+label::after,.abc-checkbox input[type=radio]:disabled+label::after{cursor:not-allowed}.abc-checkbox.abc-checkbox-circle label::before{border-radius:50%}.abc-checkbox.checkbox-inline{margin-top:0}.abc-checkbox-primary input[type=checkbox]:checked+label::before,.abc-checkbox-primary input[type=radio]:checked+label::before{background-color:#007bff;border-color:#007bff}.abc-checkbox-primary input[type=checkbox]:checked+label::after,.abc-checkbox-primary input[type=radio]:checked+label::after{color:#fff}.abc-checkbox-danger input[type=checkbox]:checked+label::before,.abc-checkbox-danger input[type=radio]:checked+label::before{background-color:#dc3545;border-color:#dc3545}.abc-checkbox-danger input[type=checkbox]:checked+label::after,.abc-checkbox-danger input[type=radio]:checked+label::after{color:#fff}.abc-checkbox-info input[type=checkbox]:checked+label::before,.abc-checkbox-info input[type=radio]:checked+label::before{background-color:#17a2b8;border-color:#17a2b8}.abc-checkbox-info input[type=checkbox]:checked+label::after,.abc-checkbox-info input[type=radio]:checked+label::after{color:#fff}.abc-checkbox-warning input[type=checkbox]:checked+label::before,.abc-checkbox-warning input[type=radio]:checked+label::before{background-color:#ffc107;border-color:#ffc107}.abc-checkbox-warning input[type=checkbox]:checked+label::after,.abc-checkbox-warning input[type=radio]:checked+label::after{color:#fff}.abc-checkbox-success input[type=checkbox]:checked+label::before,.abc-checkbox-success input[type=radio]:checked+label::before{background-color:#28a745;border-color:#28a745}.abc-checkbox-success input[type=checkbox]:checked+label::after,.abc-checkbox-success input[type=radio]:checked+label::after{color:#fff}.abc-checkbox-primary input[type=checkbox]:indeterminate+label::before,.abc-checkbox-primary input[type=radio]:indeterminate+label::before{background-color:#007bff;border-color:#007bff}.abc-checkbox-primary input[type=checkbox]:indeterminate+label::after,.abc-checkbox-primary input[type=radio]:indeterminate+label::after{background-color:#fff}.abc-checkbox-danger input[type=checkbox]:indeterminate+label::before,.abc-checkbox-danger input[type=radio]:indeterminate+label::before{background-color:#dc3545;border-color:#dc3545}.abc-checkbox-danger input[type=checkbox]:indeterminate+label::after,.abc-checkbox-danger input[type=radio]:indeterminate+label::after{background-color:#fff}.abc-checkbox-info input[type=checkbox]:indeterminate+label::before,.abc-checkbox-info input[type=radio]:indeterminate+label::before{background-color:#17a2b8;border-color:#17a2b8}.abc-checkbox-info input[type=checkbox]:indeterminate+label::after,.abc-checkbox-info input[type=radio]:indeterminate+label::after{background-color:#fff}.abc-checkbox-warning input[type=checkbox]:indeterminate+label::before,.abc-checkbox-warning input[type=radio]:indeterminate+label::before{background-color:#ffc107;border-color:#ffc107}.abc-checkbox-warning input[type=checkbox]:indeterminate+label::after,.abc-checkbox-warning input[type=radio]:indeterminate+label::after{background-color:#fff}.abc-checkbox-success input[type=checkbox]:indeterminate+label::before,.abc-checkbox-success input[type=radio]:indeterminate+label::before{background-color:#28a745;border-color:#28a745}.abc-checkbox-success input[type=checkbox]:indeterminate+label::after,.abc-checkbox-success input[type=radio]:indeterminate+label::after{background-color:#fff}.abc-radio{cursor:default;padding-left:4px}.abc-radio label{cursor:pointer;display:inline;vertical-align:top;position:relative;padding-left:5px}.abc-radio label::before{cursor:pointer;content:"";display:inline-block;position:absolute;width:17px;height:17px;top:2px;left:0;margin-left:-20px;border:1px solid #ced4da;border-radius:50%;background-color:#fff;transition:border .15s ease-in-out}.abc-radio label::after{cursor:pointer;display:inline-block;position:absolute;content:" ";width:11px;height:11px;left:3px;top:5px;margin-left:-20px;border-radius:50%;background-color:#495057;transform:scale(0,0);transition:transform .1s cubic-bezier(.8, -.33, .2, 1.33)}.abc-radio input[type=radio]{position:static;margin-left:0;cursor:pointer;opacity:0;z-index:1}.abc-radio input[type=radio]:focus+label::before{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.abc-radio input[type=radio]:checked+label::after{transform:scale(1,1)}.abc-radio input[type=radio]:disabled+label{opacity:.65}.abc-radio input[type=radio]:disabled+label::before{cursor:not-allowed}.abc-radio input[type=radio]:disabled+label::after{cursor:not-allowed}.abc-radio.radio-inline{margin-top:0}.abc-radio-primary input[type=radio]+label::after{background-color:#007bff}.abc-radio-primary input[type=radio]:checked+label::before{border-color:#007bff}.abc-radio-primary input[type=radio]:checked+label::after{background-color:#007bff}.abc-radio-danger input[type=radio]+label::after{background-color:#dc3545}.abc-radio-danger input[type=radio]:checked+label::before{border-color:#dc3545}.abc-radio-danger input[type=radio]:checked+label::after{background-color:#dc3545}.abc-radio-info input[type=radio]+label::after{background-color:#17a2b8}.abc-radio-info input[type=radio]:checked+label::before{border-color:#17a2b8}.abc-radio-info input[type=radio]:checked+label::after{background-color:#17a2b8}.abc-radio-warning input[type=radio]+label::after{background-color:#ffc107}.abc-radio-warning input[type=radio]:checked+label::before{border-color:#ffc107}.abc-radio-warning input[type=radio]:checked+label::after{background-color:#ffc107}.abc-radio-success input[type=radio]+label::after{background-color:#28a745}.abc-radio-success input[type=radio]:checked+label::before{border-color:#28a745}.abc-radio-success input[type=radio]:checked+label::after{background-color:#28a745}label .form-check-input.is-invalid .abc-checkbox:before,label .form-check-input.is-invalid .abc-radio:before,label .was-validated .form-check-input:invalid .abc-checkbox:before,label .was-validated .form-check-input:invalid .abc-radio:before{border-color:#dc3545}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;height:26px;margin-right:20px;padding-right:0}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:700;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:700;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{background-color:#f1f1f1;color:#333;outline:0}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image:-o-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:-o-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,#fff 0,#eee 50%);background-image:-o-linear-gradient(top,#fff 0,#eee 50%);background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image:-o-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:700;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:0}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}.animation-default{transition:all .7s cubic-bezier(.31,.1,.57,1)}@keyframes progress-bar-stripes{0%{background-position:40px 0}to{background-position:0 0}}.progress{background-color:#f5f5f5;border-radius:4px;box-shadow:inset 0 1px 2px rgba(0,0,0,.1);height:22px;margin-bottom:22px;overflow:hidden}.progress-bar{background-color:#015bf8;box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);color:#fff;float:left;font-size:14px;height:100%;line-height:22px;text-align:center;transition:width .6s ease;width:0}.progress-bar-striped,.progress-striped .progress-bar{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)}.trial-page{-ms-flex-pack:center;-moz-align-items:center;-ms-align-items:center;align-items:center;background-color:#fff;border-left:70px solid #d9ddff;display:flex;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;min-height:100dvh}.trial-page .content-form{padding-left:5rem;width:45%}.trial-page .content-form h6{font-size:16px;font-weight:700;line-height:26px}.trial-page .content-form h6.company{color:#015bf8;font-style:italic}.trial-page .content-image{-ms-flex-pack:center;-moz-align-items:center;-ms-align-items:center;align-items:center;display:flex;-moz-flex-direction:column;flex-direction:column;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;margin-left:5%;width:50%}.trial-page .content-image picture{margin-bottom:2rem}.trial-page .content-image p{color:#000;font-weight:700;text-align:center}.trial-page.trial-page-9{background-color:#015bf8;border-left:none;-moz-flex-direction:column;flex-direction:column;gap:40px;height:100vh}.trial-page.trial-page-9 h5{color:#fff}@media only screen and (max-width:1440px){.trial-page{background-color:#fff;height:auto;padding:2rem 0}.trial-page .content-form{padding-left:5rem;width:45%}.trial-page .content-image{margin-left:10%;margin-right:5%;width:40%}}@media only screen and (max-width:768px){.trial-page{background-color:#fff;border-left:none;-moz-flex-direction:column;flex-direction:column;gap:40px;height:auto;padding:2rem}.trial-page .content-form{padding-left:0;width:100%}.trial-page .content-image{display:none;margin-left:0;margin-right:0;width:100%}.trial-page .content-image p{font-size:14px;line-height:24px}}.content-form-header{-ms-flex-pack:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;display:flex;-moz-flex-direction:column;flex-direction:column;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start}.content-form-header .logo-header{display:block;margin-bottom:2rem}.content-form-header .logo-header img{height:auto;width:100px}.premio{-ms-flex-pack:flex-start;-moz-align-items:center;-ms-align-items:center;align-items:center;background-color:#e8fdea;color:#00e98e;display:flex;font-weight:700;gap:15px;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;margin-bottom:2rem;padding:10px 15px;width:100%}.premio i{color:#ffa700;font-size:20px;line-height:30px}@media only screen and (max-width:768px){.premio{font-size:14px}}.form-trial{margin-top:2rem}.form-trial .labelin,.form-trial label{color:#606062;font-weight:400}.form-trial .labelin{margin-left:15px}.form-trial .form-control{border-color:#ddd;border-radius:10px;box-shadow:none!important}.form-trial .select2-container--default .select2-selection{border-color:#ddd;border-radius:10px!important}.form-trial .btn{box-shadow:none!important;outline:0!important}.form-trial .buttons-group{-ms-flex-pack:center;-moz-align-items:center;-ms-align-items:center;align-items:center;display:flex;gap:15px;-moz-justify-content:center;-ms-justify-content:center;justify-content:center}.form-trial .buttons-group a{min-width:200px}.form-trial .buttons-group button{-moz-flex-grow:1;-ms-flex-grow:1;flex-grow:1}.form-trial .progress{height:10px;margin-bottom:0}.form-trial .progress .progress-bar{background-color:#0cea8e;box-shadow:none}@media only screen and (max-width:768px){.form-trial .buttons-group a{min-width:auto}.form-trial .buttons-group button{-moz-flex-grow:1;-ms-flex-grow:1;flex-grow:1}}.col-notcep{padding-top:42px}.col-notcep a{color:#015bf8;font-style:italic;text-decoration:underline}.content-inputs-extras{-moz-align-items:stretch;-ms-align-items:stretch;align-items:stretch;flex-wrap:wrap;gap:15px;margin-top:15px}.content-inputs-extras,.content-inputs-extras .item{-ms-flex-pack:center;display:flex;-moz-justify-content:center;-ms-justify-content:center;justify-content:center}.content-inputs-extras .item{-moz-align-items:center;-ms-align-items:center;align-items:center;background-color:#fff;border:1px solid #ddd;border-radius:10px;flex:0 0 calc(50% - 15px);font-size:18px;height:56px;line-height:28px;padding:6px 12px;text-align:center}.content-inputs-extras .item.selected,.content-inputs-extras .item:focus,.content-inputs-extras .item:hover{background-color:#e1f3fc;border-color:#015bf8;color:#015bf8;cursor:pointer;font-weight:700}@media only screen and (max-width:480px){.content-inputs-extras{-moz-flex-direction:column;flex-direction:column}.content-inputs-extras,.content-inputs-extras .item{-moz-align-items:center;-ms-align-items:center;align-items:center}.content-inputs-extras .item{-ms-flex-pack:center;display:flex;flex:0 0 100%;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;width:100%}}.alert-gray{background-color:#e6e7e8;border-color:#ddd}.btn-outline-silver{background-color:transparent;border-color:#606062;color:#606062}.btn-outline-silver:focus,.btn-outline-silver:hover{background-color:transparent;border-color:#015bf8;color:#015bf8}
