.form-control,.form-select{display:block;width:100%;height:50px;font-family:"SimplerProH-Bold",sans-serif;font-size:16px;line-height:1;border:1px solid transparent;background-color:#ECEDF1;color:#2C2B2E;padding:17px 16px;margin:0;box-shadow:none;border-radius:5px;-webkit-appearance:none;transition:all 0.3s;}.form-control::-moz-placeholder,.form-select::-moz-placeholder{color:#6E6E6E;opacity:1;}.form-control:-ms-input-placeholder,.form-select:-ms-input-placeholder{color:#6E6E6E;}.form-control::-webkit-input-placeholder,.form-select::-webkit-input-placeholder{color:#6E6E6E;}@media (min-width:992px){.form-control,.form-select{height:60px;font-size:20px;padding:14px 19px 13px;background-color:#ffffff;border-radius:0;}.form-control::-moz-placeholder,.form-select::-moz-placeholder{color:rgba(44,43,46,0.5);opacity:1;}.form-control:-ms-input-placeholder,.form-select:-ms-input-placeholder{color:rgba(44,43,46,0.5);}.form-control::-webkit-input-placeholder,.form-select::-webkit-input-placeholder{color:rgba(44,43,46,0.5);}}@media (min-width:1400px){.form-control,.form-select{height:47px;}.form-control::-moz-placeholder,.form-select::-moz-placeholder{color:rgba(112,117,122,0.6);opacity:1;}.form-control:-ms-input-placeholder,.form-select:-ms-input-placeholder{color:rgba(112,117,122,0.6);}.form-control::-webkit-input-placeholder,.form-select::-webkit-input-placeholder{color:rgba(112,117,122,0.6);}}.form-control:focus,.form-control:focus-visible,.form-select:focus,.form-select:focus-visible{border-color:transparent;box-shadow:0 0 0 0.0625rem #707070;outline:none;}.form .btn{width:100%;border-radius:5px;}@media (min-width:992px){.form .btn{border-radius:0;}}.form-label{display:block;color:#6E6E6E;font-size:14px;line-height:1;margin-bottom:4px;}@media (min-width:992px){.form-label{font-size:18px;color:#777777;margin-bottom:7px;}}@media (min-width:1400px){.form-label{font-family:"SimplerProH-Bold",sans-serif;font-size:16px;color:#70757A;margin-bottom:5px;}}.form-group{margin-bottom:13px;}.form-group + .form-group .form-label{margin-top:19px;}@media (min-width:992px){.form-group + .form-group .form-label{margin-top:0;}}.form-check{width:100%;position:relative;padding-right:0;padding-left:0;}@media (min-width:768px){.form-check{width:auto;}}.form-check-label{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:center;align-items:center;min-width:75px;font-size:14px;line-height:1;text-align:center;background-color:#ffffff;border:1px solid #2C2B2E;border-radius:28px;padding:4px 13px;cursor:pointer;position:relative;transition:background-color 0.3s ease-in,color 0.5s ease-in;}@media (min-width:992px){.form-check-label{height:33px;}}.form-check-label:hover{background-color:#F9F9F9;}.form-check-input{appearance:none;position:absolute;left:0;cursor:pointer;height:1px;width:1px;opacity:0;z-index:-1;}.form-check-input:checked + .form-check-label{color:#ffffff;background-color:#2C2B2E;}.form-check-input:focus-visible + .form-check-label{outline:1.5px solid #000000;outline-offset:3px;box-shadow:0 0 0 0.0625rem #ffffff;}input[type=search]::-webkit-search-cancel-button{width:9px;height:9px;background:url("/images/icon-clear.svg") no-repeat center/contain;-webkit-appearance:none;cursor:pointer;}@media (min-width:1400px){input[type=search]::-webkit-search-cancel-button{width:12px;height:12px;}}.form-search{width:100%;}.form-search .form-group{position:relative;}.form-search .form-control{width:100%;height:33px;font-family:"SimplerProH-Regular",sans-serif;border:1px solid rgba(84,84,84,0.5);border-radius:0;background-color:#ffffff;padding-top:9px;padding-bottom:8px;padding-right:30px;}.form-search .form-control::-moz-placeholder{color:#545454;opacity:1;}.form-search .form-control:-ms-input-placeholder{color:#545454;}.form-search .form-control::-webkit-input-placeholder{color:#545454;}@media (min-width:992px){.form-search .form-control{font-size:18px;text-align:initial;border-color:rgba(84,84,84,0.25);padding-right:32px;}}@media (min-width:1400px){.form-search .form-control{height:36px;border-color:rgba(84,84,84,0.5);}}.form-search .icon-search{position:absolute;top:11px;right:8px;display:inline-block;width:12px;height:13px;background:url("/images/icon-search-gray.svg") 0 0 no-repeat;background-size:contain;}@media (min-width:992px){.form-search .icon-search{width:15px;height:15px;}}@media (min-width:992px){.form-inline{display:flex;align-items:flex-end;margin:0 -6px;}}@media (min-width:992px){.form-inline .form-group{margin-right:6px;margin-left:6px;}}.form-row{display:flex;margin-right:-6px;margin-left:-6px;}@media (min-width:992px){.form-row{margin-right:-7.5px;margin-left:-7.5px;}}.form-row .form-check{margin-right:6px;margin-left:6px;}@media (min-width:992px){.form-row .form-check{margin-right:7.5px;margin-left:7.5px;}}.form-primary .form-check-label{min-height:30px;font-size:16px;border-color:#F3F3F3;background-color:#F3F3F3;border-radius:16px;transition:background-color 0.4s,color 0.3s;}.form-primary .form-check-label:hover{color:#2C67F2;background-color:#E0E0E0;}.form-primary .form-check-input:checked + .form-check-label{background-color:#2C67F2;border-color:#2C67F2;}.form-secondary .form-check-label{color:#3D3D3D;background-color:#F3F3F3;border-color:#F3F3F3;}@media (min-width:1400px){.form-secondary .form-check-label:hover{color:#3D3D3D;background-color:#E0E0E0;border-color:#E0E0E0;}}.form-secondary .form-check-input:checked + .form-check-label{color:#ffffff;background-color:#212121;border-color:#212121;}.form-overflow{padding-top:19px;padding-bottom:19px;margin:0 -16px;overflow:hidden;}@media (min-width:992px){.form-overflow{margin:0;}}.form-overflow .form-row{padding:0 16px;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none;}.form-overflow .form-row::-webkit-scrollbar{display:none;}@media (min-width:992px){.form-overflow .form-row{flex-wrap:wrap;justify-content:center;row-gap:30px;padding:0;}}@media (min-width:992px){.form-overflow .form-primary .form-check-label{min-width:128px;}}.select2-container{width:100% !important;}.select2-container.select2-container--focus{box-shadow:0 0 0 0.0625rem #707070;outline-width:0px !important;outline:none;}.select2-container--open{box-shadow:0px 3px 6px rgba(0,0,0,0.16);}.select2-container--open .select2-dropdown--below{box-shadow:0px 3px 6px -1px rgba(0,0,0,0.16);}.select2-container--default .select2-selection--single{border-radius:5px;}@media (min-width:992px){.select2-container--default .select2-selection--single{border-radius:0;}}.select2-container--default .select2-selection--single .select2-selection__arrow{top:50%;left:16px !important;transform:translateY(-50%);width:16px;height:10px;background:url("/images/arrow-down.svg") 0 0 no-repeat;background-size:contain;}.select2-container--default .select2-selection--single .select2-selection__arrow b{display:none;}.select2-container--default .select2-selection--single .select2-selection__clear{height:100%;margin-top:2px;}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#2C2B2E;}.select2-container--default .select2-results__option--selected{font-family:"SimplerProH-Bold",sans-serif;background-color:transparent;}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow{transform:rotate(180deg) translateY(-50%);transform-origin:top;}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{font-family:"SimplerProH-Bold",sans-serif;background-color:transparent;color:inherit;}.select2-container .select2-selection--single{height:50px;font-family:"SimplerProH-Bold",sans-serif;font-size:16px;line-height:1;border:1px solid transparent;background-color:#ECEDF1;color:#2C2B2E;}.select2-container .select2-selection--single::-moz-placeholder{color:#6E6E6E;opacity:1;}.select2-container .select2-selection--single:-ms-input-placeholder{color:#6E6E6E;}.select2-container .select2-selection--single::-webkit-input-placeholder{color:#6E6E6E;}@media (min-width:992px){.select2-container .select2-selection--single{height:60px;font-size:20px;background-color:#ffffff;border-color:#ffffff;}}@media (min-width:1400px){.select2-container .select2-selection--single{height:47px;}}.select2-container .select2-selection--single .select2-selection__rendered{line-height:50px;}@media (min-width:992px){.select2-container .select2-selection--single .select2-selection__rendered{line-height:60px;}}@media (min-width:1400px){.select2-container .select2-selection--single .select2-selection__rendered{line-height:47px;}}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{margin-left:31px;margin-right:5px;}.select2-dropdown{border:0;}.select2-results__options{padding-top:7px;border-top:2px solid #F0F0F0;margin:0 15px;}.select2-results__option{padding:7px 0;}.select2 > *:focus,.select2:focus .select2 > *,.select2{outline-width:0px !important;}.select2-container *:focus{outline:none;}.filters-form .select2-container .select2-selection--single .select2-selection__rendered{padding-right:16px;padding-left:40px;}.page-wrapper legend{float:inherit;}
.error-page{background-color:#F0F0F0;}.error-page .banner{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;min-height:340px;padding-bottom:18px;z-index:unset;}@media (min-width:992px){.error-page .banner{min-height:480px;}}.error-page .banner .holder{align-items:flex-start;max-width:unset;}.error-page .banner-text{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;}@media (min-width:992px){.error-page .banner-text{width:100%;}}.error-page .banner h1{font-size:30px;margin-bottom:3px;}@media (min-width:992px){.error-page .banner h1{font-size:57px;margin-bottom:1px;}}@media (min-width:1400px){.error-page .banner h1{font-size:71px;}}.error-page .banner .title-section{font-size:16px;position:relative;z-index:1;margin-top:29px;}@media (min-width:992px){.error-page .banner .title-section{font-size:18px;width:100%;max-width:431px;margin-top:56px;margin-right:50px;}}@media (min-width:1400px){.error-page .banner .title-section{font-size:20px;}}.error-page .banner .title-section .subtitle{font-family:var(--theme-bold-fonts);font-size:18px;margin-bottom:19px;}@media (min-width:992px){.error-page .banner .title-section .subtitle{font-size:22px;padding-right:0;margin-bottom:38px;}}@media (min-width:1400px){.error-page .banner .title-section .subtitle{font-size:25px;margin-bottom:48px;}}.error-page .banner .title-section .text{margin-bottom:8px;}@media (min-width:992px){.error-page .banner .title-section .text{padding-top:20px;max-width:unset;margin-bottom:16px;}}.error-page .banner .form-search{margin-top:6px;}@media (min-width:992px){.error-page .banner .form-search{margin-top:7px;}}@media (min-width:1400px){.error-page .banner .form-search{margin-top:8px;}}.error-page .banner .form-search .form-group{margin-bottom:0;}.error-page .banner .form-search .form-control{height:36px;border-color:#9C9CA1;}.error-page .banner #hd_ac_holder{position:relative;}.error-page .banner #hd_ac_holder iframe{position:absolute;}.error-page-bottom-content .ec-section{padding-bottom:20px;}
