/* Main ROI CSS starts here */
/*
body{
  font-family: "Open Sans", sans-serif;
	font-size: 15px;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
}
*/

hr {
    margin-top: 32px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #153151;
}
.rioCalc-single  img,
.comprehensiveCal-mod img{
    max-width: 100%;
    min-width: 100%;
}

output{
    color: red;
}

.output{
    min-height: 150px;
    background: #ffffff;
    padding: 20px;
    /* padding:24px 8px; */
    border: none;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    background-color: #ffffff;
    background-image: -webkit-radial-gradient(circle, #ffffff, #ffffff);
    background-repeat: no-repeat;
    /* border-right: 5px solid #b2b2b2; */
    margin-bottom: 5px;
    margin-top: 15px;
}

/*
#shadowrow { 
box-shadow: 0 1px 2px rgba(45, 43, 42, 0.3), 0 10px 15px rgba(45, 43, 42, 0.3);
  text-align: center;
                width: 100%;
                margin-top: 20px;
  
                h3 {
                    text-transform: capitalize;
                    font-size: 24px;
                    font-weight: 600;
                    color: $dark;
                    margin-bottom: 8px;
                  
                    display: inline-block;
                    &:hover {
                        border-bottom: 2px solid $dark;
                        margin-bottom: 6px;
                        margin-left: auto;
                        margin-right: auto;
                    }
                }
                p {
                    font: $lora;
                    color: $dark;
                    font-size: 15px;
                    line-height: 24px;
                    
                }}


.row { 
  
  text-align: center;
                width: 100%;
                margin-top: 20px;
                h3 {
                    text-transform: capitalize;
                    font-size: 24px;
                    font-weight: 600;
                    color: $dark;
                    margin-bottom: 8px;
                  
                    display: inline-block;
                    &:hover {
                        border-bottom: 2px solid $dark;
                        margin-bottom: 6px;
                    }
                }
                p {
                    font: $lora;
                    color: $dark;
                    font-size: 15px;
                    line-height: 24px;
                    
                }}
*/

.roi-calculator {
    min-height: 150px;
    background: #ffffff;
    padding: 20px;
    border: none;
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 30px;
    overflow: hidden;
    background-color: #ffffff;
    background-image: -webkit-radial-gradient(circle, #ffffff, #ffffff);
    background-repeat: no-repeat;
    margin-bottom: 5px;
    margin-top: 15px;
  
  
  text-align: left;
                width: 100%;
                margin-top: 20px;
/*
                h3 {
                    text-transform: capitalize;
                    font-size: 24px;
                    font-weight: 600;
                    color: $dark;
                    margin-bottom: 8px;
                    display: inline-block;
                    &:hover {
                        border-bottom: 2px solid $dark;
                        margin-bottom: 6px;
                    }
                }
                p {
                    font: $lora;
                    color: $dark;
                    font-size: 15px;
                    line-height: 80%;
                    
                }
*/
}


}

.ROI-Header {
    padding: 100px;
}/*#ROI-Header*/

.container {
	max-width: 1240px;
	padding: 0 20px;
  margin:0 auto;
  position:relative; 
}

.sub-container {
	display: flex;
	width: auto;
	gap: 50px;
	height: max-content;
  padding-top: 100px;
  padding: 45.5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 0px;
}
.rioCalc-single .header,
.comprehensiveCal-mod .header {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

.rioCalc-single .header button,
.comprehensiveCal-mod .header button {
	height: max-content;
	width: max-content;
	padding: 10px;
	border: none;
	background-color: transparent;
	font-size: 35px;
	color: rgb(207,0,50);
}

.header button:hover {
	cursor: pointer;
}

.view  {
	width: 50%;
  
}

.breakup {
	width: 100%;
}

.details input {
	width: 100%;
}

.detail {
	display: flex;
  width: 100%;
	justify-content: space-between;
}


/*----- Styling the sliders ----*/
input[type="range"] {
	-webkit-appearance: none;
	margin: 0;
  padding:0;
	width: 100%;
  height:0;
  right:0;
  bottom:0;
}

input[type="range"]:focus {
	outline: none;
}

input[type="range"]::-webkit-slider-thumb {
	height: 22px;
	width: 22px;
	border-radius: 50%;
	background: #CC0033;
	cursor: pointer;
	margin-top: -7px;
  opacity: 1;
	-webkit-appearance: none;
}

input[type="range"]::-moz-range-thumb {
	height: 22px;
	width: 22px;
	border-radius: 50%;
	background: #CC0033;
	cursor: pointer;
	margin-top: -7px;
}

input[type="range"]::-ms-thumb {
	height: 22px;
	width: 22px;
	border-radius: 50%;
	background: #CC0033;
	cursor: pointer;
	margin-top: -7px;
}

input[type="range"]::-webkit-slider-runnable-track {
	width: 100%;
  height: 8px;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  background-color: #626262;
  margin-bottom: 2rem;
  border-radius: 10px;
  cursor: pointer;
}

input[type="range"]:focus::-webkit-slider-runnable-track {
	background: #626262;
}

input[type="range"]::-moz-range-track {
	width: 100%;
  height: 8px;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  background-color: #626262;
  margin-bottom: 2rem;
  border-radius: 10px;
  cursor: pointer;
}

input[type="range"]::-ms-track {
	width: 100%;
	height: 8px;
	cursor: pointer;
	background: #626262;
	border-color: transparent;
	border-width: 0;
	color: transparent;
	border-radius: 10px;
  cursor: pointer;
}

input[type="range"]::-ms-fill-lower {
	background: rgb(207,0,50);
	border-radius: 5px;
}

input[type="range"]::-ms-fill-upper {
	background: rgb(207,0,50);
	border-radius: 5px;
}

input[type="range"]:focus::-ms-fill-lower {
	background: rgb(207,0,50);
}

input[type="range"]:focus::-ms-fill-upper {
	background: rgb(207,0,50);
}

/*-------------------------------------*/
/*
#price,  #monthlytotal, #SPAN_92,  #SPAN_263, #SPAN_264, #SPAN_80, #SPAN_267, #annualtotal, #breakeven, #annualproduction, #timesaved,  #timepercentageavg{
  font-weight: bold;
	font-size: 22px;
}*/

.ROI-chart-item{
  height: 350px;
  padding-bottom: 40px;
}
#labcost, #SPAN_86, #SPAN_89, #SPAN_83, #SPAN_224, #SPAN_227, #SPAN_230, #SPAN_233,#SPAN_236, #SPAN_240, #SPAN_239, #SPAN_244, #SPAN_245, #SPAN_246, #SPAN_247, #SPAN_252, #SPAN_253, #SPAN_254, #SPAN_255, #SPAN_256, #SPAN_257, #SPAN_258, #SPAN_259, #SPAN_260, #SPAN_261, #SPAN_262,   #SPAN_265, #SPAN_266, #SPAN_270, #SPAN_271, #SPAN_272, #monthlytotal, #laborchart, #labtime, #srtime, #sprintraycost{

	font-size: 18px;
}

#unitcount, #unitcount2, #unitcount3, #pn, #annualtotal1, #annualsrtotal, #srtime2, #labtime2, #annualtotal2, #SPAN_268 {
  font-weight: bold;
}
/*
#time-percentage {

	font-size: 25px;
}
#time-hours {

	font-size: 25px;
}

#annual-savings {
	font-size: 25px;
}*/


.container form span:before {
  counter-increment:section;
  content:counter(section);
  border:2px solid #4c2639;
  width:40px;
  height:40px;
  color:#fff;
  display:inline-block;
  border-radius:50%;
  line-height:1.6em;
  font-size:1.5em;
  position:relative;
  left:-22px;
  top:-11px;
  background:#2F1E27;
}

form{
  margin-top:25px;
  display:inline-block;
}

.fields{
  border-left:2px solid #4c2639
}

.container span{ display:inline-block;}



input{
  border:none;
  outline:none;
  display:inline-block;
  height:34px;
  vertical-align:middle;
  position:relative;
  bottom:14px;
  right:9px;
  border-radius:22px;
  width:220px;
  box-sizing:border-box;
  padding:0 18px; 
}

input[type="button"]{ 
  background:rgba(197,62,126,.33) ! important;
  color:#fff;
  position:relative;
  left:9px;
  top:25px; 
  width:100px;
  cursor:pointer;
}



/*Toggles*/


.toggle {
  display:none;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}


/*Question*/
.question {
  position: relative;
  margin: 0;
  padding: 10px 10px 10px 10px;
  display: block;
  width:1px;
  cursor: pointer;
}
/*Answer*/
.answers {
  padding: 0px 1px;
  
  width:100%!important;
  height: 0;
  overflow: hidden;
  z-index: 0;
  position: relative;
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.questions:checked ~ .answers{
  height: auto;
  opacity: 1;

  
}

/*FAQ Toggle*/

.comprehensiveCal-mod .h2 {
  color: #130F31;
  font: 700 36px / 54px Circular, sans-serif;
}
#toggle {
    
    margin-top: -60px;
}/*#toggle*/
.plus {
  position: absolute;

  z-index: 5;
  font-size: 1em;
  line-height: 100%;
  color: #130F31;
  -webkit-user-select: none;    
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;

}


.questions {
  display: none;
  
}


table {
  max-width: 960px;
  margin: 10px auto;
}


caption {
 color: #130f31;
	font-size: 25px;
}

thead th {
  font-weight: 400;
  background: #252525;
  opacity: .7;
  color: #FFF;
}

tr {
  background: #f4f7f8;
  border-bottom: 1px solid #FFF;
  margin-bottom: 5px;
}

tr:nth-child(even) {
  background: #e8eeef;
}

th, td {
  text-align: left;
  padding: 20px;
  font-weight: 300;
}

tfoot tr {
  background: none;
}

tfoot td {
  padding: 10px 2px;
  font-size: 0.8em;
  font-style: italic;
  color: #8a97a0;
}

#DIV_30, #DIV_41 {
   
    caret-color: rgb(115, 115, 115);
    color: rgb(115, 115, 115);
    column-rule-color: rgb(115, 115, 115);
    display: flex;
    height: auto;
   
    text-decoration: none solid rgb(115, 115, 115);
    text-rendering: optimizelegibility;
    transform-origin: 187.078px 36px;
    width: auto;
    border: 0px none rgb(115, 115, 115);
    font: 18px / 30.6px Circular, sans-serif;
    outline: rgb(115, 115, 115) none 0px;
    
}/*#DIV_30, #DIV_41*/

#DIV_30:after, #DIV_41:after {
    border-block-end-color: rgb(115, 115, 115);
    border-block-start-color: rgb(115, 115, 115);
    border-inline-end-color: rgb(115, 115, 115);
    border-inline-start-color: rgb(115, 115, 115);
    box-sizing: border-box;
    caret-color: rgb(115, 115, 115);
    color: rgb(115, 115, 115);
    column-rule-color: rgb(115, 115, 115);
    display: block;
    text-decoration: none solid rgb(115, 115, 115);
    text-rendering: optimizelegibility;
    border: 0px none rgb(115, 115, 115);
    font: 18px / 30.6px Circular, sans-serif;
    outline: rgb(115, 115, 115) none 0px;
}/*#DIV_30:after, #DIV_41:after*/

#DIV_30:before, #DIV_41:before {
    border-block-end-color: rgb(115, 115, 115);
    border-block-start-color: rgb(115, 115, 115);
    border-inline-end-color: rgb(115, 115, 115);
    border-inline-start-color: rgb(115, 115, 115);
    box-sizing: border-box;
    caret-color: rgb(115, 115, 115);
    color: rgb(115, 115, 115);
    column-rule-color: rgb(115, 115, 115);
    display: block;
    text-decoration: none solid rgb(115, 115, 115);
    text-rendering: optimizelegibility;
    border: 0px none rgb(115, 115, 115);
    font: 18px / 30.6px Circular, sans-serif;
    outline: rgb(115, 115, 115) none 0px;
}/*#DIV_30:before, #DIV_41:before*/

#DIV_31, #DIV_42 {
block-size: 30px;
    border-block-end-color: rgb(115, 115, 115);
    border-block-start-color: rgb(115, 115, 115);
    border-inline-end-color: rgb(115, 115, 115);
    border-inline-start-color: rgb(115, 115, 115);
    box-sizing: border-box;
    caret-color: rgb(115, 115, 115);
    color: rgb(115, 115, 115);
    column-rule-color: rgb(115, 115, 115);
    height: 30px;
    inline-size: 218.25px;
    max-inline-size: 58.3333%;
    max-width: 58.3333%;
    min-block-size: auto;
    min-height: auto;
    min-inline-size: auto;
    min-width: auto;
    padding-inline-end: 30px;
    perspective-origin: 109.125px 15px;
    text-align: right;
    text-decoration: none solid rgb(115, 115, 115);
    text-rendering: optimizelegibility;
    transform-origin: 109.125px 15px;
    width: 218.25px;
    border: 0px none rgb(115, 115, 115);
    flex: 0 0 58.3333%;
    font: 18px / 30.6px Circular, sans-serif;
    outline: rgb(115, 115, 115) none 0px;
    padding: 0px 30px 0px 0px;
}/*#DIV_31, #DIV_42*/

#DIV_31:after, #DIV_42:after {
    border-block-end-color: rgb(115, 115, 115);
    border-block-start-color: rgb(115, 115, 115);
    border-inline-end-color: rgb(115, 115, 115);
    border-inline-start-color: rgb(115, 115, 115);
    box-sizing: border-box;
    caret-color: rgb(115, 115, 115);
    color: rgb(115, 115, 115);
    column-rule-color: rgb(115, 115, 115);
    text-align: right;
    text-decoration: none solid rgb(115, 115, 115);
    text-rendering: optimizelegibility;
    border: 0px none rgb(115, 115, 115);
    font: 18px / 30.6px Circular, sans-serif;
    outline: rgb(115, 115, 115) none 0px;
}/*#DIV_31:after, #DIV_42:after*/

#DIV_31:before, #DIV_42:before {
    border-block-end-color: rgb(115, 115, 115);
    border-block-start-color: rgb(115, 115, 115);
    border-inline-end-color: rgb(115, 115, 115);
    border-inline-start-color: rgb(115, 115, 115);
    box-sizing: border-box;
    caret-color: rgb(115, 115, 115);
    color: rgb(115, 115, 115);
    column-rule-color: rgb(115, 115, 115);
    text-align: right;
    text-decoration: none solid rgb(115, 115, 115);
    text-rendering: optimizelegibility;
    border: 0px none rgb(115, 115, 115);
    font: 18px / 30.6px Circular, sans-serif;
    outline: rgb(115, 115, 115) none 0px;
}/*#DIV_31:before, #DIV_42:before*/

#DIV_32, #DIV_43 {
    block-size: 30px;
    border-block-end-color: rgb(115, 115, 115);
    border-block-start-color: rgb(115, 115, 115);
    border-inline-end-color: rgb(115, 115, 115);
    border-inline-start-color: rgb(115, 115, 115);
    bottom: 0px;
    box-sizing: border-box;
    caret-color: rgb(115, 115, 115);
    color: rgb(115, 115, 115);
    column-rule-color: rgb(115, 115, 115);
    height: 30px;
    inline-size: 188.25px;
    inset-block-end: 0px;
    inset-block-start: 0px;
    inset-inline-end: 0px;
    inset-inline-start: 0px;
    left: 0px;
    padding-inline-end: 20px;
    perspective-origin: 94.125px 15px;
    position: relative;
    right: 0px;
    text-align: right;
    text-decoration: none solid rgb(115, 115, 115);
    text-rendering: optimizelegibility;
    top: 0px;
    transform-origin: 94.125px 15px;
    width: 188.25px;
    border: 0px none rgb(115, 115, 115);
    font: 18px / 30.6px Circular, sans-serif;
    outline: rgb(115, 115, 115) none 0px;
    padding: 0px 20px 0px 0px;
}/*#DIV_32, #DIV_43*/

#DIV_32:after, #DIV_43:after {
    border-block-end-color: rgb(115, 115, 115);
    border-block-start-color: rgb(115, 115, 115);
    border-inline-end-color: rgb(115, 115, 115);
    border-inline-start-color: rgb(115, 115, 115);
    box-sizing: border-box;
    caret-color: rgb(115, 115, 115);
    color: rgb(115, 115, 115);
    column-rule-color: rgb(115, 115, 115);
    text-align: right;
    text-decoration: none solid rgb(115, 115, 115);
    text-rendering: optimizelegibility;
    border: 0px none rgb(115, 115, 115);
    font: 18px / 30.6px Circular, sans-serif;
    outline: rgb(115, 115, 115) none 0px;
}/*#DIV_32:after, #DIV_43:after*/

#DIV_32:before, #DIV_43:before {
    border-block-end-color: rgb(115, 115, 115);
    border-block-start-color: rgb(115, 115, 115);
    border-inline-end-color: rgb(115, 115, 115);
    border-inline-start-color: rgb(115, 115, 115);
    box-sizing: border-box;
    caret-color: rgb(115, 115, 115);
    color: rgb(115, 115, 115);
    column-rule-color: rgb(115, 115, 115);
    text-align: right;
    text-decoration: none solid rgb(115, 115, 115);
    text-rendering: optimizelegibility;
    border: 0px none rgb(115, 115, 115);
    font: 18px / 30.6px Circular, sans-serif;
    outline: rgb(115, 115, 115) none 0px;
}/*#DIV_32:before, #DIV_43:before*/

#I_34, #I_45 {
    block-size: 24px;
    border-block-end-color: rgb(207,0,50);
    border-block-start-color: rgb(207,0,50);
    border-inline-end-color: rgb(207,0,50);
    border-inline-start-color: rgb(207,0,50);
    bottom: 6px;
    box-sizing: border-box;
    caret-color: rgb(207,0,50);
    color: rgb(207,0,50);
    column-rule-color: rgb(207,0,50);
    cursor: pointer;
    display: block;
    height: 24px;
    inline-size: 18.4844px;
    inset-block-end: 6px;
    inset-block-start: 0px;
    inset-inline-end: -3.48438px;
    inset-inline-start: 168.25px;
    left: 168.25px;
    margin-inline-start: 5px;
    perspective-origin: 9.23438px 12px;
    position: absolute;
    right: -3.48438px;
    text-align: right;
    text-decoration: none solid rgb(207,0,50);
    text-rendering: optimizelegibility;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 5);
    transform-origin: 9.24219px 12px;
    width: 18.4844px;
    border: 0px none rgb(207,0,50);
    font: 24px / 24px "Modern Pictogram";
    margin: 0px 0px 0px 5px;
    outline: rgb(207,0,50) none 0px;
}/*#I_34, #I_45*/

#I_34:after, #I_45:after {
    border-block-end-color: rgb(207,0,50);
    border-block-start-color: rgb(207,0,50);
    border-inline-end-color: rgb(207,0,50);
    border-inline-start-color: rgb(207,0,50);
    box-sizing: border-box;
    caret-color: rgb(207,0,50);
    color: rgb(207,0,50);
    column-rule-color: rgb(207,0,50);
    cursor: pointer;
    text-align: right;
    text-decoration: none solid rgb(207,0,50);
    text-rendering: optimizelegibility;
    border: 0px none rgb(207,0,50);
    font: 24px / 24px "Modern Pictogram";
    outline: rgb(207,0,50) none 0px;
}/*#I_34:after, #I_45:after*/

#I_34:before, #I_45:before {
    border-block-end-color: rgb(207,0,50);
    border-block-start-color: rgb(207,0,50);
    border-inline-end-color: rgb(207,0,50);
    border-inline-start-color: rgb(207,0,50);
    box-sizing: border-box;
    caret-color: rgb(207,0,50);
    color: rgb(207,0,50);
    column-rule-color: rgb(207,0,50);
    cursor: pointer;
    text-align: right;
    text-decoration: none solid rgb(207,0,50);
    text-rendering: optimizelegibility;
    border: 0px none rgb(207,0,50);
    font: 24px / 24px "Modern Pictogram";
    outline: rgb(207,0,50) none 0px;
}/*#I_34:before, #I_45:before*/

#DIV_49 {
    block-size: 100%;
    border-block-end-color: rgb(115, 115, 115);
    border-block-start-color: rgb(115, 115, 115);
    border-inline-end-color: rgb(115, 115, 115);
    border-inline-start-color: rgb(115, 115, 115);
    box-sizing: border-box;
    caret-color: rgb(115, 115, 115);
    color: rgb(115, 115, 115);
    column-rule-color: rgb(115, 115, 115);
    height: 52px;
    inline-size: 100%;
    max-inline-size: 100%;
    max-width: 100%;
    min-block-size: auto;
    min-height: auto;
    min-inline-size: auto;
    min-width: auto;
    padding-inline-end: 30px;
    perspective-origin: 79.8125px 26px;
    text-decoration: none solid rgb(115, 115, 115);
    text-rendering: optimizelegibility;
    transform-origin: 79.8125px 26px;
    width: auto;
    border: 0px none rgb(115, 115, 115);
    flex: 0 0 70%;
    font: 18px / 30.6px Circular, sans-serif;
    outline: rgb(115, 115, 115) none 0px;
    padding: 0px 30px 0px 0px;
}


#LABEL_33, #LABEL_3a, #LABEL_3b {
    border-block-end-color: rgb(118, 120, 143);
    border-block-start-color: rgb(118, 120, 143);
    border-inline-end-color: rgb(118, 120, 143);
    border-inline-start-color: rgb(118, 120, 143);
    box-sizing: border-box;
    caret-color: rgb(118, 120, 143);
    color: rgb(118, 120, 143);
    column-rule-color: rgb(118, 120, 143);
    cursor: pointer;
    perspective-origin: 0px 0px;
    text-align: right;
    text-decoration: none solid rgb(118, 120, 143);
    text-rendering: optimizelegibility;
    transform-origin: 0px 0px;
    vertical-align: middle;
    border: 0px none rgb(118, 120, 143);
    font: 500 16px / 25.6px Circular, sans-serif;
    outline: rgb(118, 120, 143) none 0px;
}/*#dentures2-label, #LABEL_33, #LABEL_44, #LABEL_55*/

 #LABEL_33:after, #LABEL_44:after, #LABEL_55:after {
    border-block-end-color: rgb(118, 120, 143);
    border-block-start-color: rgb(118, 120, 143);
    border-inline-end-color: rgb(118, 120, 143);
    border-inline-start-color: rgb(118, 120, 143);
    box-sizing: border-box;
    caret-color: rgb(118, 120, 143);
    color: rgb(118, 120, 143);
    column-rule-color: rgb(118, 120, 143);
    cursor: pointer;
    text-align: right;
    text-decoration: none solid rgb(118, 120, 143);
    text-rendering: optimizelegibility;
    border: 0px none rgb(118, 120, 143);
    font: 500 16px / 25.6px Circular, sans-serif;
    outline: rgb(118, 120, 143) none 0px;
}/* #LABEL_33:after, #LABEL_44:after, #LABEL_55:after*/

 #LABEL_33:before, #LABEL_44:before, #LABEL_55:before {
    border-block-end-color: rgb(118, 120, 143);
    border-block-start-color: rgb(118, 120, 143);
    border-inline-end-color: rgb(118, 120, 143);
    border-inline-start-color: rgb(118, 120, 143);
    box-sizing: border-box;
    caret-color: rgb(118, 120, 143);
    color: rgb(118, 120, 143);
    column-rule-color: rgb(118, 120, 143);
    cursor: pointer;
    text-align: right;
    text-decoration: none solid rgb(118, 120, 143);
    text-rendering: optimizelegibility;
    border: 0px none rgb(118, 120, 143);
    font: 500 16px / 25.6px Circular, sans-serif;
    outline: rgb(118, 120, 143) none 0px;
}/* #LABEL_33:before, #LABEL_44:before, #LABEL_55:before*/

#I_24, #I_56 {
    block-size: 24px;
    border-block-end-color: rgb(207,0,50);
    border-block-start-color: rgb(207,0,50);
    border-inline-end-color: rgb(207,0,50);
    border-inline-start-color: rgb(207,0,50);
    bottom: 6px;
    box-sizing: border-box;
    caret-color: rgb(207,0,50);
    color: rgb(207,0,50);
    column-rule-color: rgb(207,0,50);
    cursor: pointer;
    display: block;
    height: 24px;
    inline-size: 18.4844px;
    inset-block-end: 6px;
    inset-block-start: 0px;
    inset-inline-end: -3.48438px;
    inset-inline-start: 168.25px;
    left: 168.25px;
    margin-inline-start: 5px;
    perspective-origin: 9.23438px 12px;
    position: absolute;
    right: -3.48438px;
    text-align: right;
    text-decoration: none solid rgb(207,0,50);
    text-rendering: optimizelegibility;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 5);
    transform-origin: 9.24219px 12px;
    width: 18.4844px;
    border: 0px none rgb(207,0,50);
    font: 24px / 24px "Modern Pictogram";
    margin: 0px 0px 0px 5px;
    outline: rgb(207,0,50) none 0px;
}/*#I_24, #I_56*/

#I_24:after, #I_56:after {
    border-block-end-color: rgb(207,0,50);
    border-block-start-color: rgb(207,0,50);
    border-inline-end-color: rgb(207,0,50);
    border-inline-start-color: rgb(207,0,50);
    box-sizing: border-box;
    caret-color: rgb(207,0,50);
    color: rgb(207,0,50);
    column-rule-color: rgb(207,0,50);
    cursor: pointer;
    text-align: right;
    text-decoration: none solid rgb(207,0,50);
    text-rendering: optimizelegibility;
    border: 0px none rgb(207,0,50);
    font: 24px / 24px "Modern Pictogram";
    outline: rgb(207,0,50) none 0px;
}/*#I_24:after, #I_56:after*/

#I_24:before, #I_56:before {
    border-block-end-color: rgb(207,0,50);
    border-block-start-color: rgb(207,0,50);
    border-inline-end-color: rgb(207,0,50);
    border-inline-start-color: rgb(207,0,50);
    box-sizing: border-box;
    caret-color: rgb(207,0,50);
    color: rgb(207,0,50);
    column-rule-color: rgb(207,0,50);
    cursor: pointer;
    text-align: right;
    text-decoration: none solid rgb(207,0,50);
    text-rendering: optimizelegibility;
    border: 0px none rgb(207,0,50);
    font: 24px / 24px "Modern Pictogram";
    outline: rgb(207,0,50) none 0px;
}/*#I_24:before, #I_56:before*/

#LABEL_39, #LABEL_50, #LABEL_61 {
    block-size: 2px;
    border-block-end-color: rgb(204, 204, 204);
    border-block-end-style: solid;
    border-block-end-width: 1px;
    border-block-start-color: rgb(204, 204, 204);
    border-block-start-style: solid;
    border-block-start-width: 1px;
    border-end-end-radius: 6px;
    border-end-start-radius: 6px;
    border-inline-end-color: rgb(204, 204, 204);
    border-inline-end-style: solid;
    border-inline-end-width: 1px;
    border-inline-start-color: rgb(204, 204, 204);
    border-inline-start-style: solid;
    border-inline-start-width: 1px;
    border-start-end-radius: 6px;
    border-start-start-radius: 6px;
    bottom: 0px;
    box-sizing: border-box;
    caret-color: rgb(207,0,50);
    color: rgb(207,0,50);
    column-rule-color: rgb(207,0,50);
    display: flex;
    height: 52px;
    inline-size: 129.625px;
    inset-block-end: 0px;
    inset-block-start: 0px;
    inset-inline-end: 0px;
    inset-inline-start: 0px;
    justify-content: center;
    left: 0px;
    padding-block-end: 10px;
    padding-block-start: 10px;
    padding-inline-end: 30px;
    padding-inline-start: 30px;
    perspective-origin: 64.8125px 26px;
    position: relative;
    right: 0px;
    text-align: center;
    text-decoration: none solid rgb(207,0,50);
    text-rendering: optimizelegibility;
    top: 0px;
    transform-origin: 64.8125px 26px;
    width: 129.625px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 6px;
    font: 700 20px / 30px Circular, sans-serif;
    outline: rgb(207,0,50) none 0px;
    padding: 10px 30px;
}/*#aligner-txt, #dentures1-txt, #dentures2-txt, #LABEL_39, #LABEL_50, #LABEL_61*/

#aligner-txt:after,  #dentures2-txt:after, #LABEL_39:after, #LABEL_50:after, #LABEL_61:after {
    border-block-end-color: rgb(207,0,50);
    border-block-start-color: rgb(207,0,50);
    border-inline-end-color: rgb(207,0,50);
    border-inline-start-color: rgb(207,0,50);
    box-sizing: border-box;
    caret-color: rgb(207,0,50);
    color: rgb(207,0,50);
    column-rule-color: rgb(207,0,50);
    display: block;
    text-align: center;
    text-decoration: none solid rgb(207,0,50);
    text-rendering: optimizelegibility;
    font: 700 20px / 30px Circular, sans-serif;
    outline: rgb(207,0,50) none 0px;
}/*#aligner-txt:after, #dentures1-txt:after, #dentures2-txt:after, #LABEL_39:after, #LABEL_50:after, #LABEL_61:after*/


#INPUT_51 {
    appearance: none;
    block-size: 30px;
    border-block-end-color: rgb(207,0,50);
    border-block-end-style: none;
    border-block-end-width: 0px;
    border-block-start-color: rgb(207,0,50);
    border-block-start-style: none;
    border-block-start-width: 0px;
    border-inline-end-color: rgb(207,0,50);
    border-inline-end-style: none;
    border-inline-end-width: 0px;
    border-inline-start-color: rgb(207,0,50);
    border-inline-start-style: none;
    border-inline-start-width: 0px;
    caret-color: rgb(207,0,50);
    color: rgb(207,0,50);
    column-rule-color: rgb(207,0,50);
    display: block;
    height: 30px;
    inline-size: 38.0625px;
    max-inline-size: 100%;
    max-width: 100%;
    min-block-size: auto;
    min-height: auto;
    min-inline-size: auto;
    min-width: auto;
    padding-block-end: 0px;
    padding-block-start: 0px;
    padding-inline-end: 0px;
    padding-inline-start: 0px;
    perspective-origin: 19.0312px 15px;
    text-decoration: none solid rgb(207,0,50);
    transform-origin: 19.0312px 15px;
    width: auto;
    border: 0px none rgb(207,0,50);
    font: 700 20px / 30px Circular, sans-serif;
    outline: rgb(207,0,50) none 0px;
    padding: 0px;
}/*#INPUT_51*/

#INPUT_51:after {
    border-block-end-color: rgb(207,0,50);
    border-block-start-color: rgb(207,0,50);
    border-inline-end-color: rgb(207,0,50);
    border-inline-start-color: rgb(207,0,50);
    box-sizing: border-box;
    caret-color: rgb(207,0,50);
    color: rgb(207,0,50);
    column-rule-color: rgb(207,0,50);
    cursor: default;
    text-decoration: none solid rgb(207,0,50);
    border: 0px none rgb(207,0,50);
    font: 700 20px / 30px Circular, sans-serif;
    outline: rgb(207,0,50) none 0px;
}/*#INPUT_51:after*/

#INPUT_51:before {
    border-block-end-color: rgb(207,0,50);
    border-block-start-color: rgb(207,0,50);
    border-inline-end-color: rgb(207,0,50);
    border-inline-start-color: rgb(207,0,50);
    box-sizing: border-box;
    caret-color: rgb(207,0,50);
    color: rgb(207,0,50);
    column-rule-color: rgb(207,0,50);
    cursor: default;
    text-decoration: none solid rgb(207,0,50);
    border: 0px none rgb(207,0,50);
    font: 700 20px / 30px Circular, sans-serif;
    outline: rgb(207,0,50) none 0px;
}/*#INPUT_51:before*/


#slider1, #slider2, #slider3, #DIV_38, #DIV_49, #DIV_60 {
    block-size: 100%;
    border-block-end-color: rgb(115, 115, 115);
    border-block-start-color: rgb(115, 115, 115);
    border-inline-end-color: rgb(115, 115, 115);
    border-inline-start-color: rgb(115, 115, 115);
    box-sizing: border-box;
    caret-color: rgb(115, 115, 115);
    color: rgb(115, 115, 115);
    column-rule-color: rgb(115, 115, 115);
    height: 52px;
    inline-size: 100%;
    max-inline-size: 100%;
    max-width: 100%;
    min-block-size: auto;
    min-height: auto;
    min-inline-size: auto;
    min-width: auto;
    padding-inline-end: 30px;
    perspective-origin: 79.8125px 26px;
    text-decoration: none solid rgb(115, 115, 115);
    text-rendering: optimizelegibility;
    transform-origin: 79.8125px 26px;
    width: auto;
    border: 0px none rgb(115, 115, 115);
    flex: 0 0 70%;
    font: 18px / 30.6px Circular, sans-serif;
    outline: rgb(115, 115, 115) none 0px;
    padding: 0px 30px 0px 0px;
}/*#slider1, #slider2, #slider3, #DIV_38, #DIV_49, #DIV_60*/

#slider1:after, #slider2:after, #slider3:after, #DIV_38:after, #DIV_49:after, #DIV_60:after {
    border-block-end-color: rgb(115, 115, 115);
    border-block-start-color: rgb(115, 115, 115);
    border-inline-end-color: rgb(115, 115, 115);
    border-inline-start-color: rgb(115, 115, 115);
    box-sizing: border-box;
    caret-color: rgb(115, 115, 115);
    color: rgb(115, 115, 115);
    column-rule-color: rgb(115, 115, 115);
    text-decoration: none solid rgb(115, 115, 115);
    text-rendering: optimizelegibility;
    border: 0px none rgb(115, 115, 115);
    font: 18px / 30.6px Circular, sans-serif;
    outline: rgb(115, 115, 115) none 0px;
}/*#slider1:after, #slider2:after, #slider3:after, #DIV_38:after, #DIV_49:after, #DIV_60:after*/

#slider1:before, #slider2:before, #slider3:before, #DIV_38:before, #DIV_49:before, #DIV_60:before {
    border-block-end-color: rgb(115, 115, 115);
    border-block-start-color: rgb(115, 115, 115);
    border-inline-end-color: rgb(115, 115, 115);
    border-inline-start-color: rgb(115, 115, 115);
    box-sizing: border-box;
    caret-color: rgb(115, 115, 115);
    color: rgb(115, 115, 115);
    column-rule-color: rgb(115, 115, 115);
    text-decoration: none solid rgb(115, 115, 115);
    text-rendering: optimizelegibility;
    border: 0px none rgb(115, 115, 115);
    font: 18px / 30.6px Circular, sans-serif;
    outline: rgb(115, 115, 115) none 0px;
}/*#slider1:before, #slider2:before, #DIV_27:before, #DIV_38:before, #DIV_49:before, #DIV_60:before*/

#DIV_1, #DIV_1a, #DIV_1b {
    align-content: normal;
    align-items: center;
    align-self: auto;
    alignment-baseline: auto;
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 0s;
    animation-fill-mode: none;
    animation-iteration-count: 1;
    animation-name: none;
    animation-play-state: running;
    animation-timing-function: ease;
    appearance: none;
    backdrop-filter: none;
    backface-visibility: visible;
    background-attachment: scroll;
    background-blend-mode: normal;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: 0px;
    block-size: 80px;
    border-block-end-color: rgb(115, 115, 115);
    border-block-end-style: none;
    border-block-end-width: 0px;
    border-block-start-color: rgb(115, 115, 115);
    border-block-start-style: none;
    border-block-start-width: 0px;
    border-bottom-color: rgb(115, 115, 115);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-end-end-radius: 0px;
    border-end-start-radius: 0px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-inline-end-color: rgb(115, 115, 115);
    border-inline-end-style: none;
    border-inline-end-width: 0px;
    border-inline-start-color: rgb(115, 115, 115);
    border-inline-start-style: none;
    border-inline-start-width: 0px;
    border-left-color: rgb(115, 115, 115);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(115, 115, 115);
    border-right-style: none;
    border-right-width: 0px;
    border-start-end-radius: 0px;
    border-start-start-radius: 0px;
    border-top-color: rgb(115, 115, 115);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: border-box;
    break-after: auto;
    break-before: auto;
    break-inside: auto;
    buffered-rendering: auto;
    caption-side: top;
    caret-color: rgb(115, 115, 115);
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(115, 115, 115);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    column-count: auto;
    column-gap: normal;
    column-rule-color: rgb(115, 115, 115);
    column-rule-style: none;
    column-rule-width: 0px;
    column-span: none;
    column-width: auto;
    content: normal;
    cursor: auto;
    cx: 0px;
    cy: 0px;
    d: none;
    direction: ltr;
    display: flex;
    dominant-baseline: auto;
    empty-cells: show;
    fill: rgb(0, 0, 0);
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    flex-basis: auto;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 1;
    flex-wrap: nowrap;
    float: none;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: Circular, sans-serif;
    font-kerning: auto;
    font-optical-sizing: auto;
    font-size: 18px;
    font-stretch: 100%;
    font-style: normal;
    font-variant: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 400;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    grid-auto-rows: auto;
    grid-column-end: auto;
    grid-column-start: auto;
    grid-row-end: auto;
    grid-row-start: auto;
    grid-template-areas: none;
    grid-template-columns: none;
    grid-template-rows: none;
    height: 80px;
    hyphens: manual;
    image-orientation: from-image;
    image-rendering: auto;
    inline-size: 374.156px;
    inset-block-end: auto;
    inset-block-start: auto;
    inset-inline-end: auto;
    inset-inline-start: auto;
    isolation: auto;
    justify-content: normal;
    justify-items: normal;
    justify-self: auto;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-break: auto;
    line-height: 30.6px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin-block-end: 0px;
    margin-block-start: 0px;
    margin-bottom: 0px;
    margin-inline-end: 0px;
    margin-inline-start: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask-type: luminance;
    max-block-size: none;
    max-height: none;
    max-inline-size: none;
    max-width: none;
    min-block-size: 0px;
    min-height: 0px;
    min-inline-size: 0px;
    min-width: 0px;
    mix-blend-mode: normal;
    object-fit: fill;
    object-position: 50% 50%;
    offset-distance: 0px;
    offset-path: none;
    offset-rotate: auto 0deg;
    opacity: 1;
    order: 0;
    orphans: 2;
    outline-color: rgb(115, 115, 115);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-anchor: auto;
    overflow-clip-margin: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    overscroll-behavior-block: auto;
    overscroll-behavior-inline: auto;
    padding-block-end: 20px;
    padding-block-start: 0px;
    padding-bottom: 20px;
    padding-inline-end: 0px;
    padding-inline-start: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    paint-order: normal;
    perspective: none;
    perspective-origin: 187.078px 40px;
    pointer-events: auto;
    position: static;
    r: 0px;
    resize: none;
    right: auto;
    row-gap: normal;
    ruby-position: over;
    rx: auto;
    ry: auto;
    scroll-behavior: auto;
    scroll-margin-block-end: 0px;
    scroll-margin-block-start: 0px;
    scroll-margin-inline-end: 0px;
    scroll-margin-inline-start: 0px;
    scroll-padding-block-end: auto;
    scroll-padding-block-start: auto;
    scroll-padding-inline-end: auto;
    scroll-padding-inline-start: auto;
    shape-image-threshold: 0;
    shape-margin: 0px;
    shape-outside: none;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0px;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1px;
    tab-size: 8;
    table-layout: auto;
    text-align: start;
    text-align-last: auto;
    text-anchor: start;
    text-decoration: none solid rgb(115, 115, 115);
    text-decoration-color: rgb(115, 115, 115);
    text-decoration-line: none;
    text-decoration-skip-ink: auto;
    text-decoration-style: solid;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: optimizelegibility;
    text-shadow: none;
    text-size-adjust: auto;
    text-transform: none;
    text-underline-position: auto;
    top: auto;
    touch-action: auto;
    transform: none;
    transform-origin: 187.078px 40px;
    transform-style: flat;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    user-select: auto;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 2;
    width: 374.156px;
    will-change: auto;
    word-break: normal;
    word-spacing: 0px;
    writing-mode: horizontal-tb;
    x: 0px;
    y: 0px;
    z-index: auto;
    zoom: 1;
    -webkit-app-region: none;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: center;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-font-smoothing: antialiased;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-locale: "en-US";
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-print-color-adjust: economy;
    -webkit-rtl-ordering: logical;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.18);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(115, 115, 115);
    -webkit-text-emphasis-position: over right;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(115, 115, 115);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(115, 115, 115);
    -webkit-text-stroke-width: 0px;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-writing-mode: horizontal-tb;
    animation: none 0s ease 0s 1 normal none running;
    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(115, 115, 115);
    border-top: 0px none rgb(115, 115, 115);
    border-right: 0px none rgb(115, 115, 115);
    border-bottom: 0px none rgb(115, 115, 115);
    border-left: 0px none rgb(115, 115, 115);
    border-width: 0px;
    border-color: rgb(115, 115, 115);
    border-style: none;
    border-radius: 0px;
    border-image: none;
    border-spacing: 0px 0px;
    flex: 0 1 auto;
    flex-flow: row nowrap;
    font: 18px / 30.6px Circular, sans-serif;
    grid-area: auto / auto / auto / auto;
    grid-column: auto / auto;
    grid-row: auto / auto;
    list-style: outside none disc;
    margin: 0px;
    marker: none;
    outline: rgb(115, 115, 115) none 0px;
    overflow: visible;
    padding: 0px 0px 20px;
    transition: all 0s ease 0s;
    -webkit-border-after: 0px none rgb(115, 115, 115);
    -webkit-border-before: 0px none rgb(115, 115, 115);
    -webkit-border-end: 0px none rgb(115, 115, 115);
    -webkit-border-start: 0px none rgb(115, 115, 115);
    -webkit-mask: ;
    -webkit-text-emphasis: ;
    -webkit-transition: all 0s ease 0s;
    -webkit-transform-origin: 187.078px 40px;
}/*#DIV_1*/

#DIV_1:after {
    align-content: normal;
    align-items: normal;
    align-self: auto;
    alignment-baseline: auto;
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 0s;
    animation-fill-mode: none;
    animation-iteration-count: 1;
    animation-name: none;
    animation-play-state: running;
    animation-timing-function: ease;
    appearance: none;
    backdrop-filter: none;
    backface-visibility: visible;
    background-attachment: scroll;
    background-blend-mode: normal;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: 0px;
    block-size: auto;
    border-block-end-color: rgb(115, 115, 115);
    border-block-end-style: none;
    border-block-end-width: 0px;
    border-block-start-color: rgb(115, 115, 115);
    border-block-start-style: none;
    border-block-start-width: 0px;
    border-bottom-color: rgb(115, 115, 115);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-end-end-radius: 0px;
    border-end-start-radius: 0px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-inline-end-color: rgb(115, 115, 115);
    border-inline-end-style: none;
    border-inline-end-width: 0px;
    border-inline-start-color: rgb(115, 115, 115);
    border-inline-start-style: none;
    border-inline-start-width: 0px;
    border-left-color: rgb(115, 115, 115);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(115, 115, 115);
    border-right-style: none;
    border-right-width: 0px;
    border-start-end-radius: 0px;
    border-start-start-radius: 0px;
    border-top-color: rgb(115, 115, 115);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: border-box;
    break-after: auto;
    break-before: auto;
    break-inside: auto;
    buffered-rendering: auto;
    caption-side: top;
    caret-color: rgb(115, 115, 115);
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(115, 115, 115);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    column-count: auto;
    column-gap: normal;
    column-rule-color: rgb(115, 115, 115);
    column-rule-style: none;
    column-rule-width: 0px;
    column-span: none;
    column-width: auto;
    content: none;
    cursor: auto;
    cx: 0px;
    cy: 0px;
    d: none;
    direction: ltr;
    display: block;
    dominant-baseline: auto;
    empty-cells: show;
    fill: rgb(0, 0, 0);
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    flex-basis: auto;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 1;
    flex-wrap: nowrap;
    float: none;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: Circular, sans-serif;
    font-kerning: auto;
    font-optical-sizing: auto;
    font-size: 18px;
    font-stretch: 100%;
    font-style: normal;
    font-variant: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 400;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    grid-auto-rows: auto;
    grid-column-end: auto;
    grid-column-start: auto;
    grid-row-end: auto;
    grid-row-start: auto;
    grid-template-areas: none;
    grid-template-columns: none;
    grid-template-rows: none;
    height: auto;
    hyphens: manual;
    image-orientation: from-image;
    image-rendering: auto;
    inline-size: auto;
    inset-block-end: auto;
    inset-block-start: auto;
    inset-inline-end: auto;
    inset-inline-start: auto;
    isolation: auto;
    justify-content: normal;
    justify-items: normal;
    justify-self: auto;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-break: auto;
    line-height: 30.6px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin-block-end: 0px;
    margin-block-start: 0px;
    margin-bottom: 0px;
    margin-inline-end: 0px;
    margin-inline-start: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask-type: luminance;
    max-block-size: none;
    max-height: none;
    max-inline-size: none;
    max-width: none;
    min-block-size: 0px;
    min-height: 0px;
    min-inline-size: 0px;
    min-width: 0px;
    mix-blend-mode: normal;
    object-fit: fill;
    object-position: 50% 50%;
    offset-distance: 0px;
    offset-path: none;
    offset-rotate: auto 0deg;
    opacity: 1;
    order: 0;
    orphans: 2;
    outline-color: rgb(115, 115, 115);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-anchor: auto;
    overflow-clip-margin: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    overscroll-behavior-block: auto;
    overscroll-behavior-inline: auto;
    padding-block-end: 0px;
    padding-block-start: 0px;
    padding-bottom: 0px;
    padding-inline-end: 0px;
    padding-inline-start: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    paint-order: normal;
    perspective: none;
    perspective-origin: 50% 50%;
    pointer-events: auto;
    position: static;
    r: 0px;
    resize: none;
    right: auto;
    row-gap: normal;
    ruby-position: over;
    rx: auto;
    ry: auto;
    scroll-behavior: auto;
    scroll-margin-block-end: 0px;
    scroll-margin-block-start: 0px;
    scroll-margin-inline-end: 0px;
    scroll-margin-inline-start: 0px;
    scroll-padding-block-end: auto;
    scroll-padding-block-start: auto;
    scroll-padding-inline-end: auto;
    scroll-padding-inline-start: auto;
    shape-image-threshold: 0;
    shape-margin: 0px;
    shape-outside: none;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0px;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1px;
    tab-size: 8;
    table-layout: auto;
    text-align: start;
    text-align-last: auto;
    text-anchor: start;
    text-decoration: none solid rgb(115, 115, 115);
    text-decoration-color: rgb(115, 115, 115);
    text-decoration-line: none;
    text-decoration-skip-ink: auto;
    text-decoration-style: solid;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: optimizelegibility;
    text-shadow: none;
    text-size-adjust: auto;
    text-transform: none;
    text-underline-position: auto;
    top: auto;
    touch-action: auto;
    transform: none;
    transform-origin: 50% 50%;
    transform-style: flat;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    user-select: auto;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 2;
    width: auto;
    will-change: auto;
    word-break: normal;
    word-spacing: 0px;
    writing-mode: horizontal-tb;
    x: 0px;
    y: 0px;
    z-index: auto;
    zoom: 1;
    -webkit-app-region: none;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-font-smoothing: antialiased;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-locale: "en-US";
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-print-color-adjust: economy;
    -webkit-rtl-ordering: logical;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.18);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(115, 115, 115);
    -webkit-text-emphasis-position: over right;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(115, 115, 115);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(115, 115, 115);
    -webkit-text-stroke-width: 0px;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-writing-mode: horizontal-tb;
    animation: none 0s ease 0s 1 normal none running;
    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(115, 115, 115);
    border-top: 0px none rgb(115, 115, 115);
    border-right: 0px none rgb(115, 115, 115);
    border-bottom: 0px none rgb(115, 115, 115);
    border-left: 0px none rgb(115, 115, 115);
    border-width: 0px;
    border-color: rgb(115, 115, 115);
    border-style: none;
    border-radius: 0px;
    border-image: none;
    border-spacing: 0px 0px;
    flex: 0 1 auto;
    flex-flow: row nowrap;
    font: 18px / 30.6px Circular, sans-serif;
    grid-area: auto / auto / auto / auto;
    grid-column: auto / auto;
    grid-row: auto / auto;
    list-style: outside none disc;
    margin: 0px;
    marker: none;
    outline: rgb(115, 115, 115) none 0px;
    overflow: visible;
    padding: 0px;
    transition: all 0s ease 0s;
    -webkit-border-after: 0px none rgb(115, 115, 115);
    -webkit-border-before: 0px none rgb(115, 115, 115);
    -webkit-border-end: 0px none rgb(115, 115, 115);
    -webkit-border-start: 0px none rgb(115, 115, 115);
    -webkit-mask: ;
    -webkit-text-emphasis: ;
    -webkit-transition: all 0s ease 0s;
    -webkit-transform-origin: 50% 50%;
}/*#DIV_1:after*/

#DIV_1:before {
    align-content: normal;
    align-items: normal;
    align-self: auto;
    alignment-baseline: auto;
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 0s;
    animation-fill-mode: none;
    animation-iteration-count: 1;
    animation-name: none;
    animation-play-state: running;
    animation-timing-function: ease;
    appearance: none;
    backdrop-filter: none;
    backface-visibility: visible;
    background-attachment: scroll;
    background-blend-mode: normal;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: 0px;
    block-size: auto;
    border-block-end-color: rgb(115, 115, 115);
    border-block-end-style: none;
    border-block-end-width: 0px;
    border-block-start-color: rgb(115, 115, 115);
    border-block-start-style: none;
    border-block-start-width: 0px;
    border-bottom-color: rgb(115, 115, 115);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-end-end-radius: 0px;
    border-end-start-radius: 0px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-inline-end-color: rgb(115, 115, 115);
    border-inline-end-style: none;
    border-inline-end-width: 0px;
    border-inline-start-color: rgb(115, 115, 115);
    border-inline-start-style: none;
    border-inline-start-width: 0px;
    border-left-color: rgb(115, 115, 115);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(115, 115, 115);
    border-right-style: none;
    border-right-width: 0px;
    border-start-end-radius: 0px;
    border-start-start-radius: 0px;
    border-top-color: rgb(115, 115, 115);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: border-box;
    break-after: auto;
    break-before: auto;
    break-inside: auto;
    buffered-rendering: auto;
    caption-side: top;
    caret-color: rgb(115, 115, 115);
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(115, 115, 115);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    column-count: auto;
    column-gap: normal;
    column-rule-color: rgb(115, 115, 115);
    column-rule-style: none;
    column-rule-width: 0px;
    column-span: none;
    column-width: auto;
    content: none;
    cursor: auto;
    cx: 0px;
    cy: 0px;
    d: none;
    direction: ltr;
    display: block;
    dominant-baseline: auto;
    empty-cells: show;
    fill: rgb(0, 0, 0);
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    flex-basis: auto;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 1;
    flex-wrap: nowrap;
    float: none;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: Circular, sans-serif;
    font-kerning: auto;
    font-optical-sizing: auto;
    font-size: 18px;
    font-stretch: 100%;
    font-style: normal;
    font-variant: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 400;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    grid-auto-rows: auto;
    grid-column-end: auto;
    grid-column-start: auto;
    grid-row-end: auto;
    grid-row-start: auto;
    grid-template-areas: none;
    grid-template-columns: none;
    grid-template-rows: none;
    height: auto;
    hyphens: manual;
    image-orientation: from-image;
    image-rendering: auto;
    inline-size: auto;
    inset-block-end: auto;
    inset-block-start: auto;
    inset-inline-end: auto;
    inset-inline-start: auto;
    isolation: auto;
    justify-content: normal;
    justify-items: normal;
    justify-self: auto;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-break: auto;
    line-height: 30.6px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin-block-end: 0px;
    margin-block-start: 0px;
    margin-bottom: 0px;
    margin-inline-end: 0px;
    margin-inline-start: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask-type: luminance;
    max-block-size: none;
    max-height: none;
    max-inline-size: none;
    max-width: none;
    min-block-size: 0px;
    min-height: 0px;
    min-inline-size: 0px;
    min-width: 0px;
    mix-blend-mode: normal;
    object-fit: fill;
    object-position: 50% 50%;
    offset-distance: 0px;
    offset-path: none;
    offset-rotate: auto 0deg;
    opacity: 1;
    order: 0;
    orphans: 2;
    outline-color: rgb(115, 115, 115);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-anchor: auto;
    overflow-clip-margin: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    overscroll-behavior-block: auto;
    overscroll-behavior-inline: auto;
    padding-block-end: 0px;
    padding-block-start: 0px;
    padding-bottom: 0px;
    padding-inline-end: 0px;
    padding-inline-start: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    paint-order: normal;
    perspective: none;
    perspective-origin: 50% 50%;
    pointer-events: auto;
    position: static;
    r: 0px;
    resize: none;
    right: auto;
    row-gap: normal;
    ruby-position: over;
    rx: auto;
    ry: auto;
    scroll-behavior: auto;
    scroll-margin-block-end: 0px;
    scroll-margin-block-start: 0px;
    scroll-margin-inline-end: 0px;
    scroll-margin-inline-start: 0px;
    scroll-padding-block-end: auto;
    scroll-padding-block-start: auto;
    scroll-padding-inline-end: auto;
    scroll-padding-inline-start: auto;
    shape-image-threshold: 0;
    shape-margin: 0px;
    shape-outside: none;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0px;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1px;
    tab-size: 8;
    table-layout: auto;
    text-align: start;
    text-align-last: auto;
    text-anchor: start;
    text-decoration: none solid rgb(115, 115, 115);
    text-decoration-color: rgb(115, 115, 115);
    text-decoration-line: none;
    text-decoration-skip-ink: auto;
    text-decoration-style: solid;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: optimizelegibility;
    text-shadow: none;
    text-size-adjust: auto;
    text-transform: none;
    text-underline-position: auto;
    top: auto;
    touch-action: auto;
    transform: none;
    transform-origin: 50% 50%;
    transform-style: flat;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    user-select: auto;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 2;
    width: auto;
    will-change: auto;
    word-break: normal;
    word-spacing: 0px;
    writing-mode: horizontal-tb;
    x: 0px;
    y: 0px;
    z-index: auto;
    zoom: 1;
    -webkit-app-region: none;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-font-smoothing: antialiased;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-locale: "en-US";
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-print-color-adjust: economy;
    -webkit-rtl-ordering: logical;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.18);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(115, 115, 115);
    -webkit-text-emphasis-position: over right;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(115, 115, 115);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(115, 115, 115);
    -webkit-text-stroke-width: 0px;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-writing-mode: horizontal-tb;
    animation: none 0s ease 0s 1 normal none running;
    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(115, 115, 115);
    border-top: 0px none rgb(115, 115, 115);
    border-right: 0px none rgb(115, 115, 115);
    border-bottom: 0px none rgb(115, 115, 115);
    border-left: 0px none rgb(115, 115, 115);
    border-width: 0px;
    border-color: rgb(115, 115, 115);
    border-style: none;
    border-radius: 0px;
    border-image: none;
    border-spacing: 0px 0px;
    flex: 0 1 auto;
    flex-flow: row nowrap;
    font: 18px / 30.6px Circular, sans-serif;
    grid-area: auto / auto / auto / auto;
    grid-column: auto / auto;
    grid-row: auto / auto;
    list-style: outside none disc;
    margin: 0px;
    marker: none;
    outline: rgb(115, 115, 115) none 0px;
    overflow: visible;
    padding: 0px;
    transition: all 0s ease 0s;
    -webkit-border-after: 0px none rgb(115, 115, 115);
    -webkit-border-before: 0px none rgb(115, 115, 115);
    -webkit-border-end: 0px none rgb(115, 115, 115);
    -webkit-border-start: 0px none rgb(115, 115, 115);
    -webkit-mask: ;
    -webkit-text-emphasis: ;
    -webkit-transition: all 0s ease 0s;
    -webkit-transform-origin: 50% 50%;
}/*#DIV_1:before*/

#DIV_2, #DIV_2a, #DIV_2b {
    align-content: normal;
    align-items: normal;
    align-self: auto;
    alignment-baseline: auto;
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 0s;
    animation-fill-mode: none;
    animation-iteration-count: 1;
    animation-name: none;
    animation-play-state: running;
    animation-timing-function: ease;
    appearance: none;
    backdrop-filter: none;
    backface-visibility: visible;
    background-attachment: scroll;
    background-blend-mode: normal;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: 0px;
    block-size: 60px;
    border-block-end-color: rgb(115, 115, 115);
    border-block-end-style: none;
    border-block-end-width: 0px;
    border-block-start-color: rgb(115, 115, 115);
    border-block-start-style: none;
    border-block-start-width: 0px;
    border-bottom-color: rgb(115, 115, 115);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-end-end-radius: 0px;
    border-end-start-radius: 0px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-inline-end-color: rgb(115, 115, 115);
    border-inline-end-style: none;
    border-inline-end-width: 0px;
    border-inline-start-color: rgb(115, 115, 115);
    border-inline-start-style: none;
    border-inline-start-width: 0px;
    border-left-color: rgb(115, 115, 115);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(115, 115, 115);
    border-right-style: none;
    border-right-width: 0px;
    border-start-end-radius: 0px;
    border-start-start-radius: 0px;
    border-top-color: rgb(115, 115, 115);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: border-box;
    break-after: auto;
    break-before: auto;
    break-inside: auto;
    buffered-rendering: auto;
    caption-side: top;
    caret-color: rgb(115, 115, 115);
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(115, 115, 115);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    column-count: auto;
    column-gap: normal;
    column-rule-color: rgb(115, 115, 115);
    column-rule-style: none;
    column-rule-width: 0px;
    column-span: none;
    column-width: auto;
    content: normal;
    cursor: auto;
    cx: 0px;
    cy: 0px;
    d: none;
    direction: ltr;
    display: block;
    dominant-baseline: auto;
    empty-cells: show;
    fill: rgb(0, 0, 0);
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    flex-basis: 58.3333%;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 0;
    flex-wrap: nowrap;
    float: none;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: Circular, sans-serif;
    font-kerning: auto;
    font-optical-sizing: auto;
    font-size: 18px;
    font-stretch: 100%;
    font-style: normal;
    font-variant: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 400;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    grid-auto-rows: auto;
    grid-column-end: auto;
    grid-column-start: auto;
    grid-row-end: auto;
    grid-row-start: auto;
    grid-template-areas: none;
    grid-template-columns: none;
    grid-template-rows: none;
    height: 60px;
    hyphens: manual;
    image-orientation: from-image;
    image-rendering: auto;
    inline-size: 218.25px;
    inset-block-end: auto;
    inset-block-start: auto;
    inset-inline-end: auto;
    inset-inline-start: auto;
    isolation: auto;
    justify-content: normal;
    justify-items: normal;
    justify-self: auto;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-break: auto;
    line-height: 30.6px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin-block-end: 0px;
    margin-block-start: 0px;
    margin-bottom: 0px;
    margin-inline-end: 0px;
    margin-inline-start: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask-type: luminance;
    max-block-size: none;
    max-height: none;
    max-inline-size: 58.3333%;
    max-width: 58.3333%;
    min-block-size: auto;
    min-height: auto;
    min-inline-size: auto;
    min-width: auto;
    mix-blend-mode: normal;
    object-fit: fill;
    object-position: 50% 50%;
    offset-distance: 0px;
    offset-path: none;
    offset-rotate: auto 0deg;
    opacity: 1;
    order: 0;
    orphans: 2;
    outline-color: rgb(115, 115, 115);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-anchor: auto;
    overflow-clip-margin: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    overscroll-behavior-block: auto;
    overscroll-behavior-inline: auto;
    padding-block-end: 0px;
    padding-block-start: 0px;
    padding-bottom: 0px;
    padding-inline-end: 30px;
    padding-inline-start: 0px;
    padding-left: 0px;
    padding-right: 30px;
    padding-top: 0px;
    paint-order: normal;
    perspective: none;
    perspective-origin: 109.125px 30px;
    pointer-events: auto;
    position: static;
    r: 0px;
    resize: none;
    right: auto;
    row-gap: normal;
    ruby-position: over;
    rx: auto;
    ry: auto;
    scroll-behavior: auto;
    scroll-margin-block-end: 0px;
    scroll-margin-block-start: 0px;
    scroll-margin-inline-end: 0px;
    scroll-margin-inline-start: 0px;
    scroll-padding-block-end: auto;
    scroll-padding-block-start: auto;
    scroll-padding-inline-end: auto;
    scroll-padding-inline-start: auto;
    shape-image-threshold: 0;
    shape-margin: 0px;
    shape-outside: none;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0px;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1px;
    tab-size: 8;
    table-layout: auto;
    text-align: right;
    text-align-last: auto;
    text-anchor: start;
    text-decoration: none solid rgb(115, 115, 115);
    text-decoration-color: rgb(115, 115, 115);
    text-decoration-line: none;
    text-decoration-skip-ink: auto;
    text-decoration-style: solid;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: optimizelegibility;
    text-shadow: none;
    text-size-adjust: auto;
    text-transform: none;
    text-underline-position: auto;
    top: auto;
    touch-action: auto;
    transform: none;
    transform-origin: 109.125px 30px;
    transform-style: flat;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    user-select: auto;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 2;
    width: 218.25px;
    will-change: auto;
    word-break: normal;
    word-spacing: 0px;
    writing-mode: horizontal-tb;
    x: 0px;
    y: 0px;
    z-index: auto;
    zoom: 1;
    -webkit-app-region: none;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-font-smoothing: antialiased;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-locale: "en-US";
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-print-color-adjust: economy;
    -webkit-rtl-ordering: logical;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.18);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(115, 115, 115);
    -webkit-text-emphasis-position: over right;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(115, 115, 115);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(115, 115, 115);
    -webkit-text-stroke-width: 0px;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-writing-mode: horizontal-tb;
    animation: none 0s ease 0s 1 normal none running;
    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(115, 115, 115);
    border-top: 0px none rgb(115, 115, 115);
    border-right: 0px none rgb(115, 115, 115);
    border-bottom: 0px none rgb(115, 115, 115);
    border-left: 0px none rgb(115, 115, 115);
    border-width: 0px;
    border-color: rgb(115, 115, 115);
    border-style: none;
    border-radius: 0px;
    border-image: none;
    border-spacing: 0px 0px;
    flex: 0 0 58.3333%;
    flex-flow: row nowrap;
    font: 18px / 30.6px Circular, sans-serif;
    grid-area: auto / auto / auto / auto;
    grid-column: auto / auto;
    grid-row: auto / auto;
    list-style: outside none disc;
    margin: 0px;
    marker: none;
    outline: rgb(115, 115, 115) none 0px;
    overflow: visible;
    padding: 0px 30px 0px 0px;
    transition: all 0s ease 0s;
    -webkit-border-after: 0px none rgb(115, 115, 115);
    -webkit-border-before: 0px none rgb(115, 115, 115);
    -webkit-border-end: 0px none rgb(115, 115, 115);
    -webkit-border-start: 0px none rgb(115, 115, 115);
    -webkit-mask: ;
    -webkit-text-emphasis: ;
    -webkit-transition: all 0s ease 0s;
    -webkit-transform-origin: 109.125px 30px;
}/*#DIV_2*/

#DIV_2:after {
    align-content: normal;
    align-items: normal;
    align-self: auto;
    alignment-baseline: auto;
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 0s;
    animation-fill-mode: none;
    animation-iteration-count: 1;
    animation-name: none;
    animation-play-state: running;
    animation-timing-function: ease;
    appearance: none;
    backdrop-filter: none;
    backface-visibility: visible;
    background-attachment: scroll;
    background-blend-mode: normal;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: 0px;
    block-size: auto;
    border-block-end-color: rgb(115, 115, 115);
    border-block-end-style: none;
    border-block-end-width: 0px;
    border-block-start-color: rgb(115, 115, 115);
    border-block-start-style: none;
    border-block-start-width: 0px;
    border-bottom-color: rgb(115, 115, 115);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-end-end-radius: 0px;
    border-end-start-radius: 0px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-inline-end-color: rgb(115, 115, 115);
    border-inline-end-style: none;
    border-inline-end-width: 0px;
    border-inline-start-color: rgb(115, 115, 115);
    border-inline-start-style: none;
    border-inline-start-width: 0px;
    border-left-color: rgb(115, 115, 115);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(115, 115, 115);
    border-right-style: none;
    border-right-width: 0px;
    border-start-end-radius: 0px;
    border-start-start-radius: 0px;
    border-top-color: rgb(115, 115, 115);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: border-box;
    break-after: auto;
    break-before: auto;
    break-inside: auto;
    buffered-rendering: auto;
    caption-side: top;
    caret-color: rgb(115, 115, 115);
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(115, 115, 115);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    column-count: auto;
    column-gap: normal;
    column-rule-color: rgb(115, 115, 115);
    column-rule-style: none;
    column-rule-width: 0px;
    column-span: none;
    column-width: auto;
    content: none;
    cursor: auto;
    cx: 0px;
    cy: 0px;
    d: none;
    direction: ltr;
    display: inline;
    dominant-baseline: auto;
    empty-cells: show;
    fill: rgb(0, 0, 0);
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    flex-basis: auto;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 1;
    flex-wrap: nowrap;
    float: none;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: Circular, sans-serif;
    font-kerning: auto;
    font-optical-sizing: auto;
    font-size: 18px;
    font-stretch: 100%;
    font-style: normal;
    font-variant: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 400;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    grid-auto-rows: auto;
    grid-column-end: auto;
    grid-column-start: auto;
    grid-row-end: auto;
    grid-row-start: auto;
    grid-template-areas: none;
    grid-template-columns: none;
    grid-template-rows: none;
    height: auto;
    hyphens: manual;
    image-orientation: from-image;
    image-rendering: auto;
    inline-size: auto;
    inset-block-end: auto;
    inset-block-start: auto;
    inset-inline-end: auto;
    inset-inline-start: auto;
    isolation: auto;
    justify-content: normal;
    justify-items: normal;
    justify-self: auto;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-break: auto;
    line-height: 30.6px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin-block-end: 0px;
    margin-block-start: 0px;
    margin-bottom: 0px;
    margin-inline-end: 0px;
    margin-inline-start: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask-type: luminance;
    max-block-size: none;
    max-height: none;
    max-inline-size: none;
    max-width: none;
    min-block-size: 0px;
    min-height: 0px;
    min-inline-size: 0px;
    min-width: 0px;
    mix-blend-mode: normal;
    object-fit: fill;
    object-position: 50% 50%;
    offset-distance: 0px;
    offset-path: none;
    offset-rotate: auto 0deg;
    opacity: 1;
    order: 0;
    orphans: 2;
    outline-color: rgb(115, 115, 115);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-anchor: auto;
    overflow-clip-margin: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    overscroll-behavior-block: auto;
    overscroll-behavior-inline: auto;
    padding-block-end: 0px;
    padding-block-start: 0px;
    padding-bottom: 0px;
    padding-inline-end: 0px;
    padding-inline-start: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    paint-order: normal;
    perspective: none;
    perspective-origin: 50% 50%;
    pointer-events: auto;
    position: static;
    r: 0px;
    resize: none;
    right: auto;
    row-gap: normal;
    ruby-position: over;
    rx: auto;
    ry: auto;
    scroll-behavior: auto;
    scroll-margin-block-end: 0px;
    scroll-margin-block-start: 0px;
    scroll-margin-inline-end: 0px;
    scroll-margin-inline-start: 0px;
    scroll-padding-block-end: auto;
    scroll-padding-block-start: auto;
    scroll-padding-inline-end: auto;
    scroll-padding-inline-start: auto;
    shape-image-threshold: 0;
    shape-margin: 0px;
    shape-outside: none;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0px;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1px;
    tab-size: 8;
    table-layout: auto;
    text-align: right;
    text-align-last: auto;
    text-anchor: start;
    text-decoration: none solid rgb(115, 115, 115);
    text-decoration-color: rgb(115, 115, 115);
    text-decoration-line: none;
    text-decoration-skip-ink: auto;
    text-decoration-style: solid;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: optimizelegibility;
    text-shadow: none;
    text-size-adjust: auto;
    text-transform: none;
    text-underline-position: auto;
    top: auto;
    touch-action: auto;
    transform: none;
    transform-origin: 50% 50%;
    transform-style: flat;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    user-select: auto;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 2;
    width: auto;
    will-change: auto;
    word-break: normal;
    word-spacing: 0px;
    writing-mode: horizontal-tb;
    x: 0px;
    y: 0px;
    z-index: auto;
    zoom: 1;
    -webkit-app-region: none;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-font-smoothing: antialiased;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-locale: "en-US";
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-print-color-adjust: economy;
    -webkit-rtl-ordering: logical;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.18);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(115, 115, 115);
    -webkit-text-emphasis-position: over right;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(115, 115, 115);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(115, 115, 115);
    -webkit-text-stroke-width: 0px;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-writing-mode: horizontal-tb;
    animation: none 0s ease 0s 1 normal none running;
    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(115, 115, 115);
    border-top: 0px none rgb(115, 115, 115);
    border-right: 0px none rgb(115, 115, 115);
    border-bottom: 0px none rgb(115, 115, 115);
    border-left: 0px none rgb(115, 115, 115);
    border-width: 0px;
    border-color: rgb(115, 115, 115);
    border-style: none;
    border-radius: 0px;
    border-image: none;
    border-spacing: 0px 0px;
    flex: 0 1 auto;
    flex-flow: row nowrap;
    font: 18px / 30.6px Circular, sans-serif;
    grid-area: auto / auto / auto / auto;
    grid-column: auto / auto;
    grid-row: auto / auto;
    list-style: outside none disc;
    margin: 0px;
    marker: none;
    outline: rgb(115, 115, 115) none 0px;
    overflow: visible;
    padding: 0px;
    transition: all 0s ease 0s;
    -webkit-border-after: 0px none rgb(115, 115, 115);
    -webkit-border-before: 0px none rgb(115, 115, 115);
    -webkit-border-end: 0px none rgb(115, 115, 115);
    -webkit-border-start: 0px none rgb(115, 115, 115);
    -webkit-mask: ;
    -webkit-text-emphasis: ;
    -webkit-transition: all 0s ease 0s;
    -webkit-transform-origin: 50% 50%;
}/*#DIV_2:after*/

#DIV_2:before {
    align-content: normal;
    align-items: normal;
    align-self: auto;
    alignment-baseline: auto;
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 0s;
    animation-fill-mode: none;
    animation-iteration-count: 1;
    animation-name: none;
    animation-play-state: running;
    animation-timing-function: ease;
    appearance: none;
    backdrop-filter: none;
    backface-visibility: visible;
    background-attachment: scroll;
    background-blend-mode: normal;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: 0px;
    block-size: auto;
    border-block-end-color: rgb(115, 115, 115);
    border-block-end-style: none;
    border-block-end-width: 0px;
    border-block-start-color: rgb(115, 115, 115);
    border-block-start-style: none;
    border-block-start-width: 0px;
    border-bottom-color: rgb(115, 115, 115);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-end-end-radius: 0px;
    border-end-start-radius: 0px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-inline-end-color: rgb(115, 115, 115);
    border-inline-end-style: none;
    border-inline-end-width: 0px;
    border-inline-start-color: rgb(115, 115, 115);
    border-inline-start-style: none;
    border-inline-start-width: 0px;
    border-left-color: rgb(115, 115, 115);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(115, 115, 115);
    border-right-style: none;
    border-right-width: 0px;
    border-start-end-radius: 0px;
    border-start-start-radius: 0px;
    border-top-color: rgb(115, 115, 115);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: border-box;
    break-after: auto;
    break-before: auto;
    break-inside: auto;
    buffered-rendering: auto;
    caption-side: top;
    caret-color: rgb(115, 115, 115);
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(115, 115, 115);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    column-count: auto;
    column-gap: normal;
    column-rule-color: rgb(115, 115, 115);
    column-rule-style: none;
    column-rule-width: 0px;
    column-span: none;
    column-width: auto;
    content: none;
    cursor: auto;
    cx: 0px;
    cy: 0px;
    d: none;
    direction: ltr;
    display: inline;
    dominant-baseline: auto;
    empty-cells: show;
    fill: rgb(0, 0, 0);
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    flex-basis: auto;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 1;
    flex-wrap: nowrap;
    float: none;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: Circular, sans-serif;
    font-kerning: auto;
    font-optical-sizing: auto;
    font-size: 18px;
    font-stretch: 100%;
    font-style: normal;
    font-variant: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 400;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    grid-auto-rows: auto;
    grid-column-end: auto;
    grid-column-start: auto;
    grid-row-end: auto;
    grid-row-start: auto;
    grid-template-areas: none;
    grid-template-columns: none;
    grid-template-rows: none;
    height: auto;
    hyphens: manual;
    image-orientation: from-image;
    image-rendering: auto;
    inline-size: auto;
    inset-block-end: auto;
    inset-block-start: auto;
    inset-inline-end: auto;
    inset-inline-start: auto;
    isolation: auto;
    justify-content: normal;
    justify-items: normal;
    justify-self: auto;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-break: auto;
    line-height: 30.6px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin-block-end: 0px;
    margin-block-start: 0px;
    margin-bottom: 0px;
    margin-inline-end: 0px;
    margin-inline-start: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask-type: luminance;
    max-block-size: none;
    max-height: none;
    max-inline-size: none;
    max-width: none;
    min-block-size: 0px;
    min-height: 0px;
    min-inline-size: 0px;
    min-width: 0px;
    mix-blend-mode: normal;
    object-fit: fill;
    object-position: 50% 50%;
    offset-distance: 0px;
    offset-path: none;
    offset-rotate: auto 0deg;
    opacity: 1;
    order: 0;
    orphans: 2;
    outline-color: rgb(115, 115, 115);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-anchor: auto;
    overflow-clip-margin: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    overscroll-behavior-block: auto;
    overscroll-behavior-inline: auto;
    padding-block-end: 0px;
    padding-block-start: 0px;
    padding-bottom: 0px;
    padding-inline-end: 0px;
    padding-inline-start: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    paint-order: normal;
    perspective: none;
    perspective-origin: 50% 50%;
    pointer-events: auto;
    position: static;
    r: 0px;
    resize: none;
    right: auto;
    row-gap: normal;
    ruby-position: over;
    rx: auto;
    ry: auto;
    scroll-behavior: auto;
    scroll-margin-block-end: 0px;
    scroll-margin-block-start: 0px;
    scroll-margin-inline-end: 0px;
    scroll-margin-inline-start: 0px;
    scroll-padding-block-end: auto;
    scroll-padding-block-start: auto;
    scroll-padding-inline-end: auto;
    scroll-padding-inline-start: auto;
    shape-image-threshold: 0;
    shape-margin: 0px;
    shape-outside: none;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0px;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1px;
    tab-size: 8;
    table-layout: auto;
    text-align: right;
    text-align-last: auto;
    text-anchor: start;
    text-decoration: none solid rgb(115, 115, 115);
    text-decoration-color: rgb(115, 115, 115);
    text-decoration-line: none;
    text-decoration-skip-ink: auto;
    text-decoration-style: solid;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: optimizelegibility;
    text-shadow: none;
    text-size-adjust: auto;
    text-transform: none;
    text-underline-position: auto;
    top: auto;
    touch-action: auto;
    transform: none;
    transform-origin: 50% 50%;
    transform-style: flat;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    user-select: auto;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 2;
    width: auto;
    will-change: auto;
    word-break: normal;
    word-spacing: 0px;
    writing-mode: horizontal-tb;
    x: 0px;
    y: 0px;
    z-index: auto;
    zoom: 1;
    -webkit-app-region: none;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-font-smoothing: antialiased;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-locale: "en-US";
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-print-color-adjust: economy;
    -webkit-rtl-ordering: logical;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.18);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(115, 115, 115);
    -webkit-text-emphasis-position: over right;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(115, 115, 115);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(115, 115, 115);
    -webkit-text-stroke-width: 0px;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-writing-mode: horizontal-tb;
    animation: none 0s ease 0s 1 normal none running;
    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(115, 115, 115);
    border-top: 0px none rgb(115, 115, 115);
    border-right: 0px none rgb(115, 115, 115);
    border-bottom: 0px none rgb(115, 115, 115);
    border-left: 0px none rgb(115, 115, 115);
    border-width: 0px;
    border-color: rgb(115, 115, 115);
    border-style: none;
    border-radius: 0px;
    border-image: none;
    border-spacing: 0px 0px;
    flex: 0 1 auto;
    flex-flow: row nowrap;
    font: 18px / 30.6px Circular, sans-serif;
    grid-area: auto / auto / auto / auto;
    grid-column: auto / auto;
    grid-row: auto / auto;
    list-style: outside none disc;
    margin: 0px;
    marker: none;
    outline: rgb(115, 115, 115) none 0px;
    overflow: visible;
    padding: 0px;
    transition: all 0s ease 0s;
    -webkit-border-after: 0px none rgb(115, 115, 115);
    -webkit-border-before: 0px none rgb(115, 115, 115);
    -webkit-border-end: 0px none rgb(115, 115, 115);
    -webkit-border-start: 0px none rgb(115, 115, 115);
    -webkit-mask: ;
    -webkit-text-emphasis: ;
    -webkit-transition: all 0s ease 0s;
    -webkit-transform-origin: 50% 50%;
}/*#DIV_2:before*/

#LABEL_3 {
    align-content: normal;
    align-items: normal;
    align-self: auto;
    alignment-baseline: auto;
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 0s;
    animation-fill-mode: none;
    animation-iteration-count: 1;
    animation-name: none;
    animation-play-state: running;
    animation-timing-function: ease;
    appearance: none;
    backdrop-filter: none;
    backface-visibility: visible;
    background-attachment: scroll;
    background-blend-mode: normal;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: 0px;
    block-size: auto;
    border-block-end-color: rgb(118, 120, 143);
    border-block-end-style: none;
    border-block-end-width: 0px;
    border-block-start-color: rgb(118, 120, 143);
    border-block-start-style: none;
    border-block-start-width: 0px;
    border-bottom-color: rgb(118, 120, 143);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-end-end-radius: 0px;
    border-end-start-radius: 0px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-inline-end-color: rgb(118, 120, 143);
    border-inline-end-style: none;
    border-inline-end-width: 0px;
    border-inline-start-color: rgb(118, 120, 143);
    border-inline-start-style: none;
    border-inline-start-width: 0px;
    border-left-color: rgb(118, 120, 143);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(118, 120, 143);
    border-right-style: none;
    border-right-width: 0px;
    border-start-end-radius: 0px;
    border-start-start-radius: 0px;
    border-top-color: rgb(118, 120, 143);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: border-box;
    break-after: auto;
    break-before: auto;
    break-inside: auto;
    buffered-rendering: auto;
    caption-side: top;
    caret-color: rgb(118, 120, 143);
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(118, 120, 143);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    column-count: auto;
    column-gap: normal;
    column-rule-color: rgb(118, 120, 143);
    column-rule-style: none;
    column-rule-width: 0px;
    column-span: none;
    column-width: auto;
    content: normal;
    cursor: default;
    cx: 0px;
    cy: 0px;
    d: none;
    direction: ltr;
    display: inline;
    dominant-baseline: auto;
    empty-cells: show;
    fill: rgb(0, 0, 0);
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    flex-basis: auto;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 1;
    flex-wrap: nowrap;
    float: none;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: Circular, sans-serif;
    font-kerning: auto;
    font-optical-sizing: auto;
    font-size: 16px;
    font-stretch: 100%;
    font-style: normal;
    font-variant: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 500;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    grid-auto-rows: auto;
    grid-column-end: auto;
    grid-column-start: auto;
    grid-row-end: auto;
    grid-row-start: auto;
    grid-template-areas: none;
    grid-template-columns: none;
    grid-template-rows: none;
    height: auto;
    hyphens: manual;
    image-orientation: from-image;
    image-rendering: auto;
    inline-size: auto;
    inset-block-end: auto;
    inset-block-start: auto;
    inset-inline-end: auto;
    inset-inline-start: auto;
    isolation: auto;
    justify-content: normal;
    justify-items: normal;
    justify-self: auto;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-break: auto;
    line-height: 25.6px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin-block-end: 0px;
    margin-block-start: 0px;
    margin-bottom: 0px;
    margin-inline-end: 0px;
    margin-inline-start: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask-type: luminance;
    max-block-size: none;
    max-height: none;
    max-inline-size: none;
    max-width: none;
    min-block-size: 0px;
    min-height: 0px;
    min-inline-size: 0px;
    min-width: 0px;
    mix-blend-mode: normal;
    object-fit: fill;
    object-position: 50% 50%;
    offset-distance: 0px;
    offset-path: none;
    offset-rotate: auto 0deg;
    opacity: 1;
    order: 0;
    orphans: 2;
    outline-color: rgb(118, 120, 143);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-anchor: auto;
    overflow-clip-margin: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    overscroll-behavior-block: auto;
    overscroll-behavior-inline: auto;
    padding-block-end: 0px;
    padding-block-start: 0px;
    padding-bottom: 0px;
    padding-inline-end: 0px;
    padding-inline-start: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    paint-order: normal;
    perspective: none;
    perspective-origin: 0px 0px;
    pointer-events: auto;
    position: static;
    r: 0px;
    resize: none;
    right: auto;
    row-gap: normal;
    ruby-position: over;
    rx: auto;
    ry: auto;
    scroll-behavior: auto;
    scroll-margin-block-end: 0px;
    scroll-margin-block-start: 0px;
    scroll-margin-inline-end: 0px;
    scroll-margin-inline-start: 0px;
    scroll-padding-block-end: auto;
    scroll-padding-block-start: auto;
    scroll-padding-inline-end: auto;
    scroll-padding-inline-start: auto;
    shape-image-threshold: 0;
    shape-margin: 0px;
    shape-outside: none;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0px;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1px;
    tab-size: 8;
    table-layout: auto;
    text-align: right;
    text-align-last: auto;
    text-anchor: start;
    text-decoration: none solid rgb(118, 120, 143);
    text-decoration-color: rgb(118, 120, 143);
    text-decoration-line: none;
    text-decoration-skip-ink: auto;
    text-decoration-style: solid;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: optimizelegibility;
    text-shadow: none;
    text-size-adjust: auto;
    text-transform: none;
    text-underline-position: auto;
    top: auto;
    touch-action: auto;
    transform: none;
    transform-origin: 0px 0px;
    transform-style: flat;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    user-select: auto;
    vector-effect: none;
    vertical-align: middle;
    visibility: visible;
    white-space: normal;
    widows: 2;
    width: auto;
    will-change: auto;
    word-break: normal;
    word-spacing: 0px;
    writing-mode: horizontal-tb;
    x: 0px;
    y: 0px;
    z-index: auto;
    zoom: 1;
    -webkit-app-region: none;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-font-smoothing: antialiased;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-locale: "en-US";
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-print-color-adjust: economy;
    -webkit-rtl-ordering: logical;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.18);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(118, 120, 143);
    -webkit-text-emphasis-position: over right;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(118, 120, 143);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(118, 120, 143);
    -webkit-text-stroke-width: 0px;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-writing-mode: horizontal-tb;
    animation: none 0s ease 0s 1 normal none running;
    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(118, 120, 143);
    border-top: 0px none rgb(118, 120, 143);
    border-right: 0px none rgb(118, 120, 143);
    border-bottom: 0px none rgb(118, 120, 143);
    border-left: 0px none rgb(118, 120, 143);
    border-width: 0px;
    border-color: rgb(118, 120, 143);
    border-style: none;
    border-radius: 0px;
    border-image: none;
    border-spacing: 0px 0px;
    flex: 0 1 auto;
    flex-flow: row nowrap;
    font: 500 16px / 25.6px Circular, sans-serif;
    grid-area: auto / auto / auto / auto;
    grid-column: auto / auto;
    grid-row: auto / auto;
    list-style: outside none disc;
    margin: 0px;
    marker: none;
    outline: rgb(118, 120, 143) none 0px;
    overflow: visible;
    padding: 0px;
    transition: all 0s ease 0s;
    -webkit-border-after: 0px none rgb(118, 120, 143);
    -webkit-border-before: 0px none rgb(118, 120, 143);
    -webkit-border-end: 0px none rgb(118, 120, 143);
    -webkit-border-start: 0px none rgb(118, 120, 143);
    -webkit-mask: ;
    -webkit-text-emphasis: ;
    -webkit-transition: all 0s ease 0s;
    -webkit-transform-origin: 0px 0px;
}/*#LABEL_3*/

#LABEL_3:after {
    align-content: normal;
    align-items: normal;
    align-self: auto;
    alignment-baseline: auto;
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 0s;
    animation-fill-mode: none;
    animation-iteration-count: 1;
    animation-name: none;
    animation-play-state: running;
    animation-timing-function: ease;
    appearance: none;
    backdrop-filter: none;
    backface-visibility: visible;
    background-attachment: scroll;
    background-blend-mode: normal;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: 0px;
    block-size: auto;
    border-block-end-color: rgb(118, 120, 143);
    border-block-end-style: none;
    border-block-end-width: 0px;
    border-block-start-color: rgb(118, 120, 143);
    border-block-start-style: none;
    border-block-start-width: 0px;
    border-bottom-color: rgb(118, 120, 143);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-end-end-radius: 0px;
    border-end-start-radius: 0px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-inline-end-color: rgb(118, 120, 143);
    border-inline-end-style: none;
    border-inline-end-width: 0px;
    border-inline-start-color: rgb(118, 120, 143);
    border-inline-start-style: none;
    border-inline-start-width: 0px;
    border-left-color: rgb(118, 120, 143);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(118, 120, 143);
    border-right-style: none;
    border-right-width: 0px;
    border-start-end-radius: 0px;
    border-start-start-radius: 0px;
    border-top-color: rgb(118, 120, 143);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: border-box;
    break-after: auto;
    break-before: auto;
    break-inside: auto;
    buffered-rendering: auto;
    caption-side: top;
    caret-color: rgb(118, 120, 143);
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(118, 120, 143);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    column-count: auto;
    column-gap: normal;
    column-rule-color: rgb(118, 120, 143);
    column-rule-style: none;
    column-rule-width: 0px;
    column-span: none;
    column-width: auto;
    content: none;
    cursor: default;
    cx: 0px;
    cy: 0px;
    d: none;
    direction: ltr;
    display: inline;
    dominant-baseline: auto;
    empty-cells: show;
    fill: rgb(0, 0, 0);
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    flex-basis: auto;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 1;
    flex-wrap: nowrap;
    float: none;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: Circular, sans-serif;
    font-kerning: auto;
    font-optical-sizing: auto;
    font-size: 16px;
    font-stretch: 100%;
    font-style: normal;
    font-variant: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 500;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    grid-auto-rows: auto;
    grid-column-end: auto;
    grid-column-start: auto;
    grid-row-end: auto;
    grid-row-start: auto;
    grid-template-areas: none;
    grid-template-columns: none;
    grid-template-rows: none;
    height: auto;
    hyphens: manual;
    image-orientation: from-image;
    image-rendering: auto;
    inline-size: auto;
    inset-block-end: auto;
    inset-block-start: auto;
    inset-inline-end: auto;
    inset-inline-start: auto;
    isolation: auto;
    justify-content: normal;
    justify-items: normal;
    justify-self: auto;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-break: auto;
    line-height: 25.6px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin-block-end: 0px;
    margin-block-start: 0px;
    margin-bottom: 0px;
    margin-inline-end: 0px;
    margin-inline-start: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask-type: luminance;
    max-block-size: none;
    max-height: none;
    max-inline-size: none;
    max-width: none;
    min-block-size: 0px;
    min-height: 0px;
    min-inline-size: 0px;
    min-width: 0px;
    mix-blend-mode: normal;
    object-fit: fill;
    object-position: 50% 50%;
    offset-distance: 0px;
    offset-path: none;
    offset-rotate: auto 0deg;
    opacity: 1;
    order: 0;
    orphans: 2;
    outline-color: rgb(118, 120, 143);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-anchor: auto;
    overflow-clip-margin: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    overscroll-behavior-block: auto;
    overscroll-behavior-inline: auto;
    padding-block-end: 0px;
    padding-block-start: 0px;
    padding-bottom: 0px;
    padding-inline-end: 0px;
    padding-inline-start: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    paint-order: normal;
    perspective: none;
    perspective-origin: 50% 50%;
    pointer-events: auto;
    position: static;
    r: 0px;
    resize: none;
    right: auto;
    row-gap: normal;
    ruby-position: over;
    rx: auto;
    ry: auto;
    scroll-behavior: auto;
    scroll-margin-block-end: 0px;
    scroll-margin-block-start: 0px;
    scroll-margin-inline-end: 0px;
    scroll-margin-inline-start: 0px;
    scroll-padding-block-end: auto;
    scroll-padding-block-start: auto;
    scroll-padding-inline-end: auto;
    scroll-padding-inline-start: auto;
    shape-image-threshold: 0;
    shape-margin: 0px;
    shape-outside: none;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0px;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1px;
    tab-size: 8;
    table-layout: auto;
    text-align: right;
    text-align-last: auto;
    text-anchor: start;
    text-decoration: none solid rgb(118, 120, 143);
    text-decoration-color: rgb(118, 120, 143);
    text-decoration-line: none;
    text-decoration-skip-ink: auto;
    text-decoration-style: solid;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: optimizelegibility;
    text-shadow: none;
    text-size-adjust: auto;
    text-transform: none;
    text-underline-position: auto;
    top: auto;
    touch-action: auto;
    transform: none;
    transform-origin: 50% 50%;
    transform-style: flat;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    user-select: auto;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 2;
    width: auto;
    will-change: auto;
    word-break: normal;
    word-spacing: 0px;
    writing-mode: horizontal-tb;
    x: 0px;
    y: 0px;
    z-index: auto;
    zoom: 1;
    -webkit-app-region: none;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-font-smoothing: antialiased;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-locale: "en-US";
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-print-color-adjust: economy;
    -webkit-rtl-ordering: logical;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.18);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(118, 120, 143);
    -webkit-text-emphasis-position: over right;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(118, 120, 143);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(118, 120, 143);
    -webkit-text-stroke-width: 0px;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-writing-mode: horizontal-tb;
    animation: none 0s ease 0s 1 normal none running;
    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(118, 120, 143);
    border-top: 0px none rgb(118, 120, 143);
    border-right: 0px none rgb(118, 120, 143);
    border-bottom: 0px none rgb(118, 120, 143);
    border-left: 0px none rgb(118, 120, 143);
    border-width: 0px;
    border-color: rgb(118, 120, 143);
    border-style: none;
    border-radius: 0px;
    border-image: none;
    border-spacing: 0px 0px;
    flex: 0 1 auto;
    flex-flow: row nowrap;
    font: 500 16px / 25.6px Circular, sans-serif;
    grid-area: auto / auto / auto / auto;
    grid-column: auto / auto;
    grid-row: auto / auto;
    list-style: outside none disc;
    margin: 0px;
    marker: none;
    outline: rgb(118, 120, 143) none 0px;
    overflow: visible;
    padding: 0px;
    transition: all 0s ease 0s;
    -webkit-border-after: 0px none rgb(118, 120, 143);
    -webkit-border-before: 0px none rgb(118, 120, 143);
    -webkit-border-end: 0px none rgb(118, 120, 143);
    -webkit-border-start: 0px none rgb(118, 120, 143);
    -webkit-mask: ;
    -webkit-text-emphasis: ;
    -webkit-transition: all 0s ease 0s;
    -webkit-transform-origin: 50% 50%;
}/*#LABEL_3:after*/

#LABEL_3:before {
    align-content: normal;
    align-items: normal;
    align-self: auto;
    alignment-baseline: auto;
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 0s;
    animation-fill-mode: none;
    animation-iteration-count: 1;
    animation-name: none;
    animation-play-state: running;
    animation-timing-function: ease;
    appearance: none;
    backdrop-filter: none;
    backface-visibility: visible;
    background-attachment: scroll;
    background-blend-mode: normal;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: 0px;
    block-size: auto;
    border-block-end-color: rgb(118, 120, 143);
    border-block-end-style: none;
    border-block-end-width: 0px;
    border-block-start-color: rgb(118, 120, 143);
    border-block-start-style: none;
    border-block-start-width: 0px;
    border-bottom-color: rgb(118, 120, 143);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-end-end-radius: 0px;
    border-end-start-radius: 0px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-inline-end-color: rgb(118, 120, 143);
    border-inline-end-style: none;
    border-inline-end-width: 0px;
    border-inline-start-color: rgb(118, 120, 143);
    border-inline-start-style: none;
    border-inline-start-width: 0px;
    border-left-color: rgb(118, 120, 143);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(118, 120, 143);
    border-right-style: none;
    border-right-width: 0px;
    border-start-end-radius: 0px;
    border-start-start-radius: 0px;
    border-top-color: rgb(118, 120, 143);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: border-box;
    break-after: auto;
    break-before: auto;
    break-inside: auto;
    buffered-rendering: auto;
    caption-side: top;
    caret-color: rgb(118, 120, 143);
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(118, 120, 143);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    column-count: auto;
    column-gap: normal;
    column-rule-color: rgb(118, 120, 143);
    column-rule-style: none;
    column-rule-width: 0px;
    column-span: none;
    column-width: auto;
    content: none;
    cursor: default;
    cx: 0px;
    cy: 0px;
    d: none;
    direction: ltr;
    display: inline;
    dominant-baseline: auto;
    empty-cells: show;
    fill: rgb(0, 0, 0);
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    flex-basis: auto;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 1;
    flex-wrap: nowrap;
    float: none;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: Circular, sans-serif;
    font-kerning: auto;
    font-optical-sizing: auto;
    font-size: 16px;
    font-stretch: 100%;
    font-style: normal;
    font-variant: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 500;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    grid-auto-rows: auto;
    grid-column-end: auto;
    grid-column-start: auto;
    grid-row-end: auto;
    grid-row-start: auto;
    grid-template-areas: none;
    grid-template-columns: none;
    grid-template-rows: none;
    height: auto;
    hyphens: manual;
    image-orientation: from-image;
    image-rendering: auto;
    inline-size: auto;
    inset-block-end: auto;
    inset-block-start: auto;
    inset-inline-end: auto;
    inset-inline-start: auto;
    isolation: auto;
    justify-content: normal;
    justify-items: normal;
    justify-self: auto;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-break: auto;
    line-height: 25.6px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin-block-end: 0px;
    margin-block-start: 0px;
    margin-bottom: 0px;
    margin-inline-end: 0px;
    margin-inline-start: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask-type: luminance;
    max-block-size: none;
    max-height: none;
    max-inline-size: none;
    max-width: none;
    min-block-size: 0px;
    min-height: 0px;
    min-inline-size: 0px;
    min-width: 0px;
    mix-blend-mode: normal;
    object-fit: fill;
    object-position: 50% 50%;
    offset-distance: 0px;
    offset-path: none;
    offset-rotate: auto 0deg;
    opacity: 1;
    order: 0;
    orphans: 2;
    outline-color: rgb(118, 120, 143);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-anchor: auto;
    overflow-clip-margin: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    overscroll-behavior-block: auto;
    overscroll-behavior-inline: auto;
    padding-block-end: 0px;
    padding-block-start: 0px;
    padding-bottom: 0px;
    padding-inline-end: 0px;
    padding-inline-start: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    paint-order: normal;
    perspective: none;
    perspective-origin: 50% 50%;
    pointer-events: auto;
    position: static;
    r: 0px;
    resize: none;
    right: auto;
    row-gap: normal;
    ruby-position: over;
    rx: auto;
    ry: auto;
    scroll-behavior: auto;
    scroll-margin-block-end: 0px;
    scroll-margin-block-start: 0px;
    scroll-margin-inline-end: 0px;
    scroll-margin-inline-start: 0px;
    scroll-padding-block-end: auto;
    scroll-padding-block-start: auto;
    scroll-padding-inline-end: auto;
    scroll-padding-inline-start: auto;
    shape-image-threshold: 0;
    shape-margin: 0px;
    shape-outside: none;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0px;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1px;
    tab-size: 8;
    table-layout: auto;
    text-align: right;
    text-align-last: auto;
    text-anchor: start;
    text-decoration: none solid rgb(118, 120, 143);
    text-decoration-color: rgb(118, 120, 143);
    text-decoration-line: none;
    text-decoration-skip-ink: auto;
    text-decoration-style: solid;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: optimizelegibility;
    text-shadow: none;
    text-size-adjust: auto;
    text-transform: none;
    text-underline-position: auto;
    top: auto;
    touch-action: auto;
    transform: none;
    transform-origin: 50% 50%;
    transform-style: flat;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    user-select: auto;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 2;
    width: auto;
    will-change: auto;
    word-break: normal;
    word-spacing: 0px;
    writing-mode: horizontal-tb;
    x: 0px;
    y: 0px;
    z-index: auto;
    zoom: 1;
    -webkit-app-region: none;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-font-smoothing: antialiased;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-locale: "en-US";
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-print-color-adjust: economy;
    -webkit-rtl-ordering: logical;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.18);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(118, 120, 143);
    -webkit-text-emphasis-position: over right;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(118, 120, 143);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(118, 120, 143);
    -webkit-text-stroke-width: 0px;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-writing-mode: horizontal-tb;
    animation: none 0s ease 0s 1 normal none running;
    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(118, 120, 143);
    border-top: 0px none rgb(118, 120, 143);
    border-right: 0px none rgb(118, 120, 143);
    border-bottom: 0px none rgb(118, 120, 143);
    border-left: 0px none rgb(118, 120, 143);
    border-width: 0px;
    border-color: rgb(118, 120, 143);
    border-style: none;
    border-radius: 0px;
    border-image: none;
    border-spacing: 0px 0px;
    flex: 0 1 auto;
    flex-flow: row nowrap;
    font: 500 16px / 25.6px Circular, sans-serif;
    grid-area: auto / auto / auto / auto;
    grid-column: auto / auto;
    grid-row: auto / auto;
    list-style: outside none disc;
    margin: 0px;
    marker: none;
    outline: rgb(118, 120, 143) none 0px;
    overflow: visible;
    padding: 0px;
    transition: all 0s ease 0s;
    -webkit-border-after: 0px none rgb(118, 120, 143);
    -webkit-border-before: 0px none rgb(118, 120, 143);
    -webkit-border-end: 0px none rgb(118, 120, 143);
    -webkit-border-start: 0px none rgb(118, 120, 143);
    -webkit-mask: ;
    -webkit-text-emphasis: ;
    -webkit-transition: all 0s ease 0s;
    -webkit-transform-origin: 50% 50%;
}/*#LABEL_3:before*/

#DIV_4, #DIV_4a, #DIV_4b {
    align-content: normal;
    align-items: normal;
    align-self: auto;
    alignment-baseline: auto;
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 0s;
    animation-fill-mode: none;
    animation-iteration-count: 1;
    animation-name: none;
    animation-play-state: running;
    animation-timing-function: ease;
    appearance: none;
    backdrop-filter: none;
    backface-visibility: visible;
    background-attachment: scroll;
    background-blend-mode: normal;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: 0px;
    block-size: 52px;
    border-block-end-color: rgb(115, 115, 115);
    border-block-end-style: none;
    border-block-end-width: 0px;
    border-block-start-color: rgb(115, 115, 115);
    border-block-start-style: none;
    border-block-start-width: 0px;
    border-bottom-color: rgb(115, 115, 115);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-end-end-radius: 0px;
    border-end-start-radius: 0px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-inline-end-color: rgb(115, 115, 115);
    border-inline-end-style: none;
    border-inline-end-width: 0px;
    border-inline-start-color: rgb(115, 115, 115);
    border-inline-start-style: none;
    border-inline-start-width: 0px;
    border-left-color: rgb(115, 115, 115);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(115, 115, 115);
    border-right-style: none;
    border-right-width: 0px;
    border-start-end-radius: 0px;
    border-start-start-radius: 0px;
    border-top-color: rgb(115, 115, 115);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: border-box;
    break-after: auto;
    break-before: auto;
    break-inside: auto;
    buffered-rendering: auto;
    caption-side: top;
    caret-color: rgb(115, 115, 115);
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(115, 115, 115);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    column-count: auto;
    column-gap: normal;
    column-rule-color: rgb(115, 115, 115);
    column-rule-style: none;
    column-rule-width: 0px;
    column-span: none;
    column-width: auto;
    content: normal;
    cursor: auto;
    cx: 0px;
    cy: 0px;
    d: none;
    direction: ltr;
    display: block;
    dominant-baseline: auto;
    empty-cells: show;
    fill: rgb(0, 0, 0);
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    flex-basis: 42.6667%;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 0;
    flex-wrap: nowrap;
    float: none;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: Circular, sans-serif;
    font-kerning: auto;
    font-optical-sizing: auto;
    font-size: 18px;
    font-stretch: 100%;
    font-style: normal;
    font-variant: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 400;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    grid-auto-rows: auto;
    grid-column-end: auto;
    grid-column-start: auto;
    grid-row-end: auto;
    grid-row-start: auto;
    grid-template-areas: none;
    grid-template-columns: none;
    grid-template-rows: none;
    height: 52px;
    hyphens: manual;
    image-orientation: from-image;
    image-rendering: auto;
    inline-size: 159.625px;
    inset-block-end: auto;
    inset-block-start: auto;
    inset-inline-end: auto;
    inset-inline-start: auto;
    isolation: auto;
    justify-content: normal;
    justify-items: normal;
    justify-self: auto;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-break: auto;
    line-height: 30.6px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin-block-end: 0px;
    margin-block-start: 0px;
    margin-bottom: 0px;
    margin-inline-end: 0px;
    margin-inline-start: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask-type: luminance;
    max-block-size: none;
    max-height: none;
    max-inline-size: 42.6667%;
    max-width: 42.6667%;
    min-block-size: auto;
    min-height: auto;
    min-inline-size: auto;
    min-width: auto;
    mix-blend-mode: normal;
    object-fit: fill;
    object-position: 50% 50%;
    offset-distance: 0px;
    offset-path: none;
    offset-rotate: auto 0deg;
    opacity: 1;
    order: 0;
    orphans: 2;
    outline-color: rgb(115, 115, 115);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-anchor: auto;
    overflow-clip-margin: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    overscroll-behavior-block: auto;
    overscroll-behavior-inline: auto;
    padding-block-end: 0px;
    padding-block-start: 0px;
    padding-bottom: 0px;
    padding-inline-end: 30px;
    padding-inline-start: 0px;
    padding-left: 0px;
    padding-right: 30px;
    padding-top: 0px;
    paint-order: normal;
    perspective: none;
    perspective-origin: 79.8125px 26px;
    pointer-events: auto;
    position: static;
    r: 0px;
    resize: none;
    right: auto;
    row-gap: normal;
    ruby-position: over;
    rx: auto;
    ry: auto;
    scroll-behavior: auto;
    scroll-margin-block-end: 0px;
    scroll-margin-block-start: 0px;
    scroll-margin-inline-end: 0px;
    scroll-margin-inline-start: 0px;
    scroll-padding-block-end: auto;
    scroll-padding-block-start: auto;
    scroll-padding-inline-end: auto;
    scroll-padding-inline-start: auto;
    shape-image-threshold: 0;
    shape-margin: 0px;
    shape-outside: none;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0px;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1px;
    tab-size: 8;
    table-layout: auto;
    text-align: start;
    text-align-last: auto;
    text-anchor: start;
    text-decoration: none solid rgb(115, 115, 115);
    text-decoration-color: rgb(115, 115, 115);
    text-decoration-line: none;
    text-decoration-skip-ink: auto;
    text-decoration-style: solid;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: optimizelegibility;
    text-shadow: none;
    text-size-adjust: auto;
    text-transform: none;
    text-underline-position: auto;
    top: auto;
    touch-action: auto;
    transform: none;
    transform-origin: 79.8125px 26px;
    transform-style: flat;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    user-select: auto;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 2;
    width: 159.625px;
    will-change: auto;
    word-break: normal;
    word-spacing: 0px;
    writing-mode: horizontal-tb;
    x: 0px;
    y: 0px;
    z-index: auto;
    zoom: 1;
    -webkit-app-region: none;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-font-smoothing: antialiased;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-locale: "en-US";
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-print-color-adjust: economy;
    -webkit-rtl-ordering: logical;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.18);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(115, 115, 115);
    -webkit-text-emphasis-position: over right;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(115, 115, 115);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(115, 115, 115);
    -webkit-text-stroke-width: 0px;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-writing-mode: horizontal-tb;
    animation: none 0s ease 0s 1 normal none running;
    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(115, 115, 115);
    border-top: 0px none rgb(115, 115, 115);
    border-right: 0px none rgb(115, 115, 115);
    border-bottom: 0px none rgb(115, 115, 115);
    border-left: 0px none rgb(115, 115, 115);
    border-width: 0px;
    border-color: rgb(115, 115, 115);
    border-style: none;
    border-radius: 0px;
    border-image: none;
    border-spacing: 0px 0px;
    flex: 0 0 42.6667%;
    flex-flow: row nowrap;
    font: 18px / 30.6px Circular, sans-serif;
    grid-area: auto / auto / auto / auto;
    grid-column: auto / auto;
    grid-row: auto / auto;
    list-style: outside none disc;
    margin: 0px;
    marker: none;
    outline: rgb(115, 115, 115) none 0px;
    overflow: visible;
    padding: 0px 30px 0px 0px;
    transition: all 0s ease 0s;
    -webkit-border-after: 0px none rgb(115, 115, 115);
    -webkit-border-before: 0px none rgb(115, 115, 115);
    -webkit-border-end: 0px none rgb(115, 115, 115);
    -webkit-border-start: 0px none rgb(115, 115, 115);
    -webkit-mask: ;
    -webkit-text-emphasis: ;
    -webkit-transition: all 0s ease 0s;
    -webkit-transform-origin: 79.8125px 26px;
}/*#DIV_4*/

#DIV_4:after {
    align-content: normal;
    align-items: normal;
    align-self: auto;
    alignment-baseline: auto;
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 0s;
    animation-fill-mode: none;
    animation-iteration-count: 1;
    animation-name: none;
    animation-play-state: running;
    animation-timing-function: ease;
    appearance: none;
    backdrop-filter: none;
    backface-visibility: visible;
    background-attachment: scroll;
    background-blend-mode: normal;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: 0px;
    block-size: auto;
    border-block-end-color: rgb(115, 115, 115);
    border-block-end-style: none;
    border-block-end-width: 0px;
    border-block-start-color: rgb(115, 115, 115);
    border-block-start-style: none;
    border-block-start-width: 0px;
    border-bottom-color: rgb(115, 115, 115);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-end-end-radius: 0px;
    border-end-start-radius: 0px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-inline-end-color: rgb(115, 115, 115);
    border-inline-end-style: none;
    border-inline-end-width: 0px;
    border-inline-start-color: rgb(115, 115, 115);
    border-inline-start-style: none;
    border-inline-start-width: 0px;
    border-left-color: rgb(115, 115, 115);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(115, 115, 115);
    border-right-style: none;
    border-right-width: 0px;
    border-start-end-radius: 0px;
    border-start-start-radius: 0px;
    border-top-color: rgb(115, 115, 115);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: border-box;
    break-after: auto;
    break-before: auto;
    break-inside: auto;
    buffered-rendering: auto;
    caption-side: top;
    caret-color: rgb(115, 115, 115);
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(115, 115, 115);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    column-count: auto;
    column-gap: normal;
    column-rule-color: rgb(115, 115, 115);
    column-rule-style: none;
    column-rule-width: 0px;
    column-span: none;
    column-width: auto;
    content: none;
    cursor: auto;
    cx: 0px;
    cy: 0px;
    d: none;
    direction: ltr;
    display: inline;
    dominant-baseline: auto;
    empty-cells: show;
    fill: rgb(0, 0, 0);
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    flex-basis: auto;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 1;
    flex-wrap: nowrap;
    float: none;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: Circular, sans-serif;
    font-kerning: auto;
    font-optical-sizing: auto;
    font-size: 18px;
    font-stretch: 100%;
    font-style: normal;
    font-variant: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 400;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    grid-auto-rows: auto;
    grid-column-end: auto;
    grid-column-start: auto;
    grid-row-end: auto;
    grid-row-start: auto;
    grid-template-areas: none;
    grid-template-columns: none;
    grid-template-rows: none;
    height: auto;
    hyphens: manual;
    image-orientation: from-image;
    image-rendering: auto;
    inline-size: auto;
    inset-block-end: auto;
    inset-block-start: auto;
    inset-inline-end: auto;
    inset-inline-start: auto;
    isolation: auto;
    justify-content: normal;
    justify-items: normal;
    justify-self: auto;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-break: auto;
    line-height: 30.6px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin-block-end: 0px;
    margin-block-start: 0px;
    margin-bottom: 0px;
    margin-inline-end: 0px;
    margin-inline-start: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask-type: luminance;
    max-block-size: none;
    max-height: none;
    max-inline-size: none;
    max-width: none;
    min-block-size: 0px;
    min-height: 0px;
    min-inline-size: 0px;
    min-width: 0px;
    mix-blend-mode: normal;
    object-fit: fill;
    object-position: 50% 50%;
    offset-distance: 0px;
    offset-path: none;
    offset-rotate: auto 0deg;
    opacity: 1;
    order: 0;
    orphans: 2;
    outline-color: rgb(115, 115, 115);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-anchor: auto;
    overflow-clip-margin: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    overscroll-behavior-block: auto;
    overscroll-behavior-inline: auto;
    padding-block-end: 0px;
    padding-block-start: 0px;
    padding-bottom: 0px;
    padding-inline-end: 0px;
    padding-inline-start: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    paint-order: normal;
    perspective: none;
    perspective-origin: 50% 50%;
    pointer-events: auto;
    position: static;
    r: 0px;
    resize: none;
    right: auto;
    row-gap: normal;
    ruby-position: over;
    rx: auto;
    ry: auto;
    scroll-behavior: auto;
    scroll-margin-block-end: 0px;
    scroll-margin-block-start: 0px;
    scroll-margin-inline-end: 0px;
    scroll-margin-inline-start: 0px;
    scroll-padding-block-end: auto;
    scroll-padding-block-start: auto;
    scroll-padding-inline-end: auto;
    scroll-padding-inline-start: auto;
    shape-image-threshold: 0;
    shape-margin: 0px;
    shape-outside: none;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0px;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1px;
    tab-size: 8;
    table-layout: auto;
    text-align: start;
    text-align-last: auto;
    text-anchor: start;
    text-decoration: none solid rgb(115, 115, 115);
    text-decoration-color: rgb(115, 115, 115);
    text-decoration-line: none;
    text-decoration-skip-ink: auto;
    text-decoration-style: solid;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: optimizelegibility;
    text-shadow: none;
    text-size-adjust: auto;
    text-transform: none;
    text-underline-position: auto;
    top: auto;
    touch-action: auto;
    transform: none;
    transform-origin: 50% 50%;
    transform-style: flat;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    user-select: auto;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 2;
    width: auto;
    will-change: auto;
    word-break: normal;
    word-spacing: 0px;
    writing-mode: horizontal-tb;
    x: 0px;
    y: 0px;
    z-index: auto;
    zoom: 1;
    -webkit-app-region: none;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-font-smoothing: antialiased;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-locale: "en-US";
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-print-color-adjust: economy;
    -webkit-rtl-ordering: logical;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.18);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(115, 115, 115);
    -webkit-text-emphasis-position: over right;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(115, 115, 115);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(115, 115, 115);
    -webkit-text-stroke-width: 0px;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-writing-mode: horizontal-tb;
    animation: none 0s ease 0s 1 normal none running;
    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(115, 115, 115);
    border-top: 0px none rgb(115, 115, 115);
    border-right: 0px none rgb(115, 115, 115);
    border-bottom: 0px none rgb(115, 115, 115);
    border-left: 0px none rgb(115, 115, 115);
    border-width: 0px;
    border-color: rgb(115, 115, 115);
    border-style: none;
    border-radius: 0px;
    border-image: none;
    border-spacing: 0px 0px;
    flex: 0 1 auto;
    flex-flow: row nowrap;
    font: 18px / 30.6px Circular, sans-serif;
    grid-area: auto / auto / auto / auto;
    grid-column: auto / auto;
    grid-row: auto / auto;
    list-style: outside none disc;
    margin: 0px;
    marker: none;
    outline: rgb(115, 115, 115) none 0px;
    overflow: visible;
    padding: 0px;
    transition: all 0s ease 0s;
    -webkit-border-after: 0px none rgb(115, 115, 115);
    -webkit-border-before: 0px none rgb(115, 115, 115);
    -webkit-border-end: 0px none rgb(115, 115, 115);
    -webkit-border-start: 0px none rgb(115, 115, 115);
    -webkit-mask: ;
    -webkit-text-emphasis: ;
    -webkit-transition: all 0s ease 0s;
    -webkit-transform-origin: 50% 50%;
}/*#DIV_4:after*/

#DIV_4:before {
    align-content: normal;
    align-items: normal;
    align-self: auto;
    alignment-baseline: auto;
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 0s;
    animation-fill-mode: none;
    animation-iteration-count: 1;
    animation-name: none;
    animation-play-state: running;
    animation-timing-function: ease;
    appearance: none;
    backdrop-filter: none;
    backface-visibility: visible;
    background-attachment: scroll;
    background-blend-mode: normal;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: 0px;
    block-size: auto;
    border-block-end-color: rgb(115, 115, 115);
    border-block-end-style: none;
    border-block-end-width: 0px;
    border-block-start-color: rgb(115, 115, 115);
    border-block-start-style: none;
    border-block-start-width: 0px;
    border-bottom-color: rgb(115, 115, 115);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-end-end-radius: 0px;
    border-end-start-radius: 0px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-inline-end-color: rgb(115, 115, 115);
    border-inline-end-style: none;
    border-inline-end-width: 0px;
    border-inline-start-color: rgb(115, 115, 115);
    border-inline-start-style: none;
    border-inline-start-width: 0px;
    border-left-color: rgb(115, 115, 115);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(115, 115, 115);
    border-right-style: none;
    border-right-width: 0px;
    border-start-end-radius: 0px;
    border-start-start-radius: 0px;
    border-top-color: rgb(115, 115, 115);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: border-box;
    break-after: auto;
    break-before: auto;
    break-inside: auto;
    buffered-rendering: auto;
    caption-side: top;
    caret-color: rgb(115, 115, 115);
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(115, 115, 115);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    column-count: auto;
    column-gap: normal;
    column-rule-color: rgb(115, 115, 115);
    column-rule-style: none;
    column-rule-width: 0px;
    column-span: none;
    column-width: auto;
    content: none;
    cursor: auto;
    cx: 0px;
    cy: 0px;
    d: none;
    direction: ltr;
    display: inline;
    dominant-baseline: auto;
    empty-cells: show;
    fill: rgb(0, 0, 0);
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    flex-basis: auto;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 1;
    flex-wrap: nowrap;
    float: none;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: Circular, sans-serif;
    font-kerning: auto;
    font-optical-sizing: auto;
    font-size: 18px;
    font-stretch: 100%;
    font-style: normal;
    font-variant: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 400;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    grid-auto-rows: auto;
    grid-column-end: auto;
    grid-column-start: auto;
    grid-row-end: auto;
    grid-row-start: auto;
    grid-template-areas: none;
    grid-template-columns: none;
    grid-template-rows: none;
    height: auto;
    hyphens: manual;
    image-orientation: from-image;
    image-rendering: auto;
    inline-size: auto;
    inset-block-end: auto;
    inset-block-start: auto;
    inset-inline-end: auto;
    inset-inline-start: auto;
    isolation: auto;
    justify-content: normal;
    justify-items: normal;
    justify-self: auto;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-break: auto;
    line-height: 30.6px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin-block-end: 0px;
    margin-block-start: 0px;
    margin-bottom: 0px;
    margin-inline-end: 0px;
    margin-inline-start: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask-type: luminance;
    max-block-size: none;
    max-height: none;
    max-inline-size: none;
    max-width: none;
    min-block-size: 0px;
    min-height: 0px;
    min-inline-size: 0px;
    min-width: 0px;
    mix-blend-mode: normal;
    object-fit: fill;
    object-position: 50% 50%;
    offset-distance: 0px;
    offset-path: none;
    offset-rotate: auto 0deg;
    opacity: 1;
    order: 0;
    orphans: 2;
    outline-color: rgb(115, 115, 115);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-anchor: auto;
    overflow-clip-margin: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    overscroll-behavior-block: auto;
    overscroll-behavior-inline: auto;
    padding-block-end: 0px;
    padding-block-start: 0px;
    padding-bottom: 0px;
    padding-inline-end: 0px;
    padding-inline-start: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    paint-order: normal;
    perspective: none;
    perspective-origin: 50% 50%;
    pointer-events: auto;
    position: static;
    r: 0px;
    resize: none;
    right: auto;
    row-gap: normal;
    ruby-position: over;
    rx: auto;
    ry: auto;
    scroll-behavior: auto;
    scroll-margin-block-end: 0px;
    scroll-margin-block-start: 0px;
    scroll-margin-inline-end: 0px;
    scroll-margin-inline-start: 0px;
    scroll-padding-block-end: auto;
    scroll-padding-block-start: auto;
    scroll-padding-inline-end: auto;
    scroll-padding-inline-start: auto;
    shape-image-threshold: 0;
    shape-margin: 0px;
    shape-outside: none;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0px;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1px;
    tab-size: 8;
    table-layout: auto;
    text-align: start;
    text-align-last: auto;
    text-anchor: start;
    text-decoration: none solid rgb(115, 115, 115);
    text-decoration-color: rgb(115, 115, 115);
    text-decoration-line: none;
    text-decoration-skip-ink: auto;
    text-decoration-style: solid;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: optimizelegibility;
    text-shadow: none;
    text-size-adjust: auto;
    text-transform: none;
    text-underline-position: auto;
    top: auto;
    touch-action: auto;
    transform: none;
    transform-origin: 50% 50%;
    transform-style: flat;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    user-select: auto;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 2;
    width: auto;
    will-change: auto;
    word-break: normal;
    word-spacing: 0px;
    writing-mode: horizontal-tb;
    x: 0px;
    y: 0px;
    z-index: auto;
    zoom: 1;
    -webkit-app-region: none;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-font-smoothing: antialiased;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-locale: "en-US";
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-print-color-adjust: economy;
    -webkit-rtl-ordering: logical;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.18);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(115, 115, 115);
    -webkit-text-emphasis-position: over right;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(115, 115, 115);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(115, 115, 115);
    -webkit-text-stroke-width: 0px;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-writing-mode: horizontal-tb;
    animation: none 0s ease 0s 1 normal none running;
    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(115, 115, 115);
    border-top: 0px none rgb(115, 115, 115);
    border-right: 0px none rgb(115, 115, 115);
    border-bottom: 0px none rgb(115, 115, 115);
    border-left: 0px none rgb(115, 115, 115);
    border-width: 0px;
    border-color: rgb(115, 115, 115);
    border-style: none;
    border-radius: 0px;
    border-image: none;
    border-spacing: 0px 0px;
    flex: 0 1 auto;
    flex-flow: row nowrap;
    font: 18px / 30.6px Circular, sans-serif;
    grid-area: auto / auto / auto / auto;
    grid-column: auto / auto;
    grid-row: auto / auto;
    list-style: outside none disc;
    margin: 0px;
    marker: none;
    outline: rgb(115, 115, 115) none 0px;
    overflow: visible;
    padding: 0px;
    transition: all 0s ease 0s;
    -webkit-border-after: 0px none rgb(115, 115, 115);
    -webkit-border-before: 0px none rgb(115, 115, 115);
    -webkit-border-end: 0px none rgb(115, 115, 115);
    -webkit-border-start: 0px none rgb(115, 115, 115);
    -webkit-mask: ;
    -webkit-text-emphasis: ;
    -webkit-transition: all 0s ease 0s;
    -webkit-transform-origin: 50% 50%;
}/*#DIV_4:before*/

#LABEL_5, #LABEL_5a, #LABEL_5b {
    align-content: normal;
    align-items: normal;
    align-self: auto;
    alignment-baseline: auto;
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 0s;
    animation-fill-mode: none;
    animation-iteration-count: 1;
    animation-name: none;
    animation-play-state: running;
    animation-timing-function: ease;
    appearance: none;
    backdrop-filter: none;
    backface-visibility: visible;
    background-attachment: scroll;
    background-blend-mode: normal;
    background-clip: border-box;
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: 0px;
    block-size: 52px;
    border-block-end-color: rgb(204, 204, 204);
    border-block-end-style: solid;
    border-block-end-width: 1px;
    border-block-start-color: rgb(204, 204, 204);
    border-block-start-style: solid;
    border-block-start-width: 1px;
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-collapse: separate;
    border-end-end-radius: 6px;
    border-end-start-radius: 6px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-inline-end-color: rgb(204, 204, 204);
    border-inline-end-style: solid;
    border-inline-end-width: 1px;
    border-inline-start-color: rgb(204, 204, 204);
    border-inline-start-style: solid;
    border-inline-start-width: 1px;
    border-left-color: rgb(204, 204, 204);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(204, 204, 204);
    border-right-style: solid;
    border-right-width: 1px;
    border-start-end-radius: 6px;
    border-start-start-radius: 6px;
    border-top-color: rgb(204, 204, 204);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top-style: solid;
    border-top-width: 1px;
    bottom: 0px;
    box-shadow: none;
    box-sizing: border-box;
    break-after: auto;
    break-before: auto;
    break-inside: auto;
    buffered-rendering: auto;
    caption-side: top;
    caret-color: rgb(207,0,50);
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(207,0,50);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    column-count: auto;
    column-gap: normal;
    column-rule-color: rgb(207,0,50);
    column-rule-style: none;
    column-rule-width: 0px;
    column-span: none;
    column-width: auto;
    content: normal;
    cursor: default;
    cx: 0px;
    cy: 0px;
    d: none;
    direction: ltr;
    display: flex;
    dominant-baseline: auto;
    empty-cells: show;
    fill: rgb(0, 0, 0);
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    flex-basis: auto;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 1;
    flex-wrap: nowrap;
    float: none;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: Circular, sans-serif;
    font-kerning: auto;
    font-optical-sizing: auto;
    font-size: 20px;
    font-stretch: 100%;
    font-style: normal;
    font-variant: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 700;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    grid-auto-rows: auto;
    grid-column-end: auto;
    grid-column-start: auto;
    grid-row-end: auto;
    grid-row-start: auto;
    grid-template-areas: none;
    grid-template-columns: none;
    grid-template-rows: none;
    height: 52px;
    hyphens: manual;
    image-orientation: from-image;
    image-rendering: auto;
    inline-size: 129.625px;
    inset-block-end: 0px;
    inset-block-start: 0px;
    inset-inline-end: 0px;
    inset-inline-start: 0px;
    isolation: auto;
    justify-content: center;
    justify-items: normal;
    justify-self: auto;
    left: 0px;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-break: auto;
    line-height: 30px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin-block-end: 0px;
    margin-block-start: 0px;
    margin-bottom: 0px;
    margin-inline-end: 0px;
    margin-inline-start: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask-type: luminance;
    max-block-size: none;
    max-height: none;
    max-inline-size: none;
    max-width: none;
    min-block-size: 0px;
    min-height: 0px;
    min-inline-size: 0px;
    min-width: 0px;
    mix-blend-mode: normal;
    object-fit: fill;
    object-position: 50% 50%;
    offset-distance: 0px;
    offset-path: none;
    offset-rotate: auto 0deg;
    opacity: 1;
    order: 0;
    orphans: 2;
    outline-color: rgb(207,0,50);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-anchor: auto;
    overflow-clip-margin: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    overscroll-behavior-block: auto;
    overscroll-behavior-inline: auto;
    padding-block-end: 10px;
    padding-block-start: 10px;
    padding-bottom: 10px;
    padding-inline-end: 30px;
    padding-inline-start: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    paint-order: normal;
    perspective: none;
    perspective-origin: 64.8125px 26px;
    pointer-events: auto;
    position: relative;
    r: 0px;
    resize: none;
    right: 0px;
    row-gap: normal;
    ruby-position: over;
    rx: auto;
    ry: auto;
    scroll-behavior: auto;
    scroll-margin-block-end: 0px;
    scroll-margin-block-start: 0px;
    scroll-margin-inline-end: 0px;
    scroll-margin-inline-start: 0px;
    scroll-padding-block-end: auto;
    scroll-padding-block-start: auto;
    scroll-padding-inline-end: auto;
    scroll-padding-inline-start: auto;
    shape-image-threshold: 0;
    shape-margin: 0px;
    shape-outside: none;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0px;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1px;
    tab-size: 8;
    table-layout: auto;
    text-align: center;
    text-align-last: auto;
    text-anchor: start;
    text-decoration: none solid rgb(207,0,50);
    text-decoration-color: rgb(207,0,50);
    text-decoration-line: none;
    text-decoration-skip-ink: auto;
    text-decoration-style: solid;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: optimizelegibility;
    text-shadow: none;
    text-size-adjust: auto;
    text-transform: none;
    text-underline-position: auto;
    top: 0px;
    touch-action: auto;
    transform: none;
    transform-origin: 64.8125px 26px;
    transform-style: flat;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    user-select: auto;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 2;
    width: 129.625px;
    will-change: auto;
    word-break: normal;
    word-spacing: 0px;
    writing-mode: horizontal-tb;
    x: 0px;
    y: 0px;
    z-index: auto;
    zoom: 1;
    -webkit-app-region: none;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-reflect: none;
    -webkit-font-smoothing: antialiased;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-locale: "en-US";
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-print-color-adjust: economy;
    -webkit-rtl-ordering: logical;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.18);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(207,0,50);
    -webkit-text-emphasis-position: over right;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(207,0,50);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(207,0,50);
    -webkit-text-stroke-width: 0px;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-writing-mode: horizontal-tb;
    animation: none 0s ease 0s 1 normal none running;
    background: rgb(255, 255, 255) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 1px solid rgb(204, 204, 204);
    border-top: 1px solid rgb(204, 204, 204);
    border-right: 1px solid rgb(204, 204, 204);
    border-bottom: 1px solid rgb(204, 204, 204);
    border-left: 1px solid rgb(204, 204, 204);
    border-width: 1px;
    border-color: rgb(204, 204, 204);
    border-style: solid;
    border-radius: 6px;
    border-image: none;
    border-spacing: 0px 0px;
    flex: 0 1 auto;
    flex-flow: row nowrap;
    font: 700 20px / 30px Circular, sans-serif;
    grid-area: auto / auto / auto / auto;
    grid-column: auto / auto;
    grid-row: auto / auto;
    list-style: outside none disc;
    margin: 0px;
    marker: none;
    outline: rgb(207,0,50) none 0px;
    overflow: visible;
    padding: 10px 30px;
    transition: all 0s ease 0s;
    -webkit-border-after: 1px solid rgb(204, 204, 204);
    -webkit-border-before: 1px solid rgb(204, 204, 204);
    -webkit-border-end: 1px solid rgb(204, 204, 204);
    -webkit-border-start: 1px solid rgb(204, 204, 204);
    -webkit-mask: ;
    -webkit-text-emphasis: ;
    -webkit-transition: all 0s ease 0s;
    -webkit-transform-origin: 64.8125px 26px;
}/*#LABEL_5*/

#LABEL_5:after {
    align-content: normal;
    align-items: normal;
    align-self: auto;
    alignment-baseline: auto;
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 0s;
    animation-fill-mode: none;
    animation-iteration-count: 1;
    animation-name: none;
    animation-play-state: running;
    animation-timing-function: ease;
    appearance: none;
    backdrop-filter: none;
    backface-visibility: visible;
    background-attachment: scroll;
    background-blend-mode: normal;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: 0px;
    block-size: auto;
    border-block-end-color: rgb(207,0,50);
    border-block-end-style: none;
    border-block-end-width: 0px;
    border-block-start-color: rgb(207,0,50);
    border-block-start-style: none;
    border-block-start-width: 0px;
    border-bottom-color: rgb(207,0,50);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-end-end-radius: 0px;
    border-end-start-radius: 0px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-inline-end-color: rgb(207,0,50);
    border-inline-end-style: none;
    border-inline-end-width: 0px;
    border-inline-start-color: rgb(207,0,50);
    border-inline-start-style: none;
    border-inline-start-width: 0px;
    border-left-color: rgb(207,0,50);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(207,0,50);
    border-right-style: none;
    border-right-width: 0px;
    border-start-end-radius: 0px;
    border-start-start-radius: 0px;
    border-top-color: rgb(207,0,50);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: border-box;
    break-after: auto;
    break-before: auto;
    break-inside: auto;
    buffered-rendering: auto;
    caption-side: top;
    caret-color: rgb(207,0,50);
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(207,0,50);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    column-count: auto;
    column-gap: normal;
    column-rule-color: rgb(207,0,50);
    column-rule-style: none;
    column-rule-width: 0px;
    column-span: none;
    column-width: auto;
    content: none;
    cursor: default;
    cx: 0px;
    cy: 0px;
    d: none;
    direction: ltr;
    display: block;
    dominant-baseline: auto;
    empty-cells: show;
    fill: rgb(0, 0, 0);
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    flex-basis: auto;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 1;
    flex-wrap: nowrap;
    float: none;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: Circular, sans-serif;
    font-kerning: auto;
    font-optical-sizing: auto;
    font-size: 20px;
    font-stretch: 100%;
    font-style: normal;
    font-variant: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 700;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    grid-auto-rows: auto;
    grid-column-end: auto;
    grid-column-start: auto;
    grid-row-end: auto;
    grid-row-start: auto;
    grid-template-areas: none;
    grid-template-columns: none;
    grid-template-rows: none;
    height: auto;
    hyphens: manual;
    image-orientation: from-image;
    image-rendering: auto;
    inline-size: auto;
    inset-block-end: auto;
    inset-block-start: auto;
    inset-inline-end: auto;
    inset-inline-start: auto;
    isolation: auto;
    justify-content: normal;
    justify-items: normal;
    justify-self: auto;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-break: auto;
    line-height: 30px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin-block-end: 0px;
    margin-block-start: 0px;
    margin-bottom: 0px;
    margin-inline-end: 0px;
    margin-inline-start: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask-type: luminance;
    max-block-size: none;
    max-height: none;
    max-inline-size: none;
    max-width: none;
    min-block-size: 0px;
    min-height: 0px;
    min-inline-size: 0px;
    min-width: 0px;
    mix-blend-mode: normal;
    object-fit: fill;
    object-position: 50% 50%;
    offset-distance: 0px;
    offset-path: none;
    offset-rotate: auto 0deg;
    opacity: 1;
    order: 0;
    orphans: 2;
    outline-color: rgb(207,0,50);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-anchor: auto;
    overflow-clip-margin: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    overscroll-behavior-block: auto;
    overscroll-behavior-inline: auto;
    padding-block-end: 0px;
    padding-block-start: 0px;
    padding-bottom: 0px;
    padding-inline-end: 0px;
    padding-inline-start: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    paint-order: normal;
    perspective: none;
    perspective-origin: 50% 50%;
    pointer-events: auto;
    position: static;
    r: 0px;
    resize: none;
    right: auto;
    row-gap: normal;
    ruby-position: over;
    rx: auto;
    ry: auto;
    scroll-behavior: auto;
    scroll-margin-block-end: 0px;
    scroll-margin-block-start: 0px;
    scroll-margin-inline-end: 0px;
    scroll-margin-inline-start: 0px;
    scroll-padding-block-end: auto;
    scroll-padding-block-start: auto;
    scroll-padding-inline-end: auto;
    scroll-padding-inline-start: auto;
    shape-image-threshold: 0;
    shape-margin: 0px;
    shape-outside: none;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0px;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1px;
    tab-size: 8;
    table-layout: auto;
    text-align: center;
    text-align-last: auto;
    text-anchor: start;
    text-decoration: none solid rgb(207,0,50);
    text-decoration-color: rgb(207,0,50);
    text-decoration-line: none;
    text-decoration-skip-ink: auto;
    text-decoration-style: solid;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: optimizelegibility;
    text-shadow: none;
    text-size-adjust: auto;
    text-transform: none;
    text-underline-position: auto;
    top: auto;
    touch-action: auto;
    transform: none;
    transform-origin: 50% 50%;
    transform-style: flat;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    user-select: auto;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 2;
    width: auto;
    will-change: auto;
    word-break: normal;
    word-spacing: 0px;
    writing-mode: horizontal-tb;
    x: 0px;
    y: 0px;
    z-index: auto;
    zoom: 1;
    -webkit-app-region: none;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-font-smoothing: antialiased;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-locale: "en-US";
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-print-color-adjust: economy;
    -webkit-rtl-ordering: logical;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.18);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(207,0,50);
    -webkit-text-emphasis-position: over right;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(207,0,50);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(207,0,50);
    -webkit-text-stroke-width: 0px;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-writing-mode: horizontal-tb;
    animation: none 0s ease 0s 1 normal none running;
    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(207,0,50);
    border-top: 0px none rgb(207,0,50);
    border-right: 0px none rgb(207,0,50);
    border-bottom: 0px none rgb(207,0,50);
    border-left: 0px none rgb(207,0,50);
    border-width: 0px;
    border-color: rgb(207,0,50);
    border-style: none;
    border-radius: 0px;
    border-image: none;
    border-spacing: 0px 0px;
    flex: 0 1 auto;
    flex-flow: row nowrap;
    font: 700 20px / 30px Circular, sans-serif;
    grid-area: auto / auto / auto / auto;
    grid-column: auto / auto;
    grid-row: auto / auto;
    list-style: outside none disc;
    margin: 0px;
    marker: none;
    outline: rgb(207,0,50) none 0px;
    overflow: visible;
    padding: 0px;
    transition: all 0s ease 0s;
    -webkit-border-after: 0px none rgb(207,0,50);
    -webkit-border-before: 0px none rgb(207,0,50);
    -webkit-border-end: 0px none rgb(207,0,50);
    -webkit-border-start: 0px none rgb(207,0,50);
    -webkit-mask: ;
    -webkit-text-emphasis: ;
    -webkit-transition: all 0s ease 0s;
    -webkit-transform-origin: 50% 50%;
}/*#LABEL_5:after*/

#LABEL_5:before {
    align-content: normal;
    align-items: normal;
    align-self: auto;
    alignment-baseline: auto;
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 0s;
    animation-fill-mode: none;
    animation-iteration-count: 1;
    animation-name: none;
    animation-play-state: running;
    animation-timing-function: ease;
    appearance: none;
    backdrop-filter: none;
    backface-visibility: visible;
    background-attachment: scroll;
    background-blend-mode: normal;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: 0px;
    block-size: auto;
    border-block-end-color: rgb(207,0,50);
    border-block-end-style: none;
    border-block-end-width: 0px;
    border-block-start-color: rgb(207,0,50);
    border-block-start-style: none;
    border-block-start-width: 0px;
    border-bottom-color: rgb(207,0,50);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-end-end-radius: 0px;
    border-end-start-radius: 0px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-inline-end-color: rgb(207,0,50);
    border-inline-end-style: none;
    border-inline-end-width: 0px;
    border-inline-start-color: rgb(207,0,50);
    border-inline-start-style: none;
    border-inline-start-width: 0px;
    border-left-color: rgb(207,0,50);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(207,0,50);
    border-right-style: none;
    border-right-width: 0px;
    border-start-end-radius: 0px;
    border-start-start-radius: 0px;
    border-top-color: rgb(207,0,50);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: border-box;
    break-after: auto;
    break-before: auto;
    break-inside: auto;
    buffered-rendering: auto;
    caption-side: top;
    caret-color: rgb(207,0,50);
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(207,0,50);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    column-count: auto;
    column-gap: normal;
    column-rule-color: rgb(207,0,50);
    column-rule-style: none;
    column-rule-width: 0px;
    column-span: none;
    column-width: auto;
    content: none;
    cursor: default;
    cx: 0px;
    cy: 0px;
    d: none;
    direction: ltr;
    display: block;
    dominant-baseline: auto;
    empty-cells: show;
    fill: rgb(0, 0, 0);
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    flex-basis: auto;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 1;
    flex-wrap: nowrap;
    float: none;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: Circular, sans-serif;
    font-kerning: auto;
    font-optical-sizing: auto;
    font-size: 20px;
    font-stretch: 100%;
    font-style: normal;
    font-variant: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 700;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    grid-auto-rows: auto;
    grid-column-end: auto;
    grid-column-start: auto;
    grid-row-end: auto;
    grid-row-start: auto;
    grid-template-areas: none;
    grid-template-columns: none;
    grid-template-rows: none;
    height: auto;
    hyphens: manual;
    image-orientation: from-image;
    image-rendering: auto;
    inline-size: auto;
    inset-block-end: auto;
    inset-block-start: auto;
    inset-inline-end: auto;
    inset-inline-start: auto;
    isolation: auto;
    justify-content: normal;
    justify-items: normal;
    justify-self: auto;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-break: auto;
    line-height: 30px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin-block-end: 0px;
    margin-block-start: 0px;
    margin-bottom: 0px;
    margin-inline-end: 0px;
    margin-inline-start: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask-type: luminance;
    max-block-size: none;
    max-height: none;
    max-inline-size: none;
    max-width: none;
    min-block-size: 0px;
    min-height: 0px;
    min-inline-size: 0px;
    min-width: 0px;
    mix-blend-mode: normal;
    object-fit: fill;
    object-position: 50% 50%;
    offset-distance: 0px;
    offset-path: none;
    offset-rotate: auto 0deg;
    opacity: 1;
    order: 0;
    orphans: 2;
    outline-color: rgb(207,0,50);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-anchor: auto;
    overflow-clip-margin: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    overscroll-behavior-block: auto;
    overscroll-behavior-inline: auto;
    padding-block-end: 0px;
    padding-block-start: 0px;
    padding-bottom: 0px;
    padding-inline-end: 0px;
    padding-inline-start: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    paint-order: normal;
    perspective: none;
    perspective-origin: 50% 50%;
    pointer-events: auto;
    position: static;
    r: 0px;
    resize: none;
    right: auto;
    row-gap: normal;
    ruby-position: over;
    rx: auto;
    ry: auto;
    scroll-behavior: auto;
    scroll-margin-block-end: 0px;
    scroll-margin-block-start: 0px;
    scroll-margin-inline-end: 0px;
    scroll-margin-inline-start: 0px;
    scroll-padding-block-end: auto;
    scroll-padding-block-start: auto;
    scroll-padding-inline-end: auto;
    scroll-padding-inline-start: auto;
    shape-image-threshold: 0;
    shape-margin: 0px;
    shape-outside: none;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0px;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1px;
    tab-size: 8;
    table-layout: auto;
    text-align: center;
    text-align-last: auto;
    text-anchor: start;
    text-decoration: none solid rgb(207,0,50);
    text-decoration-color: rgb(207,0,50);
    text-decoration-line: none;
    text-decoration-skip-ink: auto;
    text-decoration-style: solid;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: optimizelegibility;
    text-shadow: none;
    text-size-adjust: auto;
    text-transform: none;
    text-underline-position: auto;
    top: auto;
    touch-action: auto;
    transform: none;
    transform-origin: 50% 50%;
    transform-style: flat;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    user-select: auto;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 2;
    width: auto;
    will-change: auto;
    word-break: normal;
    word-spacing: 0px;
    writing-mode: horizontal-tb;
    x: 0px;
    y: 0px;
    z-index: auto;
    zoom: 1;
    -webkit-app-region: none;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-font-smoothing: antialiased;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-locale: "en-US";
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-print-color-adjust: economy;
    -webkit-rtl-ordering: logical;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.18);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(207,0,50);
    -webkit-text-emphasis-position: over right;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(207,0,50);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(207,0,50);
    -webkit-text-stroke-width: 0px;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-writing-mode: horizontal-tb;
    animation: none 0s ease 0s 1 normal none running;
    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(207,0,50);
    border-top: 0px none rgb(207,0,50);
    border-right: 0px none rgb(207,0,50);
    border-bottom: 0px none rgb(207,0,50);
    border-left: 0px none rgb(207,0,50);
    border-width: 0px;
    border-color: rgb(207,0,50);
    border-style: none;
    border-radius: 0px;
    border-image: none;
    border-spacing: 0px 0px;
    flex: 0 1 auto;
    flex-flow: row nowrap;
    font: 700 20px / 30px Circular, sans-serif;
    grid-area: auto / auto / auto / auto;
    grid-column: auto / auto;
    grid-row: auto / auto;
    list-style: outside none disc;
    margin: 0px;
    marker: none;
    outline: rgb(207,0,50) none 0px;
    overflow: visible;
    padding: 0px;
    transition: all 0s ease 0s;
    -webkit-border-after: 0px none rgb(207,0,50);
    -webkit-border-before: 0px none rgb(207,0,50);
    -webkit-border-end: 0px none rgb(207,0,50);
    -webkit-border-start: 0px none rgb(207,0,50);
    -webkit-mask: ;
    -webkit-text-emphasis: ;
    -webkit-transition: all 0s ease 0s;
    -webkit-transform-origin: 50% 50%;
}/*#LABEL_5:before*/

#INPUT_6, #INPUT_6a, #INPUT_6b, #INPUT_7, #INPUT_7a, #INPUT_7b, #INPUT_8, #INPUT_8a, #INPUT_8b, #INPUT_9, #INPUT_9a, #INPUT_9b,
#INPUT_10, #INPUT_10a, #INPUT_10b, #INPUT_11, #INPUT_11a, #INPUT_11b,
#INPUT_12, #INPUT_12a, #INPUT_12b{
    align-content: normal;
    align-items: normal;
    align-self: auto;
    alignment-baseline: auto;
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 0s;
    animation-fill-mode: none;
    animation-iteration-count: 1;
    animation-name: none;
    animation-play-state: running;
    animation-timing-function: ease;
    appearance: none;
    backdrop-filter: none;
    backface-visibility: visible;
    background-attachment: scroll;
    background-blend-mode: normal;
    background-clip: border-box;
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: 0px;
    block-size: 30px;
    border-block-end-color: rgb(207,0,50);
    border-block-end-style: none;
    border-block-end-width: 0px;
    border-block-start-color: rgb(207,0,50);
    border-block-start-style: none;
    border-block-start-width: 0px;
    border-bottom-color: rgb(207,0,50);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-end-end-radius: 0px;
    border-end-start-radius: 0px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-inline-end-color: rgb(207,0,50);
    border-inline-end-style: none;
    border-inline-end-width: 0px;
    border-inline-start-color: rgb(207,0,50);
    border-inline-start-style: none;
    border-inline-start-width: 0px;
    border-left-color: rgb(207,0,50);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(207,0,50);
    border-right-style: none;
    border-right-width: 0px;
    border-start-end-radius: 0px;
    border-start-start-radius: 0px;
    border-top-color: rgb(207,0,50);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: border-box;
    break-after: auto;
    break-before: auto;
    break-inside: auto;
    buffered-rendering: auto;
    caption-side: top;
    caret-color: rgb(207,0,50);
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(207,0,50);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    column-count: auto;
    column-gap: normal;
    column-rule-color: rgb(207,0,50);
    column-rule-style: none;
    column-rule-width: 0px;
    column-span: none;
    column-width: auto;
    content: normal;
    cursor: text;
    cx: 0px;
    cy: 0px;
    d: none;
    direction: ltr;
    display: block;
    dominant-baseline: auto;
    empty-cells: show;
    fill: rgb(0, 0, 0);
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    flex-basis: auto;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 1;
    flex-wrap: nowrap;
    float: none;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: Circular, sans-serif;
    font-kerning: auto;
    font-optical-sizing: auto;
    font-size: 20px;
    font-stretch: 100%;
    font-style: normal;
    font-variant: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 700;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    grid-auto-rows: auto;
    grid-column-end: auto;
    grid-column-start: auto;
    grid-row-end: auto;
    grid-row-start: auto;
    grid-template-areas: none;
    grid-template-columns: none;
    grid-template-rows: none;
    height: 30px;
    hyphens: manual;
    image-orientation: from-image;
    image-rendering: auto;
    inline-size: 38.0625px;
    inset-block-end: auto;
    inset-block-start: auto;
    inset-inline-end: auto;
    inset-inline-start: auto;
    isolation: auto;
    justify-content: normal;
    justify-items: normal;
    justify-self: auto;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-break: auto;
    line-height: 30px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin-block-end: 0px;
    margin-block-start: 0px;
    margin-bottom: 0px;
    margin-inline-end: 0px;
    margin-inline-start: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask-type: luminance;
    max-block-size: none;
    max-height: none;
    max-inline-size: 100%;
    max-width: 100%;
    min-block-size: auto;
    min-height: auto;
    min-inline-size: auto;
    min-width: 100%;
    mix-blend-mode: normal;
    object-fit: fill;
    object-position: 50% 50%;
    offset-distance: 0px;
    offset-path: none;
    offset-rotate: auto 0deg;
    opacity: 1;
    order: 0;
    orphans: 2;
    outline-color: rgb(207,0,50);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-anchor: auto;
    overflow-clip-margin: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    overscroll-behavior-block: auto;
    overscroll-behavior-inline: auto;
    padding-block-end: 0px;
    padding-block-start: 0px;
    padding-bottom: 0px;
    padding-inline-end: 0px;
    padding-inline-start: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    paint-order: normal;
    perspective: none;
    perspective-origin: 19.0312px 15px;
    pointer-events: auto;
    position: static;
    r: 0px;
    resize: none;
    right: auto;
    row-gap: normal;
    ruby-position: over;
    rx: auto;
    ry: auto;
    scroll-behavior: auto;
    scroll-margin-block-end: 0px;
    scroll-margin-block-start: 0px;
    scroll-margin-inline-end: 0px;
    scroll-margin-inline-start: 0px;
    scroll-padding-block-end: auto;
    scroll-padding-block-start: auto;
    scroll-padding-inline-end: auto;
    scroll-padding-inline-start: auto;
    shape-image-threshold: 0;
    shape-margin: 0px;
    shape-outside: none;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0px;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1px;
    tab-size: 8;
    table-layout: auto;
    text-align: start;
    text-align-last: auto;
    text-anchor: start;
    text-decoration: none solid rgb(207,0,50);
    text-decoration-color: rgb(207,0,50);
    text-decoration-line: none;
    text-decoration-skip-ink: auto;
    text-decoration-style: solid;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: auto;
    text-shadow: none;
    text-size-adjust: auto;
    text-transform: none;
    text-underline-position: auto;
    top: auto;
    touch-action: auto;
    transform: none;
    transform-origin: 19.0312px 15px;
    transform-style: flat;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    user-select: auto;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 2;
    width: 38.0625px;
    will-change: auto;
    word-break: normal;
    word-spacing: 0px;
    writing-mode: horizontal-tb;
    x: 0px;
    y: 0px;
    z-index: auto;
    zoom: 1;
    -webkit-app-region: none;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-font-smoothing: antialiased;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-locale: "en-US";
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-print-color-adjust: economy;
    -webkit-rtl-ordering: logical;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.18);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(207,0,50);
    -webkit-text-emphasis-position: over right;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(207,0,50);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(207,0,50);
    -webkit-text-stroke-width: 0px;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-writing-mode: horizontal-tb;
    animation: none 0s ease 0s 1 normal none running;
    background: rgb(255, 255, 255) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(207,0,50);
    border-top: 0px none rgb(207,0,50);
    border-right: 0px none rgb(207,0,50);
    border-bottom: 0px none rgb(207,0,50);
    border-left: 0px none rgb(207,0,50);
    border-width: 0px;
    border-color: rgb(207,0,50);
    border-style: none;
    border-radius: 0px;
    border-image: none;
    border-spacing: 0px 0px;
    flex: 0 1 auto;
    flex-flow: row nowrap;
    font: 700 20px / 30px Circular, sans-serif;
    grid-area: auto / auto / auto / auto;
    grid-column: auto / auto;
    grid-row: auto / auto;
    list-style: outside none disc;
    margin: 0px;
    marker: none;
    outline: rgb(207,0,50) none 0px;
    overflow: visible;
    padding: 0px;
    transition: all 0s ease 0s;
    -webkit-border-after: 0px none rgb(207,0,50);
    -webkit-border-before: 0px none rgb(207,0,50);
    -webkit-border-end: 0px none rgb(207,0,50);
    -webkit-border-start: 0px none rgb(207,0,50);
    -webkit-mask: ;
    -webkit-text-emphasis: ;
    -webkit-transition: all 0s ease 0s;
    -webkit-transform-origin: 19.0312px 15px;
}/*#INPUT_6*/

#INPUT_6:after {
    align-content: normal;
    align-items: normal;
    align-self: auto;
    alignment-baseline: auto;
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 0s;
    animation-fill-mode: none;
    animation-iteration-count: 1;
    animation-name: none;
    animation-play-state: running;
    animation-timing-function: ease;
    appearance: none;
    backdrop-filter: none;
    backface-visibility: visible;
    background-attachment: scroll;
    background-blend-mode: normal;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: 0px;
    block-size: auto;
    border-block-end-color: rgb(207,0,50);
    border-block-end-style: none;
    border-block-end-width: 0px;
    border-block-start-color: rgb(207,0,50);
    border-block-start-style: none;
    border-block-start-width: 0px;
    border-bottom-color: rgb(207,0,50);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-end-end-radius: 0px;
    border-end-start-radius: 0px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-inline-end-color: rgb(207,0,50);
    border-inline-end-style: none;
    border-inline-end-width: 0px;
    border-inline-start-color: rgb(207,0,50);
    border-inline-start-style: none;
    border-inline-start-width: 0px;
    border-left-color: rgb(207,0,50);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(207,0,50);
    border-right-style: none;
    border-right-width: 0px;
    border-start-end-radius: 0px;
    border-start-start-radius: 0px;
    border-top-color: rgb(207,0,50);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: border-box;
    break-after: auto;
    break-before: auto;
    break-inside: auto;
    buffered-rendering: auto;
    caption-side: top;
    caret-color: rgb(207,0,50);
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(207,0,50);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    column-count: auto;
    column-gap: normal;
    column-rule-color: rgb(207,0,50);
    column-rule-style: none;
    column-rule-width: 0px;
    column-span: none;
    column-width: auto;
    content: none;
    cursor: text;
    cx: 0px;
    cy: 0px;
    d: none;
    direction: ltr;
    display: inline;
    dominant-baseline: auto;
    empty-cells: show;
    fill: rgb(0, 0, 0);
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    flex-basis: auto;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 1;
    flex-wrap: nowrap;
    float: none;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: Circular, sans-serif;
    font-kerning: auto;
    font-optical-sizing: auto;
    font-size: 20px;
    font-stretch: 100%;
    font-style: normal;
    font-variant: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 700;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    grid-auto-rows: auto;
    grid-column-end: auto;
    grid-column-start: auto;
    grid-row-end: auto;
    grid-row-start: auto;
    grid-template-areas: none;
    grid-template-columns: none;
    grid-template-rows: none;
    height: auto;
    hyphens: manual;
    image-orientation: from-image;
    image-rendering: auto;
    inline-size: auto;
    inset-block-end: auto;
    inset-block-start: auto;
    inset-inline-end: auto;
    inset-inline-start: auto;
    isolation: auto;
    justify-content: normal;
    justify-items: normal;
    justify-self: auto;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-break: auto;
    line-height: 30px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin-block-end: 0px;
    margin-block-start: 0px;
    margin-bottom: 0px;
    margin-inline-end: 0px;
    margin-inline-start: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask-type: luminance;
    max-block-size: none;
    max-height: none;
    max-inline-size: none;
    max-width: none;
    min-block-size: 0px;
    min-height: 0px;
    min-inline-size: 0px;
    min-width: 0px;
    mix-blend-mode: normal;
    object-fit: fill;
    object-position: 50% 50%;
    offset-distance: 0px;
    offset-path: none;
    offset-rotate: auto 0deg;
    opacity: 1;
    order: 0;
    orphans: 2;
    outline-color: rgb(207,0,50);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-anchor: auto;
    overflow-clip-margin: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    overscroll-behavior-block: auto;
    overscroll-behavior-inline: auto;
    padding-block-end: 0px;
    padding-block-start: 0px;
    padding-bottom: 0px;
    padding-inline-end: 0px;
    padding-inline-start: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    paint-order: normal;
    perspective: none;
    perspective-origin: 50% 50%;
    pointer-events: auto;
    position: static;
    r: 0px;
    resize: none;
    right: auto;
    row-gap: normal;
    ruby-position: over;
    rx: auto;
    ry: auto;
    scroll-behavior: auto;
    scroll-margin-block-end: 0px;
    scroll-margin-block-start: 0px;
    scroll-margin-inline-end: 0px;
    scroll-margin-inline-start: 0px;
    scroll-padding-block-end: auto;
    scroll-padding-block-start: auto;
    scroll-padding-inline-end: auto;
    scroll-padding-inline-start: auto;
    shape-image-threshold: 0;
    shape-margin: 0px;
    shape-outside: none;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0px;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1px;
    tab-size: 8;
    table-layout: auto;
    text-align: start;
    text-align-last: auto;
    text-anchor: start;
    text-decoration: none solid rgb(207,0,50);
    text-decoration-color: rgb(207,0,50);
    text-decoration-line: none;
    text-decoration-skip-ink: auto;
    text-decoration-style: solid;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: auto;
    text-shadow: none;
    text-size-adjust: auto;
    text-transform: none;
    text-underline-position: auto;
    top: auto;
    touch-action: auto;
    transform: none;
    transform-origin: 50% 50%;
    transform-style: flat;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    user-select: auto;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 2;
    width: auto;
    will-change: auto;
    word-break: normal;
    word-spacing: 0px;
    writing-mode: horizontal-tb;
    x: 0px;
    y: 0px;
    z-index: auto;
    zoom: 1;
    -webkit-app-region: none;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-font-smoothing: antialiased;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-locale: "en-US";
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-print-color-adjust: economy;
    -webkit-rtl-ordering: logical;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.18);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(207,0,50);
    -webkit-text-emphasis-position: over right;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(207,0,50);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(207,0,50);
    -webkit-text-stroke-width: 0px;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-writing-mode: horizontal-tb;
    animation: none 0s ease 0s 1 normal none running;
    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(207,0,50);
    border-top: 0px none rgb(207,0,50);
    border-right: 0px none rgb(207,0,50);
    border-bottom: 0px none rgb(207,0,50);
    border-left: 0px none rgb(207,0,50);
    border-width: 0px;
    border-color: rgb(207,0,50);
    border-style: none;
    border-radius: 0px;
    border-image: none;
    border-spacing: 0px 0px;
    flex: 0 1 auto;
    flex-flow: row nowrap;
    font: 700 20px / 30px Circular, sans-serif;
    grid-area: auto / auto / auto / auto;
    grid-column: auto / auto;
    grid-row: auto / auto;
    list-style: outside none disc;
    margin: 0px;
    marker: none;
    outline: rgb(207,0,50) none 0px;
    overflow: visible;
    padding: 0px;
    transition: all 0s ease 0s;
    -webkit-border-after: 0px none rgb(207,0,50);
    -webkit-border-before: 0px none rgb(207,0,50);
    -webkit-border-end: 0px none rgb(207,0,50);
    -webkit-border-start: 0px none rgb(207,0,50);
    -webkit-mask: ;
    -webkit-text-emphasis: ;
    -webkit-transition: all 0s ease 0s;
    -webkit-transform-origin: 50% 50%;
}/*#INPUT_6:after*/

#INPUT_6:before {
    align-content: normal;
    align-items: normal;
    align-self: auto;
    alignment-baseline: auto;
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 0s;
    animation-fill-mode: none;
    animation-iteration-count: 1;
    animation-name: none;
    animation-play-state: running;
    animation-timing-function: ease;
    appearance: none;
    backdrop-filter: none;
    backface-visibility: visible;
    background-attachment: scroll;
    background-blend-mode: normal;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: 0px;
    block-size: auto;
    border-block-end-color: rgb(207,0,50);
    border-block-end-style: none;
    border-block-end-width: 0px;
    border-block-start-color: rgb(207,0,50);
    border-block-start-style: none;
    border-block-start-width: 0px;
    border-bottom-color: rgb(207,0,50);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    border-end-end-radius: 0px;
    border-end-start-radius: 0px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-inline-end-color: rgb(207,0,50);
    border-inline-end-style: none;
    border-inline-end-width: 0px;
    border-inline-start-color: rgb(207,0,50);
    border-inline-start-style: none;
    border-inline-start-width: 0px;
    border-left-color: rgb(207,0,50);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(207,0,50);
    border-right-style: none;
    border-right-width: 0px;
    border-start-end-radius: 0px;
    border-start-start-radius: 0px;
    border-top-color: rgb(207,0,50);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: border-box;
    break-after: auto;
    break-before: auto;
    break-inside: auto;
    buffered-rendering: auto;
    caption-side: top;
    caret-color: rgb(207,0,50);
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(207,0,50);
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    column-count: auto;
    column-gap: normal;
    column-rule-color: rgb(207,0,50);
    column-rule-style: none;
    column-rule-width: 0px;
    column-span: none;
    column-width: auto;
    content: none;
    cursor: text;
    cx: 0px;
    cy: 0px;
    d: none;
    direction: ltr;
    display: inline;
    dominant-baseline: auto;
    empty-cells: show;
    fill: rgb(0, 0, 0);
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    flex-basis: auto;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 1;
    flex-wrap: nowrap;
    float: none;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: Circular, sans-serif;
    font-kerning: auto;
    font-optical-sizing: auto;
    font-size: 20px;
    font-stretch: 100%;
    font-style: normal;
    font-variant: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 700;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    grid-auto-rows: auto;
    grid-column-end: auto;
    grid-column-start: auto;
    grid-row-end: auto;
    grid-row-start: auto;
    grid-template-areas: none;
    grid-template-columns: none;
    grid-template-rows: none;
    height: auto;
    hyphens: manual;
    image-orientation: from-image;
    image-rendering: auto;
    inline-size: auto;
    inset-block-end: auto;
    inset-block-start: auto;
    inset-inline-end: auto;
    inset-inline-start: auto;
    isolation: auto;
    justify-content: normal;
    justify-items: normal;
    justify-self: auto;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-break: auto;
    line-height: 30px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin-block-end: 0px;
    margin-block-start: 0px;
    margin-bottom: 0px;
    margin-inline-end: 0px;
    margin-inline-start: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask-type: luminance;
    max-block-size: none;
    max-height: none;
    max-inline-size: none;
    max-width: none;
    min-block-size: 0px;
    min-height: 0px;
    min-inline-size: 0px;
    min-width: 0px;
    mix-blend-mode: normal;
    object-fit: fill;
    object-position: 50% 50%;
    offset-distance: 0px;
    offset-path: none;
    offset-rotate: auto 0deg;
    opacity: 1;
    order: 0;
    orphans: 2;
    outline-color: rgb(207,0,50);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-anchor: auto;
    overflow-clip-margin: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    overscroll-behavior-block: auto;
    overscroll-behavior-inline: auto;
    padding-block-end: 0px;
    padding-block-start: 0px;
    padding-bottom: 0px;
    padding-inline-end: 0px;
    padding-inline-start: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    paint-order: normal;
    perspective: none;
    perspective-origin: 50% 50%;
    pointer-events: auto;
    position: static;
    r: 0px;
    resize: none;
    right: auto;
    row-gap: normal;
    ruby-position: over;
    rx: auto;
    ry: auto;
    scroll-behavior: auto;
    scroll-margin-block-end: 0px;
    scroll-margin-block-start: 0px;
    scroll-margin-inline-end: 0px;
    scroll-margin-inline-start: 0px;
    scroll-padding-block-end: auto;
    scroll-padding-block-start: auto;
    scroll-padding-inline-end: auto;
    scroll-padding-inline-start: auto;
    shape-image-threshold: 0;
    shape-margin: 0px;
    shape-outside: none;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0px;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1px;
    tab-size: 8;
    table-layout: auto;
    text-align: start;
    text-align-last: auto;
    text-anchor: start;
    text-decoration: none solid rgb(207,0,50);
    text-decoration-color: rgb(207,0,50);
    text-decoration-line: none;
    text-decoration-skip-ink: auto;
    text-decoration-style: solid;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: auto;
    text-shadow: none;
    text-size-adjust: auto;
    text-transform: none;
    text-underline-position: auto;
    top: auto;
    touch-action: auto;
    transform: none;
    transform-origin: 50% 50%;
    transform-style: flat;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    user-select: auto;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 2;
    width: auto;
    will-change: auto;
    word-break: normal;
    word-spacing: 0px;
    writing-mode: horizontal-tb;
    x: 0px;
    y: 0px;
    z-index: auto;
    zoom: 1;
    -webkit-app-region: none;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-image: none;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-font-smoothing: antialiased;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-locale: "en-US";
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-print-color-adjust: economy;
    -webkit-rtl-ordering: logical;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.18);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(207,0,50);
    -webkit-text-emphasis-position: over right;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(207,0,50);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(207,0,50);
    -webkit-text-stroke-width: 0px;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-writing-mode: horizontal-tb;
    animation: none 0s ease 0s 1 normal none running;
    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(207,0,50);
    border-top: 0px none rgb(207,0,50);
    border-right: 0px none rgb(207,0,50);
    border-bottom: 0px none rgb(207,0,50);
    border-left: 0px none rgb(207,0,50);
    border-width: 0px;
    border-color: rgb(207,0,50);
    border-style: none;
    border-radius: 0px;
    border-image: none;
    border-spacing: 0px 0px;
    flex: 0 1 auto;
    flex-flow: row nowrap;
    font: 700 20px / 30px Circular, sans-serif;
    grid-area: auto / auto / auto / auto;
    grid-column: auto / auto;
    grid-row: auto / auto;
    list-style: outside none disc;
    margin: 0px;
    marker: none;
    outline: rgb(207,0,50) none 0px;
    overflow: visible;
    padding: 0px;
    transition: all 0s ease 0s;
    -webkit-border-after: 0px none rgb(207,0,50);
    -webkit-border-before: 0px none rgb(207,0,50);
    -webkit-border-end: 0px none rgb(207,0,50);
    -webkit-border-start: 0px none rgb(207,0,50);
    -webkit-mask: ;
    -webkit-text-emphasis: ;
    -webkit-transition: all 0s ease 0s;
    -webkit-transform-origin: 50% 50%;
}/*#INPUT_6:before*/



#INPUT_40 {
  
    appearance: none;
    block-size: 30px;
    border-block-end-color: rgb(207,0,50);
    border-block-end-style: none;
    border-block-end-width: 0px;
    border-block-start-color: rgb(207,0,50);
    border-block-start-style: none;
    border-block-start-width: 0px;
    border-inline-end-color: rgb(207,0,50);
    border-inline-end-style: none;
    border-inline-end-width: 0px;
    border-inline-start-color: rgb(207,0,50);
    border-inline-start-style: none;
    border-inline-start-width: 0px;
    caret-color: rgb(207,0,50);
    color: rgb(207,0,50);
    column-rule-color: rgb(207,0,50);
    display: auto;
    height: auto;
    inline-size: auto;
    max-inline-size: 100%;
    max-width: 100%;
    min-block-size: auto;
    min-height: auto;
    min-inline-size: auto;
    min-width: auto;
    padding-block-end: 0px;
    padding-block-start: 0px;
    padding-inline-end: 0px;
    padding-inline-start: 0px;
    perspective-origin: 19.0312px 15px;
    text-decoration: none solid rgb(207,0,50);
    transform-origin: 19.0312px 15px;
    width: auto;
    border: 0px none rgb(207,0,50);
    font: 700 20px / 30px Circular, sans-serif;
    outline: rgb(207,0,50) none 0px;
    padding: 0px;
}/*#INPUT_40*/

#INPUT_40:after {
    border-block-end-color: rgb(207,0,50);
    border-block-start-color: rgb(207,0,50);
    border-inline-end-color: rgb(207,0,50);
    border-inline-start-color: rgb(207,0,50);
    box-sizing: border-box;
    caret-color: rgb(207,0,50);
    color: rgb(207,0,50);
    column-rule-color: rgb(207,0,50);
    cursor: default;
    text-decoration: none solid rgb(207,0,50);
    border: 0px none rgb(207,0,50);
    font: 700 20px / 30px Circular, sans-serif;
    outline: rgb(207,0,50) none 0px;
}/*#INPUT_40:after*/

#INPUT_40:before {
    border-block-end-color: rgb(207,0,50);
    border-block-start-color: rgb(207,0,50);
    border-inline-end-color: rgb(207,0,50);
    border-inline-start-color: rgb(207,0,50);
    box-sizing: border-box;
    caret-color: rgb(207,0,50);
    color: rgb(207,0,50);
    column-rule-color: rgb(207,0,50);
    cursor: default;
    text-decoration: none solid rgb(207,0,50);
    border: 0px none rgb(207,0,50);
    font: 700 20px / 30px Circular, sans-serif;
    outline: rgb(207,0,50) none 0px;
}/*#INPUT_40:before*/


/*Results Calculations*/


#DIV_73 {
    block-size: 709px;
    border-block-end-color: rgb(115, 115, 115);
    border-block-start-color: rgb(115, 115, 115);
    border-inline-end-color: rgb(115, 115, 115);
    border-inline-start-color: rgb(115, 115, 115);
    box-sizing: border-box;
    caret-color: rgb(115, 115, 115);
    color: rgb(115, 115, 115);
    column-rule-color: rgb(115, 115, 115);
    height: 709px;
    inline-size: 940px;
    perspective-origin: 470px 354.5px;
    text-decoration: none solid rgb(115, 115, 115);
    text-rendering: optimizelegibility;
    transform-origin: 470px 354.5px;
    width: auto;
    border: 0px none rgb(115, 115, 115);
    font: 18px / 30.6px Circular, sans-serif;
    outline: rgb(115, 115, 115) none 0px;
}/*#DIV_73*/

#DIV_73:after {
    border-block-end-color: rgb(115, 115, 115);
    border-block-start-color: rgb(115, 115, 115);
    border-inline-end-color: rgb(115, 115, 115);
    border-inline-start-color: rgb(115, 115, 115);
    box-sizing: border-box;
    caret-color: rgb(115, 115, 115);
    color: rgb(115, 115, 115);
    column-rule-color: rgb(115, 115, 115);
    text-decoration: none solid rgb(115, 115, 115);
    text-rendering: optimizelegibility;
    border: 0px none rgb(115, 115, 115);
    font: 18px / 30.6px Circular, sans-serif;
    outline: rgb(115, 115, 115) none 0px;
}/*#DIV_73:after*/

#DIV_73:before {
    border-block-end-color: rgb(115, 115, 115);
    border-block-start-color: rgb(115, 115, 115);
    border-inline-end-color: rgb(115, 115, 115);
    border-inline-start-color: rgb(115, 115, 115);
    box-sizing: border-box;
    caret-color: rgb(115, 115, 115);
    color: rgb(115, 115, 115);
    column-rule-color: rgb(115, 115, 115);
    text-decoration: none solid rgb(115, 115, 115);
    text-rendering: optimizelegibility;
    border: 0px none rgb(115, 115, 115);
    font: 18px / 30.6px Circular, sans-serif;
    outline: rgb(115, 115, 115) none 0px;
}/*#DIV_73:before*/


#Results-Container {
    block-size: 709px;
    border-block-end-color: rgb(115, 115, 115);
    border-block-start-color: rgb(115, 115, 115);
    border-inline-end-color: rgb(115, 115, 115);
    border-inline-start-color: rgb(115, 115, 115);
    box-sizing: border-box;
    caret-color: rgb(115, 115, 115);
    color: rgb(115, 115, 115);
    column-rule-color: rgb(115, 115, 115);
    display: flex;
    height: 709px;
    inline-size: 1040px;
    perspective-origin: 485px 354.5px;
    text-decoration: none solid rgb(115, 115, 115);
    transform-origin: 485px 354.5px;
    width: auto;
    border: 0px none rgb(115, 115, 115);
    flex-direction: column wrap;
    align-content: space-between;
  
    font: 18px / 30.6px Circular, sans-serif;
    outline: rgb(115, 115, 115) none 0px;
}/*#DIV_74*/

#Results-Container2 {
    background-color: rgb(255, 255, 255);
    block-size: 709px;
    border-block-end-color: rgb(115, 115, 115);
    border-block-start-color: rgb(115, 115, 115);
    border-bottom-color: rgb(115, 115, 115);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-end-end-radius: 6px;
    border-end-start-radius: 6px;
    border-inline-end-color: rgb(115, 115, 115);
    border-inline-start-color: rgb(115, 115, 115);
    border-left-color: rgb(115, 115, 115);
    border-right-color: rgb(115, 115, 115);
    border-start-end-radius: 6px;
    border-start-start-radius: 6px;
    border-top-color: rgb(115, 115, 115);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 0px;
    box-sizing: border-box;
    caret-color: rgb(115, 115, 115);
    color: rgb(115, 115, 115);
    column-rule-color: rgb(115, 115, 115);
    font-family: Circular, sans-serif;
    font-size: 18px;
    height: 709px;
    inline-size: 100%;
    line-height: 30.6px;
    outline-color: rgb(115, 115, 115);
    padding-block-end: 45.5px;
    padding-block-start: 45.5px;
    padding-bottom: 45.5px;
    padding-inline-end: 45.5px;
    padding-inline-start: 45.5px;
    padding-left: 45.5px;
    padding-right: 45.5px;
    padding-top: 45.5px;
    perspective-origin: 227.5px 354.5px;
    text-decoration: none solid rgb(115, 115, 115);
    text-decoration-color: rgb(115, 115, 115);
    text-rendering: optimizelegibility;
    transform-origin: 227.5px 354.5px;
    width: 100%;
    background: rgb(255, 255, 255) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(115, 115, 115);
    border-top: 0px none rgb(115, 115, 115);
    border-right: 0px none rgb(115, 115, 115);
    border-bottom: 0px none rgb(115, 115, 115);
    border-left: 0px none rgb(115, 115, 115);
    border-color: rgb(115, 115, 115);
    border-radius: 6px;
    font: 18px / 30.6px Circular, sans-serif;
    outline: rgb(115, 115, 115) none 0px;
    padding: 45.5px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
}/*#Results-Container2*/

#Results-Container2:after {
    border-block-end-color: rgb(115, 115, 115);
    border-block-start-color: rgb(115, 115, 115);
    border-bottom-color: rgb(115, 115, 115);
    border-inline-end-color: rgb(115, 115, 115);
    border-inline-start-color: rgb(115, 115, 115);
    border-left-color: rgb(115, 115, 115);
    border-right-color: rgb(115, 115, 115);
    border-top-color: rgb(115, 115, 115);
    box-sizing: border-box;
    caret-color: rgb(115, 115, 115);
    color: rgb(115, 115, 115);
    column-rule-color: rgb(115, 115, 115);
    font-family: Circular, sans-serif;
    font-size: 18px;
    line-height: 30.6px;
    outline-color: rgb(115, 115, 115);
    text-decoration: none solid rgb(115, 115, 115);
    text-decoration-color: rgb(115, 115, 115);
    text-rendering: optimizelegibility;
    border: 0px none rgb(115, 115, 115);
    border-top: 0px none rgb(115, 115, 115);
    border-right: 0px none rgb(115, 115, 115);
    border-bottom: 0px none rgb(115, 115, 115);
    border-left: 0px none rgb(115, 115, 115);
    border-color: rgb(115, 115, 115);
    font: 18px / 30.6px Circular, sans-serif;
    outline: rgb(115, 115, 115) none 0px;
}/*#Results-Container2:after*/

#Results-Container2:before {
    border-block-end-color: rgb(115, 115, 115);
    border-block-start-color: rgb(115, 115, 115);
    border-bottom-color: rgb(115, 115, 115);
    border-inline-end-color: rgb(115, 115, 115);
    border-inline-start-color: rgb(115, 115, 115);
    border-left-color: rgb(115, 115, 115);
    border-right-color: rgb(115, 115, 115);
    border-top-color: rgb(115, 115, 115);
    box-sizing: border-box;
    caret-color: rgb(115, 115, 115);
    color: rgb(115, 115, 115);
    column-rule-color: rgb(115, 115, 115);
    font-family: Circular, sans-serif;
    font-size: 18px;
    line-height: 30.6px;
    outline-color: rgb(115, 115, 115);
    text-decoration: none solid rgb(115, 115, 115);
    text-decoration-color: rgb(115, 115, 115);
    text-rendering: optimizelegibility;
    border: 0px none rgb(115, 115, 115);
    border-top: 0px none rgb(115, 115, 115);
    border-right: 0px none rgb(115, 115, 115);
    border-bottom: 0px none rgb(115, 115, 115);
    border-left: 0px none rgb(115, 115, 115);
    border-color: rgb(115, 115, 115);
    font: 18px / 30.6px Circular, sans-serif;
    outline: rgb(115, 115, 115) none 0px;
}/*#Results-Container2:before*/

#DIV_74:after {
    border-block-end-color: rgb(115, 115, 115);
    border-block-start-color: rgb(115, 115, 115);
    border-inline-end-color: rgb(115, 115, 115);
    border-inline-start-color: rgb(115, 115, 115);
    box-sizing: border-box;
    caret-color: rgb(115, 115, 115);
    color: rgb(115, 115, 115);
    column-rule-color: rgb(115, 115, 115);
    display: block;
    text-decoration: none solid rgb(115, 115, 115);
    text-rendering: optimizelegibility;
    border: 0px none rgb(115, 115, 115);
    font: 18px / 30.6px Circular, sans-serif;
    outline: rgb(115, 115, 115) none 0px;
}/*#DIV_74:after*/

#DIV_74:before {
    border-block-end-color: rgb(115, 115, 115);
    border-block-start-color: rgb(115, 115, 115);
    border-inline-end-color: rgb(115, 115, 115);
    border-inline-start-color: rgb(115, 115, 115);
    box-sizing: border-box;
    caret-color: rgb(115, 115, 115);
    color: rgb(115, 115, 115);
    column-rule-color: rgb(115, 115, 115);
    display: block;
    text-decoration: none solid rgb(115, 115, 115);
    text-rendering: optimizelegibility;
    border: 0px none rgb(115, 115, 115);
    font: 18px / 30.6px Circular, sans-serif;
    outline: rgb(115, 115, 115) none 0px;
}/*#DIV_74:before*/

#DIV_75, #DIV_93 {
    block-size: 709px;
    border-block-end-color: rgb(115, 115, 115);
    border-block-start-color: rgb(115, 115, 115);
    border-inline-end-color: rgb(115, 115, 115);
    border-inline-start-color: rgb(115, 115, 115);
    bottom: 0px;
    box-sizing: border-box;
    caret-color: rgb(115, 115, 115);
    color: rgb(115, 115, 115);
    column-rule-color: rgb(115, 115, 115);
    height: 679px;
    inline-size: 500px;
    inset-block-end: 0px;
    inset-block-start: 0px;
    inset-inline-end: 0px;
    inset-inline-start: 0px;
    left: 0px;
    max-inline-size: 50%;
    max-width: 50%;
    min-block-size: 1px;
    min-height: 1px;
    min-inline-size: auto;
    min-width: auto;
    padding-inline-end: 15px;
    padding-inline-start: 15px;
    perspective-origin: 242.5px 339.5px;
    position: relative;
    right: 0px;
    text-decoration: none solid rgb(115, 115, 115);
    text-rendering: optimizelegibility;
    top: 0px;
    transform-origin: 242.5px 339.5px;
    width: 485px;
    border: 0px none rgb(115, 115, 115);
    flex: 0 0 50%;
    font: 18px / 30.6px Circular, sans-serif;
    outline: rgb(115, 115, 115) none 0px;
    margin: 0;
}/*#DIV_75, #DIV_93*/

#DIV_75:after, #DIV_93:after {
    border-block-end-color: rgb(115, 115, 115);
    border-block-start-color: rgb(115, 115, 115);
    border-inline-end-color: rgb(115, 115, 115);
    border-inline-start-color: rgb(115, 115, 115);
    box-sizing: border-box;
    caret-color: rgb(115, 115, 115);
    color: rgb(115, 115, 115);
    column-rule-color: rgb(115, 115, 115);
    text-decoration: none solid rgb(115, 115, 115);
    text-rendering: optimizelegibility;
    border: 0px none rgb(115, 115, 115);
    font: 18px / 30.6px Circular, sans-serif;
    outline: rgb(115, 115, 115) none 0px;
}/*#DIV_75:after, #DIV_93:after*/

#DIV_75:before, #DIV_93:before {
    border-block-end-color: rgb(115, 115, 115);
    border-block-start-color: rgb(115, 115, 115);
    border-inline-end-color: rgb(115, 115, 115);
    border-inline-start-color: rgb(115, 115, 115);
    box-sizing: border-box;
    caret-color: rgb(115, 115, 115);
    color: rgb(115, 115, 115);
    column-rule-color: rgb(115, 115, 115);
    text-decoration: none solid rgb(115, 115, 115);
    text-rendering: optimizelegibility;
    border: 0px none rgb(115, 115, 115);
    font: 18px / 30.6px Circular, sans-serif;
    outline: rgb(115, 115, 115) none 0px;
}/*#DIV_75:before, #DIV_93:before*/

#DIV_76 {
    block-size: 459px;
    border-block-end-color: rgb(115, 115, 115);
    border-block-start-color: rgb(115, 115, 115);
    border-end-end-radius: 6px;
    border-end-start-radius: 6px;
    border-inline-end-color: rgb(115, 115, 115);
    border-inline-start-color: rgb(115, 115, 115);
    border-start-end-radius: 6px;
    border-start-start-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 0px;
    box-sizing: border-box;
    caret-color: rgb(115, 115, 115);
    color: rgb(115, 115, 115);
    column-rule-color: rgb(115, 115, 115);
    height: 459px;
    inline-size: 455px;
    padding-block-end: 45.5px;
    padding-block-start: 45.5px;
    padding-inline-end: 45.5px;
    padding-inline-start: 45.5px;
    perspective-origin: 227.5px 229.5px;
    text-decoration: none solid rgb(115, 115, 115);
    text-rendering: optimizelegibility;
    transform-origin: 227.5px 229.5px;
    width: 455px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(115, 115, 115);
    border-radius: 6px;
    font: 18px / 30.6px Circular, sans-serif;
    outline: rgb(115, 115, 115) none 0px;
    padding: 45.5px;
}/*#DIV_76*/

#DIV_76:after {
    border-block-end-color: rgb(115, 115, 115);
    border-block-start-color: rgb(115, 115, 115);
    border-inline-end-color: rgb(115, 115, 115);
    border-inline-start-color: rgb(115, 115, 115);
    box-sizing: border-box;
    caret-color: rgb(115, 115, 115);
    color: rgb(115, 115, 115);
    column-rule-color: rgb(115, 115, 115);
    text-decoration: none solid rgb(115, 115, 115);
    text-rendering: optimizelegibility;
    border: 0px none rgb(115, 115, 115);
    font: 18px / 30.6px Circular, sans-serif;
    outline: rgb(115, 115, 115) none 0px;
}/*#DIV_76:after*/

#DIV_76:before {
    border-block-end-color: rgb(115, 115, 115);
    border-block-start-color: rgb(115, 115, 115);
    border-inline-end-color: rgb(115, 115, 115);
    border-inline-start-color: rgb(115, 115, 115);
    box-sizing: border-box;
    caret-color: rgb(115, 115, 115);
    color: rgb(115, 115, 115);
    column-rule-color: rgb(115, 115, 115);
    text-decoration: none solid rgb(115, 115, 115);
    text-rendering: optimizelegibility;
    border: 0px none rgb(115, 115, 115);
    font: 18px / 30.6px Circular, sans-serif;
    outline: rgb(115, 115, 115) none 0px;
}/*#DIV_76:before*/

#H3_77, #H3_23 {
    block-size: 78px;
    border-block-end-color: rgb(4, 7, 65);
    border-block-start-color: rgb(4, 7, 65);
    border-inline-end-color: rgb(4, 7, 65);
    border-inline-start-color: rgb(4, 7, 65);
    box-sizing: border-box;
    caret-color: rgb(4, 7, 65);
    color: rgb(4, 7, 65);
    column-rule-color: rgb(4, 7, 65);
    height: 78px;
    inline-size: 291.188px;
    margin-block-end: 30px;
    margin-block-start: 0px;
    margin-inline-end: 36.4062px;
    margin-inline-start: 36.4062px;
    max-inline-size: 80%;
    max-width: 80%;
    perspective-origin: 145.594px 39px;
    text-align: center;
    text-decoration: none solid rgb(4, 7, 65);
    text-rendering: optimizelegibility;
    transform-origin: 145.594px 39px;
    width: 291.188px;
    border: 0px none rgb(4, 7, 65);
    font: 500 30px / 39.9999px Circular, sans-serif;
    margin: 0px 36.4062px 30px;
    outline: rgb(4, 7, 65) none 0px;
}/*#H3_77, #H3_95*/

#H3_77:after, #H3_95:after {
    border-block-end-color: rgb(4, 7, 65);
    border-block-start-color: rgb(4, 7, 65);
    border-inline-end-color: rgb(4, 7, 65);
    border-inline-start-color: rgb(4, 7, 65);
    box-sizing: border-box;
    caret-color: rgb(4, 7, 65);
    color: rgb(4, 7, 65);
    column-rule-color: rgb(4, 7, 65);
    text-align: center;
    text-decoration: none solid rgb(4, 7, 65);
    text-rendering: optimizelegibility;
    border: 0px none rgb(4, 7, 65);
    font: 500 30px / 39.9999px Circular, sans-serif;
    outline: rgb(4, 7, 65) none 0px;
}/*#H3_77:after, #H3_95:after*/

#H3_77:before, #H3_95:before {
    border-block-end-color: rgb(4, 7, 65);
    border-block-start-color: rgb(4, 7, 65);
    border-inline-end-color: rgb(4, 7, 65);
    border-inline-start-color: rgb(4, 7, 65);
    box-sizing: border-box;
    caret-color: rgb(4, 7, 65);
    color: rgb(4, 7, 65);
    column-rule-color: rgb(4, 7, 65);
    text-align: center;
    text-decoration: none solid rgb(4, 7, 65);
    text-rendering: optimizelegibility;
    border: 0px none rgb(4, 7, 65);
    font: 500 30px / 39.9999px Circular, sans-serif;
    outline: rgb(4, 7, 65) none 0px;
}/*#H3_77:before, #H3_95:before*/

#DIV_78, #DIV_81, #DIV_84, #DIV_234 {
    block-size: 50px;
    border-block-end-color: rgb(115, 115, 115);
    border-block-start-color: rgb(115, 115, 115);
    border-inline-end-color: rgb(115, 115, 115);
    border-inline-start-color: rgb(115, 115, 115);
    box-sizing: border-box;
    caret-color: rgb(115, 115, 115);
    color: rgb(115, 115, 115);
    column-rule-color: rgb(115, 115, 115);
    display: flex;
    height: 50px;
    inline-size: 364px;
    justify-content: space-between;
    padding-block-end: 20px;
    perspective-origin: 182px 25px;
    text-decoration: none solid rgb(115, 115, 115);
    text-rendering: optimizelegibility;
    transform-origin: 182px 25px;
    width: 364px;
    border: 0px none rgb(115, 115, 115);
    font: 18px / 30.6px Circular, sans-serif;
    outline: rgb(115, 115, 115) none 0px;
    padding: 0px 0px 20px;
}/*#DIV_78, #DIV_81, #DIV_84, #DIV_234*/

#DIV_78:after, #DIV_81:after, #DIV_84:after, #DIV_234:after {
    border-block-end-color: rgb(115, 115, 115);
    border-block-start-color: rgb(115, 115, 115);
    border-inline-end-color: rgb(115, 115, 115);
    border-inline-start-color: rgb(115, 115, 115);
    box-sizing: border-box;
    caret-color: rgb(115, 115, 115);
    color: rgb(115, 115, 115);
    column-rule-color: rgb(115, 115, 115);
    display: block;
    text-decoration: none solid rgb(115, 115, 115);
    text-rendering: optimizelegibility;
    border: 0px none rgb(115, 115, 115);
    font: 18px / 30.6px Circular, sans-serif;
    outline: rgb(115, 115, 115) none 0px;
}/*#DIV_78:after, #DIV_81:after, #DIV_84:after, #DIV_234:after*/

#DIV_78:before, #DIV_81:before, #DIV_84:before, #DIV_234:before {
    border-block-end-color: rgb(115, 115, 115);
    border-block-start-color: rgb(115, 115, 115);
    border-inline-end-color: rgb(115, 115, 115);
    border-inline-start-color: rgb(115, 115, 115);
    box-sizing: border-box;
    caret-color: rgb(115, 115, 115);
    color: rgb(115, 115, 115);
    column-rule-color: rgb(115, 115, 115);
    display: block;
    text-decoration: none solid rgb(115, 115, 115);
    text-rendering: optimizelegibility;
    border: 0px none rgb(115, 115, 115);
    font: 18px / 30.6px Circular, sans-serif;
    outline: rgb(115, 115, 115) none 0px;
}/*#DIV_78:before, #DIV_81:before, #DIV_84:before, #DIV_234:before*/

#LABEL_79 {
    block-size: 30px;
    border-block-end-color: rgb(118, 120, 143);
    border-block-start-color: rgb(118, 120, 143);
    border-inline-end-color: rgb(118, 120, 143);
    border-inline-start-color: rgb(118, 120, 143);
    box-sizing: border-box;
    caret-color: rgb(118, 120, 143);
    color: rgb(118, 120, 143);
    column-rule-color: rgb(118, 120, 143);
    display: block;
    height: 30px;
    inline-size: 253.078px;
    max-inline-size: 100%;
    max-width: 100%;
    min-block-size: auto;
    min-height: auto;
    min-inline-size: auto;
    min-width: auto;
    padding-inline-end: 15px;
    perspective-origin: 126.531px 15px;
    text-decoration: none solid rgb(118, 120, 143);
    text-rendering: optimizelegibility;
    transform-origin: 126.539px 15px;
    width: 253.078px;
    border: 0px none rgb(118, 120, 143);
    flex: 1 1 0px;
    font: 20px / 30px Circular, sans-serif;
    outline: rgb(118, 120, 143) none 0px;
    padding: 0px 15px 0px 0px;
    text-align: left;
}/*#LABEL_79*/

#LABEL_79:after {
    border-block-end-color: rgb(118, 120, 143);
    border-block-start-color: rgb(118, 120, 143);
    border-inline-end-color: rgb(118, 120, 143);
    border-inline-start-color: rgb(118, 120, 143);
    box-sizing: border-box;
    caret-color: rgb(118, 120, 143);
    color: rgb(118, 120, 143);
    column-rule-color: rgb(118, 120, 143);
    text-decoration: none solid rgb(118, 120, 143);
    text-rendering: optimizelegibility;
    border: 0px none rgb(118, 120, 143);
    font: 20px / 30px Circular, sans-serif;
    outline: rgb(118, 120, 143) none 0px;
}/*#LABEL_79:after*/

#LABEL_79:before {
    border-block-end-color: rgb(118, 120, 143);
    border-block-start-color: rgb(118, 120, 143);
    border-inline-end-color: rgb(118, 120, 143);
    border-inline-start-color: rgb(118, 120, 143);
    box-sizing: border-box;
    caret-color: rgb(118, 120, 143);
    color: rgb(118, 120, 143);
    column-rule-color: rgb(118, 120, 143);
    text-decoration: none solid rgb(118, 120, 143);
    text-rendering: optimizelegibility;
    border: 0px none rgb(118, 120, 143);
    font: 20px / 30px Circular, sans-serif;
    outline: rgb(118, 120, 143) none 0px;
}/*#LABEL_79:before*/


#LABEL_82{
    block-size: 30px;
    border-block-end-color: rgb(118, 120, 143);
    border-block-start-color: rgb(118, 120, 143);
    border-inline-end-color: rgb(118, 120, 143);
    border-inline-start-color: rgb(118, 120, 143);
    box-sizing: border-box;
    caret-color: rgb(118, 120, 143);
    color: rgb(118, 120, 143);
    column-rule-color: rgb(118, 120, 143);
    display: block;
    height: 30px;
    inline-size: 271.266px;
    max-inline-size: 100%;
    max-width: 100%;
    min-block-size: auto;
    min-height: auto;
    min-inline-size: auto;
    min-width: auto;
    padding-inline-end: 15px;
    perspective-origin: 135.625px 15px;
    text-decoration: none solid rgb(118, 120, 143);
    text-rendering: optimizelegibility;
    transform-origin: 135.633px 15px;
    width: 271.266px;
    border: 0px none rgb(118, 120, 143);
    flex: 1 1 0px;
    font: 20px / 30px Circular, sans-serif;
    outline: rgb(118, 120, 143) none 0px;
    padding: 0px 15px 0px 0px;
    text-align: left;
}/*#LABEL_82*/

#LABEL_82:after {
    border-block-end-color: rgb(118, 120, 143);
    border-block-start-color: rgb(118, 120, 143);
    border-inline-end-color: rgb(118, 120, 143);
    border-inline-start-color: rgb(118, 120, 143);
    box-sizing: border-box;
    caret-color: rgb(118, 120, 143);
    color: rgb(118, 120, 143);
    column-rule-color: rgb(118, 120, 143);
    text-decoration: none solid rgb(118, 120, 143);
    text-rendering: optimizelegibility;
    border: 0px none rgb(118, 120, 143);
    font: 20px / 30px Circular, sans-serif;
    outline: rgb(118, 120, 143) none 0px;
    text-align: left;
}/*#LABEL_82:after*/

#LABEL_82:before {
    border-block-end-color: rgb(118, 120, 143);
    border-block-start-color: rgb(118, 120, 143);
    border-inline-end-color: rgb(118, 120, 143);
    border-inline-start-color: rgb(118, 120, 143);
    box-sizing: border-box;
    caret-color: rgb(118, 120, 143);
    color: rgb(118, 120, 143);
    column-rule-color: rgb(118, 120, 143);
    text-decoration: none solid rgb(118, 120, 143);
    text-rendering: optimizelegibility;
    border: 0px none rgb(118, 120, 143);
    font: 20px / 30px Circular, sans-serif;
    outline: rgb(118, 120, 143) none 0px;
}/*#LABEL_82:before*/


#SPAN_83:after {
    border-block-end-color: rgb(207,0,50);
    border-block-start-color: rgb(207,0,50);
    border-inline-end-color: rgb(207,0,50);
    border-inline-start-color: rgb(207,0,50);
    box-sizing: border-box;
    caret-color: rgb(207,0,50);
    color: rgb(207,0,50);
    column-rule-color: rgb(207,0,50);
    text-decoration: none solid rgb(207,0,50);
    text-rendering: optimizelegibility;
    border: 0px none rgb(207,0,50);
    font: 700 20px / 30px Circular, sans-serif;
    outline: rgb(207,0,50) none 0px;
}/*#SPAN_83:after*/

#SPAN_83:before {
    border-block-end-color: rgb(207,0,50);
    border-block-start-color: rgb(207,0,50);
    border-inline-end-color: rgb(207,0,50);
    border-inline-start-color: rgb(207,0,50);
    box-sizing: border-box;
    caret-color: rgb(207,0,50);
    color: rgb(207,0,50);
    column-rule-color: rgb(207,0,50);
    text-decoration: none solid rgb(207,0,50);
    text-rendering: optimizelegibility;
    border: 0px none rgb(207,0,50);
    font: 700 20px / 30px Circular, sans-serif;
    outline: rgb(207,0,50) none 0px;
}/*#SPAN_83:before*/

#LABEL_85 {
    block-size: 30px;
    border-block-end-color: rgb(118, 120, 143);
    border-block-start-color: rgb(118, 120, 143);
    border-inline-end-color: rgb(118, 120, 143);
    border-inline-start-color: rgb(118, 120, 143);
    box-sizing: border-box;
    caret-color: rgb(118, 120, 143);
    color: rgb(118, 120, 143);
    column-rule-color: rgb(118, 120, 143);
    display: block;
    height: 30px;
    inline-size: 257.297px;
    max-inline-size: 100%;
    max-width: 100%;
    min-block-size: auto;
    min-height: auto;
    min-inline-size: auto;
    min-width: auto;
    padding-inline-end: 15px;
    perspective-origin: 128.641px 15px;
    text-decoration: none solid rgb(118, 120, 143);
    text-rendering: optimizelegibility;
    transform-origin: 128.648px 15px;
    width: 257.297px;
    border: 0px none rgb(118, 120, 143);
    flex: 1 1 0px;
    font: 20px / 30px Circular, sans-serif;
    outline: rgb(118, 120, 143) none 0px;
    padding: 0px 15px 0px 0px;
    text-align: left;
}/*#LABEL_85*/

#LABEL_85:after {
    border-block-end-color: rgb(118, 120, 143);
    border-block-start-color: rgb(118, 120, 143);
    border-inline-end-color: rgb(118, 120, 143);
    border-inline-start-color: rgb(118, 120, 143);
    box-sizing: border-box;
    caret-color: rgb(118, 120, 143);
    color: rgb(118, 120, 143);
    column-rule-color: rgb(118, 120, 143);
    text-decoration: none solid rgb(118, 120, 143);
    text-rendering: optimizelegibility;
    border: 0px none rgb(118, 120, 143);
    font: 20px / 30px Circular, sans-serif;
    outline: rgb(118, 120, 143) none 0px;
}/*#LABEL_85:after*/

#LABEL_85:before {
    border-block-end-color: rgb(118, 120, 143);
    border-block-start-color: rgb(118, 120, 143);
    border-inline-end-color: rgb(118, 120, 143);
    border-inline-start-color: rgb(118, 120, 143);
    box-sizing: border-box;
    caret-color: rgb(118, 120, 143);
    color: rgb(118, 120, 143);
    column-rule-color: rgb(118, 120, 143);
    text-decoration: none solid rgb(118, 120, 143);
    text-rendering: optimizelegibility;
    border: 0px none rgb(118, 120, 143);
    font: 20px / 30px Circular, sans-serif;
    outline: rgb(118, 120, 143) none 0px;
}/*#LABEL_85:before*/



#DIV_87, #DIV_150, #DIV_225, #DIV_228, #DIV_231, #DIV_237 {
    block-size: 80px;
    border-block-end-color: rgb(115, 115, 115);
    border-block-start-color: rgb(115, 115, 115);
    border-inline-end-color: rgb(115, 115, 115);
    border-inline-start-color: rgb(115, 115, 115);
    box-sizing: border-box;
    caret-color: rgb(115, 115, 115);
    color: rgb(115, 115, 115);
    column-rule-color: rgb(115, 115, 115);
    display: flex;
    height: 80px;
    inline-size: 364px;
    justify-content: space-between;
    padding-block-end: 20px;
    perspective-origin: 182px 40px;
    text-decoration: none solid rgb(115, 115, 115);
    text-rendering: optimizelegibility;
    transform-origin: 182px 40px;
    width: 364px;
    border: 0px none rgb(115, 115, 115);
    font: 18px / 30.6px Circular, sans-serif;
    outline: rgb(115, 115, 115) none 0px;
    padding: 0px 0px 20px;
}/*#DIV_87, #DIV_150, #DIV_225, #DIV_228, #DIV_231, #DIV_237*/

#DIV_87:after, #DIV_150:after, #DIV_225:after, #DIV_228:after, #DIV_231:after, #DIV_237:after {
    border-block-end-color: rgb(115, 115, 115);
    border-block-start-color: rgb(115, 115, 115);
    border-inline-end-color: rgb(115, 115, 115);
    border-inline-start-color: rgb(115, 115, 115);
    box-sizing: border-box;
    caret-color: rgb(115, 115, 115);
    color: rgb(115, 115, 115);
    column-rule-color: rgb(115, 115, 115);
    display: block;
    text-decoration: none solid rgb(115, 115, 115);
    text-rendering: optimizelegibility;
    border: 0px none rgb(115, 115, 115);
    font: 18px / 30.6px Circular, sans-serif;
    outline: rgb(115, 115, 115) none 0px;
}/*#DIV_87:after, #DIV_150:after, #DIV_225:after, #DIV_228:after, #DIV_231:after, #DIV_237:after*/

#DIV_87:before, #DIV_150:before, #DIV_225:before, #DIV_228:before, #DIV_231:before, #DIV_237:before {
    border-block-end-color: rgb(115, 115, 115);
    border-block-start-color: rgb(115, 115, 115);
    border-inline-end-color: rgb(115, 115, 115);
    border-inline-start-color: rgb(115, 115, 115);
    box-sizing: border-box;
    caret-color: rgb(115, 115, 115);
    color: rgb(115, 115, 115);
    column-rule-color: rgb(115, 115, 115);
    display: block;
    text-decoration: none solid rgb(115, 115, 115);
    text-rendering: optimizelegibility;
    border: 0px none rgb(115, 115, 115);
    font: 18px / 30.6px Circular, sans-serif;
    outline: rgb(115, 115, 115) none 0px;
}/*#DIV_87:before, #DIV_150:before, #DIV_225:before, #DIV_228:before, #DIV_231:before, #DIV_237:before*/

#LABEL_88 {
    block-size: 60px;
    border-block-end-color: rgb(118, 120, 143);
    border-block-start-color: rgb(118, 120, 143);
    border-inline-end-color: rgb(118, 120, 143);
    border-inline-start-color: rgb(118, 120, 143);
    box-sizing: border-box;
    caret-color: rgb(118, 120, 143);
    color: rgb(118, 120, 143);
    column-rule-color: rgb(118, 120, 143);
    display: block;
    height: 60px;
    inline-size: 291.109px;
    max-inline-size: 100%;
    max-width: 100%;
    min-block-size: auto;
    min-height: auto;
    min-inline-size: auto;
    min-width: auto;
    padding-inline-end: 15px;
    perspective-origin: 145.547px 30px;
    text-decoration: none solid rgb(118, 120, 143);
    text-rendering: optimizelegibility;
    transform-origin: 145.555px 30px;
    width: 291.109px;
    border: 0px none rgb(118, 120, 143);
    flex: 1 1 0px;
    font: 20px / 30px Circular, sans-serif;
    outline: rgb(118, 120, 143) none 0px;
    padding: 0px 15px 0px 0px;
    text-align: left;
}/*#LABEL_88*/

#LABEL_88:after {
    border-block-end-color: rgb(118, 120, 143);
    border-block-start-color: rgb(118, 120, 143);
    border-inline-end-color: rgb(118, 120, 143);
    border-inline-start-color: rgb(118, 120, 143);
    box-sizing: border-box;
    caret-color: rgb(118, 120, 143);
    color: rgb(118, 120, 143);
    column-rule-color: rgb(118, 120, 143);
    text-decoration: none solid rgb(118, 120, 143);
    text-rendering: optimizelegibility;
    border: 0px none rgb(118, 120, 143);
    font: 20px / 30px Circular, sans-serif;
    outline: rgb(118, 120, 143) none 0px;
}/*#LABEL_88:after*/

#LABEL_88:before {
    border-block-end-color: rgb(118, 120, 143);
    border-block-start-color: rgb(118, 120, 143);
    border-inline-end-color: rgb(118, 120, 143);
    border-inline-start-color: rgb(118, 120, 143);
    box-sizing: border-box;
    caret-color: rgb(118, 120, 143);
    color: rgb(118, 120, 143);
    column-rule-color: rgb(118, 120, 143);
    text-decoration: none solid rgb(118, 120, 143);
    text-rendering: optimizelegibility;
    border: 0px none rgb(118, 120, 143);
    font: 20px / 30px Circular, sans-serif;
    outline: rgb(118, 120, 143) none 0px;
}/*#LABEL_88:before*/

#DIV_90, #DIV_240 {
    block-size: 30px;
    border-block-end-color: rgb(115, 115, 115);
    border-block-start-color: rgb(115, 115, 115);
    border-inline-end-color: rgb(115, 115, 115);
    border-inline-start-color: rgb(115, 115, 115);
    box-sizing: border-box;
    caret-color: rgb(115, 115, 115);
    color: rgb(115, 115, 115);
    column-rule-color: rgb(115, 115, 115);
    display: flex;
    height: 30px;
    inline-size: 364px;
    justify-content: space-between;
    perspective-origin: 182px 15px;
    text-decoration: none solid rgb(115, 115, 115);
    text-rendering: optimizelegibility;
    transform-origin: 182px 15px;
    width: 364px;
    border: 0px none rgb(115, 115, 115);
    font: 18px / 30.6px Circular, sans-serif;
    outline: rgb(115, 115, 115) none 0px;
}/*#DIV_90, #DIV_240*/

#DIV_90:after, #DIV_240:after {
    border-block-end-color: rgb(115, 115, 115);
    border-block-start-color: rgb(115, 115, 115);
    border-inline-end-color: rgb(115, 115, 115);
    border-inline-start-color: rgb(115, 115, 115);
    box-sizing: border-box;
    caret-color: rgb(115, 115, 115);
    color: rgb(115, 115, 115);
    column-rule-color: rgb(115, 115, 115);
    display: block;
    text-decoration: none solid rgb(115, 115, 115);
    text-rendering: optimizelegibility;
    border: 0px none rgb(115, 115, 115);
    font: 18px / 30.6px Circular, sans-serif;
    outline: rgb(115, 115, 115) none 0px;
}/*#DIV_90:after, #DIV_240:after*/

#DIV_90:before, #DIV_240:before {
    border-block-end-color: rgb(115, 115, 115);
    border-block-start-color: rgb(115, 115, 115);
    border-inline-end-color: rgb(115, 115, 115);
    border-inline-start-color: rgb(115, 115, 115);
    box-sizing: border-box;
    caret-color: rgb(115, 115, 115);
    color: rgb(115, 115, 115);
    column-rule-color: rgb(115, 115, 115);
    display: block;
    text-decoration: none solid rgb(115, 115, 115);
    text-rendering: optimizelegibility;
    border: 0px none rgb(115, 115, 115);
    font: 18px / 30.6px Circular, sans-serif;
    outline: rgb(115, 115, 115) none 0px;
}/*#DIV_90:before, #DIV_240:before*/

#LABEL_91 {
    block-size: 30px;
    border-block-end-color: rgb(118, 120, 143);
    border-block-start-color: rgb(118, 120, 143);
    border-inline-end-color: rgb(118, 120, 143);
    border-inline-start-color: rgb(118, 120, 143);
    box-sizing: border-box;
    caret-color: rgb(118, 120, 143);
    color: rgb(118, 120, 143);
    column-rule-color: rgb(118, 120, 143);
    display: block;
    height: 30px;
    inline-size: 329.531px;
    max-inline-size: 100%;
    max-width: 100%;
    min-block-size: auto;
    min-height: auto;
    min-inline-size: auto;
    min-width: auto;
    padding-inline-end: 15px;
    perspective-origin: 164.766px 15px;
    text-decoration: none solid rgb(118, 120, 143);
    text-rendering: optimizelegibility;
    transform-origin: 164.766px 15px;
    width: 329.531px;
    border: 0px none rgb(118, 120, 143);
    flex: 1 1 0px;
    font: 20px / 30px Circular, sans-serif;
    outline: rgb(118, 120, 143) none 0px;
    padding: 0px 15px 0px 0px;
    text-align: left;
}/*#LABEL_91*/

#LABEL_91:after {
    border-block-end-color: rgb(118, 120, 143);
    border-block-start-color: rgb(118, 120, 143);
    border-inline-end-color: rgb(118, 120, 143);
    border-inline-start-color: rgb(118, 120, 143);
    box-sizing: border-box;
    caret-color: rgb(118, 120, 143);
    color: rgb(118, 120, 143);
    column-rule-color: rgb(118, 120, 143);
    text-decoration: none solid rgb(118, 120, 143);
    text-rendering: optimizelegibility;
    border: 0px none rgb(118, 120, 143);
    font: 20px / 30px Circular, sans-serif;
    outline: rgb(118, 120, 143) none 0px;
}/*#LABEL_91:after*/

#LABEL_91:before {
    border-block-end-color: rgb(118, 120, 143);
    border-block-start-color: rgb(118, 120, 143);
    border-inline-end-color: rgb(118, 120, 143);
    border-inline-start-color: rgb(118, 120, 143);
    box-sizing: border-box;
    caret-color: rgb(118, 120, 143);
    color: rgb(118, 120, 143);
    column-rule-color: rgb(118, 120, 143);
    text-decoration: none solid rgb(118, 120, 143);
    text-rendering: optimizelegibility;
    border: 0px none rgb(118, 120, 143);
    font: 20px / 30px Circular, sans-serif;
    outline: rgb(118, 120, 143) none 0px;
}/*#LABEL_91:before*/

#LABEL_223, #UNIT {
    block-size: 60px;
    border-block-end-color: rgb(118, 120, 143);
    border-block-start-color: rgb(118, 120, 143);
    border-inline-end-color: rgb(118, 120, 143);
    border-inline-start-color: rgb(118, 120, 143);
    box-sizing: border-box;
    caret-color: rgb(118, 120, 143);
    color: rgb(118, 120, 143);
    column-rule-color: rgb(118, 120, 143);
    display: block;
    height: 60px;
    inline-size: 231.797px;
    max-inline-size: 100%;
    max-width: 100%;
    min-block-size: auto;
    min-height: auto;
    min-inline-size: auto;
    min-width: auto;
    padding-inline-end: 15px;
    perspective-origin: 115.891px 30px;
    text-decoration: none solid rgb(118, 120, 143);
    text-rendering: optimizelegibility;
    transform-origin: 115.898px 30px;
    width: 231.797px;
    border: 0px none rgb(118, 120, 143);
    flex: 1 1 0px;
   /* font: 20px / 30px Circular, sans-serif; */
    outline: rgb(118, 120, 143) none 0px;
    padding: 0px 15px 0px 0px;
    text-align: left;
}/*#LABEL_223*/

#LABEL_223, #UNIT:after {
    border-block-end-color: rgb(118, 120, 143);
    border-block-start-color: rgb(118, 120, 143);
    border-inline-end-color: rgb(118, 120, 143);
    border-inline-start-color: rgb(118, 120, 143);
    box-sizing: border-box;
    caret-color: rgb(118, 120, 143);
    color: rgb(118, 120, 143);
    column-rule-color: rgb(118, 120, 143);
    text-decoration: none solid rgb(118, 120, 143);
    text-rendering: optimizelegibility;
    border: 0px none rgb(118, 120, 143);
    /*font: 20px / 30px Circular, sans-serif; */
    outline: rgb(118, 120, 143) none 0px;
}/*#LABEL_223:after*/

#LABEL_223, #UNIT:before {
    border-block-end-color: rgb(118, 120, 143);
    border-block-start-color: rgb(118, 120, 143);
    border-inline-end-color: rgb(118, 120, 143);
    border-inline-start-color: rgb(118, 120, 143);
    box-sizing: border-box;
    caret-color: rgb(118, 120, 143);
    color: rgb(118, 120, 143);
    column-rule-color: rgb(118, 120, 143);
    text-decoration: none solid rgb(118, 120, 143);
    text-rendering: optimizelegibility;
    border: 0px none rgb(118, 120, 143);
   /* font: 20px / 30px Circular, sans-serif; */
    outline: rgb(118, 120, 143) none 0px;
}/*#LABEL_223:before*/


#LABEL_226 {
    block-size: 60px;
    border-block-end-color: rgb(118, 120, 143);
    border-block-start-color: rgb(118, 120, 143);
    border-inline-end-color: rgb(118, 120, 143);
    border-inline-start-color: rgb(118, 120, 143);
    box-sizing: border-box;
    caret-color: rgb(118, 120, 143);
    color: rgb(118, 120, 143);
    column-rule-color: rgb(118, 120, 143);
    display: block;
    height: 60px;
    inline-size: 215.047px;
    max-inline-size: 100%;
    max-width: 100%;
    min-block-size: auto;
    min-height: auto;
    min-inline-size: auto;
    min-width: auto;
    padding-inline-end: 15px;
    perspective-origin: 107.516px 30px;
    text-decoration: none solid rgb(118, 120, 143);
    text-rendering: optimizelegibility;
    transform-origin: 107.523px 30px;
    width: 215.047px;
    border: 0px none rgb(118, 120, 143);
    flex: 1 1 0px;
    font: 20px / 30px Circular, sans-serif;
    outline: rgb(118, 120, 143) none 0px;
    padding: 0px 15px 0px 0px;
    text-align: left;
}/*#LABEL_226*/

#LABEL_226:after {
    border-block-end-color: rgb(118, 120, 143);
    border-block-start-color: rgb(118, 120, 143);
    border-inline-end-color: rgb(118, 120, 143);
    border-inline-start-color: rgb(118, 120, 143);
    box-sizing: border-box;
    caret-color: rgb(118, 120, 143);
    color: rgb(118, 120, 143);
    column-rule-color: rgb(118, 120, 143);
    text-decoration: none solid rgb(118, 120, 143);
    text-rendering: optimizelegibility;
    border: 0px none rgb(118, 120, 143);
    font: 20px / 30px Circular, sans-serif;
    outline: rgb(118, 120, 143) none 0px;
}/*#LABEL_226:after*/

#LABEL_226:before {
    border-block-end-color: rgb(118, 120, 143);
    border-block-start-color: rgb(118, 120, 143);
    border-inline-end-color: rgb(118, 120, 143);
    border-inline-start-color: rgb(118, 120, 143);
    box-sizing: border-box;
    caret-color: rgb(118, 120, 143);
    color: rgb(118, 120, 143);
    column-rule-color: rgb(118, 120, 143);
    text-decoration: none solid rgb(118, 120, 143);
    text-rendering: optimizelegibility;
    border: 0px none rgb(118, 120, 143);
    font: 20px / 30px Circular, sans-serif;
    outline: rgb(118, 120, 143) none 0px;
}/*#LABEL_226:before*/


#LABEL_229 {
    block-size: 60px;
    border-block-end-color: rgb(118, 120, 143);
    border-block-start-color: rgb(118, 120, 143);
    border-inline-end-color: rgb(118, 120, 143);
    border-inline-start-color: rgb(118, 120, 143);
    box-sizing: border-box;
    caret-color: rgb(118, 120, 143);
    color: rgb(118, 120, 143);
    column-rule-color: rgb(118, 120, 143);
    display: block;
    height: 60px;
    inline-size: 236.516px;
    max-inline-size: 100%;
    max-width: 100%;
    min-block-size: auto;
    min-height: auto;
    min-inline-size: auto;
    min-width: auto;
    padding-inline-end: 15px;
    perspective-origin: 118.25px 30px;
    text-decoration: none solid rgb(118, 120, 143);
    text-rendering: optimizelegibility;
    transform-origin: 118.258px 30px;
    width: 236.516px;
    border: 0px none rgb(118, 120, 143);
    flex: 1 1 0px;
    font: 20px / 30px Circular, sans-serif;
    outline: rgb(118, 120, 143) none 0px;
    padding: 0px 15px 0px 0px;
    text-align: left;
}/*#LABEL_229*/

#LABEL_229:after {
    border-block-end-color: rgb(118, 120, 143);
    border-block-start-color: rgb(118, 120, 143);
    border-inline-end-color: rgb(118, 120, 143);
    border-inline-start-color: rgb(118, 120, 143);
    box-sizing: border-box;
    caret-color: rgb(118, 120, 143);
    color: rgb(118, 120, 143);
    column-rule-color: rgb(118, 120, 143);
    text-decoration: none solid rgb(118, 120, 143);
    text-rendering: optimizelegibility;
    border: 0px none rgb(118, 120, 143);
    font: 20px / 30px Circular, sans-serif;
    outline: rgb(118, 120, 143) none 0px;
}/*#LABEL_229:after*/

#LABEL_229:before {
    border-block-end-color: rgb(118, 120, 143);
    border-block-start-color: rgb(118, 120, 143);
    border-inline-end-color: rgb(118, 120, 143);
    border-inline-start-color: rgb(118, 120, 143);
    box-sizing: border-box;
    caret-color: rgb(118, 120, 143);
    color: rgb(118, 120, 143);
    column-rule-color: rgb(118, 120, 143);
    text-decoration: none solid rgb(118, 120, 143);
    text-rendering: optimizelegibility;
    border: 0px none rgb(118, 120, 143);
    font: 20px / 30px Circular, sans-serif;
    outline: rgb(118, 120, 143) none 0px;
}/*#LABEL_229:before*/

#LABEL_232 {
    block-size: 60px;
    border-block-end-color: rgb(118, 120, 143);
    border-block-start-color: rgb(118, 120, 143);
    border-inline-end-color: rgb(118, 120, 143);
    border-inline-start-color: rgb(118, 120, 143);
    box-sizing: border-box;
    caret-color: rgb(118, 120, 143);
    color: rgb(118, 120, 143);
    column-rule-color: rgb(118, 120, 143);
    display: block;
    height: 60px;
    inline-size: 217.031px;
    max-inline-size: 100%;
    max-width: 100%;
    min-block-size: auto;
    min-height: auto;
    min-inline-size: auto;
    min-width: auto;
    padding-inline-end: 15px;
    perspective-origin: 108.516px 30px;
    text-decoration: none solid rgb(118, 120, 143);
    text-rendering: optimizelegibility;
    transform-origin: 108.516px 30px;
    width: 217.031px;
    border: 0px none rgb(118, 120, 143);
    flex: 1 1 0px;
    font: 20px / 30px Circular, sans-serif;
    outline: rgb(118, 120, 143) none 0px;
    padding: 0px 15px 0px 0px;
    text-align: left;
}/*#LABEL_232*/

#LABEL_232:after {
    border-block-end-color: rgb(118, 120, 143);
    border-block-start-color: rgb(118, 120, 143);
    border-inline-end-color: rgb(118, 120, 143);
    border-inline-start-color: rgb(118, 120, 143);
    box-sizing: border-box;
    caret-color: rgb(118, 120, 143);
    color: rgb(118, 120, 143);
    column-rule-color: rgb(118, 120, 143);
    text-decoration: none solid rgb(118, 120, 143);
    text-rendering: optimizelegibility;
    border: 0px none rgb(118, 120, 143);
    font: 20px / 30px Circular, sans-serif;
    outline: rgb(118, 120, 143) none 0px;
}/*#LABEL_232:after*/

#LABEL_232:before {
    border-block-end-color: rgb(118, 120, 143);
    border-block-start-color: rgb(118, 120, 143);
    border-inline-end-color: rgb(118, 120, 143);
    border-inline-start-color: rgb(118, 120, 143);
    box-sizing: border-box;
    caret-color: rgb(118, 120, 143);
    color: rgb(118, 120, 143);
    column-rule-color: rgb(118, 120, 143);
    text-decoration: none solid rgb(118, 120, 143);
    text-rendering: optimizelegibility;
    border: 0px none rgb(118, 120, 143);
    font: 20px / 30px Circular, sans-serif;
    outline: rgb(118, 120, 143) none 0px;
}/*#LABEL_232:before*/

#LABEL_235 {
    block-size: 30px;
    border-block-end-color: rgb(118, 120, 143);
    border-block-start-color: rgb(118, 120, 143);
    border-inline-end-color: rgb(118, 120, 143);
    border-inline-start-color: rgb(118, 120, 143);
    box-sizing: border-box;
    caret-color: rgb(118, 120, 143);
    color: rgb(118, 120, 143);
    column-rule-color: rgb(118, 120, 143);
    display: block;
    height: 30px;
    inline-size: 235.5px;
    max-inline-size: 100%;
    max-width: 100%;
    min-block-size: auto;
    min-height: auto;
    min-inline-size: auto;
    min-width: auto;
    padding-inline-end: 15px;
    perspective-origin: 117.75px 15px;
    text-decoration: none solid rgb(118, 120, 143);
    transform-origin: 117.75px 15px;
    width: 235.5px;
    border: 0px none rgb(118, 120, 143);
    flex: 1 1 0px;
    font: 20px / 30px Circular, sans-serif;
    outline: rgb(118, 120, 143) none 0px;
    padding: 0px 15px 0px 0px;
    text-align: left;
}/*#LABEL_235*/

#LABEL_235:after {
    border-block-end-color: rgb(118, 120, 143);
    border-block-start-color: rgb(118, 120, 143);
    border-inline-end-color: rgb(118, 120, 143);
    border-inline-start-color: rgb(118, 120, 143);
    box-sizing: border-box;
    caret-color: rgb(118, 120, 143);
    color: rgb(118, 120, 143);
    column-rule-color: rgb(118, 120, 143);
    text-decoration: none solid rgb(118, 120, 143);
    text-rendering: optimizelegibility;
    border: 0px none rgb(118, 120, 143);
    font: 20px / 30px Circular, sans-serif;
    outline: rgb(118, 120, 143) none 0px;
}/*#LABEL_235:after*/

#LABEL_235:before {
    border-block-end-color: rgb(118, 120, 143);
    border-block-start-color: rgb(118, 120, 143);
    border-inline-end-color: rgb(118, 120, 143);
    border-inline-start-color: rgb(118, 120, 143);
    box-sizing: border-box;
    caret-color: rgb(118, 120, 143);
    color: rgb(118, 120, 143);
    column-rule-color: rgb(118, 120, 143);
    text-decoration: none solid rgb(118, 120, 143);
    text-rendering: optimizelegibility;
    border: 0px none rgb(118, 120, 143);
    font: 20px / 30px Circular, sans-serif;
    outline: rgb(118, 120, 143) none 0px;
}/*#LABEL_235:before*/


#LABEL_238 {
    block-size: 60px;
    border-block-end-color: rgb(118, 120, 143);
    border-block-start-color: rgb(118, 120, 143);
    border-inline-end-color: rgb(118, 120, 143);
    border-inline-start-color: rgb(118, 120, 143);
    box-sizing: border-box;
    caret-color: rgb(118, 120, 143);
    color: rgb(118, 120, 143);
    column-rule-color: rgb(118, 120, 143);
    display: block;
    height: 60px;
    inline-size: 213.469px;
    max-inline-size: 100%;
    max-width: 100%;
    min-block-size: auto;
    min-height: auto;
    min-inline-size: auto;
    min-width: auto;
    padding-inline-end: 15px;
    perspective-origin: 106.734px 30px;
    text-decoration: none solid rgb(118, 120, 143);
    text-rendering: optimizelegibility;
    transform-origin: 106.734px 30px;
    width: 213.469px;
    border: 0px none rgb(118, 120, 143);
    flex: 1 1 0px;
    font: 20px / 30px Circular, sans-serif;
    outline: rgb(118, 120, 143) none 0px;
    padding: 0px 15px 0px 0px;
    text-align: left;
}/*#LABEL_238*/

#LABEL_238:after {
    border-block-end-color: rgb(118, 120, 143);
    border-block-start-color: rgb(118, 120, 143);
    border-inline-end-color: rgb(118, 120, 143);
    border-inline-start-color: rgb(118, 120, 143);
    box-sizing: border-box;
    caret-color: rgb(118, 120, 143);
    color: rgb(118, 120, 143);
    column-rule-color: rgb(118, 120, 143);
    text-decoration: none solid rgb(118, 120, 143);
    text-rendering: optimizelegibility;
    border: 0px none rgb(118, 120, 143);
    font: 20px / 30px Circular, sans-serif;
    outline: rgb(118, 120, 143) none 0px;
}/*#LABEL_238:after*/

#LABEL_238:before {
    border-block-end-color: rgb(118, 120, 143);
    border-block-start-color: rgb(118, 120, 143);
    border-inline-end-color: rgb(118, 120, 143);
    border-inline-start-color: rgb(118, 120, 143);
    box-sizing: border-box;
    caret-color: rgb(118, 120, 143);
    color: rgb(118, 120, 143);
    column-rule-color: rgb(118, 120, 143);
    text-decoration: none solid rgb(118, 120, 143);
    text-rendering: optimizelegibility;
    border: 0px none rgb(118, 120, 143);
    font: 20px / 30px Circular, sans-serif;
    outline: rgb(118, 120, 143) none 0px;
}/*#LABEL_238:before*/

#LABEL_240 {
    block-size: 60px;
    border-block-end-color: rgb(118, 120, 143);
    border-block-start-color: rgb(118, 120, 143);
    border-inline-end-color: rgb(118, 120, 143);
    box-sizing: border-box;
    caret-color: rgb(118, 120, 143);
    color: rgb(118, 120, 143);
    column-rule-color: rgb(118, 120, 143);
    display: block;
    height: 60px;
    inline-size: 213.469px;
    max-inline-size: 100%;
    max-width: 100%;
    min-block-size: auto;
    min-height: auto;
    min-inline-size: auto;
    min-width: auto;
    padding-inline-end: 15px;
    perspective-origin: 115.891px 30px;
    text-decoration: none solid rgb(118, 120, 143);
    text-rendering: optimizelegibility;
    transform-origin: 106.734px 30px;
    width: 213.469px;
    border: 0px none rgb(118, 120, 143);
    flex: 1 1 0px;
    font: 20px / 30px Circular, sans-serif;
    outline: rgb(118, 120, 143) none 0px;
    padding: 0px 15px 0px 0px;
    text-align: left;
}/*#LABEL_238*/

#LABEL_240:after {
    border-block-end-color: rgb(118, 120, 143);
    border-block-start-color: rgb(118, 120, 143);
    border-inline-end-color: rgb(118, 120, 143);
    border-inline-start-color: rgb(118, 120, 143);
    box-sizing: border-box;
    caret-color: rgb(118, 120, 143);
    color: rgb(118, 120, 143);
    column-rule-color: rgb(118, 120, 143);
    text-decoration: none solid rgb(118, 120, 143);
    text-rendering: optimizelegibility;
    border: 0px none rgb(118, 120, 143);
    font: 20px / 30px Circular, sans-serif;
    outline: rgb(118, 120, 143) none 0px;
}/*#LABEL_238:after*/

#LABEL_240:before {
    border-block-end-color: rgb(118, 120, 143);
    border-block-start-color: rgb(118, 120, 143);
    border-inline-end-color: rgb(118, 120, 143);
    border-inline-start-color: rgb(118, 120, 143);
    box-sizing: border-box;
    caret-color: rgb(118, 120, 143);
    color: rgb(118, 120, 143);
    column-rule-color: rgb(118, 120, 143);
    text-decoration: none solid rgb(118, 120, 143);
    text-rendering: optimizelegibility;
    border: 0px none rgb(118, 120, 143);
    font: 20px / 30px Circular, sans-serif;
    outline: rgb(118, 120, 143) none 0px;
}/*#LABEL_238:before*/


#I_241 {
    block-size: 30px;
    border-block-end-color: rgb(115, 115, 115);
    border-block-start-color: rgb(115, 115, 115);
    border-inline-end-color: rgb(115, 115, 115);
    border-inline-start-color: rgb(115, 115, 115);
    box-sizing: border-box;
    caret-color: rgb(115, 115, 115);
    color: rgb(115, 115, 115);
    column-rule-color: rgb(115, 115, 115);
    display: block;
    height: 30px;
    inline-size: 97.2188px;
    min-block-size: auto;
    min-height: auto;
    min-inline-size: auto;
    min-width: auto;
    perspective-origin: 48.6094px 15px;
    text-decoration: none solid rgb(115, 115, 115);
    text-rendering: optimizelegibility;
    transform-origin: 48.6094px 15px;
    width: 97.2188px;
    border: 0px none rgb(115, 115, 115);
    font: italic 18px / 30.6px Circular, sans-serif;
    outline: rgb(115, 115, 115) none 0px;
}/*#I_241*/

#I_241:after {
    border-block-end-color: rgb(115, 115, 115);
    border-block-start-color: rgb(115, 115, 115);
    border-inline-end-color: rgb(115, 115, 115);
    border-inline-start-color: rgb(115, 115, 115);
    box-sizing: border-box;
    caret-color: rgb(115, 115, 115);
    color: rgb(115, 115, 115);
    column-rule-color: rgb(115, 115, 115);
    text-decoration: none solid rgb(115, 115, 115);
    text-rendering: optimizelegibility;
    border: 0px none rgb(115, 115, 115);
    font: italic 18px / 30.6px Circular, sans-serif;
    outline: rgb(115, 115, 115) none 0px;
}/*#I_241:after*/

#I_241:before {
    border-block-end-color: rgb(115, 115, 115);
    border-block-start-color: rgb(115, 115, 115);
    border-inline-end-color: rgb(115, 115, 115);
    border-inline-start-color: rgb(115, 115, 115);
    box-sizing: border-box;
    caret-color: rgb(115, 115, 115);
    color: rgb(115, 115, 115);
    column-rule-color: rgb(115, 115, 115);
    text-decoration: none solid rgb(115, 115, 115);
    text-rendering: optimizelegibility;
    border: 0px none rgb(115, 115, 115);
    font: italic 18px / 30.6px Circular, sans-serif;
    outline: rgb(115, 115, 115) none 0px;
}/*#I_241:before*/


/*tooltip*/
/* Tooltip - Settings ([$component-property: value]) */
:root {
    --tooltip_bg: rgba(0,0,0, .8);
    --tooltip_fontsize: 13px;
    --tooltip_minwidth: 120px;
    --tooltip_borderradius: 5px;
    --tooltip_color: #ffffff;
    --tooltip_cursor: help;
}

/* Tooltip - Component */
[data-tooltip] {
  position: relative;
  z-index: 999;
}

/* Positioning and visibility settings of the tooltip */
[data-tooltip]:before,
[data-tooltip]:after {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 50%;
  bottom: calc(100% + 5px); /* 5px is the size of the arrow */
  pointer-events: none;
  transition: 0.2s;
  will-change: transform;
   z-index: 999;
}

/* The actual tooltip with a dynamic width */
[data-tooltip]:before {
  content: attr(data-tooltip);
  padding: 10px 18px;
  min-width: 50px;
  max-width: 300px;
  width: max-content;
  width: -moz-max-content;
  border-radius: 6px;
  font-size: 14px;
  background-color: rgba(59, 72, 80, 0.9);
  background-image: linear-gradient(30deg,
    rgba(59, 72, 80, 0.44),
    rgba(59, 68, 75, 0.44),
    rgba(60, 82, 88, 0.44));
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
  white-space: pre-wrap;
  transform: translate(-50%, -5px) scale(0.5);
}

/* Tooltip arrow */
[data-tooltip]:after {
  content: '';
  border-style: solid;
  border-width: 5px 5px 0px 5px; /* CSS triangle */
  border-color: rgba(55, 64, 70, 0.9) transparent transparent transparent;
  transition-duration: 0s; /* If the mouse leaves the element, 
                              the transition effects for the 
                              tooltip arrow are "turned off" */
  transform-origin: top;   /* Orientation setting for the
                              slide-down effect */
  transform: translateX(-50%) scaleY(0);
}

/* Tooltip becomes visible at hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}
/* Scales from 0.5 to 1 -> grow effect */
[data-tooltip]:hover:before {
  transition-delay: 0.3s;
  transform: translate(-50%, -5px) scale(1);
}
/* 
  Arrow slide down effect only on mouseenter (NOT on mouseleave)
*/
[data-tooltip]:hover:after {
  transition-delay: 0.5s; /* Starting after the grow effect */
  transition-duration: 0.2s;
  transform: translateX(-50%) scaleY(1);
}


.has-tooltip {
    color: #897AF6;
    text-decoration: underline;
    font-weight: 600;
}



    .btn {
      align: center;
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
    
    .btn-default {
        color: #333;
        background-color: #fff;
        border-color: #ccc;
    }