.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;}
.content-page{background-color:#ffffff;}@media (min-width:1400px){.content-page{background-color:#F0F0F0;}}.content-page .banner .title-elem,.content-page .banner h1{font-size:26px;}@media (min-width:992px){.content-page .banner .title-elem,.content-page .banner h1{font-size:32px;margin-bottom:18px;}}@media (min-width:1400px){.content-page .banner .title-elem,.content-page .banner h1{font-size:40px;margin-bottom:11px;}}.content-page .banner .banner-inner .holder{padding-bottom:12px;}@media (min-width:992px){.content-page .banner .holder{padding-bottom:7px;}}@media (min-width:1400px){.content-page .banner .holder{padding-bottom:22px;}}@media (min-width:1400px){.content-page .banner .title-section{max-width:788px;}}@media (min-width:1400px){.content-page .banner .socials{margin-bottom:-12px;}}.content-section .rte{margin-bottom:0;}.content-section .content-text{background-color:#ffffff;}@media (min-width:1400px){.content-section .content-text{background-color:unset;}}.content-section .content-text .wrapper{padding-top:19px;padding-bottom:23px;}@media (min-width:992px){.content-section .content-text .wrapper{padding-top:17px;padding-bottom:11px;}}@media (min-width:1400px){.content-section .content-text .wrapper{padding:33px 28px 18px;}}@media (min-width:992px){.content-section .content-text .rte{max-width:678px;}}@media (min-width:1400px){.content-section .content-text .rte{max-width:900px;}}.content-section .content-text .rte h2{margin-bottom:16px;}@media (min-width:992px){.content-section .content-text .rte h2{margin-bottom:19px;}}@media (min-width:992px){.content-section .content-text .rte h2{margin-bottom:23px;}}@media (min-width:992px){.content-section .content-img{margin-bottom:52px;}}@media (min-width:1400px){.content-section .content-img{margin-bottom:97px;}}.content-section .content-img .wrapper{margin-right:-16px;margin-left:-16px;}@media (min-width:992px){.content-section .content-img .wrapper{margin-right:-40px;margin-left:-40px;}}@media (min-width:1400px){.content-section .content-img .wrapper{margin-right:0;margin-left:0;}}.content-section .embed-block{background-color:#ffffff;padding:30px 0;}.content-section .embed-block .holder{max-width:unset;}.content-section .link-1 a,.content-section .link-2 a,.content-section .link-3 a{font-size:16px;line-height:22px;}@media (min-width:992px){.content-section .link-1 a,.content-section .link-2 a,.content-section .link-3 a{font-size:20px;}}.content-section .link-1 a,.content-section .link-3 a{font-family:var(--theme-regular-fonts);}.content-section .link-1 a,.content-section .link-2 a{color:rgba(110,110,110,0.9);text-decoration:underline;transition:color 0.3s;}.content-section .link-1 a:hover,.content-section .link-2 a:hover{color:#2461F2;}.content-section .link-3 a{color:#000000;}.content-section .link-3 a:after{content:">";display:inline-block;color:#2461F2;margin-right:4px;}.content-section .link-3 a:hover:after{font-family:var(--theme-bold-fonts);}@media (min-width:992px){.accordion-button:before,.accordion-button:after{width:19px;}}
