:root{--bs-body-color:#2E3438;--bs-body-line-height:1.4;--bs-font-icon:'Line Awesome Free'}
html,
body{overflow:hidden;overflow-y:auto}
body{font-family:'Inter',sans-serif;line-height:var(--bs-body-line-heigh)}
ol li,
p,
ul li{line-height:1.5em}
i.las,
i.lab{font-size:2.8em}
a{color:#065b98;text-decoration:none}
a:hover,
a:focus{color:#065b98}
a:focus{text-decoration:underline}
p.lead{font-weight:400}
p{color:var(--bs-body-color)}
h1,
.h1{font-size:40px}
h2,
.h2{font-size:32px}
h3,
.h3{font-size:24px}
h4,
.h4{font-size:18px}
h5,
.h5{font-size:16px}
h6,
.h6{font-size:14px}
h1,
.h1,
h2,
.h2{font-weight:600}
h1,
.h1,
h2,
.h2,
h3,
.h3{margin-bottom:.5em}
.disable-scroll{overflow-y:hidden !important;overflow-x:hidden !important}
input[type="text"],
input[type="time"],
input[type="date"],
input[type="datetime-local"],
input[type="time"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
textarea{width:100%;padding:10px;border-radius:4px;border:1px solid #ced4da}
textarea{resize:vertical;min-height:80px}
select{width:100%;padding:8px;padding-right:20px;border:2px solid #ced4da;border-radius:4px;background-color:#fff}
.form-control:focus{color:#474D59;background-color:#fff;border-color:#3486c0;outline:0}
input:disabled{cursor:not-allowed}
input[type="radio"],
input[type="checkbox"]{width:20px;height:20px;border-radius:3px;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;appearance:none}
input[type="radio"]{margin:0 10px 5px 0;outline:none;border-radius:50px}
input[type=checkbox],
input[type=radio]{border:2px solid silver;background-color:#fff;position:relative}
input[type=checkbox]:checked,
input[type=radio]:checked{border:2px solid #3486c0;background-color:#fff}
input[type=checkbox]:checked::after,
input[type=radio]:checked::after{content:'';position:absolute;width:10px;height:10px;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#3486c0}
input[type=checkbox]:checked::after{width:10px;height:10px;border-radius:2px}
input[type=radio]:checked::after{border-radius:50px}
.radiolist{display:flex;flex-direction:row}
.radiolist>label{margin-right:15px}
.radiolist>div{display:flex;flex-direction:row;margin-right:15px}
.error{color:#c20f19;font-weight:600;padding:4px 0}
.hint{margin-left:0.25em;margin-top:0.25em;font-size:0.875rem}
.error-field{border:2px solid #c20f19 !important}
.responsive{overflow:hidden;overflow-x:auto}
.align-top{align-items:flex-start}
.align-middle{align-items:center}
.align-bottom{align-items:flex-end}
.align-stretch{align-items:stretch}
.align-baseline{align-items:baseline}
.justify-left{justify-content:flex-start}
.justify-center{justify-content:center}
.justify-right{justify-content:flex-end}
.justify-between{justify-content:space-between}
.justify-around{justify-content:space-around}
.relative{position:relative !important}
.absolute{position:absolute !important}
.fixed{position:fixed !important}
.pull-center{margin:0 auto}
.text-left{text-align:left !important}
.text-center{text-align:center !important}
.text-right{text-align:right !important}
.text-upper{text-transform:uppercase !important}
.text-lower{text-transform:lowercase !important}
.text-middle{display:table-cell;vertical-align:middle}
.text-xs{font-size:1.2em !important}
.text-sm{font-size:1.4em !important}
.text-md{font-size:1.8em !important}
.text-lg{font-size:2em !important}
.text-xl{font-size:3em !important}
.text-2xl{font-size:4em !important}
.text-100{font-weight:100 !important}
.text-200{font-weight:200 !important}
.text-400{font-weight:400 !important}
.text-500{font-weight:500 !important}
.text-600{font-weight:600 !important}
.text-700{font-weight:700 !important}
.text-800{font-weight:800 !important}
.text-900{font-weight:900 !important}
.hidden{display:none !important}
.visible{display:block !important}
.inline{display:inline-block}
.flex{display:flex;flex-wrap:wrap}
.flex-row{flex-direction:row}
.flex-col,
.flex-column{flex-direction:column}
.flex-1{flex:1 0 100%}
.flex-2{flex:1 0 50%}
.flex-3{flex:1 0 33.33333%}
.order-0{order:0}
.order-1{order:1}
.order-2{order:2}
.order-3{order:3}
.order-4{order:4}
.column-list{column-count:2;column-gap:10px}
.column-span-all{column-span:all}
.column-span-none{column-span:none}
.column-count-2{column-count:2}
.column-count-3{column-count:3}
.column-count-4{column-count:4}
.column-count-5{column-count:5}
.column-count-6{column-count:6}
.column-count-7{column-count:7}
.column-count-8{column-count:8}
.column-count-9{column-count:9}
.column-count-10{column-count:10}
.column-gap-10{column-gap:10px}
.column-gap-20{column-gap:20px}
.column-gap-30{column-gap:30px}
.column-gap-40{column-gap:40px}
.column-gap-50{column-gap:50px}
[class*='column-rule']{column-rule-style:dashed;column-rule-color:#9cc1e5}
.column-rule-1{column-rule-width:1px}
.column-rule-2{column-rule-width:2px}
.column-rule-3{column-rule-width:3px}
.column-rule-4{column-rule-width:4px}
.relative{position:relative !important}
.absolute{position:absolute !important}
.fixed{position:fixed !important}
.inline{display:inline !important}
.inline-block{display:inline-block !important}
.overflow-hidden{overflow:hidden !important}
.gap-1{gap:1px !important}
.gap-2{gap:20px !important}
.gap-3{gap:3px !important}
.gap-4{gap:4px !important}
.gap-5{gap:5px !important}
.gap-6{gap:6px !important}
.gap-7{gap:7px !important}
.gap-8{gap:8px !important}
.gap-9{gap:9px !important}
.gap-10{gap:10px !important}
.gap-15{gap:15px !important}
.gap-20{gap:20px !important}
.gap-25{gap:25px !important}
.gap-30{gap:30px !important}
.gap-35{gap:35px !important}
.gap-40{gap:40px !important}
.gap-45{gap:45px !important}
.gap-50{gap:50px !important}
.space-lg{margin:5em 0;padding:3.5em 0}
.space-md{margin:3em 0;padding:2.5em 0}
.space-sm{margin:2em 0;padding:1.5em 0}
[class*='spacer-']{height:1px}
.spacer-small{margin:10px 0 !important}
.spacer-medium{margin:20px 0 !important}
.spacer-large{margin:30px 0 !important}
.spacer-2xlarge{margin:60px 0 !important}
.spacer-3xlarge{margin:90px 0 !important}
.mx-auto{margin:0 auto !important}
.w-auto{width:auto !important}
.w-init{width:initial !important}
.w-parent{width:initial !important}
.h-auto{height:auto !important}
.h-init{height:initial !important}
.h-parent{height:initial !important}
.c-10{width:10px !important}
.c-20{width:20px !important}
.c-30{width:30px !important}
.c-40{width:40px !important}
.c-50{width:50px !important}
.c-60{width:60px !important}
.c-70{width:70px !important}
.c-80{width:80px !important}
.c-90{width:90px !important}
.c-100{width:100px !important}
.c-110{width:110px !important}
.c-120{width:120px !important}
.c-130{width:130px !important}
.c-140{width:140px !important}
.c-150{width:150px !important}
.c-160{width:160px !important}
.c-170{width:170px !important}
.c-180{width:180px !important}
.c-190{width:190px !important}
.c-200{width:200px !important}
.c-210{width:210px !important}
.c-220{width:220px !important}
.c-230{width:230px !important}
.c-240{width:240px !important}
.c-250{width:250px !important}
.c-260{width:260px !important}
.c-270{width:270px !important}
.c-280{width:280px !important}
.c-290{width:290px !important}
.c-300{width:300px !important}
.pt-5{padding-top:5px !important}
.pb-5{padding-bottom:5px !important}
.pl-5{padding-left:5px !important}
.pr-5{padding-right:5px !important}
.py-5{padding:5px 0px !important}
.px-5{padding:0px 5px !important}
.mt-5{margin-top:5px !important}
.mb-5{margin-bottom:5px !important}
.ml-5{margin-left:5px !important}
.mr-5{margin-right:5px !important}
.my-5{margin:5px 0px !important}
.mx-5{margin:0px 5px !important}
.pt-10{padding-top:10px !important}
.pb-10{padding-bottom:10px !important}
.pl-10{padding-left:10px !important}
.pr-10{padding-right:10px !important}
.py-10{padding:10px 0px !important}
.px-10{padding:0px 10px !important}
.mt-0{margin-top:0px !important}
.mb-0{margin-bottom:0px !important}
.mt-10{margin-top:10px !important}
.mb-10{margin-bottom:10px !important}
.ml-10{margin-left:10px !important}
.mr-10{margin-right:10px !important}
.my-10{margin:10px 0px !important}
.mx-10{margin:0px 10px !important}
.pt-15{padding-top:15px !important}
.pb-15{padding-bottom:15px !important}
.pl-15{padding-left:15px !important}
.pr-15{padding-right:15px !important}
.py-15{padding:15px 0px !important}
.px-15{padding:0px 15px !important}
.mt-15{margin-top:15px !important}
.mb-15{margin-bottom:15px !important}
.ml-15{margin-left:15px !important}
.mr-15{margin-right:15px !important}
.my-15{margin:15px 0px !important}
.mx-15{margin:0px 15px !important}
.pt-20{padding-top:20px !important}
.pb-20{padding-bottom:20px !important}
.pl-20{padding-left:20px !important}
.pr-20{padding-right:20px !important}
.py-20{padding:20px 0px !important}
.px-20{padding:0px 20px !important}
.mt-20{margin-top:20px !important}
.mb-20{margin-bottom:20px !important}
.ml-20{margin-left:20px !important}
.mr-20{margin-right:20px !important}
.my-20{margin:20px 0px !important}
.mx-20{margin:0px 20px !important}
.pt-25{padding-top:25px !important}
.pb-25{padding-bottom:25px !important}
.pl-25{padding-left:25px !important}
.pr-25{padding-right:25px !important}
.py-25{padding:25px 0px !important}
.px-25{padding:0px 25px !important}
.mt-25{margin-top:25px !important}
.mb-25{margin-bottom:25px !important}
.ml-25{margin-left:25px !important}
.mr-25{margin-right:25px !important}
.my-25{margin:25px 0px !important}
.mx-25{margin:0px 25px !important}
.pt-30{padding-top:30px !important}
.pb-30{padding-bottom:30px !important}
.pl-30{padding-left:30px !important}
.pr-30{padding-right:30px !important}
.py-30{padding:30px 0px !important}
.px-30{padding:0px 30px !important}
.mt-30{margin-top:30px !important}
.mb-30{margin-bottom:30px !important}
.ml-30{margin-left:30px !important}
.mr-30{margin-right:30px !important}
.my-30{margin:30px 0px !important}
.mx-30{margin:0px 30px !important}
.pt-35{padding-top:35px !important}
.pb-35{padding-bottom:35px !important}
.pl-35{padding-left:35px !important}
.pr-35{padding-right:35px !important}
.py-35{padding:35px 0px !important}
.px-35{padding:0px 35px !important}
.mt-35{margin-top:35px !important}
.mb-35{margin-bottom:35px !important}
.ml-35{margin-left:35px !important}
.mr-35{margin-right:35px !important}
.my-35{margin:35px 0px !important}
.mx-35{margin:0px 35px !important}
.pt-40{padding-top:40px !important}
.pb-40{padding-bottom:40px !important}
.pl-40{padding-left:40px !important}
.pr-40{padding-right:40px !important}
.py-40{padding:40px 0px !important}
.px-40{padding:0px 40px !important}
.mt-40{margin-top:40px !important}
.mb-40{margin-bottom:40px !important}
.ml-40{margin-left:40px !important}
.mr-40{margin-right:40px !important}
.my-40{margin:40px 0px !important}
.mx-40{margin:0px 40px !important}
.pt-45{padding-top:45px !important}
.pb-45{padding-bottom:45px !important}
.pl-45{padding-left:45px !important}
.pr-45{padding-right:45px !important}
.py-45{padding:45px 0px !important}
.px-45{padding:0px 45px !important}
.mt-45{margin-top:45px !important}
.mb-45{margin-bottom:45px !important}
.ml-45{margin-left:45px !important}
.mr-45{margin-right:45px !important}
.my-45{margin:45px 0px !important}
.mx-45{margin:0px 45px !important}
.pt-50{padding-top:50px !important}
.pb-50{padding-bottom:50px !important}
.pl-50{padding-left:50px !important}
.pr-50{padding-right:50px !important}
.py-50{padding:50px 0px !important}
.px-50{padding:0px 50px !important}
.mt-50{margin-top:50px !important}
.mb-50{margin-bottom:50px !important}
.ml-50{margin-left:50px !important}
.mr-50{margin-right:50px !important}
.my-50{margin:50px 0px !important}
.mx-50{margin:0px 50px !important}
.pt-55{padding-top:55px !important}
.pb-55{padding-bottom:55px !important}
.pl-55{padding-left:55px !important}
.pr-55{padding-right:55px !important}
.py-55{padding:55px 0px !important}
.px-55{padding:0px 55px !important}
.mt-55{margin-top:55px !important}
.mb-55{margin-bottom:55px !important}
.ml-55{margin-left:55px !important}
.mr-55{margin-right:55px !important}
.my-55{margin:55px 0px !important}
.mx-55{margin:0px 55px !important}
.pt-60{padding-top:60px !important}
.pb-60{padding-bottom:60px !important}
.pl-60{padding-left:60px !important}
.pr-60{padding-right:60px !important}
.py-60{padding:60px 0px !important}
.px-60{padding:0px 60px !important}
.mt-60{margin-top:60px !important}
.mb-60{margin-bottom:60px !important}
.ml-60{margin-left:60px !important}
.mr-60{margin-right:60px !important}
.my-60{margin:60px 0px !important}
.mx-60{margin:0px 60px !important}
.pt-65{padding-top:65px !important}
.pb-65{padding-bottom:65px !important}
.pl-65{padding-left:65px !important}
.pr-65{padding-right:65px !important}
.py-65{padding:65px 0px !important}
.px-65{padding:0px 65px !important}
.mt-65{margin-top:65px !important}
.mb-65{margin-bottom:65px !important}
.ml-65{margin-left:65px !important}
.mr-65{margin-right:65px !important}
.my-65{margin:65px 0px !important}
.mx-65{margin:0px 65px !important}
.pt-70{padding-top:70px !important}
.pb-70{padding-bottom:70px !important}
.pl-70{padding-left:70px !important}
.pr-70{padding-right:70px !important}
.py-70{padding:70px 0px !important}
.px-70{padding:0px 70px !important}
.mt-70{margin-top:70px !important}
.mb-70{margin-bottom:70px !important}
.ml-70{margin-left:70px !important}
.mr-70{margin-right:70px !important}
.my-70{margin:70px 0px !important}
.mx-70{margin:0px 70px !important}
.pt-75{padding-top:75px !important}
.pb-75{padding-bottom:75px !important}
.pl-75{padding-left:75px !important}
.pr-75{padding-right:75px !important}
.py-75{padding:75px 0px !important}
.px-75{padding:0px 75px !important}
.mt-75{margin-top:75px !important}
.mb-75{margin-bottom:75px !important}
.ml-75{margin-left:75px !important}
.mr-75{margin-right:75px !important}
.my-75{margin:75px 0px !important}
.mx-75{margin:0px 75px !important}
.pt-80{padding-top:80px !important}
.pb-80{padding-bottom:80px !important}
.pl-80{padding-left:80px !important}
.pr-80{padding-right:80px !important}
.py-80{padding:80px 0px !important}
.px-80{padding:0px 80px !important}
.mt-80{margin-top:80px !important}
.mb-80{margin-bottom:80px !important}
.ml-80{margin-left:80px !important}
.mr-80{margin-right:80px !important}
.my-80{margin:80px 0px !important}
.mx-80{margin:0px 80px !important}
.pt-85{padding-top:85px !important}
.pb-85{padding-bottom:85px !important}
.pl-85{padding-left:85px !important}
.pr-85{padding-right:85px !important}
.py-85{padding:85px 0px !important}
.px-85{padding:0px 85px !important}
.mt-85{margin-top:85px !important}
.mb-85{margin-bottom:85px !important}
.ml-85{margin-left:85px !important}
.mr-85{margin-right:85px !important}
.my-85{margin:85px 0px !important}
.mx-85{margin:0px 85px !important}
.pt-90{padding-top:90px !important}
.pb-90{padding-bottom:90px !important}
.pl-90{padding-left:90px !important}
.pr-90{padding-right:90px !important}
.py-90{padding:90px 0px !important}
.px-90{padding:0px 90px !important}
.mt-90{margin-top:90px !important}
.mb-90{margin-bottom:90px !important}
.ml-90{margin-left:90px !important}
.mr-90{margin-right:90px !important}
.my-90{margin:90px 0px !important}
.mx-90{margin:0px 90px !important}
.pt-95{padding-top:95px !important}
.pb-95{padding-bottom:95px !important}
.pl-95{padding-left:95px !important}
.pr-95{padding-right:95px !important}
.py-95{padding:95px 0px !important}
.px-95{padding:0px 95px !important}
.mt-95{margin-top:95px !important}
.mb-95{margin-bottom:95px !important}
.ml-95{margin-left:95px !important}
.mr-95{margin-right:95px !important}
.my-95{margin:95px 0px !important}
.mx-95{margin:0px 95px !important}
.pt-100{padding-top:100px !important}
.pb-100{padding-bottom:100px !important}
.pl-100{padding-left:100px !important}
.pr-100{padding-right:100px !important}
.py-100{padding:100px 0px !important}
.px-100{padding:0px 100px !important}
.mt-100{margin-top:100px !important}
.mb-100{margin-bottom:100px !important}
.ml-100{margin-left:100px !important}
.mr-100{margin-right:100px !important}
.my-100{margin:100px 0px !important}
.mx-100{margin:0px 100px !important}
.w-5{width:5px !important}
.h-5{height:5px !important}
.w-10{width:10px !important}
.h-10{height:10px !important}
.w-15{width:15px !important}
.h-15{height:15px !important}
.w-20{width:20px !important}
.h-20{height:20px !important}
.w-25{width:25px !important}
.h-25{height:25px !important}
.w-30{width:30px !important}
.h-30{height:30px !important}
.w-35{width:35px !important}
.h-35{height:35px !important}
.w-40{width:40px !important}
.h-40{height:40px !important}
.w-45{width:45px !important}
.h-45{height:45px !important}
.w-50{width:50px !important}
.h-50{height:50px !important}
.w-55{width:55px !important}
.h-55{height:55px !important}
.w-60{width:60px !important}
.h-60{height:60px !important}
.w-65{width:65px !important}
.h-65{height:65px !important}
.w-70{width:70px !important}
.h-70{height:70px !important}
.w-75{width:75px !important}
.h-75{height:75px !important}
.w-80{width:80px !important}
.h-80{height:80px !important}
.w-85{width:85px !important}
.h-85{height:85px !important}
.w-90{width:90px !important}
.h-90{height:90px !important}
.w-95{width:95px !important}
.h-95{height:95px !important}
.w-100{width:100px !important}
.h-100{height:100px !important}
.wp-1{width:1% !important}
.hp-1{height:1% !important}
.wp-2{width:2% !important}
.hp-2{height:2% !important}
.wp-3{width:3% !important}
.hp-3{height:3% !important}
.wp-4{width:4% !important}
.hp-4{height:4% !important}
.wp-5{width:5% !important}
.hp-5{height:5% !important}
.wp-6{width:6% !important}
.hp-6{height:6% !important}
.wp-7{width:7% !important}
.hp-7{height:7% !important}
.wp-8{width:8% !important}
.hp-8{height:8% !important}
.wp-9{width:9% !important}
.hp-9{height:9% !important}
.wp-10{width:10% !important}
.hp-10{height:10% !important}
.wp-11{width:11% !important}
.hp-11{height:11% !important}
.wp-12{width:12% !important}
.hp-12{height:12% !important}
.wp-13{width:13% !important}
.hp-13{height:13% !important}
.wp-14{width:14% !important}
.hp-14{height:14% !important}
.wp-15{width:15% !important}
.hp-15{height:15% !important}
.wp-16{width:16% !important}
.hp-16{height:16% !important}
.wp-17{width:17% !important}
.hp-17{height:17% !important}
.wp-18{width:18% !important}
.hp-18{height:18% !important}
.wp-19{width:19% !important}
.hp-19{height:19% !important}
.wp-20{width:20% !important}
.hp-20{height:20% !important}
.wp-21{width:21% !important}
.hp-21{height:21% !important}
.wp-22{width:22% !important}
.hp-22{height:22% !important}
.wp-23{width:23% !important}
.hp-23{height:23% !important}
.wp-24{width:24% !important}
.hp-24{height:24% !important}
.wp-25{width:25% !important}
.hp-25{height:25% !important}
.wp-26{width:26% !important}
.hp-26{height:26% !important}
.wp-27{width:27% !important}
.hp-27{height:27% !important}
.wp-28{width:28% !important}
.hp-28{height:28% !important}
.wp-29{width:29% !important}
.hp-29{height:29% !important}
.wp-30{width:30% !important}
.hp-30{height:30% !important}
.wp-31{width:31% !important}
.hp-31{height:31% !important}
.wp-32{width:32% !important}
.hp-32{height:32% !important}
.wp-33{width:33% !important}
.hp-33{height:33% !important}
.wp-34{width:34% !important}
.hp-34{height:34% !important}
.wp-35{width:35% !important}
.hp-35{height:35% !important}
.wp-36{width:36% !important}
.hp-36{height:36% !important}
.wp-37{width:37% !important}
.hp-37{height:37% !important}
.wp-38{width:38% !important}
.hp-38{height:38% !important}
.wp-39{width:39% !important}
.hp-39{height:39% !important}
.wp-40{width:40% !important}
.hp-40{height:40% !important}
.wp-41{width:41% !important}
.hp-41{height:41% !important}
.wp-42{width:42% !important}
.hp-42{height:42% !important}
.wp-43{width:43% !important}
.hp-43{height:43% !important}
.wp-44{width:44% !important}
.hp-44{height:44% !important}
.wp-45{width:45% !important}
.hp-45{height:45% !important}
.wp-46{width:46% !important}
.hp-46{height:46% !important}
.wp-47{width:47% !important}
.hp-47{height:47% !important}
.wp-48{width:48% !important}
.hp-48{height:48% !important}
.wp-49{width:49% !important}
.hp-49{height:49% !important}
.wp-50{width:50% !important}
.hp-50{height:50% !important}
.wp-51{width:51% !important}
.hp-51{height:51% !important}
.wp-52{width:52% !important}
.hp-52{height:52% !important}
.wp-53{width:53% !important}
.hp-53{height:53% !important}
.wp-54{width:54% !important}
.hp-54{height:54% !important}
.wp-55{width:55% !important}
.hp-55{height:55% !important}
.wp-56{width:56% !important}
.hp-56{height:56% !important}
.wp-57{width:57% !important}
.hp-57{height:57% !important}
.wp-58{width:58% !important}
.hp-58{height:58% !important}
.wp-59{width:59% !important}
.hp-59{height:59% !important}
.wp-60{width:60% !important}
.hp-60{height:60% !important}
.wp-61{width:61% !important}
.hp-61{height:61% !important}
.wp-62{width:62% !important}
.hp-62{height:62% !important}
.wp-63{width:63% !important}
.hp-63{height:63% !important}
.wp-64{width:64% !important}
.hp-64{height:64% !important}
.wp-65{width:65% !important}
.hp-65{height:65% !important}
.wp-66{width:66% !important}
.hp-66{height:66% !important}
.wp-67{width:67% !important}
.hp-67{height:67% !important}
.wp-68{width:68% !important}
.hp-68{height:68% !important}
.wp-69{width:69% !important}
.hp-69{height:69% !important}
.wp-70{width:70% !important}
.hp-70{height:70% !important}
.wp-71{width:71% !important}
.hp-71{height:71% !important}
.wp-72{width:72% !important}
.hp-72{height:72% !important}
.wp-73{width:73% !important}
.hp-73{height:73% !important}
.wp-74{width:74% !important}
.hp-74{height:74% !important}
.wp-75{width:75% !important}
.hp-75{height:75% !important}
.wp-76{width:76% !important}
.hp-76{height:76% !important}
.wp-77{width:77% !important}
.hp-77{height:77% !important}
.wp-78{width:78% !important}
.hp-78{height:78% !important}
.wp-79{width:79% !important}
.hp-79{height:79% !important}
.wp-80{width:80% !important}
.hp-80{height:80% !important}
.wp-81{width:81% !important}
.hp-81{height:81% !important}
.wp-82{width:82% !important}
.hp-82{height:82% !important}
.wp-83{width:83% !important}
.hp-83{height:83% !important}
.wp-84{width:84% !important}
.hp-84{height:84% !important}
.wp-85{width:85% !important}
.hp-85{height:85% !important}
.wp-86{width:86% !important}
.hp-86{height:86% !important}
.wp-87{width:87% !important}
.hp-87{height:87% !important}
.wp-88{width:88% !important}
.hp-88{height:88% !important}
.wp-89{width:89% !important}
.hp-89{height:89% !important}
.wp-90{width:90% !important}
.hp-90{height:90% !important}
.wp-91{width:91% !important}
.hp-91{height:91% !important}
.wp-92{width:92% !important}
.hp-92{height:92% !important}
.wp-93{width:93% !important}
.hp-93{height:93% !important}
.wp-94{width:94% !important}
.hp-94{height:94% !important}
.wp-95{width:95% !important}
.hp-95{height:95% !important}
.wp-96{width:96% !important}
.hp-96{height:96% !important}
.wp-97{width:97% !important}
.hp-97{height:97% !important}
.wp-98{width:98% !important}
.hp-98{height:98% !important}
.wp-99{width:99% !important}
.hp-99{height:99% !important}
.wp-100{width:100% !important}
.hp-100{height:100% !important}
.skip-content{position:absolute !important;clip:rect(1px,1px,1px,1px);overflow:hidden;height:1px}
.skip-content:focus{position:static !important;clip:auto;overflow:visible;height:auto}
.sl-overlay{background-color:#000 !important}
.sl-close,
.sl-prev,
.sl-next{color:#fff !important}
.sl-wrapper{z-index:10040 !important}
#layout-content{padding-bottom:1.75em}
body.navigation-sticked{margin-top:65px}
.sticked-bar.sticked{position:fixed;width:100%;top:0;left:0;z-index:9999}
header{background-color:#fff}
header #top-bar{background-color:#fff}
header #top-bar .container{padding:.95em 2.5em;align-items:center}
header #top-bar .social-links{list-style:none}
header #top-bar .social-links li{display:inline-block}
header #top-bar .social-links li a{font-weight:300}
header #site-logo{position:relative}
header #site-logo img{width:70px;height:100%}
header .site-title{position:absolute;display:inline-block;width:300px;margin-top:5px;padding-left:15px;line-height:1.2;font-size:25px;text-transform:uppercase;font-weight:200;color:#606060}
header .social-bar{text-align:right}
section.content-site h1{display:inline-block;position:relative;color:#0a2b43;font-size:2em;margin-top:0.5em;font-weight:600}
section.content-site h2{font-size:1.6em;font-weight:600}
section.content-site h3,
section.content-site h4,
section.content-site h5,
section.content-site h6{font-size:1.3em;font-weight:600}
section.content-site .block-wrapp ul{list-style:square;margin-left:2.5em;margin-bottom:1.75em}
section.content-site .block-wrapp ul li::marker{color:#0a2b43}
section.content-article .banner-content{margin-bottom:0.25em}
section.content-article img{width:100%;height:auto}
section.error-site{padding:0 1.75em 1.75em 1.75em;margin:3.5em 0}
section.error-site h1{display:inline-block;position:relative;color:#0a2b43;margin-top:0;margin-bottom:1em;font-weight:800;font-size:2.5em}
section.error-site h1::after{content:'';position:absolute;bottom:-15px;left:50%;transform:translate(-50%,0);width:150px;border:2px solid #39a6f3}
section.error-site h2{font-size:1.4em;font-weight:600}
section.error-site h3,
section.error-site h4,
section.error-site h5,
section.error-site h6{font-size:1.2em;font-weight:600}
section.error-site ul{list-style:square;margin-left:2.5em;margin-bottom:1.75em}
section.error-site ul li::marker{color:#0a2b43}
.block-zone{padding:2.5em 0;background-color:#f0f2f5}
article{margin-bottom:0.95em}
article h1{position:relative;color:#0a2b43;margin-top:0;margin-bottom:0.25em}
article img{position:relative;width:100%;height:auto;margin-bottom:0.75em}
article h3{font-size:1.2em;line-height:1.3;font-weight:600;margin-top:0.25em}
article time{font-size:0.8em;color:#383841}
article.content-site{margin:1.75em auto;font-size:0.9em}
article.article-content{max-width:1000px}
article.article-content .article-image{margin-top:-1.75em}
article .banner-content{overflow:hidden;height:450px;margin-bottom:1.5em}
.article-item{display:flex;flex-direction:row}
.article-item .article-item__image{width:35em}
.article-item .article-item__image img{height:150px !important}
.article-item .article-item__content{margin-left:1.75em}
@media (max-width:767px){.article-item{flex-direction:column}.article-item .article-item__image{width:100%;max-width:35em}.article-item .article-item__content{margin-left:0}}
.article-image{overflow:hidden;width:100%;height:250px;background-size:cover;background-position:center;margin-bottom:1.75em}
.blog-content-detail .article-image{height:550px !important}
.article-list a{display:block;width:100%}
.article-list a time{font-size:0.8em;color:#383841}
.article-list p{font-size:0.875rem}
.article-project-image{overflow:hidden;height:200px;margin-bottom:0.5em;background-color:#ddd}
.article-project-image img{width:100% !important;height:100% !important;object-fit:cover}
.article-news-image{overflow:hidden;height:170px;margin-bottom:0.5em;background-color:#ddd}
.article-news-image img{width:100% !important;height:100% !important;object-fit:cover}
.article-news-content .article-news-image{height:250px}
.article-news-content .article-news-image img{width:100% !important;height:auto !important}
.article-controls{margin-bottom:0.5em}
.article-controls i.las{font-size:1.2em}
.article-controls ul{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:center;align-content:center;gap:15px;margin:0 !important}
.article-controls ul li{list-style:none;font-weight:600;padding-bottom:0.25em}
.tag{display:inline-block;padding:0.25em 0.5em;border-radius:3px;font-size:0.875em}
.tag.tag-success{color:#fff;background-color:#084d08}
.tag.tag-info{color:#fff;background-color:#08234d}
.tag.tag-warning{color:#fff;background-color:#4d3008}
.tag.tag-danger{color:#fff;background-color:#c20e1a}
.filter-tags{margin-bottom:1.75em}
.filter-tags ul{margin:0 !important}
.filter-tags li{display:inline-flex;margin-right:0.5em;margin-bottom:0.5em;flex-direction:row}
.filter-tags li a{display:inline-block;color:#0a2b43;font-size:.8em;border-radius:5px;padding:.25em 1.25em;background-color:#f0f2f5}
.filter-tags li a:hover,
.filter-tags li a:active,
.filter-tags li a:focus,
.filter-tags li a.active{color:#fff;background-color:#065b98}
#profile-employee .profile-header{text-align:center;background-color:#f0f2f5;padding:1.75em;margin-bottom:1.75em}
#profile-employee .profile-header .photo img{width:120px;border-radius:5px}
#profile-employee .profile-header .lead{text-transform:uppercase;letter-spacing:0.5em;font-weight:400}
#profile-employee .profile-header .name{margin-bottom:0.25em}
#profile-employee .profile-header .position{font-weight:400}
#profile-employee .profile-contact{margin-bottom:1.75em}
#profile-employee .profile-contact i{font-size:1.2em}
.partners{padding:0.95em}
.partners ul{display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;justify-content:center;gap:3.75em;margin-top:2em}
.accordition-item-link{display:flex;flex-wrap:wrap;align-items:center;border-radius:5px;background-color:#f0f2f5}
.accordition-item-link a{position:relative;display:block;width:100%;padding:1.25em 2.25em 1.25em 1.25em;font-weight:600}
.accordition-item-link a::before{margin-top:-5px;width:10px;height:10px}
.accordition-item-link a .note{margin-top:.25em;font-size:0.875em;color:#383841}
.accordition-item-link:hover{background-color:#065b98}
.accordition-item-link:hover a,
.accordition-item-link:hover a::before,
.accordition-item-link:hover a>*{color:#fff}
#contact-content-info .form-item{margin-bottom:.75em}
#contact-content-info .form-item span{font-weight:600;font-size:0.8rem;text-transform:uppercase}
#contact-content-info .form-item p{font-size:0.8rem;margin:0 0 0.5em 0}
#contact-content-info i{font-size:2rem}
.responsive-iframe{position:relative;overflow:hidden;padding-top:56.25%}
.responsive-iframe iframe{position:absolute;top:0;left:0;width:100%;height:100%}
body.dialog-overlay::before{position:fixed;content:'';width:100%;height:100%;top:0;left:0;z-index:999;background-color:rgba(0,0,0,0.5)}
.dialogs{text-align:left}
.dialogs>div{position:fixed;content:'';max-width:450px;max-height:500px;transform:translate(-50%);top:15%;left:50%;z-index:9999;padding:1.75em;background-color:#fff}
.btn{position:relative;display:inline-block;color:#fff !important;border-radius:50px;padding:0.95em 1.5em;font-size:0.9em;font-weight:400;border:none;background-color:#065b98;transition:all 0.1s ease-in-out}
.btn.btn-long{padding:1.25em 4em 1.25em 1.25em}
.btn:hover>span::before{right:20px}
.btn:hover,
.btn:focus{color:#fff}
.btn.btn-tiny{padding:0.75em 1em;font-size:0.785rem}
.btn.btn-info{border:2px solid #065b98;background-color:#065b98}
.btn.btn-success{border:2px solid #096709;background-color:#096709}
.btn.btn-danger{border:2px solid #c20e1a;background-color:#c20e1a}
.btn.btn-info:hover,
.btn.btn-danger:hover{color:#fff}
.btn.btn-frame{border:2px solid #fff}
.btn-arrow::before{content:'';display:inline-block;border-style:solid;border-width:0.1em 0.1em 0 0;position:absolute;top:50%;right:25px;color:#8b8c91;transform:rotate(45deg) translate(-50%);width:10px;height:10px;transition:all 0.1s ease-in-out}
.arrow-up::before{top:14px;transform:rotate(-45deg)}
.arrow-right::before{transform:rotate(45deg)}
.arrow-down::before{top:7px;transform:rotate(135deg)}
.arrow-left::before{transform:rotate(-135deg)}
.table,
.section-block table{width:100%}
.table caption,
.section-block table caption{caption-side:top;color:#000;font-weight:600;background-color:transparent;border-bottom:0;padding:8px 0px}
.table th,
.section-block table th{text-align:left;color:#fff;background-color:#065b98;line-height:1.5;font-weight:600;vertical-align:middle;padding:6px 10px}
.table th:not(.caption),
.section-block table th:not(.caption){border:1px solid #065b98}
.table th a,
.section-block table th a{color:#fff;text-decoration:underline}
.table td,
.section-block table td{border:1px solid #d9d9d9;padding:3px 5px;word-break:break-word}
.table tr.collapsed,
.section-block table tr.collapsed{display:none}
.table tr.expanded,
.section-block table tr.expanded{display:table-row}
.table tr.expanded td,
.section-block table tr.expanded td{position:relative;padding:10px 10px 10px 40px !important}
.table tr.expanded td::before,
.section-block table tr.expanded td::before{content:'';position:absolute;top:10px;left:25px;width:10px;height:10px;border-left:1px solid #383841;border-bottom:1px solid #383841}
.table-data{width:100%;font-size:0.875rem}
.table-data th{text-align:center !important;color:#fff;background-color:#065b98;font-weight:600;vertical-align:middle;padding:12px 14px}
.table-data a{font-size:0.775rem !important}
.table-data ul li{line-height:1.4 !important;margin-bottom:0.75em}
.table-data tr:nth-child(even),
.table-data tr:hover,
.table-data tr.active{background-color:#f0f2f5}
.table-data td{border:1px solid #d9d9d9;padding:8px 12px !important;word-break:break-all}
.table-list{width:100%;font-size:0.875rem}
.table-list th{font-weight:600;padding:1.5em;border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9}
.table-list a{font-weight:600;font-size:1.2rem !important}
.table-list tbody tr{border-bottom:1px solid #d9d9d9}
.table-list tbody tr:nth-child(even),
.table-list tbody tr.active{background-color:#f7f9fb}
.table-list td{padding:1.75em 1.75em !important;word-break:break-all}
.table-list tr.sticked{background-color:#fef6dc}
@media (max-width:767px){.table-list{}.table-list thead,.table-list tbody,.table-list th,.table-list td,.table-list tr{display:block}.table-list thead tr{position:absolute;top:-9999px;left:-9999px}.table-list tr{border:1px solid #d9d9d9}.table-list td{position:relative;border:none;padding-top:2.25em !important;padding-bottom:0.75em !important;white-space:normal;text-align:left}.table-list td::before{content:attr(data-title);position:absolute;top:6px;left:6px;width:45%;padding-right:10px;white-space:nowrap;text-align:left;font-weight:bold}}
.sortable th{position:relative;padding:0 !important}
.sortable th button{color:#fff;background:transparent;border:none;display:block;padding:10px 20px 10px 12px;width:100%;outline:none;cursor:pointer;position:relative}
.sortable th button span::after{position:absolute;color:#fff;font-weight:900;font-family:var(--bs-font-icon);top:50%;transform:translateY(-50%);right:8px;width:8px;height:15px}
.sortable th[aria-sort="descending"] button{font-weight:700;text-decoration:underline}
.sortable th[aria-sort="descending"] button span::after{content:"\f063"}
.sortable th[aria-sort="ascending"] button{font-weight:700;text-decoration:underline}
.sortable th[aria-sort="ascending"] button span::after{content:"\f062"}
.section-block{margin-bottom:1em}
.section-block h2{font-size:1.4em}
.section-block h3{font-size:1.2em;font-weight:600}
.section-block ul{list-style:square;margin-left:2.5em;margin-bottom:1.25em}
.section-block ul li{line-height:1.8}
.section-block ol{list-style:decimal;margin-left:2.5em;margin-bottom:1.25em}
.section-block ol li{line-height:2}
.section-block a{text-decoration:underline;font-weight:600}
.section-block img{object-fit:cover;width:100%}
.section-block p{line-height:1.6}
.section-block iframe{width:100%}
.box-info .info-item{margin-bottom:1.75em}
.box-info .info-item h2{font-size:1.8em;margin-bottom:.15em}
.box-info .info-item .hint{text-transform:uppercase;font-size:.8em;font-weight:400}
.block-menu{width:100%;border-radius:5px;padding:.25em 0}
.block-menu h2,
.block-menu h3{position:relative;display:block;color:#fff;font-size:1em;border-radius:0.2em;margin:0;font-weight:600;padding:0.95em;background-color:#065b98}
.block-menu h2 a,
.block-menu h3 a{color:#fff !important}
.block-menu h2::after,
.block-menu h3::after{display:none;content:"\f107";position:absolute;top:10px;right:15px;font-family:var(--bs-font-icon);font-weight:900;font-size:1.4em;transition:all 0.2s ease-in-out}
.block-menu.expanded h2::after{transform:rotate(-180deg)}
.block-menu .block-content{background-color:#f0f2f5;padding:0.5em 1.25em 1.25em 1.25em;border-radius:0px 0 3px 3px}
.block-menu ul li{font-size:0.875rem;line-height:1.6;margin:0.5em 0}
.block-menu ul li a:hover,
.block-menu ul li a.active{text-decoration:underline;font-weight:600;color:#004f86}
.block-menu ul li.item-group{margin-bottom:0.975em}
.block-menu ul li:last-child{margin-bottom:0}
.block-menu ul li ul{margin-left:1.75em}
.block-ambulance-list ul{margin-left:0.75em}
.block-ambulance-list li{list-style:square}
.block-clinic ul>li>ul li{list-style:square}
@media (max-width:767px){.block-menu h2::after,.block-menu h3::after{display:block}.block-menu .block-content{display:none}}
.ambulance-detail{display:flex;flex-wrap:wrap;flex-direction:row}
.ambulance-detail>div{flex:1 0 50%}
.block-info-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:15px}
.block-info{display:inline-block;width:330px;background-color:#f0f2f5;border-radius:3px}
.block-info .block-title{position:relative;display:flex;align-items:center;gap:5px;color:#fff;font-size:1em;font-weight:700;padding:.75em;margin-top:0;margin-bottom:1em;border-radius:3px;background-color:#065b98}
.block-info .block-title i{font-size:1.4em}
.block-info .info-item{margin-bottom:.75em}
.block-info .info-item h3{position:relative;font-size:0.9em;color:#0a2b43;margin-top:0;margin-bottom:0;font-weight:700}
.block-info.expanded h2::after{content:'\f106'}
.block-info .block-content{padding:0 1.25em 1.25em 1.25em}
.block-info .block-content small{text-transform:uppercase;font-size:.8em;font-weight:400}
.block-quick-links .block-quick-box{display:block;position:relative;height:250px;margin:.75em 0;background-color:#065b98;background-size:cover;background-position:center;background-repeat:no-repeat;transition:all 0.5s ease-in-out}
.block-quick-links .block-quick-box::before{content:'';position:absolute;width:100%;height:100%;z-index:9;top:0;left:0;background-color:rgba(0,0,0,0.65);transition:all 0.5s ease-in-out}
.block-quick-links .block-quick-box .content{position:absolute;z-index:10;left:20px;bottom:20px}
.block-quick-links .block-quick-box .content h2{font-size:2em;font-weight:600;margin-bottom:0;color:#fff}
.block-quick-links .block-quick-box .content p{font-size:1em !important;color:#fff}
.block-quick-links .block-quick-box:hover::before{background-color:rgba(0,0,0,0.25)}
.message-box{position:relative;border-radius:5px;padding:0.95em 1.25em 1.25em 4em;margin:1.25em 0;overflow:hidden}
.message-box p{margin:0.5em 0}
.message-box p:first-child{margin:0}
.message-box ul{margin-top:0.5em;margin-bottom:0 !important;margin-left:1.75em}
.message-box ul li{line-height:1.8;list-style:square}
.message-box::before{position:absolute;font-weight:900 !important;font-family:var(--bs-font-icon);top:11px;left:15px;font-size:2.5em;opacity:0.2}
.message-box.success-box{color:#084d08;background-color:#e1ffe1}
.message-box.success-box::before{content:"\f058"}
.message-box.success-box p{color:#084d08}
.message-box.info-box{color:#08234d;background-color:#e1eaff}
.message-box.info-box::before{content:"\f05a"}
.message-box.info-box p{color:#08234d}
.message-box.warning-box{color:#4d3008;background-color:#fff8e1}
.message-box.warning-box::before{content:"\f071"}
.message-box.warning-box p{color:#4d3008}
.message-box.danger-box{color:#4d0808;background-color:#ffe1e1}
.message-box.danger-box::before{content:"\f06a"}
.message-box.danger-box p{color:#4d0808}
.message-simple-box{position:relative;border-radius:5px;padding:1.5em 1.25em;margin:1.25em 0;overflow:hidden;font-weight:600;font-size:0.9rem}
.message-simple-box p{margin:0.5em 0}
.message-simple-box p:first-child{margin:0}
.message-simple-box ul{margin-top:0.5em;margin-bottom:0 !important;margin-left:1.75em}
.message-simple-box ul li{line-height:1.8;list-style:square}
.message-simple-box.success-box{color:#084d08;background-color:#e1ffe1}
.message-simple-box.success-box p{color:#084d08}
.message-simple-box.info-box{color:#08234d;background-color:#e1eaff}
.message-simple-box.info-box p{color:#08234d}
.message-simple-box.warning-box{color:#4d3008;background-color:#fff8e1}
.message-simple-box.warning-box p{color:#4d3008}
.message-simple-box.danger-box{color:#4d0808;background-color:#ffe1e1}
.message-simple-box.danger-box p{color:#4d0808}
.pagination{display:inline-block;padding-left:0;margin:27px 0;border-radius:4px}
.pagination li{display:inline}
.pagination li i.las{font-size:0.985rem}
.pagination li a,
.pagination li span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.5;color:#0a2b43;text-decoration:none;background-color:#fff;border:1px solid #f0f2f5}
.pagination li a:hover,
.pagination li span:hover,
.pagination li a:focus,
.pagination li span:focus{z-index:2;color:#0a2b43;background-color:#eee;border-color:#f0f2f5}
.pagination li:first-child>a,
.pagination li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}
.pagination li:last-child>a,
.pagination li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}
.pagination .active>a,
.pagination .active>span,
.pagination .active>a:hover,
.pagination .active>span:hover,
.pagination .active>a:focus,
.pagination .active>span:focus{z-index:3;color:#fff;cursor:default;background-color:#065b98;border-color:#065b98}
.pagination .disabled>span,
.pagination .disabled>span:hover,
.pagination .disabled>span:focus,
.pagination .disabled>a,
.pagination .disabled>a:hover,
.pagination .disabled>a:focus{cursor:not-allowed;background-color:#fff;border-color:#f0f2f5}